#wrap { width: 100%; min-width: 320px; position: relative; margin: 0 auto;visibility: hidden; }
#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-1600 { max-width: 1600px; position: relative; margin-left: auto; margin-right: auto; width: 100%;}
.inner-1600.type02 { max-width: 1600px; position: relative; margin: 0 40px; width: 100%;}
.inner-1708 { max-width: 1708px; position: relative; margin-left: auto; margin-right: auto; width: 100%;}
#footer { width: 100%; clear: both; position: relative; margin: 0 auto; }
.header{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
}
.header-inner{
  width: 100%;
  /* max-width: 1600px; */
 /* padding: 0px; */
 padding: 0px 40px 00px 61px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
justify-content: space-between;
}
.header .header-gnb{
  display: flex;
  align-items: center;
  gap: 80px;
}
.header .header-gnb > li.on a{
  color: #E60012;
}
.header .header-gnb > li {
  position: relative;
}
.header .header-gnb > li >  a{
  color: #FFF;
font-family: Pretendard;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;
transition: all 0.5s;
}

.header .hd-btn{
  position: relative;
  z-index: 99;
  padding: 32px;
  background: #E60012;
}

.header-etc{
  position: relative;
  z-index: 999 !important;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-etc a.active{
  color: #FFF;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
letter-spacing: -0.28px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: 12%; /* 1.68px */
text-underline-offset: 25%; /* 3.5px */
text-underline-position: from-font;
}
.header-etc a{

  color: rgba(255, 255, 255, 0.40);
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
letter-spacing: -0.28px;
}
.header-etc a+a{
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-etc a+a::before{
  content: '';
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.20);

}

.header.on {
  background-color: #fff;
}
.header.on .header-gnb a {
  color: #222;
}
.header.show .header-etc a+a::before,
.header.on .header-etc a+a::before{
 background: #ddd;
}
.header.show  .header-etc a,
.header.on .header-etc a {
  color: #AAA;
}
.header.show .header-etc a.active,
.header.on .header-etc a.active {
  color: #222;
}



/* GNB */
.depth2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top; 
  width: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px;
  border-radius: 2px;
  margin-top: 20px;
  transition: 
    transform 0.5s ease, 
    opacity 0.5s ease, 
    background 0.5s ease, 
    visibility 0s ease 0.5s;
  z-index: 55;
  pointer-events: none;
  justify-content: center;
}

.depth2.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) scaleY(1);
  background: #E60012;
  transition-delay: 0s;
}

.header .depth2 a {
  color: rgba(255, 255, 255, 0.60) !important;
  font-family: Pretendard;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 200% !important;
  letter-spacing: -0.36px;
  transition: color 0.5s ease; 
  transform: translateZ(0);
  will-change: color;
}
.header .depth2 a:hover{
  color: #FFF !important;
}

.depth2 li{position:relative; opacity:0;  }
.depth2 a{display:block; color:#fff;  text-align:center; line-height:1.4; opacity:0.9;}
 .depth2.on{visibility:visible; opacity:1.0;}
.depth2.on:before{height:100%;}
.depth2.on  li{opacity:1.0; transition: all 0.8s ease-in-out;}
.depth2.on  li:nth-child(1){transition-delay:0.1s;}
.depth2.on  li:nth-child(2){transition-delay:0.2s;}
.depth2.on  li:nth-child(3){transition-delay:0.3s;}
.depth2.on  li:nth-child(4){transition-delay:0.4s;}
.depth2.on  li:nth-child(5){transition-delay:0.5s;}
.depth2.on  li:nth-child(6){transition-delay:0.6s;}
.depth2.on  li:nth-child(7){transition-delay:0.7s;}
.depth2.on  li:nth-child(8){transition-delay:0.8s;}
.depth2.on  li:nth-child(9){transition-delay:0.9s;}
.depth2.on  li:nth-child(10){transition-delay:1.0s;}


/* .open-menu */
.open-menu.active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: #fff;
  transition-delay: 0s;
  height: 100vh;
  transition: all 0.8s ease;
}
.open-menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  gap: 160px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;

}

.open-menu .thumb{
  height: 100%;
  width: 600px;
}
.open-menu .thumb img {
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  object-fit: cover;
}

.open-menu.active .thumb img {
  opacity: 1;
  transform: scaleY(1);
}

.menu-gnb {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease;
}

.menu-gnb.show-anim {
  opacity: 1;
  transform: translateY(0);
}
.open-menu nav{
  max-width: 1000px;
  width: 100%;
  padding-inline: 20px;
  box-sizing: content-box;
}
.open-menu .menu-gnb{
  padding: 160px 0px;
}
.open-menu .menu-gnb > li > a{
  min-width: 191px;
  color: #222;
font-family: Pretendard;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 36px */
letter-spacing: -0.72px;
transition: all 0.5s;
}
.open-menu .menu-gnb > li{
  display: flex;
  align-items: center;
  gap: 80px;
}
.menu-gnb > li + li{
  border-top: 1px solid #eee;
}
.menu-gnb > li{
  padding: 48px 0;
}
.open-menu .sub-list{
  display: flex;
  align-items: center;
  gap: 40px;
}
.open-menu .sub-list > li > a{
  color: #666;
text-align: center;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;
transition: all 0.5s;
}

