.header_gnbmenu  .main-title
{
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.onlypc-layout {
    display: none;
}
/*.wrap-center-items {*/
/*    width: 100%;*/
/*}*/
/*.header_gnbmenu>li>a {*/
/*    cursor: default;*/
/*}*/
.subGnbmenu-tit .submenu li {
    position: relative;
    align-items: center;
    display: flex;
    font-size: 16px;
}
.wrap-search-inputs {
    display: flex;
    margin-bottom: 24px;
    border-bottom: 1px solid #333;
    justify-content: space-between;
    font-size: 16px;
}

.btn-toggle_search {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    background: url("https://public.seoulauction.io/resources/assets/images/common/ico-search-gray.svg") no-repeat center center / 24px 24px #fff;
    cursor: pointer;
}

.topsearch-text.pc-ver {
    width: calc(100% - 36px);
}

.keyword-all-del {
    color: #777;
    font-weight: 500;
}
.pc-nav .wrap-top_area {
    max-width: 1920px;
    padding: 0 120px 0;
}
.pc-nav {
    /*height: 101px;*/
    height: 108px;
}

@media all and (min-width: 1024px) {
    @media all and (max-width: 1439px) {
        .pc-nav .wrap-top_area {
            padding: 0 20px 0;
        }
    }

    .subGnbmenu-tit {
        width: 160px;
    }
    .submenuBg {
        background-color: #fafafa;
        /*min-height: 267px;*/
    }
    /*.header_gnbmenu>li>a.on {*/
    /*    border-bottom: none;*/
    /*}*/
    /*.header_gnbmenu>li>a.on::after {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    height: 20px;*/
    /*    border-bottom: 3px solid #21a099*/
    /*}*/
    .header_utilitymenu>li.utility-black-lot {
        padding: 7px 0;
    }
    .header_utilitymenu>li.utility-black-lot img {
        margin-top: 1px;
        width: 75px;
        height: 25px;
    }
    .bubble-box.bubble-box01 {
        left: auto;
        right: -17px;
    }
    .utility-lang >.bubble-box.bubble-box01 > li >a,
    .header_utilitymenu>li>a {
        color: #777
    }
    .utility-lang >.bubble-box.bubble-box01 > li >a:hover {
        color: #21a099;
    }
    .Ingbanner:first-child {
        margin-top: 24px;
    }
    /*.wrap-center-items {*/
    /*    margin: 0 auto;*/
    /*    position: relative;*/
    /*}*/

    /*.wrap-center-items .Ingbanner-box {*/
    /*    position: absolute;*/
    /*}*/
    .subGnbmenu-tit > .gnbmenu_arrow {
        display: none;
    }
    .subGnbmenu-tit:first-child {
        border-left: 1px solid #ededed;
    }
    .subGnbmenu-tit {
        padding-top: 24px;
        border-right: 1px solid #ededed;
    }
    .subGnbmenu-tit.on,
    .subGnbmenu-tit:hover {
        background-color: #fff;
    }
    .submenu > li:last-child  {
        /*padding-bottom: 10px;*/
    }
    .subGnbmenu-tit .submenu li {
        text-align: center;
    }
    .submenu>li>a:after {
        background-color: transparent;
    }
    .subGnbmenu-tit > li {
        position: relative;
    }
    .flex_wrap.submenuBg-box {
        justify-content: initial;
        flex-wrap: initial;
    }
    .submenuBg>div.wrap {
        padding: 0 50px 0;
    }
    .subGnbmenu {
        /*margin: 0 auto*/
    }
    .header_logo_empty {
        width: 148px;
        flex-basis: 148px;
        flex-shrink: 0;
        margin-right: auto;
    }
    .onlypc-layout {
        display: block;
    }
    /*.wrap-center-items {*/
    /*     width: 640px;*/
    /* }*/
    .topsearch-box {
        padding-top: 6px;
    }
    .topsearch-box,
    .topsearch-box.on {
        display: none;
    }

}
@media all and (min-width: 1024px) and (max-width: 1279px)  {
    .wrap-nav_2depth .Ingbanner-box {
        display: none;
    }
}

.wrap-header_logo img {
    width: 160px;
}
.mo-nav {
    display: none;
}
.pc-nav .wrap-top_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*max-width: 1680px;*/
    margin: 0 auto;
    height:56px;
}
.wrap-nav_content {
    position: relative;
    /*height: 100px;*/

}

