#wrap { width: 100%; min-width: 320px; position: relative; margin: 0 auto;}
#header { width: 100%; position: relative; margin: 0 auto; }
#container { width: 100%; position: relative; margin: 0 auto; }
.inner { max-width: 1200px; position: relative; margin-left: auto; margin-right: auto; }
.inner-1720 { max-width: 1720px; position: relative; margin-left: auto; margin-right: auto; }
.inner-1400 { max-width: 1400px; position: relative; margin-left: auto; margin-right: auto; }
.inner-1200 { max-width: 1200px; position: relative; margin-left: auto; margin-right: auto; }
.inner-740 { max-width:740px; position: relative; margin-left: auto; margin-right: auto;
display: flex;align-items: center;
justify-content: center; }
#footer { width: 100%; clear: both; position: relative; margin: 0 auto; }

@media all and (max-width: 1700px){
  .inner-1720 {padding-inline: 20px; }
.inner-1400 { padding-inline: 20px; }
.inner-1200 { padding-inline: 20px; }

}
@media all and (max-width: 1700px){
  .tab-menu2d {  padding-inline: 20px; }
  
}
@media all and (max-width: 780px){
  .inner-740 {padding-inline: 20px; }
}

/* header */

#header {
  position: fixed;
  z-index: 901;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  background-color: #fff;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
  color: #000;
  -webkit-transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, transform 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;

}
@media all and (max-width: 1700px){
  #header {
    padding: 0 20px 0;
  }
 
  }

#header #logo a {
  width: 124px;
  height: 44px;
  aspect-ratio: 105/22;
  background: url("/en/image/common/h_logo.svg") center center/100% no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 30px;
}

#header.transparent:not(.active, .on) {
  background-color: transparent;
  border: none;
}
#header.transparent:not(.active, .on) #logo > a {
  background-image: url("/en/image/common/h_logo_white.svg");
}

@media all and (min-width:1024px) {

  #header :is(#logo, nav, .etc) {
    padding-top: 12px;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  #header:hover :is(#logo, nav, .etc) {
    padding-top: 0;
  }

}


#header .btn-allmenu {
  display: none;
  width: 30px;
  height: 30px;
  background: url("/en/image/common/icon-menu.svg") 50% 50%/100% no-repeat;
}
#header.on .btn-allmenu {
  background-image: url("/en/image/common/icon-menu-close.svg");
}

@media all and (min-width:1024px) {
  #header.transparent .btn-blog{
    display: flex;
    width: 61px;
    height: 20px;
    flex-shrink: 0;
  }
  #header.transparent .btn-blog img{
    filter: invert(100%) brightness(200%); 

  }
  #header.active .btn-blog img{
    filter: none;
  }
}


#header .etc {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-left: auto;
}
#header .etc button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.2px;
  color: #000;
}
#header .etc button:after {
  content: "";
  background: url("") 0 0/100% no-repeat;
  display: block;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#header .etc button.btn-lang {
  gap: 5px;
}
#header .etc button.btn-lang:after {
  width: 19px;
  height: 20px;
  background-image: url("/en/image/common/icon-lang.svg");
}
#header .etc button.btn-lang.on:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#header .etc > li {
  position: relative;
}
#header .etc .lang-box {
  display: none;
  position: absolute;
  left:0%;
  top: calc(100% + 11px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 20px;
  width: 90px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background-color: #fff;
}
#header .etc .lang-box a{
  display: block;
  width: 100%;
}
#header .etc .lang-box:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 20px;
}
#header .etc .lang-box > li:not(:first-child) {
  margin-top: 8px;
}
#header .etc .lang-box .active {
  font-weight: 700;
}

#header.transparent:not(.active, .on) .menu-list .one-dept,
#header.transparent:not(.active, .on) .etc button:not(.btn-allmenu) {
  color: #fff !important;
}
#header.transparent:not(.active, .on) .etc button:not(.btn-allmenu):after,
#header.transparent:not(.active, .on) .btn-allmenu {
  -webkit-filter: invert(1);
          filter: invert(1);
}


