#contents {
    margin-top: 0;
}

/*! background color */
.bg_white {
    background: #fff !important
}

.bg_red {
    background: #f2374c !important
}

.bg_blue {
    background: #2ca6e0 !important
}

.bg_gray {
    background: #f7f7f7 !important
}

.bg_dark {
    background: #333 !important
}

.bg_gray6 {
    background: #666 !important
}

.bg_green {
    background: #1ec545 !important
}

.bg_lightblue {
    background: #f2fbfe !important
}

/*! line */
.line_gray {
    border: 1px #dde1e4 solid
}

.line_grayL {
    border-left: 1px #dde1e4 solid !important
}

.line_grayT {
    border-top: 1px #dde1e4 solid !important
}

.line_grayR {
    border-right: 1px #dde1e4 solid !important
}

.line_grayB {
    border-bottom: 1px #dde1e4 solid !important
}

.line_blue {
    border: 1px #00acee solid
}

.line_blueL {
    border-left: 1px #00acee solid !important
}

.line_blueT {
    border-top: 1px #00acee solid !important
}

.line_blueR {
    border-right: 1px #00acee solid !important
}

.line_blueB {
    border-bottom: 1px #00acee solid !important
}

.line_dark {
    border: 1px #333 solid
}

.line_darkL {
    border-left: 1px #333 solid !important
}

.line_darkT {
    border-top: 1px #333 solid !important
}

.line_darkR {
    border-right: 1px #333 solid !important
}

.line_darkB {
    border-bottom: 1px #333 solid !important
}

.line_dark21 {
    border-top: 2px #333 solid;
    border-bottom: 1px #333 solid !important
}

.line_dark2Gray {
    border: 1px #dde1e4 solid;
    border-top: 2px #333 solid !important
}

.line_noneL {
    border-left: none !important
}

.line_noneT {
    border-top: none !important
}

.line_noneR {
    border-right: none !important
}

.line_noneB {
    border-bottom: none !important
}

/*! margin & padding */
.marginT30 {
    margin-top: 30px !important
}

.marginB30 {
    margin-bottom: 30px !important
}

.marginT60 {
    margin-top: 60px !important
}

.marginB60 {
    margin-bottom: 60px !important
}

.marginTB30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.marginTB60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.paddingTB30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.paddingTB60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

/*! -------------------------------------------------- */
/*! Plug-ins                                           */
/*! -------------------------------------------------- */
/*! scrollbar base css */
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

/*! nav_scrollbar */
.nav_scrollbar>.scroll-element,
.nav_scrollbar>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

.nav_scrollbar>.scroll-element {
    background-color: #fff;
}

.nav_scrollbar>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.nav_scrollbar>.scroll-element.scroll-x {
    bottom: 0;
    height: 4px;
    left: 0;
    width: 100%;
}

.nav_scrollbar>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px;
}

.nav_scrollbar>.scroll-element.scroll-x .scroll-element_outer {
    height: 4px;
    top: 0;
}

.nav_scrollbar>.scroll-element.scroll-y .scroll-element_outer {
    left: 0;
    width: 4px;
}

.nav_scrollbar>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.nav_scrollbar>.scroll-element .scroll-element_track {
    background-color: #eee;
}

/*! normal */
.nav_scrollbar>.scroll-element .scroll-bar {
    background-color: #444;
}

/*! hover */
.nav_scrollbar>.scroll-element .scroll-bar:hover {
    background-color: #191919;
}

/*! drag */
.nav_scrollbar>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #000;
}

/*! scrollbar height/width & offset from container borders */
.nav_scrollbar>.scroll-content.scroll-scrolly_visible {
    left: -4px;
    margin-left: 4px;
}

.nav_scrollbar>.scroll-content.scroll-scrollx_visible {
    top: -4px;
    margin-top: 4px;
}

.nav_scrollbar>.scroll-element.scroll-x .scroll-bar {
    min-width: 4px;
}

.nav_scrollbar>.scroll-element.scroll-y .scroll-bar {
    min-height: 4px;
}

/*! update scrollbar offset if both scrolls are visible */
.nav_scrollbar>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -4px;
}

.nav_scrollbar>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -4px;
}

.nav_scrollbar>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -4px;
}

.nav_scrollbar>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -4px;
}

/*! -------------------------------------------------- */
/*! 공통 애니메이션                                    */
/*! -------------------------------------------------- */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeinLR {
    from {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeinLR {
    from {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoomin {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomin {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomout {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.7);
    }
}

@keyframes zoomout {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.mask {
    border: 1px solid #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    opacity: .1
}

.easing {
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn_redL {
    text-align: center;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    min-width: 250px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background-color: #E50426;
    margin: 0;
    border-bottom: 5px solid #C30320;
    cursor: pointer;
}

.btn_yellowL {
    text-align: center;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    min-width: 200px;
    height: 40px;
    line-height: 40px;
    color: #0254c2;
    font-size: 15px;
    font-weight: bold;
    background-color: #f4c822;
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
}

/*! -------------------------------------------------- */
/*! Layout                                             */
/*! -------------------------------------------------- */

.main-content {
    position: relative;
    margin: 0;
    width: 100%;
}

.wrapper,
.row {
    position: relative;
}

.container {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    display: block;
}

.wrapper:after,
.row:after,
.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*! header */
#header {
    position: relative;
    min-width: 1100px;
    display: block;
    border: 0 none;
    z-index: 1;
    letter-spacing: 0;
}

#header .header_top {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
}

#header .header_top .top_menu ul>* {
    display: inline-block;
}

#header .header_top .top_menu {
    float: right;
}

#header .header_top .top_menu>ul {
    height: 50px;
    line-height: 50px;
}

#header .header_top .top_menu>ul>li {
    line-height: 50px;
    position: relative;
}

#header .header_top .top_menu>ul>li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #d9d9d9;
    margin: 0px 8px;
}

#header .header_top .top_menu>ul>li:last-child:after {
    display: none;
}

#header .header_top .top_menu li a {
    font-size: 13px;
    color: #6e6e6e;
}

#header .header_top .top_menu li a.dropdown {
    padding-right: 11px;
    background: url(../img/icon/small_arrow_down.png) no-repeat right center;
}

#header .header_top .top_menu li a strong {
    color: #0254c2;
    margin-left: 2px;
}

#header .header_top .top_menu>ul>li:hover>a {
    color: #000;
    font-weight: bold;
}

#header .header_top .top_menu li .sub-category {
    position: absolute;
    top: 50px;
    left: -10px;
    min-width: 80px;
    z-index: 100;
    background: #fff;
    border: 1px solid #acacac;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .header_top .top_menu li:hover .sub-category {
    opacity: 1;
    visibility: visible;
}

