@charset "UTF-8";

/* #header {width: 100%; background: #fff; box-shadow: 0 2px 10px var(--shadow); position: sticky; top: 0; right: 0; left: 0; z-index: 999;} */
#header {width: 100%; background: #fff; box-shadow: 0 2px 10px var(--shadow); position: fixed; top: 0; right: 0; left: 0; z-index: 999;}
#header + * {margin-top: var(--header-height);}

#header .logo {-webkit-flex-shrink: 0; flex-shrink: 0; display: block; max-width: 261.222px; height: 60px;}
#header .logo img {display: block; width: 100%; height: 100%; object-fit: contain;}
#header .logo>img {display: none;}
#header .logo>.logo-color {display: block;}

#header .menu-bar {width: 100%; max-width: var(--inner-width); height: var(--header-height); padding: var(--inner-padding); margin: 0 auto; display: -webkit-flex; display: flex; justify-content: center; align-items: center;}

#gnb_pc {-webkit-flex-shrink: 0; flex-shrink: 0; margin-left: auto;}

#gnb_pc>h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#gnb_pc .ul-main-menu {display: -webkit-flex; display: flex; justify-content: start; align-items: center;}
#gnb_pc .ul-main-menu>.item {position: relative; font-size: 1.25rem; font-weight: 700; line-height: var(--header-height); text-align: center;}
#gnb_pc .ul-main-menu>.item:last-child {margin-right: 0;}
#gnb_pc .ul-main-menu .main-menu {display: inline-block; color: var(--dark);}
#gnb_pc .ul-main-menu>.item:hover .main-menu {color: var(--mexicanPink);}

#header #gnb_pc .ul-sub-menu {position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 180px; background: #fff; box-shadow: 0 3px 10px var(--shadow); border-radius: 0 0 6px 6px; opacity: 0; transition: opacity .3s ease-out; visibility: hidden;}
#header #gnb_pc .ul-main-menu>.item:hover .ul-sub-menu {opacity: 1; visibility: visible;}
#header #gnb_pc .ul-sub-menu>.item {padding: 10px 0; line-height: 1.2; text-align: center;}
#header #gnb_pc .ul-sub-menu>.item:first-child {padding-top: 24px;}
#header #gnb_pc .ul-sub-menu>.item:last-child {padding-bottom: 24px;}
#header #gnb_pc .ul-sub-menu .sub-menu {display: block; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; margin: 0 auto; font-weight: 500; font-size: 0.938rem; color: var(--darkgray, #333);}
#header #gnb_pc .ul-sub-menu>.item:hover .sub-menu {font-weight: 600; color: var(--highlight);}

#m_menu_open {width: 30px; height: 30px; padding: 5px; display: -webkit-flex; display: flex; justify-content: center; align-items: center;}
#m_menu_open svg {display: block; width: 20px; height: 17px;}
#header .mobile .ul-utility {justify-content: start; flex-wrap: wrap; padding-right: 30px; padding-bottom: 10px; border-bottom: var(--border-solid);}
#header .mobile .ul-utility .item {display: -webkit-flex; display: flex; justify-content: start; align-items: center;}

#header .menu-bar {transition: height .3s ease-out;}
#header + * {transition: margin-top .3s ease-out;}


/* 언어 dropdown */
.dropdown-lang {height: var(--header-height); padding: 10px 0; position: relative; display: flex; align-items: center;}
.value-lang, .ul-lang li {display: flex; align-items: center; gap: 8px; cursor: pointer;}
.dropdown-lang .flag {width: 18px; height: 12px; border: 0.5px solid var(--border, #DFDFDF); object-fit: cover; display: block;}
.value-lang span, .ul-lang li span {width: 80px; flex-shrink: 0; color: var(--dark, #222); font-size: 15px; font-weight: 400; line-height: 100%;}
.ul-lang {display: none; padding: 9px 0; background-color: #fff; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08); border-radius: 0px 0px 6px 6px; overflow: hidden; position: absolute; top: 100%; z-index: 1;}
.ul-lang li {padding: 7px 20px; display: flex; align-items: center; gap: 8px; cursor: pointer;}
.ul-lang li:hover {background-color: #f1f1f1;}
/* //언어 dropdown */


#header {transition: all .3s linear;}
#header .logo {transition: all .3s linear;}
#header.shrink .logo {height: 40px;}
#header.shrink .menu-bar {height: var(--shrink-height);}
#header.shrink #gnb_pc .ul-main-menu>.item {line-height: var(--shrink-height);}
#header.shrink .dropdown-lang {height: var(--shrink-height);}


/* footer */
#footer {padding: 60px 0; background: #030413; margin-top: auto;}
#footer .logo {-webkit-flex-shrink: 0; flex-shrink: 0; display: block; max-width: 132.821px; height: 30px; margin: 0 auto;}
#footer .logo img {display: block; width: 100%; height: 100%; object-fit: contain;}
#footer .logo + address {margin-top: 40px;}
#footer address {width: 100%; max-width: var(--inner-width); padding: var(--inner-padding); margin: 0 auto; font-weight: 300; font-size: 1.063rem; color: #fff; text-align: center;}
#footer p {display: -webkit-flex; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; row-gap: 8px;}
#footer p + p {margin-top: 8px;}
#footer span::after {display: inline-block; content: ''; width: 1px; height: 12px; background: #C7C7C7; margin: 0 8px;}
#footer span:last-child::after {display: none;}
#footer .company {font-weight: 500;}
#footer .copy {display: inline-block; font-weight: 300; font-size: 0.938rem; margin-top: 40px;}
/* //footer */





@media screen and (min-width:1441px){
    #header .menu-bar {column-gap: 100px;}
    #gnb_pc .ul-main-menu>.item {margin-right: 60px;}
}

@media screen and (min-width:1201px) and (max-width:1440px){
    #header .menu-bar {column-gap: 6vw;}
    #gnb_pc .ul-main-menu>.item {margin-right: 3vw;}
}

@media screen and (max-width:1200px){
    #header .pc {display: none;}
    #header .mobile {display: block;}

    #header .menu-bar {justify-content: space-between; column-gap: 60px;}

    #gnb_pc .ul-main-menu>.item {margin-right: 30px;}
}

@media screen and (min-width:993px){
    .mobile {display: none;}
}

@media screen and (max-width:992px){
    .pc {display: none;}
    .mobile {display: block;}

    #header .logo {height: 40px;}
    #header.shrink .logo {height: 36px;}

    .dropdown-lang {height: auto;}
}

@media screen and (max-width:768px){
    #footer {padding: 50px 0;}
}

@media screen and (max-width:480px){
    #header .logo {height: 36px;}
    #header.shrink .logo {height: 30px;}

    #header .ul-utility .util-menu::after {margin: 0 6px;}
    
    
    #footer {padding: 40px 0;}
    #footer p {row-gap: 6px; margin-bottom: 6px;}
    #footer .ceo::after, #footer .address::after {display: none;}
    #footer .address {width: 100%;}
}