/* header */
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 110px;
  transition: transform 0.4s ease;
  border-bottom: 1px solid var(--gray07);
}

.fixed {
  transform: translateY(-100%);
}

.visible {
  transform: translateY(0);
}

.header-innerWrap {
  width: 1472px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-innerWrap .left-box a .logo {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.innerWrap {
  position: relative;
  width: 1472px;
  margin: 0 auto;
}
.top-manu {
  display: flex;
  align-items: center;
}

.top-manu > li {
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
}

.top-manu > li:first-child {
  margin-left: 0;
}

.top-manu > li:before {
  content: "";
  /* display: block; */
  display: none;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-60%);  
}

.top-manu > li:last-child:before {
  display: none;
}

.top-manu > li:nth-child(2):before {
  display: none;
}

.top-manu > li.search-btn {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M442.31-407.69q45.69 0 77.84-32.16 32.16-32.15 32.16-77.84 0-45.69-32.16-77.85-32.15-32.15-77.84-32.15-45.69 0-77.85 32.15-32.15 32.16-32.15 77.85t32.15 77.84q32.16 32.16 77.85 32.16Zm201.46 120L533.38-398.85q-20 15.31-42.88 23.23-22.88 7.93-48.19 7.93-62.54 0-106.27-43.73t-43.73-106.27q0-62.54 43.73-106.27t106.27-43.73q62.54 0 106.27 43.73t43.73 106.27q0 25.31-8.04 48.19t-23.35 42.88L672.31-316l-28.54 28.31ZM224.62-160q-27.62 0-46.12-18.5Q160-197 160-224.62V-360h40v135.38q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69H360v40H224.62ZM600-160v-40h135.38q9.24 0 16.93-7.69 7.69-7.69 7.69-16.93V-360h40v135.38q0 27.62-18.5 46.12Q763-160 735.38-160H600ZM160-600v-135.38q0-27.62 18.5-46.12Q197-800 224.62-800H360v40H224.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93V-600h-40Zm600 0v-135.38q0-9.24-7.69-16.93-7.69-7.69-16.93-7.69H600v-40h135.38q27.62 0 46.12 18.5Q800-763 800-735.38V-600h-40Z'/%3E%3C/svg%3E");
}

.top-manu > li.top-btn {
  border: none;
  color: var(--bgWhite);
  border-radius: 3px;
}

.top-manu > li.top-btn.ty-search {
  width: 80px;
  background: var(--primaryDark);  
}


.top-manu > li.top-btn.ty-contact {
  width: 100px;
  background: var(--primaryDark);
}

header .right-box {
  display: flex;
  flex: 1 0 0%;
  align-items: center;
}

.navi-menu > li {
  float: left;
  line-height: 110px;
  height: 110px;
  margin-left: 100px;
  cursor: pointer;
}

.navi-menu > li span {
  font-size: 15px;
}

.navi-menu > li:last-child span {
  color: var(--primaryDark);
}

/* footer */
#footer {
  background-color: #f9f9f9;
}

#footer .copy-box {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

#footer .copy-box .copy-leftBox {
  float: left;
}

#footer .copy-box .copy-rightBox {
  float: right;
}

#footer .copy-box .copy-leftBox .copyright {
  vertical-align: middle;
}

#footer .copy-box .copy-leftBox .copy-korBox {
  padding-bottom: 20px;
}

#footer .copy-box .copy-rightBox .copy-right-list li {
  float: left;
  margin-left: 20px;
}

#footer .copy-box .copy-rightBox .copy-right-list li:first-child {
  margin-left: 0;
}

#footer .copy-box .copy-leftBox .copyright,
#footer .copy-box .copy-rightBox .copy-right-list li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

#footer .copy-box .copy-korBox .copy-topList li {
  float: left;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  list-style: 21px;
}

#footer .copy-box .copy-korBox .copy-topList li span {
  font-weight: 300;
}

#footer .copy-box .copy-korBox .copy-topList li:first-child,
.login-container .login-rightBox .Sign-tab .login-btList li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#footer .copy-box .copy-korBox .copy-topList li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}

#footer .copy-box .copy-korBox .copy-topList li:first-child:before,
.login-container .login-rightBox .Sign-tab .login-btList li:first-child:after {
  display: none;
}

#footer .copy-box .copy-korBox .address {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 21px;
}
#footer .copy-box .copy-korBox .address .tit {
  font-weight: 500;
}

#footer .copy-box .copy-korBox .address.ad-tit {
  font-size:14px;
  font-weight: 500;
}

#footer .copy-box .copy-korBox .address.mt0 {
  margin-top: 0;
}

#footer .copy-box .copy-korBox .address.mt20 {
  margin-top: 20px;
}

#footer .copy-box .copy-korBox .address .dar-tit {
  padding-right: 9px;
  font-weight: 500;
}

#footer .copy-box .copy-korBox .mail {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 8rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
  text-align: center;
}

.footer .f-sns {
  margin-top: 20px;
}

.footer .f-sns .svg {
  height: 30px;
  margin: 0 5px;
}

.footer .copy-List li {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-left: 10px;
  margin-left: 10px;
}