#header .header_top .top_menu li .sub-category ul {
    line-height: 24px;
    z-index: 101;
}

#header .header_top .top_menu li .sub-category li {
    padding: 3px 0;
    line-height: 1.5;
    padding-left: 10px;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .header_top .top_menu li .sub-category li a:hover {
    color: #000;
    background: #fff;
}

#header .header_top .top_acc_menu {
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    line-height: 1;
    z-index: 150;
}

#header .header_top .top_acc_menu>li {
    float: left;
    position: relative;
}

#header .header_top .top_acc_menu>li a {
    display: inline-block;
    padding: 4px 0 4px 10px;
    color: #636363;
    font-size: 13px;
}

#header .header_top .top_acc_menu .txt_bar {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 0 0 10px;
    background: #dedede;
    vertical-align: -1px
}

#header .header_wrap {
    width: 100%;
    height: 118px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #3e3d3c;
    position: relative;
}

.header_wrap:after {
    content: "";
    display: block;
    clear: both;
}

#header .main_logo {
    position: relative;
    display: block;
    float: left;
    width: 220px;
    height: 60px;
    margin: 0 10px 0 0;
    padding: 29px 0;
    line-height: 1;
    text-align: center;
}

#header .top_search_wrap {
    position: relative;
    display: block;
    float: left;
    width: 540px;
    height: 118px;
    margin: 0 10px;
    line-height: 1;
}

#header .top_search {
    margin: 36px 0;
    float: left;
    position: relative;
}

#header .top_search legend {
    display: none;
}

#header .top_search .top_search_container {
    position: relative;
}

#header .top_search .top_search_input {
    width: 540px;
    height: 46px;
    box-sizing: border-box;
    border: 2px solid #212121;
}

#header .top_search .top_search_input input {
    border: none 0;
    vertical-align: top;
}

#header .top_search .top_search_input .top_search_txt {
    width: 100%;
    height: 100%;
    padding: 5px 45px 5px 15px;
    font-size: 17px;
    box-sizing: border-box;
}

#header .top_search .top_search_input .top_search_btn {
    position: absolute;
    border-left: 0;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    font-size: 20px;
}

#header .top_search_wrap .top_search_keyword {
    width: 200px;
    margin: 46px 0 0 20px;
    display: inline-block;
    vertical-align: top;
}

#header .top_search_wrap .top_search_keyword ul {
    display: inline;
    vertical-align: top;
}

#header .top_search_wrap .top_search_keyword li {
    display: inline;
    margin-right: 5px;
    margin-bottom: 5px;
}

#header .top_search_wrap .top_search_keyword li a {
    display: inline-block;
    padding: 7px 9px;
    border-radius: 4px;
    border: 1px solid #ececec;
    color: #4d4d4d;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header .top_search_wrap .top_search_keyword li a:hover {
    border-color: #4d4d4d;
}

#header .top_search_wrap .top_search_keyword li a:before {
    content: "#";
    display: inline-block;
    color: #4d4d4d;
    font-size: 12px;
}

#header .headline_banner {
    position: relative;
    display: block;
    float: left;
    width: 300px;
    height: 80px;
    margin: 19px 0 19px 10px;
    padding: 0;
}

/* 공지사항 롤링 */
.notice_rolling {
    overflow: hidden;
    position: absolute !important;
	top:12px;
	left:0;
    width: 425px;
    height: 29px;
}

.notice_rolling ul {
    float: left;
    width: 415px;
    height: 29px;
    font-size: 12px;
}

.notice_rolling ul li {}

.notice_rolling ul li a {
    overflow: hidden;
    display: block;
    padding: 7px 5px 7px 13px;
    color: #636363;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    line-height: 1;
    background: url('../img/icon/icon_notice.png') no-repeat 0 center;
}

.notice_rolling ul li a:hover {
    text-decoration: none;
    color: #ff647e;
}

.notice_rolling .btn_notice_rolling {
    display: none;
    float: right;
    padding: 5px 0 0 0;
}

.notice_rolling .btn_notice_rolling a {
    display: inline-block;
    margin-left: -1px;
}

/*! -------------------------------------------------- */
/*! ETC                                                */
/*! -------------------------------------------------- */
/*! yu2fvl */
.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
}

.yu2fvl-overlay {
    z-index: 9998;
    background: #000;
    opacity: 0.7;
}

.yu2fvl-close {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    border: 0;
    background: none;
    cursor: pointer;
}

/*! popQ */
.popQ {
    width: 680px
}

.popQ textarea {
    padding: 20px 20px 0;
    width: 430px;
    height: 118px
}

*+html .popQ .ulList .btnGroup {
    margin-top: -20px
}

.popQ .popHead {
    background: #fbfbfb;
    height: 37px;
    border-bottom: #d8d8d8 1px solid
}

.popQ .popHead h1 {
    line-height: 37px;
    color: #202020;
    font-size: 13px;
    font-weight: bold;
    text-indent: 24px;
    display: inline-block;
}

.popQ .popHead span {
    float: left;
    margin-left: 17px;
    color: #808080;
    line-height: 37px
}

.popQ .popCon {
    padding: 25px 30px 30px;
    zoom: 1;
}

.popQ .popCon:after {
    clear: both;
    display: block;
    content: ''
}

.popQ .popCon .searchList {
    height: 92px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -1px;
    border: #b7b7b7 1px solid;
    border-top: 0 none
}

.popQ .popCon .searchList>span {
    margin: 40px auto 0;
    display: block;
    width: 100%;
    text-align: center;
}

.popQ .imgFileArea {
    height: 200px;
    overflow-y: auto;
}

.popQ .cardInfo dt {
    font-size: 12px !important;
    font-weight: bold;
    color: #e60021;
    line-height: 24px
}

.popQ .cardInfo dt.c2 {
    color: #1e5fce
}

.popQ .cardInfo dt.c3 {
    color: #d57300;
}

.popQ .cardInfo dt.c4 {
    color: #335476
}

.popQ .cardInfo dt.c5 {
    color: #26b1e5
}

.popQ .cardInfo dt.c6 {
    color: #e60021
}

.popQ .cardInfo dt.c7 {
    color: #9532c8
}

.popQ .cardInfo dt.c8 {
    color: #168dcb
}

.popQ .cardInfo dt.c9 {
    color: #356c9b
}

.popQ .cardInfo dd {
    color: #808080;
    line-height: 20px;
    font-size: 11px;
}

/*! floating banner */
#leftBanner {
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -700px
}

#leftBanner li+li {
    margin-top: 5px
}

#leftBanner li.thumb {
    text-align: center;
    padding: 15px 0
}

#leftBanner.fixed {
    position: fixed;
    top: 70px
}

