@charset "utf-8";

#gnb {
    display: flex;
    position: fixed;
    width: 100%;
    /* margin: 1em 0 1em; */
    /* padding: 0em 5em; */
    position: absolute;
    z-index: 12;
    top: 0;
    /* visibility: hidden; */
    /* height: 140px; */
    /* transition: all .5s ease-in-out; */
    background: rgb(255 255 255 / 50%);
    flex-direction: column;
    /* transition: 0.5s ease-out; */
}

#gnb.hide {
    visibility: hidden;
    height: 0;
    top: -82px;
    transition: all 0.4s;
}

/* #gnb.none {
	animation: fadeInDown .4s;
	transition: all 0.4s;
	top:0px;
}*/
#gnb.over {}

#gnb.fixed {
    animation: fadeInDown .4s;
    transition: all 0.4s ease-out;
    /* transition: all 1s ease-in-out; */
    position: fixed;
    /* border-color: #e2e2e2; */
    /* height: 80px; */
    /* box-shadow: 0 3px 10px hsl(0deg 0% 0% / 10%); */
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
}

#gnb .gnb_wd {
    /* position:relative; */
    /* width: var(--width-size); */
    /* margin: 0 auto; */
}

#gnb h1 {
    width: 15%;
    min-width: 180px;
    height: 60px;
    background-image: url(/img/logo/logo.svg);
    background-position-x: left;
    background-position-y: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    left: 0;
    /* margin-left: 5.5%; */
}

#gnb.fixed h1,
#gnb.over h1 {}

#gnb.none h1 {}

#gnb h1>a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -111111px;
}

#gnb h1.fix_view {
    display: none;
    background-size: 100%;
    width: 240px;
}

#gnb .gnb_top form {
    display: flex;
    border-radius: 40px;
    background-color: #fff;
}

#gnb .gnb_top input {
    border-radius: 40px;
    width: 30%;
    height: 40px;
    border: 1px solid var(--color-main);
}

#gnb .gnb_top input[type=text] {
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
    /* background-image: url(/img/common/search.png); */
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96%;
    width: 300px;
    border-radius: 40px 0 0 40px;
    border-right: 0;
    background-color: #fff;
}

#gnb .gnb_top input[type=text]:hover,
#gnb .gnb_top input[type=text]:focus {
    background-color: #fff
}

#gnb .gnb_top input[type=submit] {
    background-image: url(/img/common/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    border-left: 0;
    border-radius: 0 40px 40px 0;
    background-color: #fff;
}

#gnb .gnb1_ul {
    /* position: relative; */
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    width: 100%;
    justify-content: center;
}

#gnb .gnb1_ul.over {
    /* width:90%; */
}

#gnb .gnb1_ul>li {
    position: relative;
    height: 100%;
    width: 100%;
    transition: color 0.3s ease-in-out;
}

#gnb .gnb1_ul>li:hover {
    /* background-color:#fff; */
}

#gnb .gnb1_ul>li>a {
    /* padding: .5em; */
    height: 100%;
    width: 100%;
    /* text-align: center; */
    z-index: 1;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    display: flex;
    z-index: 22;
    position: relative;
}

#gnb.over .gnb1_ul>li a,
#gnb.fixed .gnb1_ul>li>a {
    color: #222
}

#gnb.none .gnb1_ul>li>a {}

#gnb .gnb1_ul>li:hover>a {
    color: white
}

#gnb .gnb1_ul.over>li {
    transition: color 0.3s ease-in-out;
    position: relative;
}

#gnb .gnb1_ul>li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0px);
    width: 100%;
    height: 0px;
    opacity: 0;
    background-color: var(--color-main);
    z-index: 20;
    transition: height 0.3s ease-out, opacity 0.5s ease-in-out;
}

#gnb .gnb1_ul>li:hover:before {
    height: calc(100px + 19rem);
    opacity: 1;
}

#gnb .gnb1_ul.over>li>a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
    transition: width 0.5s;
}

#gnb .gnb1_ul.over>li:hover a::after {
    width: 100%;
}

#gnb .gnb1_ul>li ul.gnb2_ul {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    opacity: 0;
    z-index: -2;
    padding: 1rem 0;
    height: 0;
    overflow: hidden;
}

#gnb .gnb1_ul.over ul.gnb2_ul,
#gnb .gnb1_ul>li:hover ul.gnb2_ul {
    opacity: 1;
    top: 100px;
    z-index: 22;
    height: auto;
}