.wrap-nav_1depth {
    position: absolute;

    /*width: fit-content;*/
    left: 50%;
    transform: translate(-50%, 0%);
    /*width: 100%;*/
    z-index: 2;
}
.wrap-nav_2depth {
    position: absolute;
    width: 100%;
    background-color: #f3f3f3;
    height: 52px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.wrap-nav_2depth .Ingbanner-box {
    position: absolute;
    left: calc(50% - 272px);
    transform: translate(calc(50% - 520px), 0%);
}
/*@media all and (min-width: 1900px) {*/
/*    .wrap-nav_2depth .Ingbanner-box {*/
/*        left: 20%;*/
/*        transform: translate(-20%, 0%);*/
/*    }*/
/*}*/
.nav_bg-blank {
    height: 52px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.pc-nav .wrap-top_area .nav-utility {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-bottom: 12px;
}
.nav-utility .utility-login > a,
.nav-utility .utility-account > a {
    display: inline;
    cursor: pointer;
    color: #111
}
.nav-utility .utility-login::after {
    content: '|';
    display: inline;
    color: #ddd;
    margin: 0 10px;
}
.nav-utility .utility-join,.nav-utility .utility-account{
    margin-right: 20px;
}
.nav-utility .nav-lang{
    margin-left: 18px;
}
.nav_1depth {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.nav_1depth > li {
    width: 180px;
    text-align: center;
}
.nav_1depth > li:hover {
    background-color: #fff;
}
.nav_1depth > li:hover > a {
    border-bottom: 2px solid #111;
}
.nav_1depth > li > a {
    width: 180px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #111;
}
.nav_1depth > li > a.main-title {
    font-size: 18px;
    font-weight: 500;
}

.nav-2depth {
    height: 0;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.nav-2depth > li{
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
}
.nav-2depth > li:first-child{
    margin-top: 10px;
}

.submenu-part01 .currentIng {
    top: 14px;
    right: 42px;
}
#menu_upcoming_pc .currentIng:lang(en) {
    right: 33px;
}
#menu_exhibit_pc .currentIng {
    top: 14px;
    right: 58px;
}
#menu_exhibit_pc .currentIng:lang(en) {
    right: 38px;
}
#menu_private_pc .currentIng {
    top: 14px;
    right: 31px;
}
#menu_private_pc .currentIng:lang(en) {
    right: 30px;
}
#menu_academy_pc .currentIng {
    top: 14px;
    right: 45px;
}
.nav-2depth > li:hover > a {
    text-decoration: underline;
}
.nav-2depth.submenu-part01 {
    border-left: 1px solid #ddd

}
.mo-nav_list.submenuBg {
    background-color: #fff;
}
.mo-nav_topsearch-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mo-nav_topsearch-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.mo-nav_list-top .nav-lang a,
.nav-utility .nav-lang a {
    display: none;
    cursor: pointer;
}
.mo-nav_list-top .nav-lang a.on,
.nav-utility .nav-lang a.on {
    display: block;
}

