/**--------------------------- 이너 사이즈 **/
.inner { max-width: var(--inner); margin: 0 auto; width:100%;} 

@media screen and (max-width:1210px){
 .inner { padding:0 16px; } 
 }


.wrapper {position: relative;}

/**--------------------------- 해더 **/

/**메인해더 > 메뉴 **/
.header.main {position: absolute; top:0; left:0;   border-bottom:none;  } 
.header.main .gnb ul {display: flex; gap:3.125rem;}
.header.main .gnb ul li a {  font-weight: 700; text-transform: uppercase; color:#fff;   }
.header.main #mobile_nav {display: none;}
.header.main .gnb_logo {color: #fff; font-size: 2rem; font-style: normal; font-weight: 900; line-height: 100%; }


/**메인해더 > 메뉴 **/
 
@media screen and (max-width:870px){
  .header.main {height:80px;}
  .header.main #mobile_nav {display: block; z-index:99; }
  .header.main .gnb {position: absolute; top:100%; left:0; width:100%; height:auto; background-color: rgba(255, 255, 255, 100);  box-shadow: 0px 4px 10px 0px rgba(59, 59, 59, 0.25);}  
  .header.main .gnb ul {display: none;}
  .header.main .gnb ul li a {display: block; padding:1rem; border-top:1px solid rgba(0, 0, 0, 0.12);  color:#000; width:100%; text-align: center;}
  .header.main .gnb ul li a:hover {background-color: #fafafa;}

  .header.main #mobile_nav .menu-icon { display: inline-block; width: 30px; height: 30px; position: relative;}  
  .header.main #mobile_nav .menu-icon span { display: block;  position: absolute;  width: 100%; height: 4px; background-color: #fff;    border-radius: 2px; transition: all 0.3s ease; }  
  .header.main #mobile_nav .menu-icon span:nth-child(1) {top: 2px;}  
  .header.main #mobile_nav .menu-icon span:nth-child(2) {top: 12px;}  
  .header.main #mobile_nav .menu-icon span:nth-child(3) {top: 22px;}

  .header.main.show {background-color: #000; backdrop-filter: blur(5px); border-bottom: #2a2a2a}
  .header.main.show .gnb ul {display: block;}
  .header.main.show #mobile_nav .menu-icon span:nth-child(1) {top: 12px;transform: rotate(45deg);}  
  .header.main.show #mobile_nav .menu-icon span:nth-child(2) {opacity: 0;}  
  .header.main.show #mobile_nav .menu-icon span:nth-child(3) {top: 12px;transform: rotate(-45deg);}
  
}



.header {  width:100%; height:5.3125rem; background-color: transparent; z-index: 99; border-bottom: 1px solid #EFEFEF;}
.header .inner {display: flex; height:inherit; align-items: center; justify-content: space-between;}

/**해더 > 메뉴 **/
.header .gnb ul {display: flex; gap:3.125rem;}
.header .gnb ul li a { font-weight: 700; color:#2A2A2A;  text-transform: uppercase;}
.header #mobile_nav {display: none;}
.header .gnb_logo {color: #2A2A2A; font-size: 2rem; font-style: normal; font-weight: 900; line-height: 100%; }

@media screen and (max-width:870px){
  .header {height:80px;}
  .header #mobile_nav {display: block; z-index:99; }
  .header .gnb {position: absolute; top:100%; left:0; width:100%; height:auto; background-color: rgba(255, 255, 255, 100);  box-shadow: 0px 4px 10px 0px rgba(59, 59, 59, 0.25);}  
  .header .gnb ul {display: none;}
  .header .gnb ul li a {display: block; padding:1rem; border-top:1px solid rgba(0, 0, 0, 0.12);  color:#000; width:100%; text-align: center;}
  .header .gnb ul li a:hover {background-color: #fafafa;}

  .header #mobile_nav .menu-icon { display: inline-block; width: 30px; height: 30px; position: relative;}  
  .header #mobile_nav .menu-icon span { display: block;  position: absolute;  width: 100%; height: 4px; background-color: #2a2a2a;    border-radius: 2px; transition: all 0.3s ease; }  
  .header #mobile_nav .menu-icon span:nth-child(1) {top: 2px;}  
  .header #mobile_nav .menu-icon span:nth-child(2) {top: 12px;}  
  .header #mobile_nav .menu-icon span:nth-child(3) {top: 22px;}

  .header.show {background-color: #fff; backdrop-filter: blur(5px); border-bottom: #2a2a2a}
  .header.show .gnb ul {display: block;}
  .header.show #mobile_nav .menu-icon span:nth-child(1) {top: 12px;transform: rotate(45deg);}  
  .header.show #mobile_nav .menu-icon span:nth-child(2) {opacity: 0;}  
  .header.show #mobile_nav .menu-icon span:nth-child(3) {top: 12px;transform: rotate(-45deg);}
  
}


/**--------------------------- 푸터 **/
/** 푸터 > Contact Us **/
.main.sec_contact {padding:7rem 0; background:url("../img/bg_contact.png") no-repeat top center; background-size: cover;}
.main.sec_contact .inner {display: flex; justify-content: space-between; align-items: center;}
.main.sec_contact .left h2 {text-align: left;}
.main.sec_contact .left p {margin-top:1.625rem; color: #FFF; font-size: 1.25rem; font-weight: 300; letter-spacing: -0.8px;}

@media screen and (max-width:640px){
  .main.sec_contact {padding:4rem 0;}
  .main.sec_contact .inner {flex-direction: column; gap:4rem; text-align: center;}
  .main.sec_contact .left h2 {text-align: center;}
}


/** 푸터 **/
.footer {padding: 5rem 0; background: #fff; border-top: 1px solid #EFEFEF;}
.footer .footer_top { }
.footer .footer_top h2 {color: var(--gray-800, #333); font-family: SUIT; font-size: 1rem; font-style: normal; font-weight: 900; line-height: 170%; margin-bottom: 2rem; }

.footer-grid {display: flex; flex-direction: row; align-items: flex-start; gap: 2.5rem; justify-content: space-between;}

@media screen and (max-width:640px){
  .footer .footer_top {flex-direction: column; gap:1.5rem; padding-bottom:2rem; border-bottom:1px solid rgba(255, 255, 255, 0.12);}
  .footer .footer_top h2 img {width:15rem;}
}


.footer .footer_bottom {}
.footer .footer_bottom ul {display: flex; flex-direction: column; gap:0.625rem;}
.footer .footer_bottom ul li {color: var(--gray-400, #999); font-family: SUIT; font-size: 1rem; font-style: normal; font-weight: 400; line-height: 100%; }
.footer .footer_bottom ul li b {padding-right:0.875rem; font-weight: 700;}
.footer .footer_bottom p.copyright {margin-top:1.625rem; color: var(--gray-150, #F5F5F5); font-size: 0.875rem; line-height: 235.714%; opacity: 0.4;}

@media screen and (max-width:640px){
  .footer .footer_bottom {margin-top:2rem;}
}