/* 헤더 폰트 */
.menu-list .one-dept {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.36px;
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.menu-list .two-dept:hover {
  background: #f1f4f8;
  color: var(--color-main);
}
.menu-list .two-dept {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.032px;
  color: #000;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

@media all and (min-width: 1023px) {
  .menu-list .one-dept {
    line-height: 150%;
  }
  .menu-list .two-dept {
    line-height: 110%;
  }
  .menu-list .thr-dept {
    font-size: 15px;
    color: #1a1a1a;
  }
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
height:100px;
}
.menu-list .depth-btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  display: none;
}
.menu-list > li.on .one-dept{
  color: var(--color-main);
}
.menu-list > li {
  position: relative;
  height: 100%;
}
.menu-list .one-dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
}
#header.active {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
}
.menu-list .two-menu-wrap {
  display: none;
  position: absolute;
  top: 99%;
  left: -20%;
  z-index: 1;
  padding: 40px;
  border: 1px solid rgba(229, 229, 229, 0.8980392157);
  border-top: none;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
  overflow: hidden;
}
.menu-list .two-menu-list {
  position: relative;
  display: inline-block;
  min-width: 128px;
}

.menu-list .two-dept {
  position: relative;
  display: block;
  padding: 14px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-radius: 8px;
}
#header nav .menu-list>li .two-menu-list:has(> li.on .thr-menu-list)::before {
  opacity: 1;
}

#header nav .menu-list>li .two-menu-list>li .two-dept {
  position: relative;
  display: block;
  padding: 14px 16px;
  width: max-content;
  min-width: 100%;
  border-radius:8px;
}

#header nav .menu-list>li .two-menu-list>li:has(.thr-menu-list) .two-dept {
  padding-right: 40px;
}

#header nav .menu-list>li .two-menu-list>li:has(.thr-menu-list) .two-dept::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url("/en/image/common/btn-top.svg") no-repeat center center / 100% auto;
  transition: background .2s ease;
}

#header nav .menu-list>li .two-menu-list>li:has(.thr-menu-list) .two-dept::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
}

#header nav .menu-list>li .thr-menu-list li{
  position: relative;
}
#header nav .menu-list>li .thr-menu-list li::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.8980392157);
  transition: opacity .3s ease;
}
#header nav .menu-list>li.on .thr-menu-list li::before {
  opacity: 1;
}

.thr-menu-list {
  position: absolute;
  top: -24px;
  left: calc(100% + 24px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  transition:transform .3s ease,opacity .3s ease;
  padding: 24px;
}

.two-menu-list > li.on .thr-menu-list {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


#header nav .menu-list>li .two-menu-list>li .thr-menu-list>li {
  min-width: 120px;
  width: max-content;
}

#header nav .menu-list>li .two-menu-list>li .thr-menu-list>li .thr-dept {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: color .2s ease, background .2s ease;
}
@media all and (min-width:768px) {
  #header nav .thr-menu-list>li .thr-dept:hover{
    background-color: #f1f4f8;
    color: var(--color-main);
  } 

}