#rightBanner {
    position: absolute;
    top: 240px;
    right: 50%;
    margin-right: -700px
}

#rightBanner li+li {
    margin-top: 5px
}

#rightBanner.fixed {
    position: fixed;
    top: 70px
}

/*! -------------------------------------------------- */
/*!	Section Title                                     */
/*! -------------------------------------------------- */
.main-content h2 {
    text-align: center;
    font-size: 30px;
    color: #212121;
    background: url(../img/background/h2-bg.png) center 50% no-repeat
}

.main-content h2>.title {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff
}

.section_h2 {
    padding: 0 0 30px;
    text-align: center;
}

.section_h2 h2 {
    font-size: 30px;
    color: #212121;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 10px;
}

.section_h2 p {
    font-size: 13px;
    color: #808080;
    line-height: 1;
}

/*! -------------------------------------------------- */
/*!	GNB                                               */
/*! -------------------------------------------------- */
#vs_gnb {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    position: relative;
    z-index: 89;
}

#vs_gnb.gnb_fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#vs_gnb.nav-up {
    top: -51px;
}

#vs_gnb.nav-down {
    top: 0;
}

#gnb_vertical {
    position: absolute;
    width: 200px;
    height: 460px;
    padding: 10px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 89;
}

.sr_gnb {
    position: relative;
}

.sr_gnb.container {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    display: block;
}

.sr_gnb.container:after {
    content: "";
    display: block;
    clear: both;
}

/*! 전체카테고리 버튼 */
.sr_gnb .btn_gnb_all {
    width: 160px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: #f0f0f0;
    cursor: pointer;
}

