@charset "UTF-8";

#header {position: relative; width: 100%; background: #fff; border-bottom: 1px solid #E3EFE8; z-index: 999;}

#header .top-bar {height: 60px; background: var(--lightGray);}
#header .utility {width: 100%; height: 100%; max-width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center;}
#header .ul-utility {display: -webkit-flex; display: flex; justify-content: end; align-items: center;}
#header .ul-utility .util-menu::after {content: ''; display: inline-block; width: 1px; height: 10px; background: var(--bone); margin: 0 5px;}
#header .ul-utility .util-menu:last-child::after {display: none;}
#header .ul-utility .util-menu a {font-size: 0.938rem; color: var(--dark);}

#header .menu-bar {width: 100%; max-width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center;}

#header .logo {display: block; height: 40px;}
/* #header .logo:not(.mymeta) {height: 22px;} */
#header .logo.gb {height: 20px;}
#header .logo.ptp {height: 22px;}
#header .logo.gbsw {height: 24px;}
#header .logo img {display: block; height: 100%; object-fit: contain;}

#gnb_pc {margin-left: auto;}
#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: 80px; text-align: center; margin-right: 70px; -webkit-flex-shrink: 0; flex-shrink: 0;}
#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(--highlight);}
#gnb_pc .ul-main-menu .main-menu.mypage {padding: 8px 26px; background: var(--highlight); color: #fff; border-radius: 999px; line-height: 1.2;}
#gnb_pc .ul-main-menu>.item:hover .main-menu.mypage {color: #fff;}

#header #gnb_pc .ul-main-menu>.item:hover .ul-sub-menu {display: block;}
#header #gnb_pc .ul-sub-menu {display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 180px; background: #fff; border-top: 1px solid #E3EFE8; box-shadow: 0 3px 6px rgba(0, 0, 0, .07);}
#header #gnb_pc .ul-sub-menu>.item {padding: 15px 0; line-height: 1.2; text-align: center;}
#header #gnb_pc .ul-sub-menu>.item:first-child {padding-top: 30px;}
#header #gnb_pc .ul-sub-menu>.item:last-child {padding-bottom: 30px;}
#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;}
#header #gnb_pc .ul-sub-menu>.item:hover .sub-menu {font-weight: 600; color: var(--green);}

#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.shrink {position: fixed; top: 0; right: 0; left: 0;}
#header.shrink .top-bar {display: none;}





@media screen and (max-width:1200px){
    #header .top-bar, #header .menu-bar {padding: 0 50px;}
    #header #gnb_pc .ul-sub-menu {width: 170px;}
}

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

    #header .menu-bar {height: 80px;}
    #header .logo {margin-right: 14px;}

    #header.shrink + * {margin-top: 140px;}
}

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

    #header .menu-bar {height: 70px;}
    #header .logo {height: 36px; margin-right: 12px;}
    #header .logo.gb {height: 16px;}
    #header .logo.ptp {height: 18px;}
    #header .logo.gbsw {height: 20px;}

    #header.shrink + * {margin-top: 70px;}
}

@media screen and (max-width:768px){
    #header .menu-bar {padding: 0 40px;}
}

@media screen and (max-width:480px){
    #header .menu-bar {height: 60px; padding: 0 12px;}
    #header .logo {height: 22px; margin-right: 6px;}
    #header .logo.gb {height: 10px;}
    #header .logo.ptp {height: 12px;}
    #header .logo.gbsw {height: 14px;}

    #header.shrink + * {margin-top: 60px;}
}