#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-1824 { max-width: 1824px;width: 100%; position: relative; margin-left: auto; margin-right: auto; }
.inner-1680 { max-width: 1680px;width: 100%; position: relative; margin-left: auto; margin-right: auto; }
.inner-1632 { max-width: 1632px;width: 100%; position: relative; margin-left: auto; margin-right: auto; }
.inner-1500 { max-width: 1500px;width: 100%; position: relative; margin-left: auto; margin-right: auto; }
#footer { width: 100%; clear: both; position: relative; margin: 0 auto; }

@media all and (max-width: 1850px){
  .inner-1810 {  padding-inline: 20px !important; }
  .inner-1632 {  padding-inline: 20px !important; }
  .inner-1824 {  padding-inline: 20px !important; }
}
@media all and (max-width: 1800px){
  .inner-1680 {  padding-inline: 20px !important; }
}
@media all and (max-width: 1600px){
  .inner {  padding-inline: 20px; }
  .inner-1840 {  padding-inline: 20px !important; }
  .inner-1500 {  padding-inline: 20px !important; }
}
@media all and (max-width: 1900px){
 .inner {  padding-inline: 20px !important; }
 }

/* header */

 #header {
  display: flex;
  position: fixed;
  top: 0px;
  transition: all 0.3s;
  z-index: 2000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }
  #header .logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    transition: all 0.3s;
    padding: 0 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    transition: filter 0.3s ease;
  }


  #header .logo {
    width: 226px;
    flex-shrink: 0;
  }
  #header .logo a img{
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }

  #header #lnb,
  #header .btn-contact,
  #header .btn-lang,
  #header .logo a{
    position: relative;
  }
  #header #lnb::before,
  #header .btn-contact::before,
  #header .btn-lang::before,
  #header .logo a::before{
    position: absolute;
    inset: 0;
    border: 1px solid var(--color27);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 100%, 0 100%, 0 0, 0 0, 0 0, 100% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
    content: "";
    pointer-events: none;
    transition: clip-path .3s ease;
  }


  @media all and (min-width:768px) {
    #header .logo a:hover img{
      filter: none;
    }
    #header #lnb:hover::before,
    #header .btn-contact:hover::before,
    #header .btn-lang:hover::before,
    #header .logo a:hover::before {
      clip-path: polygon(0% 0%, 0% 100%, 0.75rem 100%, 0.75rem calc(100% - 0.75rem), 0 calc(100% - 0.75rem), 0 0.75rem, 0.75rem 0.75rem, 0.75rem 0, calc(100% - 0.75rem) 0, calc(100% - 0.75rem) 0.75rem, 100% 0.75rem, 100% calc(100% - 0.75rem), calc(100% - 0.75rem) calc(100% - 0.75rem), calc(100% - 0.75rem) 100%, 0.75rem 100%, 0.75rem calc(100% - 0.75rem), 0.75rem 100%, 100% 100%, 100% 0%);
    }

  }

  #header .depth-btn{
    display: none;
  }
  #lnb {
    flex: 1;
  }
  #lnb .menu-list{
    display: flex;
    justify-content: center;
    padding: 0 1.25rem;
    border-radius: 8px;
    transition: all 0.3s;
    height: 100%;
  }
  #lnb .menu-list li{
    position: relative;
    text-align: center;
    
  }
  #lnb .one-dept{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 2.5rem;
    color: #FFF;
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02rem;
    transition: all 0.3s;
    white-space: nowrap;
  }

  @media all and (max-width:1700px) {
    #lnb .one-dept {
      padding: 2.25rem 2rem;
  }
  }


  #lnb .two-menu-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 32px 0 114px;
    display: none;
  }
  
  #lnb .two-menu-wrap>div>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 197px;
  }
  #lnb .two-menu-wrap .two-dept{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.02rem;
    transition: all 0.3s; 
  }
  #lnb .two-menu-wrap .thr-menu-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 197px;
    margin-top: 20px;
  }
  #lnb .two-menu-wrap .thr-menu-list a{
    color: rgba(255, 255, 255, 0.60);
    text-align: center !important;
    font-size: 0.81rem;
    font-weight: 500;
    line-height: 140%; 
    letter-spacing: -0.02rem;
    transition: all 0.3s; 
  }
  .two-dept.on{
    color: #FFF !important;
  }
  .two-dept.active,
  .one-dept.active{
    color: var(--color27) !important;
  }
  @media all and (min-width:768px) {
    #lnb .two-menu-wrap .two-menu-list a:hover .icon span{
      background: var(--color27);
    }
    #lnb .two-menu-wrap .two-menu-list a:hover{
      color: var(--color27);
    }
    #lnb .two-menu-wrap .thr-menu-list a:hover{
      color: #FFF;
    }
  }


  .accordion-wrap .icon{
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .two-dept .icon {
    position: relative;
    width: 12px;
    height: 12px;
  }
  .accordion-wrap .icon span,
  .two-dept .icon span {
    position: absolute;
    background: #fff;
    transition: .35s cubic-bezier(.4,0,.2,1);
  }
  
  /* 가로선 (minus 기본) */
  .accordion-wrap .icon .minus,
  .two-dept .icon .minus {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
  }
  .accordion-wrap .icon .plus,
  .two-dept .icon .plus {
    width: 2px;
    height: 100%;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
  }
  
  .accordion-head.on .plus,
  .two-menu-list > li.open .icon .plus {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }


  
  .two-dept.active  .icon span{
    background: var(--color27);
  }


  #header .etc{
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
  }

  #header .etc .btn-lang,
  #header .etc .btn-contact{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 48px;
    height: 100%;
    color: #FFF;
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    transition: color 0.3s ease;
    white-space: nowrap;
  }

  .dot {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    transition: background 0.3s ease, border-color 0.3s ease;
  }
  
  @media all and (min-width:768px) {

    #header .one-dept:hover,
    #header .etc .btn-lang:hover,
    #header .etc .btn-lang:hover,
    #header .etc .btn-contact:hover {
      color: var(--color27);
    
    }
    
    #header .etc .btn-contact:hover .dot {
      background: var(--color27);
      border: 2px solid var(--color27);
    }

  }

  #header .site a{
    border-left: 1px solid rgba(255, 255, 255, 0.20);
  }
  #header .etc button.btn-lang {
    gap: 5px;
  }
  #header .etc button.btn-lang:after {
    width: 19px;
    height: 20px;
    background-image: url("/image/common/icon-lang.svg");
  }
  #header .etc button.btn-lang.on:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  #header .etc > li {
    position: relative;
    height: 100%;
  }
  #header .etc .lang-box {
    position: absolute;
    left: -1%;
    top: calc(100% + 1px);
    width: 100%;
    box-sizing: content-box;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-top: none !important;
    transition: opacity .3s ease, translate .3s ease;
  }
  #header .etc .lang-box[inert]{
    opacity: 0;
    translate: 0 -100%;
    pointer-events: none;
  }
  #header .etc .lang-box li+li{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
  }


  .header:hover .etc .lang-box a,
  .header.scrolled .etc .lang-box a{
  background: var(--color16);
}
  #header .etc .lang-box a{
    display: block;
    padding: 0 48px;
    height: 90px;
    line-height: 90px;
    width: 100%;
    color: #FFF;
    font-size: 1.13rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    transition: all 0.3s;
  }
  #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);
  }

