#top_bar_container {
    width: 100%;
    border-bottom: 1px solid #e9e2e2;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    z-index: 50;
    position: relative;
}
#section_top_nav_bar {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#section_top_nav_bar a {
    font-family: 'Nanum Gothic', sans-serif;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
}

#section_top_nav_bar ul {
    font-size: 0;
    margin: 0 auto;
    padding: 0;
}

#section_top_nav_bar li {
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;
    width: 125px;
    line-height: 40px;
}

#section_top_nav_bar li a {
    position: relative;
    padding: 12px;
}

#section_top_nav_bar li a:before {
    position: absolute;
    left: 3px;
    width: 95%;
    height: 3px;
    background-color: #f24044;
    transform: translate3d(0, 4px, 0);
    transition: transform .3s ease-out;
    content: "";
    visibility: hidden;
    opacity: 0;
}

#section_top_nav_bar li a:hover, #section_top_nav_bar li a.active {
    color: #ff494d;
}

#section_top_nav_bar li a:hover:before, #section_top_nav_bar li a.active:before {
    top: 37px;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

#section_top_nav_bar .dangle_img {
    position: absolute;
    height: 10px;
    width: 33px;
    left: 44px;
    top: -5px;
}

#section_top_nav_bar .top_best div.dangle_img{
    background: url(/images/topmenu/ico_best.png) no-repeat;
}

#section_top_nav_bar .top_new div.dangle_img{
    background: url(/images/topmenu/ico_new2.png) no-repeat;
}

#section_top_nav_bar .top_sale div.dangle_img{
    background: url(/images/topmenu/icon_sale.png) no-repeat;
}

#section_top_nav_bar .top_hot div.dangle_img{
    background: url(/images/topmenu/icon_hot.png) no-repeat;
}

#section_top_nav_bar .icon {
    display: inline-block;
}

#section_top_nav_bar .top_event div.icon{
    margin-bottom: -4px;
    height: 17px;
    width: 17px;
    background: url(/images/topmenu/icon_gift.png) no-repeat;
}

#section_top_submenu {
    display: block;
    position: absolute;
    width: 100%;
}

#section_top_submenu a {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 12px;
    color: #585858;
}

.top_submenu_background {
    width: 100%;
    height: 0;
    background: #ffffff;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    z-index: 1000;
}

.top_submenu_wrapper {
    position: relative;
    overflow: hidden;
    width: 975px;
    background: white;
    margin: 0 auto;
    height: 100%;
    display: none;
    zoom: 1;
    z-index: 10;
}

.top_submenu_wrapper.active {
    display: block;
}

.background_when_topmenu_hover {
    width: 100%;
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 100;
    visibility: hidden;
    transition: all 0.4s linear;
    opacity: 0;
}

.top_submenu_wrapper > ul > li:first-child {
    background: #faf8f8;
    border-left-style: solid;
}

.top_submenu_wrapper > ul > li:last-child {
    border-right-style: solid;
}

.top_submenu_wrapper > ul > li:first-child > ul {
    border-top: none;
    width: 145px;
    position: absolute;
    bottom: 13px;
}

.top_submenu_wrapper > ul > li:first-child > ul > li:first-child {
    border-top: 1px solid #dddddd;
}

.top_submenu_wrapper > ul > li:first-child > ul > li {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    height: 34px;
    text-align: center;
    line-height: 35px;
    background: #ffffff;
}

.top_submenu_wrapper > ul > li:first-child > ul > li:hover {
    background: #faf8f8;
}

.top_submenu_wrapper > ul > li:first-child > a span:first-child {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #3a3a3a;
}

.top_submenu_wrapper > ul > li:first-child .sub_text {
    font-size: 13px;
}

.top_submenu_wrapper > ul > li:first-child span {
    display: block;
    color: #3a3a3a;
    font-family: 'Nanum Gothic', sans-serif;
}

.top_submenu_wrapper > ul > li > a span:first-child {
    font-weight: 600;
    font-size: 15px;
}

.top_submenu_header {
    height: 100%;
    background: #faf8f8;
    box-sizing: border-box;
}

.header_wrapper {
    color: #3a3a3a;
    margin: 25px;
}

.header_wrapper .header_title {
    font-weight: bold;
    font-size: 23px;
}

.header_wrapper .header_context {
    font-size: 13px;
    line-height: 20px;
}

.top_submenu_wrapper > div {
    display: table-cell;
    border: 1px dotted #f0f0f0;
    width: 194px;
    float: left;
}