#gnb .gnb1_ul>li:hover ul.gnb2_ul a {
    color: white
}

/*
#gnb > ul > li ul.none {
	visibility:hidden;
	height:0;
}*/
.gnb_bg {
    /* background-color:#fff; */
    height: 100%;
    /* border-top: 1px solid var(--color-main); */
    /* border-bottom: 1px solid #ddd; */
    /* border-radius: 0 0 6rem 6rem; */
    /* overflow: hidden; */
}

.gnb_inner {
    width: var(--width-size);
    margin: 0 auto;
    /* padding: 0 30px; */
    height: 100%;
    width: 100%;
    /* display: flex; */
    gap: 5%;
    position: relative;
    align-items: flex-start;
}

.gnb2_tit {
    width: 16%;
    /* position: relative; */
    /* background-color: #f9f4ee; */
    text-align: left;
    line-height: 1;
    height: 100%;
    /* padding: 50px 30px; */
}

.gnb2_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-main);
}

.gnb2_tit p {
    padding-top: 1rem;
    padding-right: 1rem;
    color: #666;
    font-size: 16px;
    word-break: keep-all;
}

.gnb2_tit span {
    position: absolute;
    top\: 10%;
    left: 0;
    top: 0;
    margin-top: 1%;
    transform: translateX(-52%);
    width: 163px;
    height: 160px;
    opacity: .1;
}

.gnb2_ul {
    /* display:flex; */
    width: 100%;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 50px 0; */
}

#gnb .gnb1_ul .gnb2_ul li {
    /* background-color: white; */
    /* padding: 10px 20px; */
    /* width: 22%; */
    /* border: 1px solid #ddd; */
    border-radius: 10px;
}

#gnb .gnb1_ul>li .gnb2_ul li a {
    color: #222;
}

#gnb .gnb1_ul>li:first-of-type .gnb2_ul li:nth-of-type(2) a {}

#gnb .gnb1_ul .gnb2_ul li a {
    /* padding: .5em 0 .5em 0; */
    display: flex;
    align-items: center;
    /* color: #fff; */
    font-weight: 500;
    /* font-family: var(--font-point); */
    word-break: keep-all;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 1rem;
    transition: .3s;
    text-transform: uppercase;
}

#gnb .gnb1_ul .gnb2_ul li:first-child a {
    /* padding-top:0; */
}

#gnb .gnb1_ul .gnb2_ul li a:hover {
    /*
	color: #fff;
	background-color: var(--color-main);
	border-color: var(--color-main);
	*/
}

.gnb_top {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    z-index: 1;
    position: relative;
}

.gnb_bottom {
    position: relative;
    width: 100%;
}

#gnb.fixed .gnb_top {
    display: none
}

.gnb_step {
    /* max-width: var(--width-size); */
    /* margin: 0 auto; */
    /* padding: 0 30px; */
}

.gnb_step1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 34px;
    gap: 2rem;
    width: var(--width-size);
    margin: 0 auto;
}

.gnb_step2 {
    height: 100px;
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    /* padding: 0 5rem; */
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 12;
}

#gnb .gnb_right {
    height: 100%;
    width: 100%;
}

#gnb .gnb_menu {
    height: 100%;
    width: 65%;
}

#gnb .menu_inner {
    height: 100%;
    width: 100%;
    /* display: inline-block; */
    /* padding-right: 10%; */
    position: relative;
}

#gnb .m_btn {
    /* width: 15%; */
    /* display: none; */
    /* position: absolute; */
    /* right: 0; */
    /* margin-right: 8%; */
    height: 100%;
    display: block;
    margin-left: 1rem;
}

#gnb .m_btn span {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #222;
}

#gnb .m_btn span+span {
    margin-top: 10px
}

#gnb .m_btn button a {
    display: block
}

#gnb .ri_icon {
    width: auto;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-right: 2%;
}

#gnb .ri_icon .character img {
    height: 26px;
    object-fit: contain
}

#gnb .ri_icon a {
    font-size: 24px
}

#gnb.fixed .menu_inner {}

#gnb.over .menu_inner {
    /* border-bottom:1px solid var(--color-main) */
}

#gnb.over .m_btn span {
    color: #222
}

#gnb .gnb_sns {
    width: 12%;
}