#header .btn-allmenu {
  display: none;
color: var(--white);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 100%; 
  transition: all 0.3s;
  padding: 0 30px;
}

@media all and (max-width:1560px) {
  #header .logo a,
  #header .etc .btn-lang, 
  #header .etc .btn-contact {
    padding: 0 30px;
  }
  #header .logo {
    width: 180px;
}
#lnb .menu-list {
  justify-content: space-between;
}
#lnb .one-dept {
  padding: 2.25rem 0rem;
}
}


@media all and (max-width:1200px) {
  .hide-1200{
    display: none !important; 
  }
  .menu-list .show-1200{
    display: block !important;
  }
  .header.depth-open .menu-bg {
    height: 100vh !important;
  }
  #lnb .menu-list {
    padding: 0;
  }
  #header #lnb::before{
    display: none !important;
  }
  #header .btn-allmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
  }
  #header .etc {
   border: none;
}
#header {
  justify-content: space-between;
}
#header .etc > li {
  flex: 1;
}
#header .etc .btn-lang,
  #header .etc .btn-contact{
    justify-content: center;
  }

  #header.depth-open{
    background-color: var(--color16);
  }

#header .btn-allmenu {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header.is-white .btn-allmenu {
  background-color: var(--white);
  color: var(--color02);
}
#header .logo {
  width: 200px !important;
}
#header .logo a {
height: 75px;
}

.header.depth-open #lnb{
  opacity: 1;
  visibility: visible;
  
}


.btn-allmenu .ico {
  position: relative;
  width: 36px;
  height: 18px;
}

.btn-allmenu .ico span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}

.btn-allmenu .ico .plus {
  top: 4px;
}

.btn-allmenu .ico .minus {
  bottom: 4px;
}

.header.depth-open .btn-allmenu .ico .plus,
.header.depth-open .btn-allmenu .ico .minus {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.header.depth-open .btn-allmenu .ico .plus {
  transform: translateY(-50%) rotate(0deg);
}

.header.depth-open .btn-allmenu .ico .minus {
  transform: translateY(-50%) rotate(0deg);
}
#lnb {
position: fixed !important;
top: 76px;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
padding-top: 60px;
padding-bottom: 155px;
height: 100vh;
transition: opacity 0.3 1.8s ease !important;
}
  #lnb .menu-list {
display: block !important;
overflow-y: auto;
height: 100% !important;
}
#lnb .one-dept{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25rem 2.5rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s;
  white-space: nowrap;
}

#lnb .two-menu-wrap .thr-menu-list {
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-top: 0px;
  border: none;
}
.menu-list .two-menu-list > li:has(.thr-menu-list) > .two-dept {
justify-content: space-between !important; 
}