.top_submenu_wrapper ul {
    list-style: none;
    padding: 0 0 2px 11px;
}

.top_submenu_wrapper > ul {
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top_submenu_wrapper > ul > li > ul {
    border-top: 1px solid;
    padding-top: 5px;
    margin: 5px 0 0 0;
    padding-left: 0;
}

.top_submenu_wrapper > ul > li > ul span:hover {
    color: #ff494d;
}

.top_submenu_wrapper > ul > li > ul > li {
    display: inherit;
    position: relative;
    zoom: 1;
    line-height: inherit;

}

.top_submenu_wrapper > ul > li > ul > li > a {
    font-weight: 600;
}

.top_submenu_wrapper > ul > li > ul a:after {
    background-size: 13px 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    vertical-align: sub;
    margin-left: 4px;
}

.top_submenu_wrapper > ul > li > ul .top_sub_hot_icon > a:after {
    background: url(/images/topmenu/submenu/icon/icon_hot.png) no-repeat;
}

.top_submenu_wrapper > ul > li > ul .top_sub_best_icon > a:after {
    background: url(/images/topmenu/submenu/icon/icon_best.png) no-repeat;

}

.top_submenu_wrapper > ul > li > ul .top_sub_new_icon > a:after {
    background: url(/images/topmenu/submenu/icon/icon_new.png) no-repeat;
}

.top_submenu_wrapper > ul > li > ul .tob_sub_biz_icon > a:after {
    width:44px;
    background: url(//img1.smilecat.com/web1/__CM_FILE_DATA/202105/04/10/37225_1620093244884.svg) no-repeat;
    background-size: contain;
}

.top_submenu_wrapper > ul > li:first-child > ul > li span {
    text-align: left;
    margin-left: 15px;
    font-weight: 500;
    color: #a0a0a0;
}

.top_submenu_wrapper > ul > li:first-child > ul > li span:after {
    content: url(/images/topmenu/submenu/icon_right_arrow.png);
    vertical-align: middle;
    position: absolute;
    right: 10px;
}

#section_top_submenu .event_info_box {
    position: inherit;
}

#section_top_submenu .event_info_box ul {
    display: block;
    padding: 9px 11px 9px 11px;
    border-radius: 3px;
    background: #faf8f8;
    position: absolute;
    width: 120px;
    bottom: 20px;
    line-height: 15px;
    margin: 0;
}

#section_top_submenu .event_info_box ul li {
    line-height: inherit;
}

#section_top_submenu .event_info_box ul span {
    color: #a2a2a2;
    font-family: dotum, sans-serif;
    font-size: 11px;
}

.top_submenu_wrapper > ul > li {
    display: table-cell;
    vertical-align: top;
    padding: 25px 24px 25px 24px;
    border: 1px dotted #f0f0f0;
    line-height: 20px;
    width: 20%;
    text-align: left;
}

.top_submenu_wrapper .checkbox-wrap {
    margin-top: -2px;
}

.top_submenu_wrapper > ul > li .sub_text {
    font-size: 10px;
    color: #ff494d;
    margin-left: 2px;
    border: 0;
    padding: 0;
    font-weight: 600;
}

.top_submenu_expend_btn {
    cursor: pointer;
    float: right;
    transition-duration: .3s;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/topmenu/submenu/icon_expand.png) no-repeat center;
}

.top_submenu_expend_btn.active {
    background: url(/images/topmenu/submenu/icon_fold.png) no-repeat center;
}

#section_top_submenu .last_internal_node .sub_text {
    font-weight: 800;
}

#section_top_submenu .last_internal_node ul {
    display: none;
    margin: 0;
}

#section_top_submenu .last_internal_node ul li {
    line-height: inherit;
}

#section_top_submenu .top_submenu_banner {
    position: relative;
}

#section_top_submenu .top_submenu_banner_img span {
    display: none;
}

#section_top_submenu .top_submenu_banner_img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    top: 13px;
}

.left_menu_navigator span {
    font-size: 12px;
    font-weight: 600;
    color: #3d3d3d;
}

.page_header_wrap {
    width: 980px;
    height: 54px;
    margin: 0 auto;
    display: table;
}

.page_header_wrap span {
    font-family: 'Nanum Gothic', sans-serif;
}

.page_header_wrap .left_menu_header {
    font-size: 20px;
    font-weight: bold;
    color: #3d3d3d;
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    padding-left: 15px;
}

.page_header_wrap .left_menu_navigator{
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 10px;
}

.key_delim {
    color: #dddddd;
    margin: 0px 5px 0px 2px;
}