#siteMapCon06.open .sitemap-wrapper-style06 > ul > li{opacity: 1; transform: translateY(0);}



.menu-icon,
.close-icon {
  width: 32px;
  height: 32px;
  transition:all 0.5s;
}

.menu-icon {
  display: block;
}
.close-icon {
  display: none;
}

.hd-btn.active .menu-icon {
  display: none;
}
.hd-btn.active .close-icon {
  display: block;
}

.header.show .header-inner{
  max-width: none;
  padding-right: 40px !important;
}

.open-menu nav::-webkit-scrollbar {
  width: 4px;

}



.open-menu nav::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}



.open-menu nav::-webkit-scrollbar-thumb {
  background: #ED1B23;
  border-radius: 100px;
}



/* footer */
.footer {
  border-top: 1px solid #DDD;
}
.footer .f_logo{
margin: 70px 0;
width: fit-content;
}
.footer address{
  font-style: normal !important;
}
.footer .fac{
  margin-bottom: 60px;
}
.footer .name{
  color: #444;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: -0.32px;
}
.footer ul{
  flex-wrap: wrap;
  gap: 20px !important;
}
.footer ul li+li {
  position: relative;
  padding-left: 20px;
}
.footer .head{
  margin: 16px 0;
}
.footer ul li+li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%; /* 중앙 정렬 위해 */
  transform: translateY(-50%);
  width: 1px;
  height: 10px; /* border 길이 10px */
  background-color: #ddd;
}
.footer ul li,
.footer ul,
.footer p{
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer strong{
  color: #888;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: -0.32px;
}
.footer address a,
.footer address span{
  color: #444;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16px */
letter-spacing: -0.32px;
}

.copy{
  color: #888;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14px */
letter-spacing: -0.28px;
padding: 30px 0;
border-top: 1px solid #DDD;
display: block;
width: 100%;
}



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

  .open-menu .menu-gnb > li > a:hover {
    color: #E60012;
  }

  .open-menu .sub-list > li > a:hover {
    color: #E60012;}

    .header .header-gnb > li:hover a{
      color: #E60012;
    }


}

















  /* 반응형 */
@media all and (max-width:1800px) {
  .inner-1708 {padding: 0 20px !important; }
}
@media all and (max-width:1700px) {
  .header-inner,
  .inner-1600 {padding: 0 20px !important; }

}
@media all and (max-width:1400px) {
  .header .header-gnb {
    gap: 50px;
}
.open-menu {
  gap: 20px;
}
.open-menu .menu-gnb > li {
  gap: 40px;
}
.open-menu .menu-gnb > li > a {
  font-size: 30px;
}

}
@media all and (max-width: 1300px){
}
@media all and (max-width: 1200px){
  .header .header-gnb {
    display: none;
  }


}

/* 타블렛 가로 */
@media all and (max-width:1099px) {

}

/* 타블렛 세로 */
@media all and (max-width:1023px) {



  .menu-gnb > li:first-child {
   padding-top: 0 !important;
}
.menu-gnb > li:last-child {
  padding-bottom: 140px !important;
}
  .header.show .header-inner {
    justify-content: flex-start;
  }
  .menu-gnb {
    opacity: 1;
    transform: translateY(0px);
  }
  .open-menu{
    transform: translateX(100%);
    height: 100vh;
  }
  .open-menu.active{
    transform: translateX(-0%);
    padding-right: 20px;
  }
  .w100{
    width: 100%;
  }
  .footer ul li.deco{
    padding-left: 0 !important;

  }
  .footer ul li.deco::before {
    display: none !important;
  }
  .open-menu .thumb{
    display: none;
  }
  .open-menu .menu-gnb > li {
    align-items: flex-start;
    flex-direction: column;
}
.open-menu .sub-list {
  flex-direction: column;
}
.open-menu .sub-list > li > a {
  text-align: left !important;
}
.header.show .header-inner h1{
  display: none;
}
.header.show .header-etc {
 opacity: 1;
 visibility: visible;
 transition: all 0.9s;
}
.open-menu {
  align-items: normal;
}
.open-menu .sub-list {
  align-items: flex-start;
}
.open-menu .menu-gnb {
  padding: 0px 0px;
}

.open-menu nav {
  margin-top: 140px;
 
  overflow-y: auto;
}


}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:768px) {
  .header-etc{
   opacity: 0;
   visibility: hidden;
   
  }
  .footer .name,
  .footer strong,
  .footer address a, 
  .footer address span {
    font-size: 2.133vw;
  }
  .footer ul li+li {
    padding-left: 10px;
}
.footer ul {
  gap: 10px !important;
}
.w100 {
  flex-direction: column;
  align-items: flex-start !important;
}





}

/* 모바일 상세 */
@media all and (max-width:640px) {
  .f_logo img,
  .header h1 img{
    width: 180px;
  }

  .header .hd-btn {
    padding: 20px;
}

}

/* 모바일 가로 */
@media all and (max-width:568px) {
  .copy,
  .footer .name,
  .footer strong,
  .footer address a, 
  .footer address span {
    font-size: 16px;
  }
  .w100-568{
    width: 100%;
  }
  .w100-568::before {
    display: none !important;
  }
  .footer ul li.w100-568{
    padding-left: 0 !important;

  }
}

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

}

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

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