#gnb_pc {}

#gnb_mo {
    display: none !important;
}

@media(max-width:991.98px) {
    #gnb_pc {
        display: none !important;
    }

    #gnb_mo {
        display: block !important;
    }
}

/*header*/
#header {
    position: fixed;
    z-index: 200;
    width: 100%;
    background: #fff;
    min-height: 7.5rem;
}




/*pc메뉴*/
#header #gnb_pc h1 {
    position: absolute;
    top: 2.1rem;
    left: 3rem;
    z-index: 30;
}

#header #gnb_pc h1 > a {
    display: block;
}

#header #gnb_pc .gnb_side {
    position: absolute;
    top: 2.9rem;
    right: 3rem;
    z-index: 30;
}

#header #gnb_pc .gnb_side > a,
#header #gnb_pc .gnb_side > .lan {
    float: left;
    padding: 0 2rem;
    position: relative;
    color: #555;
    font-size: 1.4rem;
}

/*#header #gnb_pc .gnb_side > a:after,
#header #gnb_pc .gnb_side > .lan::after{
content:"";
position:absolute;
left:0;
top:50%;
height:1.2rem;
border-left:1px solid #ddd;
margin-top:-0.6rem;
}*/
#header #gnb_pc .gnb_side > a:first-child:after,
#header #gnb_pc .gnb_side > .lan:first-child:after {
    display: none;
}

#header #gnb_pc .gnb_side .lan,
#header #gnb_pc .gnb_side a.search {
    font-size: 2rem;
    margin-top: -.4rem
}

#header #gnb_pc .gnb_side .lan a {
    color: inherit
}

#header #gnb_pc .gnb_side .lan > p {
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    background: #000;
    padding: 6px 0;
    display: none;
}

#header #gnb_pc .gnb_side .lan > p > a {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    text-align: center;
}

/*search*/
#top_search {
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

#top_search div {
    position: absolute;
    width: 90%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#top_search div input {
    border: 0;
    border-radius: 0;
    height: 60px;
    font-size: 2.2rem;
    padding: 0px 2rem;
}

#top_search div button {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translatey(-50%);
    font-size: 3rem;
    background: none;
    border: 0;
}

#top_search .search_close {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translatex(-50%);
    color: #fff;
    font-size: 4rem;
}

/*gnb*/
#gnb_pc .gnb {
    text-align: center;
    z-index: 15;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
}

#gnb_pc .gnb > .gnb_container {
    display: inline-block;
    vertical-align: top;
}

#gnb_pc .gnb > .gnb_container > ul {}

#gnb_pc .gnb > .gnb_container > ul > li {
    float: left;
    margin: 0 3rem;
}

#gnb_pc .gnb > .gnb_container > ul > li > a {
    padding: 2.5rem 3rem;
    display: block;
    font-size: 2rem;
    color: #000;
}

#gnb_pc .gnb > .gnb_container > ul > li > ul {
    position: relative;
    top: -1rem;
    display: none;
}

#gnb_pc .gnb > .gnb_container > ul > li > ul > li {}

#gnb_pc .gnb > .gnb_container > ul > li > ul > li:last-child {
    padding-bottom: 2rem;
}

#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a {
    display: block;
    padding: 1rem;
    font-size: 1.6rem;
    color: #222;
    font-weight: 300;
}


@media(max-width:1199.98px) {
    #gnb_pc .gnb > .gnb_container > ul > li {
        margin: 0 1rem;
    }
}










/*모바일 메뉴*/

#header #gnb_mo h1 {
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    z-index: 30;
}

/* 기본 메뉴 숨김 */
#gnb_mo .gnb {
    position: fixed;
    top: 0;
    right: 0;
    width: 86%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 999;
}

/* 메뉴 열림 상태 */
#gnb_mo .gnb.open {
    transform: translateX(0);
}

.mo_gnb .myinfo {
    height: 70px;
    background: #190A6B;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.mo_gnb .myinfo p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/* 햄버거 버튼 */
.burger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
}

.burger div {
    background: #000;
    height: 3px;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.burger.open .x {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.open .y {
    opacity: 0;
}

.burger.open .z {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* 메뉴 리스트 스타일 */
#gnb_mo .gnb_container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#gnb_mo .gnb_container ul li {}

#gnb_mo .gnb_container .dp1-box > a {
    position: relative;
    ;
}

#gnb_mo .gnb_container .dp1-box > a:after {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 20px;
    background: url(../_img/comm/menu_arrow.svg)no-repeat center;
    display: block;
}

#gnb_mo .gnb_container ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
}

/* 서브메뉴 */
.dp2-box {
    display: none;
    margin-top: 5px;
    margin-left: 10px;

}

.dp1-box.open .dp2-box {
    display: block;
}

#gnb_mo .gnb_container .dp2-box li {
    background: #f9f9f9;
}

#gnb_mo .gnb_container .dp2-box li a {
    padding: 10px 20px;
    font-size: 14px;
}

.burger div {
    background: #000;
    height: 3px;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.burger.open div {
    background: #fff;
}



.login_icon {
    background: url(../_img/comm/login_icon.svg)no-repeat left center;
    font-size: 1.5rem !important;
    padding-left: 2.8rem !important;
    color: #222;
    font-weight: 600;
    background-size: contain;
}

.resvck_icon {
    background: url(../_img/comm/resvck_icon.svg)no-repeat left center;
    font-size: 1.5rem !important;
    padding-left: 2.8rem !important;
    color: #222;
    font-weight: 600;
    background-size: contain
}