#gnb .gnb_sns ul {
    display: flex;
    justify-content: flex-end;
}

#gnb .gnb_sns ul li {
    margin-left: 1rem
}

#gnb .gnb_top a {
    position: relative;
    color: #222;
    font-size: 15px;
    opacity: .7
}

#gnb .gnb_top a:hover {
    opacity: 1
}


#gnb .gnb1_ul a.sitemap {
    width: 40px;
    height: 40px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    padding: .5em .3em;
    border: 1px solid #ccc;
    position: relative;
    justify-content: space-between;
}

#gnb>div a.sitemap div {
    height: 2px;
    width: 100%;
    /* position: absolute; */
    background-color: var(--color-gray);
}

#gnb>div a.sitemap div:nth-of-type(1) {}

#gnb>div a.sitemap div:nth-of-type(2) {}

#gnb>div a.sitemap div:nth-of-type(3) {}

#gnb button {
    padding: 0;
    border: 0 none;
    /* background: none; */
    cursor: pointer;
    /* vertical-align: unset; */
    /* height: unset; */
    /* width: 100%; */
}

#gnb button a {
    width: 100%;
    height: 100%;
    display: inline-flex;
}

#gnb button i {
    font-size: 24px;
    transition: all 1s;
    transform: rotate(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all .4s;
    font-weight: 100;
}

#gnb.fixed button i {
    color: unset
}

#gnb button.mobile_btn {
    display: none;
    /* position: absolute; */
    /* right: 0; */
    /* display: inline-block; */
}

#gnb .m_btn button:hover i,
#gnb .m_btn button:hover span {}

#gnb.fixed .m_btn button i,
#gnb .gnb_wd.color_w .m_btn button i {
    color: #222
}
}

#gnb.fixed h1.fix_view {
    display: unset;
}

#gnb .m_btn button span:nth-child(2) {
    width: 20px
}

#gnb.over .m_btn button span {
    background-color: #232323;
}

#gnb.fixed .m_btn button span {
    background-color: #232323;
}

#gnb .gnb_top .all_menu {
    display: none;
    border: 0;
    background-color: var(--color-main);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

#gnb .gnb_top .all_menu i {
    color: #ffffff
}