.footer .copy-List li a {
  font-size: 13px;
}

.footer .copy-List li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}

.footer .copy-List li:first-child:before {
  display: none;
}

.m-navi-container,
.m-naviBtn {
  display: none;
}

.m-back-btn {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
}

.toast {
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 10;
  top: 40%;
  left: 50%;
  font-size: 17px;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}

.btnGlobal {
  display: inline-block;  
  height: 22px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
  background-image: url("../imgs/sub/icon_language.png");
  cursor: pointer;
  padding-left: 25px;
  line-height: 22px;
}

.globalWr {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.globalWr .globalCont {
  display: none;
  position: absolute;
  left: 53%;
  top: 100%;
  transform: translateX(-50%);
  width: 60px;
  height: 89px;
  background: var(--gray09);
  padding: 12px 10px;
  border-radius: 0.5rem;
}

.globalWr.show .globalCont {
  display: block;
}

.globalWr .globalCont > ul > li:nth-child(1) {
  margin-top: -4px;
}

.globalWr .globalCont > ul > li {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.globalWr .globalCont > ul > li:nth-child(n + 2)::before {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gray07);
}

.globalWr .globalCont > ul > li span {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray01);
}

.member {
  text-align: left !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 19px;
  background-image: url("../imgs/sub/ico_login.png");
  cursor: pointer;
  padding-left: 27px;
  line-height: 22px;
}

.m-lang {
  display: none;
}

.footer-sns {  
  margin-top: 15px;
}