@media all and (min-width: 768px) {
  #header:hover{
    border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);

  }

}
@media all and (max-width: 1024px) {


#header.on {
  transform: none !important;
  transition: none !important;
}
  #header {
    justify-content: space-between;
    padding: 0 20px;
    height: 90px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
  }
  #header #logo {
    position: relative;
    z-index: 1;
  }

  #header .btn-allmenu {
    position: relative;
    z-index: 1;
    display: block;
  }
  #header .etc {
  display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
    padding: 0 20px;
    border-top: 1px solid rgba(229, 229, 229, 0.8980392157);
    background-color: #fff;
    transition: none;
  }
  #header .etc .lang-wrap .lang-box {
    top: unset;
    left: -45px;
    bottom: calc(100% + 13px);
    -webkit-transform: none;
            transform: none;
            display: none;
  }
  #header .etc .lang-wrap .lang-box:before {
    display: none;
  }
  #header .etc .lang-wrap .lang-box .lang {
    font-size: 15px;
  }
  #header.on .etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header.hide {
    top: -80px;
  }
  #lnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding-top: 110px;
    background: #fff;
    padding-bottom: 80px;
    height: 100vh;
  }
  .menu-list {
    display: block;
    overflow-y: auto;
    height: 100% !important;
  }
  .menu-list .depth-btn {
    position: absolute;
    display: block;
  }
  .menu-list > li {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .menu-list > li > .depth-btn {
    top: 2px;
    right: 20px;
    width: 100%;
    height: 66px;
  }
  .menu-list > li > .depth-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/en/image/common/icon-accor-arrow.svg") no-repeat right center/100% auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .menu-list > li.on > .depth-btn::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .menu-list .two-menu-list .depth-btn {
    top: 0;
    right: 0;
    width: 100%;
    height: 57px;
  }
  .menu-list .two-menu-list .depth-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 13px;
    height: 100%;
    display: block;
    background: url("/en/image/common/icon-accor-arrow-20.svg") no-repeat right center/100% auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .menu-list .two-menu-list .on .depth-btn:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-list .one-dept {
    display: block;
    min-height: 52px;
    height: auto;
    padding: 20px;
    font-size: 28px;
  }
  .menu-list .two-menu-wrap {
    padding: 24px 16px;
    position: unset;
    border: none;
    border-radius: 0;
    background-color: #f1f4f8;
  }
  .menu-list .two-menu-list {
    display: block;
    min-width: unset;
  }
  .menu-list .two-menu-list:before {
    display: none;
  }
  .menu-list .two-menu-list > li {
    position: relative;
  }
  .menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept {
    min-height: 48px;
    padding-right: 48px;
  }
  .menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept::after {
    display: none;
  }
  .menu-list .two-menu-list > li:has(.thr-menu-list) .two-dept::before {
    display: none;
  }
  .menu-list .two-menu-list .two-dept {
    padding: 15px 20px !important;
    width: 100%;
    min-width: unset;
    border-radius: 0;
    font-size: 22px;
  }
  .menu-list .two-menu-list .thr-menu-list {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    height: auto;
    padding: 16px;
    border-top: 1px solid rgba(229, 229, 229, 0.8980392157);
    border-bottom: 1px solid rgba(229, 229, 229, 0.8980392157);
  }
  .menu-list .two-menu-list > li {
    min-width: unset;
    width: 100%;
  }
  .menu-list .two-menu-list .thr-dept {
    padding: 12px 16px;
    border-radius: 0;
  }

  #header nav .menu-list>li .two-menu-list>li .thr-menu-list>li .thr-dept {
    padding: 12px 16px;
    border-radius: 0;
    font-size: 18px;
  }
  #header nav .menu-list>li .thr-menu-list li::before {
   display: none;
}

}

@media all and (max-width: 768px) {
  .menu-list .one-dept {
    font-size: 24px;
}
.menu-list .two-menu-list .two-dept {
  font-size: 18px;
}

}

@media all and (max-width: 425px) {
.menu-list .two-menu-list .two-dept {
  font-size: 16px;
}

}












/* footer */
address{
  font-style: normal !important;
}
#footer{
  background: #222;
  padding: 67px 0 40px;
  color: #FFF;
}
#footer .f_logo{
  padding-bottom: 50px;
}


.f_info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; 
}

.f_info_list li {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.28px;
}


.f_info_list a,
.f_info_list strong {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.28px;
}

.f-addr{
  margin-top: 10px;
  display: flex;
  gap: 40px;
}
.f-addr p{
  color: #FFF;
font-size: 14px;
font-weight: 700;
line-height: 130%;
letter-spacing: -0.28px;
}
.f-addr p span{
  color: rgba(255, 255, 255, 0.60);
}
.footer-bottom{
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}
.copy{
  color: rgba(255, 255, 255, 0.60);
font-size: 14px;
font-weight: 700;
line-height: 130%; 
letter-spacing: -0.28px;

}

@media all and (max-width:860px) {
  .f_info_list {
    gap: 20px;
}
  .f-addr {
 gap: 20px;
 flex-direction: column;
 margin-top: 20px;
}
}