.sub_title_con .nav_float {
    /* margin-top:-30px; */
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav_float ul {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    gap: 5px;
    border-radius: 30px 30px 0 0;
    border: 1px solid #ffffff;
}


/*.nav_float ul li.on a:before{content:"";position:absolute;width: 10px;height: 10px;left: 50%;top: 0;background-color:var(--color-main2);border-radius:50%;margin-top: -12px;transform: translateX(-50%);}*/
.nav_float ul li a {
    display: flex;
    /* width: 100%; */
    height: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    padding: 10px 3rem;
    border-radius: 100px;
    /* opacity: .5; */
    /* border-bottom: 2px solid #67483d00; */
}

.nav_float ul li a:hover {
    color: var(--color-main2);
    opacity: 1
}

.nav_float ul li.on a,
.nav_float ul li.on a:hover {
    font-weight: 700;
    color: var(--color-main);
}

.icon_10 ul li.on a,
.icon_10 ul li a:hover {}

.icon_20 ul li.on a,
.icon_20 ul li a:hover {
    background-color: #0b98d3;
}

.icon_30 ul li.on a,
.icon_30 ul li a:hover {
    background-color: #e98612;
}

.icon_50 ul li.on a,
.icon_50 ul li a:hover {
    background-color: #048d4c;
}



.icon_50 ul li:nth-of-type(1) a {
    background-image: url(/img/icon/50_icon1.png);
}

.icon_50 ul li.on:nth-of-type(1) a,
.icon_50 ul li:nth-of-type(1) a:hover {
    background-image: url(/img/icon/50_icon1_over.png);
}

.icon_50 ul li:nth-of-type(2) a {
    background-image: url(/img/icon/50_icon2.png);
}

.icon_50 ul li.on:nth-of-type(2) a,
.icon_50 ul li:nth-of-type(2) a:hover {
    background-image: url(/img/icon/50_icon2_over.png);
}

.icon_50 ul li:nth-of-type(3) a {
    background-image: url(/img/icon/50_icon3.png);
}

.icon_50 ul li.on:nth-of-type(3) a,
.icon_50 ul li:nth-of-type(3) a:hover {
    background-image: url(/img/icon/50_icon3_over.png);
}

.icon_50 ul li:nth-of-type(4) a {
    background-image: url(/img/icon/50_icon4.png);
}

.icon_50 ul li.on:nth-of-type(4) a,
.icon_50 ul li:nth-of-type(4) a:hover {
    background-image: url(/img/icon/50_icon4_over.png);
}

.icon_50 ul li:nth-of-type(5) a {
    background-image: url(/img/icon/50_icon5.png);
}

.icon_50 ul li.on:nth-of-type(5) a,
.icon_50 ul li:nth-of-type(5) a:hover {
    background-image: url(/img/icon/50_icon5_over.png);
}

.icon_50 ul li:nth-of-type(6) a {
    background-image: url(/img/icon/50_icon6.png);
}

.icon_50 ul li.on:nth-of-type(6) a,
.icon_50 ul li:nth-of-type(6) a:hover {
    background-image: url(/img/icon/50_icon6_over.png);
}

.icon_50 ul li:nth-of-type(7) a {
    background-image: url(/img/icon/50_icon7.png);
}

.icon_50 ul li.on:nth-of-type(7) a,
.icon_50 ul li:nth-of-type(7) a:hover {
    background-image: url(/img/icon/50_icon7_over.png);
}

.icon_50 ul li:nth-of-type(8) a {
    background-image: url(/img/icon/50_icon8.png);
}

.icon_50 ul li.on:nth-of-type(8) a,
.icon_50 ul li:nth-of-type(8) a:hover {
    background-image: url(/img/icon/50_icon8_over.png);
}


.global_search {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1111111111111111;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
}

.global_search>div {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global_search>div>div {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background: white;
    padding: 1em;
    border-radius: 1rem;
}

.global_search>div>div h3 {
    font-size: 1.4em;
    font-weight: 700;
    color: #d36868;
}

.global_search>div>div ul {
    display: flex;
    margin-top: 1em;
}

.global_search>div>div ul li {}

.global_search>div>div ul li input {}

.global_search>div>div ul li input[type=text] {
    /* height: 3.5em; */
    padding: .5em;
    font-size: 1.2em;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
}

.global_search>div>div ul li input[type=submit] {
    padding: .7em 2em;
}

.global_search>div>div span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3rem;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
}

.sub_content_s,
.sub_all_wrab {
    visibility: hidden;
}

@media screen and (max-width: 1024px) {
    .global_search {}

    .global_search div {}

    .global_search div h3 {}

    .global_search div ul {}

    .global_search div ul li {}

    .global_search div ul li input {}

    .global_search div ul li input[type=text] {}

    .global_search div ul li input[type=submit] {}

}

.icon_btn {
    /* width: 20%; */
    /* display: none; */
    display: inline-block;
}

.top_login {
    display: flex;
    width: auto;
    position: absolute;
    right: 0;
    margin-right: 6.4%;
    align-items: center;
    z-index: 13;
}

#gnb .top_login>a {
    font-size: 13px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    letter-spacing: -.5px;
    background-color: var(--color-main);
    padding: 7px 12px;
    color: #fff;
}

#gnb .top_login>a:hover {
    color: white;
}

.top_login a i {
    font-size: 18px;
    margin-bottom: 2px;
}

#gnb.fixed .top_login a {}

#gnb .gnb_top .top_sns li a {
    font-size: 22px;
}

.site_map_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
    /* overflow: hidden; */
    /* transition: all .5s; */
    display: none;
    /* padding: 80px 0 2rem; */
    z-index: 0;
    /* box-shadow: 0 10px 20px -5px rgb(10 113 147 / 30%); */
}

.site_map_div .map_inner {
    display: flex;
    width: 100%;
    transition: all 1s;
}

.site_map_div .map_inner>div {}

.site_map_div .map_inner .space {
    width: 15%
}

.site_map_div .sitemap_close {
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 6em;
    padding: .3em .5em;
    border: 1px solid white;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #4c5465;
    font-weight: 500;
    transition: all .4s;
}

.site_map_div .sitemap_close:hover {
    background-color: #fff;
    color: var(--color-dark)
}

.site_map_div.active {
    height: 400px;
}

.site_map_d1 {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* margin: 1rem 10% 2rem; */
    /* padding: 0 15rem; */
    /* margin: 0 11%; */
    flex-direction: row;
    justify-content: space-between;
    /* background-color: #fff; */
    /* padding: 0 0 1rem; */
    /* padding: 1rem 0; */
    /* padding-top: 59px; */
}