#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(255, 255, 255, 0.20);
    transition: none;
  }
 

  #header.depth-open .etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  #lnb .menu-list .depth-btn {
position: absolute;
display: block;
}
  #lnb .menu-list > li {
position: relative;
height: auto;
overflow: hidden;
}
  #lnb .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("/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 .one-dept {
display: block;
min-height: 52px;
height: auto;
padding: 20px;
font-size: 28px;
}
.menu-list .two-menu-wrap {
position: unset !important;
border: none;
transform: none !important;
border-radius: 0;
background-color: #0D0D22;
padding: 40px 0 !important;
}

#lnb .two-menu-wrap>div>ul {
width: 100%;
}
.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: 0rem 2.0rem !important;
width: 100%;
min-width: unset;
border-radius: 0;
font-size: 22px;
justify-content: flex-start !important;
}
.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 .two-dept {
font-size: 20px;
text-align: left;
}
#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;
}

#lnb .one-dept{
  padding: 1.69rem 2.0rem;
}

}

@media all and (max-width:768px) {
  #header .logo a {
    border: none;
  }
}
@media all and (max-width:568px) {
  #header .btn-allmenu {
    padding: 0 15px;
}
#header .logo a {
  height: 65px;
}
#header .logo {
  width: 180px !important;
}
}


#header .one-dept:hover .dot {
  background: var(--color27);
  border: 2px solid var(--color27);
}




.header .menu-bg {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 0;
  background: #000016;
  z-index: -1;

}

.header.depth-open .menu-bg {
  width: 100%;
  height: 495px;
  transition: .3s .1s;
}


.thr-menu-list,
.two-menu-wrap {
  display: none;
}
.menu-dim-bg {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 50;
}

.menu-dim-bg.on {
  opacity: 1;
  visibility: visible;
}

/* footer */
  #footer{
    background-color: var(--color16);
    color: var(--white);
  }
  #footer .f-top{
    display: flex;
    justify-content: space-between;
    padding: 120px 0 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }
  #footer .footer-logo{
    margin-bottom: 60px;
  }
  #footer dl{
    display: flex;
    align-items: center;
    gap: 24px;
  }
  #footer dl+dl{
    margin-top: 15px;
  }
  #footer .f-info+.f-info{
    margin-top: 15px;
  }
  #footer dl>div{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #footer .f-info dt{
    color: rgba(255, 255, 255, 0.60);
    font-size: 1rem;
    line-height: 100%; 
    letter-spacing: -0.32px;
  }
  #footer .f-info dd{
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: -0.32px;
  }

  #footer .f-bottom{
    padding: 40px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer .f-bottom nav{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #footer .f-bottom nav a{
    color: rgba(255, 255, 255, 0.80);
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -0.32px;
  }
  #footer .f-bottom nav li:last-child a{
    color: #FFF;
    font-weight: 500;
  }
  #footer .copy{
    color: rgba(255, 255, 255, 0.60);
    font-size: 1rem;
    line-height: 120%; 
    letter-spacing: -0.32px;
  }
  #footer .site-area {
    position: relative;
    max-width: 240px;
    width: 100%;
  }
  #footer .site-area .link-site .tit {
    color: var(--white);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 100%
  }
  #footer .site-area .link-site {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    gap: 139px;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }
  #footer .site-area .site-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    color: #FFF;
    font-weight: 600;
    line-height: 100%;
    z-index: 999;
    gap: 0;
    width: 100%;
    background-color: #fff;
    background-color: var(--color16);
    transition: background-color 0.3s;

  }
  .site-area .site-list[inert] {
    pointer-events: none;
  }
  #footer .site-area .site-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 20px;
    transition: all 0.3s;
    text-align: right;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 130%; 
  }
  .link-site img {
    transition: transform 0.5s ease;
  }

  .link-site.on  img {
    transform: rotate(90deg);
  }

  @media all and (max-width:1024px) {
    #footer .f-top {
      flex-direction: column;
      gap: 40px;
      align-items: flex-end;
  }
  #footer .f-top .top-left{
    width: 100%;
  }
  #footer .f-bottom {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

#footer dl {
  flex-wrap: wrap;
}


  }

  @media all and (max-width:768px) {
    
    #footer .f-top .top-right{
      width: 100%;
    }
    #footer .f-top .top-right>div{
      max-width: none  !important;
    }
    .f-info .add{
      width: 100%;
    }
    #footer dl {
      gap: 15px;
    }
    #footer .f-top{
      padding: 120px 0 0px;
      border-bottom:none;
    }

  }
  
  
  @media all and (max-width:1024px) {
    #footer dl>div {
      align-items: flex-start;
      flex-direction: column;
    }
    #footer .f-info dd {
      word-break: break-all;
      line-height: 140%;
    }
  }
  @media all and (max-width:460px) {
    #footer .f-bottom nav a {
      font-size: 13px;
  }
  #footer .f-bottom nav {
    gap: 12px;
}
#footer .f-info dt,
#footer .f-info dd {
  font-size: 12px;
}

  }