.sns-list {display: flex; justify-content: flex-end; gap: 15px;}
.svg-icon {display: inline-block; vertical-align: middle; width: 20px; height: 20px; background-repeat: no-repeat; background-size: contain!important}
.svg-insta {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M75,13.5c20,0,22.4,0.1,30.3,0.4c7.3,0.3,11.3,1.6,13.9,2.6c3.5,1.4,6,3,8.6,5.6c2.6,2.6,4.2,5.1,5.6,8.6 c1,2.6,2.2,6.6,2.6,13.9c0.4,7.9,0.4,10.3,0.4,30.3s-0.1,22.4-0.4,30.3c-0.3,7.3-1.6,11.3-2.6,13.9c-1.4,3.5-3,6-5.6,8.6 c-2.6,2.6-5.1,4.2-8.6,5.6c-2.6,1-6.6,2.2-13.9,2.6c-7.9,0.4-10.3,0.4-30.3,0.4s-22.4-0.1-30.3-0.4c-7.3-0.3-11.3-1.6-13.9-2.6 c-3.5-1.4-6-3-8.6-5.6s-4.2-5.1-5.6-8.6c-1-2.6-2.2-6.6-2.6-13.9C13.6,97.4,13.5,95,13.5,75s0.1-22.4,0.4-30.3 c0.3-7.3,1.6-11.3,2.6-13.9c1.4-3.5,3-6,5.6-8.6s5.1-4.2,8.6-5.6c2.6-1,6.6-2.2,13.9-2.6C52.6,13.6,55,13.5,75,13.5 M75,0 C54.6,0,52.1,0.1,44.1,0.5S30.7,2.1,25.9,4c-4.9,1.9-9.1,4.5-13.3,8.7S5.9,21.1,3.9,26C2,30.8,0.8,36.2,0.4,44.2 C0.1,52.1,0,54.6,0,75s0.1,22.9,0.5,30.9s1.6,13.4,3.5,18.2c1.9,4.9,4.5,9.1,8.7,13.3s8.4,6.7,13.3,8.7c4.8,1.9,10.2,3.1,18.2,3.5 s10.6,0.5,30.9,0.5S98,150,106,149.6s13.4-1.6,18.2-3.5c4.9-1.9,9.1-4.5,13.3-8.7s6.7-8.4,8.7-13.3c1.9-4.8,3.1-10.2,3.5-18.2 s0.5-10.6,0.5-30.9s-0.1-22.9-0.5-30.9s-1.6-13.4-3.5-18.2c-1.9-4.9-4.5-9.1-8.7-13.3s-8.4-6.7-13.3-8.7C119.4,2,114,0.8,106,0.4 C97.9,0.1,95.4,0,75,0L75,0z'/%3E%3Cpath d='M75,36.5c-21.3,0-38.5,17.2-38.5,38.5s17.2,38.5,38.5,38.5s38.5-17.2,38.5-38.5S96.3,36.5,75,36.5z M75,100 c-13.8,0-25-11.2-25-25s11.2-25,25-25s25,11.2,25,25S88.8,100,75,100z'/%3E%3Ccircle cx='115' cy='35' r='9'/%3E%3C/g%3E%3C/svg%3E%0A")}
.svg-kakaoC {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M75,0C35.8,0,4.1,29.4,4.1,65.6c0,26.8,11.2,39.5,26.6,51.2h0.1v31.4c0,1.5,1.7,2.3,2.9,1.4l26.9-20l0.6,0.2 c4.5,0.8,9.2,1.3,13.9,1.3c39.2,0,70.9-29.4,70.9-65.6C145.9,29.4,114.1,0,75,0z M50,82.6c7.3,0,13.5-4.4,15.4-11.1h10.8 C73.6,84.4,63.5,93,50,93c-15.6,0-28-11.7-28-28c0-16.2,12.4-27.9,28-27.9c13.6,0,23.8,8.7,26.3,21.9H65.5 c-1.6-7.2-8.1-11.7-15.5-11.7c-10.5,0-17.5,7.5-17.5,17.7S40.4,82.6,50,82.6z M121.1,91.9h-9.9V69.6c0-5.1-3-7.9-7.6-7.9 c-5.1,0-8.4,3.1-8.4,9.5v20.7h-9.9V37.3h9.9v20.5c2.4-3.6,6.2-5.4,11.4-5.4c4.2,0,7.7,1.4,10.4,4.2c2.8,2.8,4.1,6.7,4.1,11.7V91.9z '/%3E%3C/g%3E%3C/svg%3E%0A")}
.svg-Nblog {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cpath d='M125.5,0h-101C11,0,0,11,0,24.5v101C0,139,11,150,24.5,150h101c13.5,0,24.5-11,24.5-24.5v-101C150,11,139,0,125.5,0z M104.2,104.1H86.4L65,73.5v30.7H46.4V46.8h17.8l21.4,30.7V46.8h18.6V104.1z'/%3E%3C/svg%3E")}
.svg-brunch {background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 150 150'%3E%3Cpath class='st0' d='M71.16,102.51c1.23-.47,2.5-1.03,3.73-1.66,6.74-3.49,14.42-10.69,15.34-18.31.14-1.23-.06-2.18-.62-2.79-.49-.56-1.23-.84-2.21-.84-1.2,0-2.76.44-4.37,1.25l-.27.14-.02.02c-6.24,3.01-11.84,7.99-16.29,12.74-6.13,6.55-10.02,12.69-10.11,12.83h.32c1.46-.14,7.85-.76,14.49-3.38Z'/%3E%3Cpath class='st0' d='M75,0C33.58,0,0,33.58,0,75s33.58,75,75,75,75-33.58,75-75S116.42,0,75,0ZM47.34,116.39c-.52.23-1.08.47-1.67.73-.47.21-.85-.11-.44-.84.15-.24,2.4-4.14,5.5-9.45-1.52-.72-2.71-1.61-3.35-2.27l.79-1.37c1.25.9,2.47,1.49,3.58,1.89,3.49-6.03,7.75-13.4,11.13-19.29h.02c2.77-4.86,4.96-8.72,5.66-10.02,6.21-11.61,17.63-31.01,25.18-37.66,6.06-5.36,8.78-6.21,10.11-4.54l-.02-.02c1.6,2.02-2.07,9.41-4.96,13.17-4.83,6.32-11.25,9.25-11.25,9.25,0,0,3.24,2.41-3.12,8.68-10.88,10.72-15.85,19.82-18.04,23.4-1.11,1.83-.72,2.02-.49,1.74,8.77-9.13,16.61-14.35,23.11-14.35,4.26,0,6.76,2.36,6.76,6.48,0,10.87-13.9,18.97-18.8,21.11-1.57.7-3.14,1.29-4.67,1.8-2.98,1-5.82,1.7-8.3,2.19-3.76.75-6.71.99-8.11,1.07-.55.03-.88.05-.88.05-.02,0-1.66.58-2.22,3.84-.32,1.78-1.2,2.57-5.5,4.41ZM104.3,117.17h-51.51l.64-1.2h51.53l-.65,1.2Z'/%3E%3Cpath class='st0' d='M85.1,57.73c-.03-1.38-1.42-2.12-.02-3.09v.02c5.22-3.67,12.01-9.41,14.78-18.34,0,0-13.5,12.98-22.64,30.43,4.76-5.16,7.9-7.29,7.87-9.01Z'/%3E%3C/svg%3E");}


/* 신규 ai layout type 추가 */
.rel-box {width: 100%; position: relative;}
.ai-layout  {padding-top:0 !important; overflow: hidden;}

.ai-layout .ai-header {width: 100%; padding: 20px; border-bottom: 1px solid var(--gray07);}
.ai-layout .ai-header .logo {display: inline-block;}
.ai-layout .ai-header .back-btn {width: 40px; height: 40px; border: 1px solid #000; border-radius: 5px; display: block; background-repeat: no-repeat; background-position: center; background-size: 10px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 6.51 10.75'%3E%3Cpath class='st0' d='M6.5,9.62l-1.13,1.13L0,5.37,5.37,0l1.13,1.13L2.26,5.37l4.24,4.24Z'/%3E%3C/svg%3E");}


.ai-layout .ai-footer {width:100%; height:60px; display:flex; align-items:center; justify-content:center; border-top: 1px solid var(--gray07);}
.ai-layout .ai-footer p {font-size:11px}


#footer.sub-footer {width: 100%; height: 60px; padding:0 20px; display: flex; justify-content: center; align-items: center; text-align: center; box-sizing: border-box;}
#footer.sub-footer * {font-size: 14px; word-break:keep-all;}
#footer.sub-footer a {text-decoration: underline;}