.site_map_d1>li {
    text-align: center;
    min-width: 130px;
    width: 20%;
    height: 99px;
    position: relative;
    /* padding: 3rem 0; */
    /* margin-top: 42px; */
    /* border-bottom: 1px solid #eee; */
}

.site_map_d1>li a {
    /* color: #fff; */
    line-height: 2.2;
    font-weight: 400;
    /* font-family: var(--font-point); */
    font-size: 16px;
}

.site_map_d1>li>a {
    font-weight: 500;
    font-size: 19px;
    /* position: absolute; */
    /* top: -50px; */
    left: 0;
    width: 100%;
    color: #232323;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.site_map_d2 {
    animation: fadein 1s;
    animation-delay: .4s;
    opacity: 0;
    animation-fill-mode: forwards;
    padding-top: 1.5rem;
}

.site_map_d2>li {
    font-size: 17px;
}

.site_map_d1>li:first-of-type .site_map_d2>li:first-of-type a {}

.site_map_d1>li:first-of-type .site_map_d2>li:nth-of-type(2) a {}

.site_map_d2>li a:hover {
    color: var(--color-main)
}

.fixed .site_map_div .map_inner {
    /* padding-left: 240px; */
    /* margin-top: 80px; */
}

.fixed .site_map_d1 {}

.fixed .site_map_d1>li>a {}

.sitemap_bg {
    width: 100%;
    height: 0px;
    /* background-color: white; */
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all 1s;
    opacity: 0;
}

.sitemap_bg.view {
    width: 100%;
    height: 370px;
    top: 127px;
    left: 0;
    z-index: 9;
    position: fixed;
    /* z-index: 3; */
    transition: all 1s;
    background-color: white;
    opacity: 1;
    box-shadow: 0 3px 20px rgb(0 0 0 / 6%);
}

.menu_over_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0vh;
    background-color: #00000000;
    z-index: 11;
    transition: all .3s;
}

.menu_over_bg.on {
    height: 25.2rem;
    top: 0;
    background-color: white;
    transition: height 0.3s ease-out, ;
    box-shadow: 0 4px 15px rgb(0 0 0 / 6%);
}

@media only screen and (min-width:1025px) and (max-width: 1600px) {
    #gnb h1 {
        margin-left: 2%;
    }

    #gnb .ri_icon {
        margin-right: 0
    }

    .top_login {
        margin-right: 2%;
        gap: 5px;
    }

    .top_login a {
        font-size: .65rem
    }

    #gnb .gnb1_ul {
        /* padding-right:12%; */
    }

    #gnb .gnb_menu {
        width: 60%
    }

    #gnb .gnb1_ul>li {
        min-width: 100px;
    }

    .gnb_step2 {
        width: 100%;
    }
}

@media screen and (max-width: 1204px) {

    #gnb,
    #gnb.fixed {
        height: 80px
    }

    #gnb button.mobile_btn {
        display: block;
        /* position: absolute; */
        /* right: 0; */
        width: 50px;
        height: 50px;
    }

    #gnb .gnb_wrap {
        padding: 0 3%;
        width: 100%;
    }

    #gnb .gnb_menu {
        display: none
    }

    #gnb .top_login {
        display: none
    }

    #gnb.fixed {
        height: 80px;
    }

    #gnb.fixed .gnb_top {
        /* display: flex; */
        /* height: 100%; */
    }

    #gnb.fixed h1 {
        background-size: 100%;
        top: 0;
        transform: unset;
    }

    #gnb .gnb_top .all_menu {
        display: block;
        /* border: 0; */
        /* background-color: var(--color-main); */
        /* border-radius: 6px; */
    }

    .gnb_step2 {
        display: flex;
        height: 80px;
        padding: 0 3%;
        align-items: center;
    }

    #gnb h1 {
        width: 240px;
        margin: 0;
        position: relative;
        top: 0;
        transform: unset;
    }

    #gnb .gnb_right {
        width: auto;
        height: auto;
    }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
    #gnb .gnb_top {
        display: none
    }

    .gnb_step2 {
        /* height:70px; */
    }

    #gnb h1 {
        background-size: contain;
        width: 200px;
    }

    .gnb_top .top_login {
        display: none
    }

    #gnb button.mobile_btn {
        width: auto;
        height: auto;
    }
}