@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/** font-family: 'Noto Sans KR', sans-serif; **/
/*li {
  list-style: none
}*/
/** header 시작 **/
.noiseHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.noiseHeader .noiseHeaderDiv {
  max-width: 1450px;
  margin: 0 auto;
  height: 100%;
}

.noiseHeader .noiseLogo {
  position: relative;
  top: 8px;
  left: 0;
  width: 20%;
  float: left;
}

.noiseHeader .noiseTop {
  width: 80%;
  float: right;
  list-style: none;
}

.noiseHeader .noiseTop::after {
  content: "";
  display: table;
  clear: both;
}

.noiseHeader .noiseTop>li {
  position: relative;
  float: left;
  margin: 0;
  transition-duration: 0.4s;
  text-align: center;
  width: calc((100% - 1px) /6);
}

.noiseHeader .noiseTop>li:nth-child(1) {
  margin-left: 0;
}

.noiseHeader .noiseTop>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 75px;
}

.noiseHeader .noiseTop>li:hover {}

.noiseHeader .noiseTop>li:hover>a {
  color: #ecbb14;
  border-bottom: 1px solid #ecbb14
}

.noiseHeader .noiseTop>li .noiseSubMenu {
  height: 100% !important;
  display: table;
  width: 100%;
  ;
  padding: 27px 17px 17px;
  /*border-top:3px solid #EA8727;*/
  padding-bottom: 0;
  border-left: 1px solid #f3f3f3;
  /*display:none*/
  transition: 0.5s;
}

.noiseHeader .noiseTop>li .noiseSubMenu>img {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0;
}

.noiseHeader .noiseTop>li .noiseSubMenu a {
  position: relative;
  display: table;
  margin: 0 0 17px 0;
  text-align: left;
  width: auto;
  font-size: 15px;
  color: #2B2B2B;
  line-height: 21px;
  height: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.noiseHeader .noiseTop>li .noiseSubMenu a.menuSelect {
  color: #ecbb14;
  border-bottom: 1px solid #ecbb14;
}

.noiseHeader .noiseTop>li .noiseSubMenu a:hover {
  color: #ecbb14;
  border-bottom: 1px solid #ecbb14;
}

.noiseHeader .noiseTop>li:last-child .noiseSubMenu {
  border-right: 1px solid #f3f3f3;
}

.noiseHeader .noiseAllMenu {
  ;
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition-duration: 0.4s;
}

.noiseMainLogo {
  display: none;
}

.noiseSubLogo {
  display: block;
}

.noiseHeader02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: none;
  box-shadow: none;
  margin-top: 75px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.noiseHeader02 .noiseTop02 {
  position: relative;
  display: none;
  margin-bottom: 0 !important;
}

.noiseHeader02 .noiseTop02>li {
  position: relative;
  float: left;
  margin: 0;
  transition-duration: 0.4s;
  text-align: center;
  width: calc((100% - 1px) /6);
  height: 280px;
}

/** header 끝 **/
/** 사이트맵 시작 **/
.noiseMap {
  display: none;
  position: fixed;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.noiseMap .noiseMapBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.noiseMap .noiseMapCon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1200px;
  transform: translateY(-50%) translateX(-50%);
  background-color: #FFF;
  padding: 30px;
  border-radius: 0 20px 20px 20px;
  overflow-y: scroll;
  padding-bottom: 100px;
}

.noiseMap .noiseMapCon::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}

.noiseMap .noiseMapCon>ul {
  position: relative;
  padding-bottom: 100px;
  list-style: none;
}

.noiseMap .noiseMapCon>ul>li {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  border-bottom: 1px solid #cbcbcb;
}

.noiseMap .noiseMapCon>ul>li:nth-child(3n) {
  margin-right: 0;
}

.noiseMap .noiseMapCon>ul>li:last-child {
  border-bottom: 0;
}

.noiseMap .noiseMapCon>ul>li>a {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  padding: 20px;
  display: block;
  position: relative;
}

.noiseMap .noiseMapCon>ul>li>a:hover {
  color: #ecbb14;
  /*border-bottom: 1px solid #ecbb14*/
}

.noiseMap .noiseMapCon>ul>li>div {
  position: relative;
  background-color: #f3f3f3;
  padding: 20px;
  border-top: 1px solid #ecbb14;
}

.noiseMap .noiseMapCon>ul>li>div>a {
  position: relative;
  width: 100%;
  display: block;
  line-height: 1.8em;
  font-size: 17px;
  padding: 11px 15px;
}

.noiseMap .noiseMapCon>ul>li>div>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #222;
  left: 5px;
  top: 25px;
  border-radius: 50%;
}

.noiseMap .noiseMapCon>ul>li>div>a:hover {
  color: #ecbb14;
}

.noiseMap .noiseMapCon>ul>li>div>a:hover:after {
  background-color: #ecbb14;
}

.noiseMap .noiseMapCon>ul>li .noiseMapIco {
  position: absolute;
  top: 23px;
  right: 20px;
  display: block !important;
  width: 12px;
  height: 12px;
  border-top: 2px solid #878787;
  border-right: 2px solid #878787;
  transform: rotate(135deg);
  background-color: #fff;
  padding: 0;
  transition: 0.2s;
}

.noiseMap .noiseMapCon>ul>li>a:hover>.noiseMapIco {
  border-top: 2px solid #ecbb14;
  border-right: 2px solid #ecbb14;
  transform: rotate(315deg);
  top: 30px;
}

.mapCloseBtn {
  top: 23px;
  right: 25px;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  padding: 0 10px;
  display: none;
}

/** 사이트맵 끝 **/
/** header 반응형 시작 **/
@media screen and (max-width:1460px) {
  .noiseHeader .noiseLogo {
    left: 30px;
  }
}

@media screen and (min-width:1025px) {
  .noiseMap {
    display: none;
  }

  .noiseMap .noiseMapCon>ul>li>div {
    display: block !important;
  }
}

@media screen and (max-width:1024px) {
  .noiseHeader .noiseHeaderDiv {
    background-color: #fff;
  }

  .noiseHeader .noiseTop {
    display: none;
  }

  .noiseHeader .noiseLogo {
    width: 130px;
    top: 15px;
  }

  .noiseSubLogo {
    width: 100%;
  }

  .noiseMap .noiseMapCon {
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0;
    margin-top: 80px;
  }

  .noiseMap .noiseMapCon>ul>li {
    float: none;
    width: 100%;
  }

  .noiseMap .noiseMapCon>ul>li>div {
    display: none;
  }

  .noiseMap .noiseMapCon>ul>li:nth-child(1)>div {
    /*display:block*/
  }

  .noiseHeader .noiseAllMenu {
    display: block;
  }

  .noiseHeader02 {
    display: none !important;
  }

  .mapCloseBtn {}
}

@media screen and (min-width:1025px) {
  .noiseMap {
    display: none !important;
  }

  .mapCloseBtn {
    display: none !important;
  }
}

@media screen and (max-width:310px) {
  .noiseHeader .noiseLogo img {
    width: 220px;
  }

  .noiseMap .noiseMapCon {
    padding: 30px 15px;
  }

  .noiseMap .noiseMapCon>ul>li>a {
    font-size: 16px;
  }

  .noiseMap .noiseMapCon>ul>li>div>a {
    font-size: 12px;
  }
}

/** header 반응형 끝 **/