.sr_gnb .btn_gnb_all div a strong {
    position: absolute;
    width: 75px;
    height: 30px;
    top: 0;
    left: 65px;
    z-index: 99;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.sr_gnb .btn_gnb_all div {
    position: absolute;
    z-index: 99;
    font-size: 0;
    margin-top: 9px;
    cursor: pointer;
}

.sr_gnb .btn_gnb_all div a {
    display: block;
    margin-left: 20px;
    transition: all .2s;
}

.sr_gnb .btn_gnb_all div a i {
    display: block;
    width: 32px;
    height: 2px;
    background: #212121;
    margin-top: 6px;
}

.sr_gnb .btn_gnb_all div a i:nth-child(1) {
    animation: menubar1 .75s forwards;
}

.sr_gnb .btn_gnb_all div a i:nth-child(2) {
    transition: all .25s;
    opacity: 1;
}

.sr_gnb .btn_gnb_all div a i:nth-child(3) {
    animation: menubar2 .75s forwards;
}

.sr_gnb .btn_gnb_all div a:hover i:nth-child(1),
.sr_gnb .btn_gnb_all.on div a i:nth-child(1) {
    animation: menubar11 .75s forwards;
}

.sr_gnb .btn_gnb_all div a:hover i:nth-child(2),
.sr_gnb .btn_gnb_all.on div a i:nth-child(2) {
    transition: all .25s;
    opacity: 0;
}

.sr_gnb .btn_gnb_all div a:hover i:nth-child(3),
.sr_gnb .btn_gnb_all.on div a i:nth-child(3) {
    animation: menubar22 .75s forwards;
}

.sr_gnb .btn_gnb_all.on div a strong {}

@keyframes menubar1 {
    0% {
        transform: translateY(8.5px) rotate(45deg);
    }

    50% {
        transform: translateY(8.5px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menubar2 {
    0% {
        transform: translateY(-9px) rotate(-45deg);
    }

    50% {
        transform: translateY(-9px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menubar11 {
    0% {
        transform: translateX(0) translateY(0) rotate(0);
    }

    50% {
        transform: translateX(0) translateY(0) rotate(0);
    }

    100% {
        transform: translateX(3px) translateY(8px) rotate(-45deg);
    }
}

@keyframes menubar22 {
    0% {
        transform: translateX(0) translateY(0) rotate(0);
    }

    50% {
        transform: translateX(0) translateY(0) rotate(0);
    }

    100% {
        transform: translateX(3px) translateY(-8px) rotate(45deg);
    }
}

/*! 전체 카테고리 */
.sr_gnb .gnb_all_wrap {
    display: inline-block;
}

.sr_gnb .gnb_all {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    border: 1px solid #3e3d3c;
    display: none;
}


.sr_gnb .gnb_all_box {
    overflow-y: auto;
    height: 460px;
    margin: 10px;
    padding: 0;
}

.sr_gnb .gnb_all_width {
    width: 20%;
}

.sr_gnb .gnb_all_box ul {
    font-size: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sr_gnb .gnb_all_box ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 1;
    vertical-align: top;
}

.sr_gnb .gnb_all_box ul li a {
    display: block;
    margin: 0 0 5px;
    padding: 8px 10px;
    color: #212121;
    border-bottom: 1px solid #212121;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    word-break: break-all;
}

.sr_gnb .gnb_all_box ul li a:hover {
    color: #fff;
    background-color: #212121;
}

.sr_gnb .gnb_all_box ul li a>img {
    max-width: 180px;
}

.sr_gnb .gnb_all_box .all_menu_container {
    margin: 10px;
}

.sr_gnb .gnb_all_box .all_menu_container.last {}

.sr_gnb .gnb_all_box .all_menu_1,
.sr_gnb .gnb_all_box .all_menu_2 {}

.sr_gnb .gnb_all_box .all_menu_1 a,
.sr_gnb .gnb_all_box .all_menu_2 a {}

.sr_gnb .gnb_all_box .all_menu_1 li,
.sr_gnb .gnb_all_box .all_menu_2 li {
    display: block;
}

.sr_gnb .gnb_all_box .all_menu_1 li a,
.sr_gnb .gnb_all_box .all_menu_2 li a {
    font-weight: 400;
    margin: 0;
    padding: 5px 7px;
    border: 0 none;
}

.sr_gnb .gnb_all_box .all_menu_1 {}

.sr_gnb .gnb_all_box .all_menu_1 li {}

.sr_gnb .gnb_all_box .all_menu_1 li a {
    color: #292929;
    font-size: 14px;
}

.sr_gnb .gnb_all_box .all_menu_1 li a:hover {
    color: #000;
    background-color: #f0f0f0;
}

.sr_gnb .gnb_all_box .all_menu_2 {}

.sr_gnb .gnb_all_box .all_menu_2 li {
    background: transparent url('../img/gnb_all/dot.png') no-repeat 0 0;
    margin-left: 10px;
    padding: 2px 10px;
}

.sr_gnb .gnb_all_box .all_menu_2 li:last-child {
    background: transparent url('../img/gnb_all/dot.png') no-repeat 0 -25px;
}

.sr_gnb .gnb_all_box .all_menu_2 li a {
    color: #505356;
    font-size: 12px;
    padding: 4px;
}

.sr_gnb .gnb_all_box .all_menu_2 li a:hover {
    color: #505356;
    background-color: #ececec;
}

.sr_gnb .inline_menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
}

.sr_gnb .inline_menu ul li {
    display: inline-block;
    line-height: 49px;
    height: 49px;
}

.sr_gnb .inline_menu ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #ececec;
    margin: 0px 25px;
}

.sr_gnb .inline_menu li:last-child:after {
    display: none;
}

.sr_gnb .inline_menu ul li a {
    color: #212121;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.sr_gnb .inline_menu ul li a:hover {
    color: #477b96;
}

/*! -------------------------------------------------- */
/*!	gnb_vert                                          */
/*! -------------------------------------------------- */
.gnb_vert {
    position: relative;
    width: 200px;
    height: 460px;
    background: #fff;
    z-index: 100;
}

.gnb_vert ul,
.gnb_vert ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gnb_vert>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gnb_vert li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.gnb_vert a,
.gnb_vert a>* {
    text-decoration: none;
    outline: 0 none;
}

.gnb_vert .nochild a {
    color: #191919;
}

.gnb_vert .nochild a:hover {
    color: #000;
    background: transparent;
}

.gnb_vert a {
    border: 1px solid transparent;
    color: #212121;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-right: 10px;
    padding: 9px;
    position: relative;
    text-transform: uppercase;
}

.gnb_vert a:hover,
.gnb_vert .hover>a {
    border-color: #f0f0f0;
    background: #f7f7f7;
    color: #191919;
}

.gnb_vert .current>a {
    border-color: #f0f0f0;
    background: #f7f7f7;
    color: #191919;
}

/*! -------------------------------------------------- */
/*!	Categories                                        */
/*! -------------------------------------------------- */

/*! location */
.location_wrap {
    position: relative;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #ededed;
    /*! background:#f9f9f9; */
}

.location_cont {
    width: 1100px;
    margin: 0 auto;
}

.location_wrap:after,
.location_cont:after {
    display: block;
    clear: both;
    content: "";
}

.location_cont em {
    display: inline-block;
    padding: 12px 0 10px 0;
    color: #777;
    font-size: 11px;
}

.location_cont .local_home {
    color: #666;
}

.location_cont .local_home:hover {
    text-decoration: none;
}

/*! 페이지 셀렉트 레이어 */
.sub_content .location_wrap {
    margin: -25px 0 15px 0;
    border-bottom: none 0;
}

.location_cont em+.location_select {
    margin-left: 5px;
}

.location_select {
    display: inline-block;
    position: relative;
    min-width: 150px;
    margin: 7px 0 0 0;
    border: 1px solid #999;
    background: #fff;
    z-index: 5;
}

.location_select .location_tit {
    background: url("../img/icon/select_arrow_down.png") no-repeat right center;
}

.location_select .location_tit.actvie {
    background: url("../img/icon/select_arrow_up.png") no-repeat right center;
}

.location_select .location_tit a {
    display: block;
    padding: 3px 32px 3px 9px;
    font-size: 11px;
    line-height: 16px;
}

.location_select ul {
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    margin-left: -1px;
    padding: 6px 0 6px 0;
    font-size: 0;
    border: 1px solid #999;
    background: #fff;
}

.location_select ul li {
    /*! padding:4px 0 4px 9px; */
}

.location_select ul li a {
    display: block;
    padding: 4px 5px 5px 10px;
    font-size: 11px;
}

.location_select ul li a span {
    display: inline-block;
}

.location_select ul li a:hover {
    color: #333;
    text-decoration: none;
    background: #f7f7f7;
}

/*! ------------- 상품 리스트, 상품 메인 ------------- */
.category_wrap {
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}

.category_cont {
    width: 1100px;
    margin: 0 auto;
}

.category_wrap:after,
.category_cont:after {
    display: block;
    clear: both;
    content: "";
}

.category_tit {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.category_tit h2 {
    font-size: 17px;
}

.category_tit+.category_list {
    margin-top: -21px;
}

.category_list {
    margin: 0 0 30px 0;
    padding: 3px 0;
    border: 1px solid #d8d8d8;
    border-top: 2px solid #3e3d3c;
}

.category_list ul {
    display: inline-block;
    width: 100%;
    padding: 0 20px 0 20px;
    font-size: 0;
    box-sizing: border-box;
}

.category_list li {
    display: inline-block;
    width: 20%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.category_list li a {
    display: block;
    padding: 7px 10px;
    color: #414141;
    text-align: left;
}

.category_list li a img {
    max-width: 100%;
    max-height: 20px;
}

.category_list li a:hover {
    color: #191919;
}

.category_list li em {
    color: #777;
}

.category_list li.on,
.category_list li.on em {
    font-weight: bold;
}

/*! -------------------------------------------------- */
/*!	main slider                                       */
/*! -------------------------------------------------- */
.main_slider_wrap2 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.main_slider_wrap2 .main_slider_banner2 {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.main_slider_wrap2 .slide_background {
    width: 100%;
    height: 400px;
    background-size: cover !important;
}

.main_slider_wrap2 .slide_container {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    height: 400px;
    overflow: hidden;
}

.main_slider_wrap2 .slick-vertical {
    display: block;
    height: auto !important;
    width: 160px;
}

.main_slider_wrap2 .navigation {
    position: absolute;
    top: 0;
    left: 50%;
    width: 160px;
    height: 400px;
    margin: 0 0 0 -550px;
}

.main_slider_wrap2 .slick-vertical .slick-slide {
    border: 0 none;
}

.main_slider_wrap2 .navigation div {
    position: relative;
    height: 80px;
    background-color: #323232;
}

.main_slider_wrap2 .navigation div a {
    display: table-cell;
    overflow: hidden;
    width: 140px;
    height: 60px;
    line-height: 1.4;
    padding: 10px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    word-break: break-all;
}

.main_slider_wrap2 .navigation .slick-current div a {
    background-color: #191919;
}

.main_slider_wrap2 .guide_banner {
    position: absolute;
    top: 10px;
    right: 50%;
    width: 140px;
    height: 370px;
    margin: 0 -550px 0 0;
}

.main_slider_wrap2 .guide_banner div {
    position: relative;
    width: 140px;
    height: 69px;
    margin: 5px 0;
}

.main_slider_wrap2 .guide_banner div a.image_banner {
    display: block;
    width: 140px;
    height: 69px;
    padding: 0;
}

.main_slider_wrap2 .guide_banner div a {
    display: table-cell;
    overflow: hidden;
    width: 140px;
    height: 49px;
    line-height: 1.4;
    padding: 10px;
    background-color: #fff;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #191919;
    vertical-align: middle;
    white-space: normal;
    text-align: center;
    word-break: break-all;
    opacity: 0.8;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main_slider_wrap2 .guide_banner div a em {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 5px;
}

.main_slider_wrap2 .guide_banner div a:hover {
    background-color: #e13759;
    color: #fff;
    opacity: 1;
}

/*! event_banner */
.event_banner {
    line-height: 1;
}

.event_banner .slick-slide {
    margin-left: 10px;
    /*! 슬라이드 간격 */
    margin-right: 10px;
    transition: all ease-in-out .3s;
}

.event_banner .slick-list {
    margin-left: -10px;
    /*! 슬라이드 간격 */
    margin-right: -10px;
}

.event_banner .slick-slide img {
    width: 100%;
}

.event_banner .slick-prev:before,
.event_banner .slick-next:before {
    color: black;
}

.event_banner .slick-slide {
    /*! opacity: .2; */
}

.event_banner .slick-active {
    /*! opacity: .7; */
}

.event_banner .slick-current {
    /*! opacity: 1; */
}

.promotion_banner {
    width: 460px;
    height: 580px;
    line-height: 1;
    position: relative;
}

.promotion_banner a {
    display: block;
    line-height: 1;
}

.promotion_banner img {
    border: 0;
    line-height: 1;
}

/*! focus_banner */
.focus_banner {
    position: relative;
    width: 1100px;
    height: 122px;
    margin: 30px auto;
    padding: 0;
    font-size: 0;
}

.focus_banner ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.focus_banner li {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    width: calc(20% + 1px) !important;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
}

.focus_banner a {
    display: block;
    margin: 0;
    padding: 0;
}

.focus_banner a:hover {
    opacity: 0.8;
}

.focus_banner img {
    margin: 0;
    padding: 0;
}

.focus_banner li.latest {
    position: relative;
}

.focus_banner .latest a:hover {
    opacity: 1;
    color: #477b96;
}

.focus_banner .notice {
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 8px 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
}

.focus_banner .notice h3 {
    display: inline-block;
    margin-bottom: 3px;
    border-bottom: 3px solid #212121;
    line-height: 1.4;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    word-break: break-all;
}

.focus_banner .notice h3 a {
    line-height: 1.4;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    word-break: break-all;
    color: #212121;
}

.focus_banner .notice h3 a:hover {
    color: #191919;
}

.focus_banner .notice ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.focus_banner .notice li {
    position: relative;
    display: block;
    border: 0 none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    width: 100% !important;
    height: 40px;
    margin: 4px 0;
    overflow: hidden;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    word-break: break-all;
}

.focus_banner .notice li:last-child {
    margin-bottom: 0;
    border-bottom: 0 none;
}

.focus_banner .notice li a {
    margin-bottom: 4px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 12px;
}

.focus_banner .notice .date {
    position: absolute;
    top: 8px;
    right: 16px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.focus_banner .notice .title {
    line-height: 20px;
}

.focus_banner .notice .title a {
    font-size: 14px;
    font-weight: bold;
    color: #3c3d3e;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.focus_banner .notice .title a:hover {
    color: #191919;
}

.focus_banner .notice .content {
    width: 100%;
    height: 60px;
    line-height: 15px;
    font-size: 12px;
    color: #505152;
    text-align: justify;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*! -------------------------------------------------- */
/*!	youtube Cont                                      */
/*! -------------------------------------------------- */
.youtube_cont {
    position: relative;
    width: 100%;
    height: 178px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #d3f1ff;
    padding: 30px 0;
    overflow: hidden;
}

.youtube_wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
}

.youtube_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.youtube_wrapper h2 {
    background-image: none;
}

.youtube_player {
    width: 540px;
    height: 312px;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 0;
    float: left;
}

.youtube_player a {
    position: relative;
    display: inline-block;
    width: 540px;
    height: 312px;
    opacity: 1;
}

.youtube_player img {
    width: 540px;
    height: 312px;
}

.youtube_player a:hover {
    opacity: 0.8;
}

.youtube_player .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: .3s ease;
    background-color: transparent;
}

.youtube_player .icon,
.youtube_list .icon,
.youtube_latest .icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEyIDUxMiIgZm9jdXNhYmxlPSJmYWxzZSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Im0yNTYgOGMtMTM3IDAtMjQ4IDExMS0yNDggMjQ4czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDgtMTExLTI0OC0yNDgtMjQ4em0xMTUuNyAyNzItMTc2IDEwMWMtMTUuOCA4LjgtMzUuNy0yLjUtMzUuNy0yMXYtMjA4YzAtMTguNCAxOS44LTI5LjggMzUuNy0yMWwxNzYgMTA3YzE2LjQgOS4yIDE2LjQgMzIuOSAwIDQyeiIvPg0KPC9zdmc+DQo=") no-repeat center center;
}

.youtube_player .icon {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}

.youtube_list .icon,
.youtube_latest .icon {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.youtube_player .tit {
    display: inline-block;
    color: #fff;
    background-color: #00a0e9;
    height: 20px;
    overflow: hidden;
    margin: 10px 0 0;
    padding: 2px 8px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: top;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youtube_player .txt {
    color: #191919;
    display: inline-block;
    min-height: 24px;
    margin-top: 10px;
    padding-left: 6px;
    overflow: hidden;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.youtube_list {
    float: left;
    width: 540px;
    margin: 0;
    padding: 0;
}

.youtube_list ul {
    margin: 0;
    padding: 0;
}

.youtube_list ul:after {
    clear: both;
    content: "";
    display: block;
}

.youtube_list li {
    width: 260px;
    min-height: 146px;
    position: relative;
    display: block;
    float: left;
    line-height: 1;
    margin: 0 20px 20px 0;
    padding: 0;
}

.youtube_list li:nth-child(2n) {
    margin-right: 0;
}

.youtube_list a:hover {
    opacity: 0.8;
}

.youtube_list .img_area {
    background-color: #cccccc;
    width: 260px;
    height: 146px;
    left: 0;
    position: absolute;
    top: 0;
}

.youtube_list .img_area img {
    margin: 0;
    padding: 0;
    width: 260px;
    height: 146px;
    border: 0 none;
}

.youtube_list .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    transition: .3s ease;
    background-color: transparent;
}

.youtube_list .tit {
    display: inline-block;
    color: #fff;
    background-color: #00a0e9;
    height: 20px;
    overflow: hidden;
    margin: 156px 0 0;
    padding: 2px 8px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: top;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youtube_list .txt {
    color: #191919;
    display: block;
    min-height: 20px;
    margin-top: 4px;
    padding: 0;
    overflow: hidden;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

/*! youtube latest */
.youtube_latest {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.youtube_latest .yt_content {
    width: 260px;
    min-height: 146px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
    padding: 0;
}

.youtube_latest a:hover {
    opacity: 0.8;
}

.youtube_latest .img_area {
    background-color: #cccccc;
    width: 260px;
    height: 146px;
    left: 0;
    position: absolute;
    top: 0;
}

.youtube_latest .img_area img {
    margin: 0;
    padding: 0;
    width: 260px;
    height: 146px;
    border: 0 none;
}

.youtube_latest .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    transition: .3s ease;
    background-color: transparent;
}

.youtube_latest .tit {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #00a0e9;
    height: 20px;
    overflow: hidden;
    padding: 2px 8px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: top;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youtube_latest .txt {
    color: #191919;
    display: inline-block;
    width: 260px;
    height: 20px;
    margin: 156px 0 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*! -------------------------------------------------- */
/*!	Content Tabs                                      */
/*! -------------------------------------------------- */
.tabs_nav {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.tabs_nav li {
    float: left;
    display: block;
    width: 20%;
    height: 50px;
    line-height: 48px;
    margin-top: 10px;
}

.tabs_nav li.active {}

.tabs_nav li a {
    margin-left: -1px;
    border: 1px solid #eaeaea;
    border-bottom-color: #121212;
    border-right: none;
    color: #212121;
    display: block;
    font-weight: 400;
    font-size: 15px;
    outline: 0 none;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tabs_nav li:last-child a {
    border-right: 1px solid #eaeaea;
}

.tabs_nav li a:hover {}

.tabs_nav li a:hover,
.tabs_nav li.active a {
    color: #191919;
}

.tabs_nav li.active a,
.tabs_nav .slick-current li a {
    background: #fff;
    border: 1px solid #eaeaea;
    border-bottom: 0 none;
    border-top: 3px solid #121212;
    margin-top: -10px;
    line-height: 57px;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*! tabs_btn */
.tabs_btn {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.tabs_btn li {
    position: relative;
    display: inline-block;
    line-height: 40px;
}

.tabs_btn li a {
    border: 2px solid #000;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #212121;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    outline: 0 none;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tabs_btn li a:hover,
.tabs_btn li.active a,
.tabs_btn .slick-current li a {
    color: #191919;
    border: 2px solid #000;
    line-height: 36px;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs_btn li a:hover,
.tabs_btn .slick-active li a:hover {
    border-color: rgba(0, 0, 0, 0.4);
}

.tabs_btn li.active a,
.tabs_btn .slick-current li a {
    border-color: rgba(0, 0, 0, 0.7);
}

.tabs_btn .slick-slide {
    padding: 0 10px 10px 10px;
}

.tabs_btn .tab_on {
    width: 14px;
    height: 9px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -7px;
    z-index: 10;
    background: url("../images/icon_tab_on.png") no-repeat center center;
    display: none;
}

.tabs_btn li.active .tab_on,
.tabs_btn .slick-current .tab_on {
    display: block;
    -webkit-animation-name: fadein;
    animation-name: fadeinLR;
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tabs_container {
    position: relative;
    min-height: 300px;
}

/*! goods list container */
.goods_list_cont {
    position: relative;
    width: 100%;
}

.goods_list_cont:after {
    display: block;
    clear: both;
    content: "";
}

.goods_list_cont ul {
    /*! width: 100%; */
    font-size: 0;
    line-height: 1;
    margin-left: 1px;
    padding-top: 2px;
}

.goods_list_cont ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.goods_list_cont .item_info_cont {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

.goods_list_cont .item_cont {
    padding: 18px;
    text-align: left;
    color: #1c1c1c;
}

.goods_list_cont .item_photo_box {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.goods_list_cont .item_photo_box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.goods_list_cont .item_photo_box>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.goods_list_cont .qs_type {
    display: inline-block;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.goods_list_cont .qs_type:after {
    content: "";
    display: block;
    clear: both;
}

.goods_list_cont .qs_type span {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    display: block;
    float: left;
    padding: 4px 6px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.goods_list_cont .qs_type span:first-child {
    margin-left: 0;
}

.goods_list_cont .qs_type .type1 {
    background-color: rgba(243, 156, 18, 1);
    color: rgb(255, 255, 255);
}

.goods_list_cont .qs_type .type2 {
    background-color: rgba(233, 27, 35, 1);
    color: rgb(255, 255, 255);
}

.goods_list_cont .qs_type .type3 {
    background-color: rgba(142, 196, 73, 1);
    color: rgb(255, 255, 255);
}

.goods_list_cont .qs_type .type4 {
    background-color: rgba(26, 128, 182, 1);
    color: rgb(255, 255, 255);
}

.goods_list_cont .qs_type .type5 {
    background-color: rgba(70, 70, 70, 1);
    color: rgb(255, 255, 255);
}

.goods_list_cont .item_tit_box .item_code {
    display: block;
    padding: 8px 0 5px;
    color: #477b96;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 12px;
}

.goods_list_cont .item_tit_box .item_name {
    padding-bottom: 5px;
    font-size: 14px;
    color: #212121;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.goods_list_cont .item_tit_box .item_name_explain {
    display: block;
    padding: 0 0 5px;
    color: #999;
    line-height: 1.2;
    word-break: break-all;
}


.goods_list_cont .item_brand {
    display: inline-block;
}

.goods_list_cont .item_brand a {
    border: 1px solid #ccc;
    display: block;
    padding: 3px 5px;
    font-size: 13px;
    color: #477b96;

}

.goods_list_cont .item_money_box {
    padding: 10px 0 0 0;
    line-height: 1;
    font-size: 0;
    text-align: right;
}

.goods_list_cont .item_money_box>* {
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.goods_list_cont .item_money_box del {
    font-size: 12px;
    color: #888;
    display: block;
    position: relative;
    top: 2px;
}

.goods_list_cont .item_money_box .item_price {
    display: block;
    padding: 7px 0 5px 0;
    font-size: 14px;
    color: #ab3e55;
}

.goods_list_cont .item_money_box .item_price {

}

.goods_list_cont .item_money_box .item_price span {
    font-size: 15px;
    color: #212121;
}

.goods_list_cont .item_icon_box {
    margin: 0;
    padding: 0;
}

.goods_list_cont .item_icon_box img {
    display: inline-block;
    padding: 17px 0 0 0;
}

/*! hit_count */
.goods_list_cont .hit_count {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left-color: rgba(136, 136, 136, 0.85);
}

.goods_list_cont .no1,
.goods_list_cont .no2,
.goods_list_cont .no3 {
    border-left-color: rgba(220, 20, 60, 0.85);
}

/*!
.goods_list_cont .no2 {
    border-left-color: rgba(142, 196, 73, 0.85) !important;
}

.goods_list_cont .no3 {
    border-left-color: rgba(26, 128, 182, 0.85) !important;
}
*/

.goods_list_cont .hit_count span {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: -50px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

/*! goods_list_basic */
.goods_list_basic {
    position: relative;
}

.goods_list_basic .goods_list_cont {
    margin-top: 30px;
}

.goods_list_basic .goods_list_cont ul li {
    border: 1px solid #ececec;
    box-sizing: border-box;
    width: calc(20% + 1px) !important;
    margin-left: -1px;
    margin-top: -1px;
}

/*! goods_list_basic3 */
.goods_list_basic3 {
    position: relative;
}

.goods_list_basic3 .goods_list_cont {}

.goods_list_basic3 .goods_list_cont ul li {
    border: 1px solid #ececec;
    box-sizing: border-box;
    width: 234px !important;
    margin-left: -1px;
    margin-top: -1px;
}

/*! Promotion List */
.promotion_list {
    position: relative;
}

.promotion_list .goods_list_cont ul {
    /*! width: 100%; */
    font-size: 0;
    margin: 0;
    padding: 0;
}

.promotion_list .goods_list_cont ul li {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

/*!
.promotion_list .goods_list_cont ul li:first-child,
.promotion_list .goods_list_cont ul li:nth-child(6n) {
    margin-left: 0;
}

.promotion_list .goods_list_cont ul li:last-child,
.promotion_list .goods_list_cont ul li:nth-child(5n) {
    margin-right: 0;
}
*/

.promotion_list .goods_list_cont .item_cont {
    padding: 18px;
    margin: 0;
    text-align: left;
    color: #1c1c1c;
    background-color: #fff;
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, 0.1);
}

/*! Basic List */
.common_list {
    position: relative;
}

.common_list .goods_list_cont ul {
    /*! width: 100%; */
    font-size: 0;
    margin: 0;
    padding: 0;
}

.common_list .goods_list_cont ul li {
    position: relative;
    display: block;
    float: left;
    width: 204px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.common_list .goods_list_cont ul li:first-child,
.common_list .goods_list_cont ul li:nth-child(6n) {
    /*! margin-left: 0; */
}

.common_list .goods_list_cont ul li:last-child,
.common_list .goods_list_cont ul li:nth-child(5n) {
    /*! margin-right: 0; */
}

.common_list .goods_list_cont .item_cont {
    padding: 0;
    margin: 0;
    text-align: left;
    color: #1c1c1c;
    background-color: #fff;
}

.common_list .goods_list_cont .item_photo_box {
    border: 1px solid #f2f2f2;
}

.common_list .goods_list_cont .item_photo_box img,
.common_list .goods_list_cont .item_photo_box a {
    width: 202px;
    height: 202px;
}

.common_list .goods_list_cont .qs_type {
    top: 10px;
    left: 10px;
}

.common_list .goods_list_cont .item_info_cont {
    padding-top: 13px;
}

.common_list .goods_list_cont .item_tit_box .item_name {
    margin: 0 0 10px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #e9e9e9;
}

.common_list .goods_list_cont .item_tit_box .item_name_explain {
    padding: 0;
    margin: 0;
}

.common_list .goods_list_cont .item_brand {
    display: inline-block;
}

.common_list .goods_list_cont .item_code {
    display: block;
    padding: 0;
    margin-top: 5px;
    color: #477b96;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

/*! -------------------------------------------------- */
/*!	main page etc                                     */
/*! -------------------------------------------------- */
/*! main cs_info */
#guide1 {
    background: #0254c2;
}

#guide1 .section_h2 {
    background: #0254c2 url('../img/popup_bg/pop_banner_1_01.jpg') no-repeat 0 0;
    width: 800px;
    height: 120px;
    text-indent: -1000em;
}

#guide1 .txt {
    display: table-cell;
    width: 800px;
    height: 280px;
    padding: 10px 70px 40px 70px;
    vertical-align: middle;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    background: #0254c2 url('../img/popup_bg/pop_banner_1_02.jpg') no-repeat 0 0;
    line-height: 1.5;
    box-sizing: border-box;
}

#guide1 .btn {
    background-color: #0254c2;
    padding-bottom: 30px;
    text-align: center;
}

#guide2 {
    background: #e9e9e9;
}

#guide2 .section_h2 {
    background: #e9e9e9 url('../img/popup_bg/pop_banner_2_01.jpg') no-repeat 0 0;
    width: 800px;
    height: 210px;
    text-indent: -1000em;
}

#guide2 .txt {
    display: table-cell;
    width: 800px;
    height: 490px;
    padding: 50px 80px 160px 80px;
    vertical-align: middle;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    background: #e9e9e9 url('../img/popup_bg/pop_banner_2_02.jpg') no-repeat 0 0;
    line-height: 1.5;
    box-sizing: border-box;
}

#guide2 .btn {
    background-color: #e9e9e9;
    padding-bottom: 30px;
    text-align: center;
}

.main_cs {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    display: block;
    border: 1px solid #e0e0e0;
    border-top: 2px solid #191919;
}

.main_cs:after {
    content: "";
    display: block;
    clear: both;
}

.main_cs .col {
    position: relative;
    display: table-cell;
    width: 33.3333%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.main_cs .col:last-child {
    border-right: 0 none;
}

.cs_info {
    position: relative;
    width: 100%;
    display: block;
}

.cs_info h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

.cs_info p {
    margin: 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #333;
}

.cs_info strong {
    font-size: 24px;
    color: #e13759;
}

.cs_info span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.cs_info .guide li {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    width: 160px;
    height: 47px;
    margin: 0 5px 5px -2px;
}

.cs_info .guide li:nth-child(even) {
    margin-right: 0;
}

.cs_info .notice {}

.cs_info .notice p {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    word-break: break-all;
}

.cs_info .notice .title {
    display: block;
    margin-bottom: 8px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.cs_info .notice .date {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.cs_info .notice .content {
    line-height: 1.4;
    display: block;
    text-align: justify;
}

/*! -------------------------------------------------- */
/*!	footer                                            */
/*! -------------------------------------------------- */
/*! Back to Top */
a.back_to_top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 9999;
    display: none;
    width: 48px;
    padding: 6px 0 14px 0;
    border-radius: 50%;
    background-color: rgba(50, 50, 50, 0.6);
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    color: #fff;
}

a:hover.back_to_top {
    background-color: rgba(50, 50, 50, 0.8);
}

/*! footer */
#footer {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #3e3d3c;
}

#footer .footer_nav_wrap {
    position: relative;
    border-bottom: 1px solid #ddd;
}

#footer .footer_nav {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
}

#footer .footer_nav ul li {
    display: inline-block;
    line-height: 50px;
    height: 50px;
}

#footer .footer_nav ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #ddd;
    margin: 0 25px;
}

#footer .footer_nav li:last-child:after {
    display: none;
}

#footer .footer_nav ul li a {
    color: #3e3d3c;
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#footer .footer_nav ul li a:hover {
    color: #477b96;
}

#footer .contact_info {
    width: 700px;
    position: relative;
    display: block;
    float: left;
    margin: 20px 20px 20px 0;
}

#footer .contact_info ul {}

#footer .contact_info li {
    border-left: 1px solid #bababa;
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    margin: 4px 0;
    line-height: 1;
    color: #333;
    font-size: 13px;
}

#footer .contact_info li a {
    color: #333;
    text-decoration: none;
}

#footer .contact_info li:first-child {
    border-left: none;
    padding-left: 0;
}

#footer .contact_info li strong {
    font-weight: 700;
    color: #333;
}

#footer .contact_info .notice {
    margin-top: 10px;
    border-top: 1px solid #bababa;
    padding-top: 10px;
    color: #191919;
    line-height: 1.4;
    font-size: 12px;
}

#footer .contact_etc {
    width: 380px;
    position: relative;
    display: block;
    float: left;
    margin: 20px 0 20px 0;
}

#footer .copyright {
    background-color: #f1f1f1;
    padding: 15px 0;
}

#footer .copyright p {
    color: #191919;
    line-height: 1.4;
    font-size: 12px;
}

#footer .copyright p>strong {
    color: #191919;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

/*! -------------------------------------------------- */
/*!	each page                                          */
/*! -------------------------------------------------- */
.eachpage_cont {
    color: #191919;
	font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
	line-height: 1.5;
}

.eachpage_cont:after {
    content: "";
    display: block;
    clear: both;
}

.eachpage_cont li {
	color: #191919;
	font-size: 16px;
	line-height: 2;
}

.eachpage_cont li strong, .eachpage_cont li a {
	color: #477b96;
	font-size: 15px;
}

.eachpage_cont h2 {
    color: #222426;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    background: none;
}

.eachpage_cont h3 {
    font-family: 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #477b96;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	word-break: break-all;
	background: none;
}

.eachpage_cont .col3 {
    position: relative;
    display: table-cell;
    float:left;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.eachpage_cont .col3:last-child {
}

.eachpage_cont .col3 a {
    position: relative;
    display:block;
    width: 100%;
    height: 100%;
}

.eachpage_cont .col3>a>img {
    display:block;
    width:100%;
    height:100%;
}

/* 221013 김미경 b2b tablist */

.tabList-b2b{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:50px;
}
.tabList-b2b li{
    float:left;

    margin-right:15px;
}
.tabList-b2b li:last-child{
    margin-right:0;
}
.tabList-b2b li a{
    text-align:center;
    font-size:15px;
    color:#333;
    width:270px;
    height:65px;
    border:1px solid #e5e5e5;
    display:inline-block;
    line-height:65px;;
}
.tabList-b2b li:hover a,
.tabList-b2b li a.tab-active{
    border:1px solid #1970f3;
    background:#1970f3;
    color:#fff;
    font-weight:bold;
}

.slikroad-b2b-text{
    margin-top:30px;
}
.b2b-textline{
    font-size:30px;
    font-weight:bold;
    text-align:center;
    color:#222;
    margin-bottom:20px;
}
.slikroad-b2b-text .b2b-textline::before{
    display:block;
    content: '';
    width:1px;
    height:80px;
    background:#333;
    margin:0 auto 30px;
}
.b2b-textmore{
    font-size:18px;
    text-align:center;
    color:#333;
    padding-top:15px;
}
.b2b-textmore b{
    font-weight:bold;
}
.slikroad-b2b-img{
    margin-top:50px;
}
.slikroad-b2b-img img{
    display:block;
}
.slikroad-b2b-text-btn{
    width:1100px;
    background:#e7ecf2;
    margin-bottom:50px;
    padding-bottom:60px;
}
.slikroad-b2b-text-btn a{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slikroad-b2b-text-btn a img{
    display:block;
}
.b2b_membership-wrap{
    margin-top:100px;
    margin-bottom:100px;

}
.b2b-membership{
    height:250px;

}
.b2bmember{
    float:left;
    width:275px;
    text-align:center;
}
.b2bmember > img{
    width:162px;
    height:162px;
}
.b2bmember p{
    font-size:20px;
    font-weight:bold;
    color:#000;
    padding-top:40px;
}
.b2bmember em{
    font-size:15px;
    color:#333;
    padding-top:10px;
}
.b2b-join-wrap{
    overflow:hidden;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:50px;
}
.b2b-join{
    height:80px;
}
.b2b-join li{
    float:left;
    margin-right:15px;

}
.b2b-join li:last-child{
    margin-right:0;
}
.b2b-join li a{
    border:1px solid #004296;
    background:#004296;
    font-size:15px;
    color:#fff;
    font-weight:bold;
    padding:30px 40px;
    display:block;
}
.b2b-join li:last-child a{
    border:1px solid #e50426;
    background:#e50426;
}
.b2b_notice_wrap{
    border:1px solid #e5e5e5;
    width:1100px;
    height:94px;
    padding:30px 0;
    border-top:2px solid #333;
    margin-bottom:80px;
}
.b2b_notice{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;

}
.b2b_notice_img{
    float:left;
}
.b2b_notice_txt{
    float:left;
    padding-left:50px;
}
.b2b_notice_txt p{
    font-size:20px;
    color:#333;
    line-height:30px;;
    margin-top:15px;
}
.b2b_notice_txt b{
    font-weight:bold;
}
.b2b_cash_t{
    text-align:center;
    margin-top:50px;
}
.b2b_cash_txt{
    width:900px;
    margin:0 auto;
}
.b2b_cash_txt li{
    font-size:16px;
    padding:5px 0;
    line-height:20px;
}
.b2b_cash_txt li::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #1970f3;
    border-radius:20px;
    margin:3px 10px 3px 0;
}
.b2b_cash_btn{
    width:250px;
    height:60px;
    background:#1970f3;
    margin:30px auto;

}
.b2b_cash_btn > a{
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    height:60px;
    line-height:60px;;

}
.b2b_cash_btn:hover a{
    background:#4986e0;
}

.b2b_bottom_btn{
    overflow:hidden;
    padding-top:30px;

}
.b2b_bottom_btn li{
    padding:30px 30px;
    float:left;
    background:#f6ffec;
    margin-right:20px;
    border-radius:20px;

}
.b2b_bottom_btn li:last-child{
    margin-right:0;
}
.b2b_bottom_btn li a{
    display:block;
}
.b2b_bottom_btn li a > img{

}