.mo-nav_list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    top: 0;
    left: auto;
    /*max-width: 70%;*/
    width: 100%;
    /*position: fixed;*/
    background-color:#fff;
    z-index: 2;
}
.mo-nav_list-top_left {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.mo-nav_list-top_left .nav-lang{
    padding-top:1px;
}

.ico-m-home {
    width: 24px;
    height: 24px;
    background: url("https://public.seoulauction.io/resources/assets/images/common/ico-home.svg") no-repeat center center;
    background-size: contain;
}

.ico-m-top-search {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    background: url("https://public.seoulauction.io/resources/assets/images/common/ico-search-gray.svg") no-repeat center center;
    background-size: contain;
}


.ico-m-gnbmenu {
    width: 22.5px;
    height: 22.5px;
    background: url("https://public.seoulauction.io/resources/assets/images/common/ic_menu.svg") no-repeat center center;
    background-size: contain;
}


.submenuBg-closeBtn {
    width: 24px;
    height: 24px;
    background-size: cover;
    display: block;
    cursor: pointer;
    background: url("https://public.seoulauction.io/resources/assets/images/common/ico-close-gray_large.svg") no-repeat 0 0;
}

.topsearch-box {
    flex-basis: 100%;
    align-items: center;
}
.topsearch-box>form {
    flex-basis: inherit;
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
    padding: 20px 22.5px;
    top:0;
    right: -100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 2;
    transition: ease 250ms;
}
.topsearch-box>form.right {
    right: 0;
    transition: ease .2s;
    -wekbit-transition: ease .2s;
    -ms-transition: ease .2s;
}
.topsearch {
    display: block;
}


.topsearch>input {
    width: calc(100% - 40px);
    font-size: 16px;
    /*padding-bottom: 20px;*/
    margin-left: 5px;
}
.topsearch>input::placeholder {
    font-size: 16px;
    font-weight: 600;
}

.recent-search {
    margin-bottom: 44.5px;
}
.pc-nav .Ingkind-auction,
.flex_wrap.submenuBg-box .Ingkind-auction {
    border: none;
    color: transparent;
    display: inline-block;
    background: center/contain no-repeat url("https://public.seoulauction.io/resources/assets/images/common/badge-gnb-online-mint.svg");
    width: 46px;
    height: 22px;
    margin-right: 8px;
    margin-bottom: 0;
}

.pc-nav .Ingkind-auction.on,
.flex_wrap.submenuBg-box .Ingkind-auction.on {
    color: transparent;
    background: center/contain no-repeat url("https://public.seoulauction.io/resources/assets/images/common/badge-gnb-live-red.svg");
}
.Ingbanner-txt {
    display: flex;
    align-items: center;
}

/* header */
.header_beltbox{
    background-color: #D7F3F2;
    color: #555;
    font-size: 18px;
    text-align: center;
    display: none;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.header_beltTit {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.header_beltTit>a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    height: 60px;
}
.belt_tit {
    vertical-align: middle;
    max-width: 410px;
    margin: auto;
}
.belt_tit:lang(en) {
    max-width: 400px;
}


.belttxtbox {
    position: relative;
    top: 0;
    /*height: 60px; */
    height: 100%;
    min-width: 100%;
    width: 100%;
}
.beltbanner-triangle {
    vertical-align: middle;
    background: url("https://seoulauction.com/images/pc/icon/arrow01.png") no-repeat center center;
    width: 6px;
    height: 8px;
    margin-left: 14px;
    position: relative;
    top: 0;
}
.beltclose-btn {
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 67px;
    cursor: pointer;
    vertical-align: top;
    padding-top: 1px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 1;
}
.header_utilitymenu {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    height: 41px;
}
.header_utilitymenu>li {
    font-size: 13px;
    height: 100%;
    padding: 14px 0;
    display: flex;
    position: relative;
    cursor: pointer;
}
.header_utilitymenu>li:before {
    content: "";
    display: inline-flex;
    width: 1px;
    height: 12px;
    background-color: #d1d1d1;
    margin: 0 14px;
    align-items: center;
}

.bubble-box,
.search-bubble-box {
    width: 142px;
    padding: 10px 0;
    position: absolute;
    z-index: 10;
    top: 41px;
    left: -114%;
    background: #fff;
    display: none;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.search-bubble-box {
    left: auto;
    right: 0;
    top: 45px;
    width: 390px;
    position: absolute;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.search-bubble-box:lang(en) {
    width: 425px;
}
.bubble-box01 {
    z-index: 11;
}
.bubble-box02 {
    width: 170px;
    left: -21%;
    z-index: 11;
}
.utility-icon {
    width: 14px;
    height: 14px;
    background: url("https://seoulauction.com/images/common/ico-new.svg") no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px;
}
.utility-icon:lang(en) {
    vertical-align: middle;
}
.bubble-box>li,
.search-bubble-box>li{
    height: 36px;
    line-height: 36px;
}
.bubble-box:lang(en)>li,
.search-bubble-box:lang(en)>li {
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
    padding: 10px 0;
}
.bubble-box:lang(en)>li:last-child {
    margin-bottom: 0;
}
.bubble-box>li:hover,
.search-bubble-box>li:hover {
    background-color: #f6f6f6;
}
.bubble-box>li>a{
    font-size: 15px;
    color: #333;
    padding: 0 1.25em;
}
.bubble-box>li>a:hover {
    color: #21a099;
}
.recent-search-pc {
    margin-bottom: 24px;
}
.recent-search {
    margin-bottom: 50px;
}
.keyword-search-tit {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 12px;
    color: #888;
    margin: 0 5px;
}
.keyword-search-tit>span {
    font-size: 14px;
    vertical-align: top;
    margin-top: -3px;
    cursor: pointer;
}
.recent-keyword,
.recommend-keyword {
    padding: 4px 8px;
    background: #efefef;
    font-size: 14px;
    color: #555;
    display: inline-flex;
    margin: 5px 2.5px;
    border-radius: 3px;
    max-width: calc(50% - 5px);
    align-items: center;
    justify-content: space-between;
}
.recent-keyword {
    background-color: #ddd;
}
recent-keyword:lang(en) {
    width: calc(50% - 15px);
}
.recent-keyword > a {
    height: 16px;
    line-height: 1;
}
.recent-keyword-none {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    border: none;
}
.recommend-keyword {
    background-color: #f6f6f6;
}
.keyword-del {
    width: 11px;
    height: 11px;
    background: url("https://seoulauction.com/images/pc/icon/ic_close_gray_24.svg") no-repeat center center;
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    flex-shrink: 0;
}
.header_utilitymenu>li:first-child:before {
    display: none;
    margin: 0;
}
.header_navbox{
    position: relative;
    top: 0;
}
.header_nav {
    display: flex;
    height: 60px;
    background-color: #fff;
}
.header_logo {
    flex-basis: 148px;
    width: 148px;
    height: 27px;
    background:url("https://seoulauction.com/images/pc/logo/logo-sa-black-170.svg") no-repeat center center;
    background-size: contain;
    text-align: center;
    line-height: 27px;
    vertical-align: middle;
    flex-shrink: 0;
    margin-top: 10px;
    margin-right: auto;
}

.submenu>li>a {
    display: inline-block;
    height: 20px;
}

.submenuBg {
    position: absolute;
    top: 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ededed;
    width: 100%;
    left: 0px;
    z-index: 6;
    height: auto;
    display: none;
}
.submenuBg>div {
    padding: 50px 60px;
}
.Ingbanner-box{
    /*flex-basis: 183px;*/
    width: 272px;
    /*flex-shrink: 0;*/
}
.Ingbanner {
    display: flex;
    height: 58px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
}
.Ingbanner-img {
    flex-basis: 80px;
    max-width: 100%;
    height: 80px;
    margin: 0;
    background-color: #808080;
    flex-shrink: 0;
}
.Ingbanner-txt {
    padding: 10px 12px;
    color: #333;
    font-weight: 600;
    flex-grow: 2;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.Ingbanner-txt>p {
    font-size: 15px;
    font-weight: 500;
    min-height: 16px;
    height:20px;
    line-height:20px;
    width: calc(100% - 50px);
}
.Ingkind-auction {
    width: auto;
    height: 18px;
    font-size: 11px;
    margin:0;
    /*margin-bottom: 8px;*/
    /*padding-top: 3px;*/
}
.Ingkind-auction.on {
    border-color: #21a099;
    color: #21a099;
}

.Ingbanner-arrow {
    position: absolute;
    top:50%;
    right: 20px;
    width: 9px;
    height: 12px;
    background: url("https://seoulauction.com/images/pc/icon/ico_arr_right_grey.svg") no-repeat center center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.subGnbmenu {
    display: flex;
}
.subGnbmenu-tit {
    /*margin: 0 50px;*/
}
.subGnbmenu-tit:first-child {
    margin-left: 0;
}
.gnbmenu_arrow {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    /*margin-bottom: 24px;*/
    cursor: default;
}


/*.submenu>li:last-of-type>a {*/
/*    margin-bottom: 0;*/
/*}*/
.submenu>li>a {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}
.submenu:lang(en)>li>a {
    line-height: 1.2;
    height: auto;
}
.currentIng {
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: transparent;
    background: center / contain no-repeat url("https://public.seoulauction.io/resources/assets/images/common/ico-bullet-mint.svg");
    position: absolute;
    top: 1px;
    right: 30px;
}


@media all and (max-width: 1023px) {
    .nav-2depth > li:first-child{
        margin-top:initial;
    }
    .beltclose-btn {
        right: 25px
    }
    .search-bubble-box:lang(en) {
        width: auto;
    }
    .currentIng {
        /*vertical-align: baseline;*/
        /*position: absolute;*/
        top: 1px;
        right: auto;
        left: 55px
    }
    .header_navbox{
        border-bottom: 1px solid #ddd;
    }
    .btn-toggle_search {
        display: none;
    }
    .pc-nav {
        display: none;
    }
    .mo-nav {
        display: block;
        height: 60px;
    }
    .mo-nav_top-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 16px;
    }
    .topsearch-box.on {
        display: block;
    }

    .mobile-utility {
        padding: 0 20px 20px;
    }
    .mobile-utility>li {
        /*width: calc(100% / 3);*/
        padding: 10px 0;
        cursor: pointer;
        font-size: 16px;
        color: #111;
    }
    .mobile-utility>li:first-child>a {
        margin-top: 0;
        border-left: 0;
    }

    .submenuBg-box {
        /*padding-top:72px;*/
        justify-content: normal;
    }

    .submenu>li:last-child>a {
        margin-bottom: 0;
    }
    .mo-nav-ing_title {
        font-size: 13px;
        color: #888;
        font-weight: 500;
        margin: 35px 0 0 20px;
    }
    .Ingbanner{
        height:56px;
    }
    .Ingbanner-txt > p{
        font-size:13px;
    }
    #ingbanner_box_mo {
        width: 100%;
        padding: 15px 20px 30px;
    }

    #menu_auction_mo .currentIng,
    #menu_upcoming_mo .currentIng {
        left: 84px;
        top: 18px;
    }
    #menu_exhibit_mo .currentIng {
        left: 50px;
        top: 18px;
    }
    #menu_private_mo .currentIng {
        left: 112px;
        top: 18px;
    }
    #menu_academy_mo .currentIng {
        left: 80px;
        top: 18px;
    }

    #menu_auction_mo .currentIng:lang(en){
        left: 79px;
        top: 18px;
    }
    #menu_upcoming_mo .currentIng:lang(en){
        left: 98px;
        top: 18px;
    }
    #menu_exhibit_mo .currentIng:lang(en) {
        left: 93px;
        top: 18px;
    }
    #menu_private_mo .currentIng:lang(en) {
        left: 108px;
        top: 18px;
    }
    #menu_academy_mo .currentIng:lang(en) {
        left: 80px;
        top: 18px;
    }
    .mo-nav .submenu {
        background-color: #f7f7f7
    }
    .submenu > li {
        padding: 15px 20px;
    }
    .subGnbmenu-tit .gnbmenu_arrow {
        padding-left: 20px;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .subGnbmenu-tit .arrow_icon{
        margin-right: 20px;
    }
    .submenu>li>a {
        margin-bottom: 0;
        font-size: 16px;
    }
    .search-bubble-box {
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        width: 100%;
        top: auto;
        position: initial;
        padding: 20px 0 0;
    }
    .recent-search-mo {
        margin-bottom: 24px;
    }
    .search-bubble-box:before {
        content: none;
    }
    .keyword-search-tit {
        font-size: 14px;
        border: 0;
        padding-bottom: 0;
        margin-bottom: 12px;
    }
    .keyword-search-tit>span {
        font-size: 13px;
    }
    .recent-keyword,
    .recommend-keyword{
        font-size: 14px;
        /*background-color: #fff;*/
        /*padding: 10px 15px;*/
        /*margin: 0 5px 10px;*/
    }
    .recommend-keyword {
        border-width: 1px;
    }
    .recent-keyword{
        background-color: #f6f6f6;
    }
    .keyword-del {
        width: 10px;
        height: 10px;
        margin-left: 5px;
    }
    .submenuBg>div {
        padding: 0;
    }
    .submenuBg {
        position: absolute;
        top: 0px;
        right: -100%;
        left: auto;
        height: calc(var(--vh, 1vh)*100);
        max-width: 70%;
        padding: 0;
        overflow-y: auto;
        z-index: 6;
        /*padding-bottom:110px;*/
        /*transition: ease 350ms;*/
        /*-webkit-transition: ease 350ms;*/
        /*-ms-transition: ease 350ms;*/
    }
    .submenuBg.on {
        right: 0;
        /*transition:ease 350ms;*/
        /*-webkit-transition:ease 350ms;*/
        /*-ms-transition: ease 350ms;*/
        display: block;
    }
    .gnbmenu_arrow {
        font-size: 18px;
        font-weight: 500;
        position: relative;
        width: 100%;
        margin-bottom: 0;
        color: #333
    }
    .gnbmenu_arrow>span.arrow_icon {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("https://seoulauction.com/images/mobile/icon/gnbmenu_arrow.png") no-repeat center center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform:rotate(0deg) translate(0, -50%);
        -webkit-transform: rotate(0deg) translate(0, -50%);
        -ms-transform: rotate(0deg) translate(0, -50%);
        /*transition: ease .5s;*/
        /*-webkit-transition: ease .5s;*/
        /*-ms-transition: ease .5s;*/
    }

    .gnbmenu_arrow>span.arrow_icon.on {
        transform: rotate(-180deg) translate(0px, 50%);
        -webkit-transform: rotate(-180deg) translate(0px, 50%);
        -ms-transform: rotate(-180deg) translate(0px, 50%);
        /*transition: ease .5s;*/
        /*-webkit-transition: ease .5s;*/
        /*-ms-transition: ease .5s;*/
    }
}