@import url('//webfontworld.github.io/onestore/OneMobilePop.css');
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
#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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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;
    /*height:130px;*/
}

.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 .main_logo {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
}

#header .main_logo a {
    display: block;
    width:150px;
    height:55px;
}

#header .header_top {
    position: relative;
    width: 100%;
    height: 35px;
    /*border-bottom:1px solid #eee;*/
}

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

#header .header_top .top_menu {
    float: right;
    height:35px;
}

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

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

#header .header_top .top_menu>ul>li:after,
#header .header_top .top_menu>ul>li:first-child:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 35px;
    /*background: #eee;*/
    margin: 0px 8px;
}

#header .header_top .top_menu>ul>li:last-child:after {
    margin-right:0;
}

#header .header_top .top_menu li a {
    font-size: 12px;
    color: #636363;
    line-height:33px;
    font-weight:400;
    letter-spacing:-1px;;
}

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

#header .header_top .top_menu li a strong {
    color: #6439FF;
    margin-left: 2px;
    font-style: normal;
    font-weight:500;
}

#header .header_top .top_menu>ul>li:hover>a {
    text-decoration:underline;
}


#header .header_top .top_menu li .sub-category {

    position: absolute;
    top: 35px;
    left: -14px;
    min-width: 90px;
    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 {
    width:100%;
    line-height: 1.5;
    padding-left: 13px;
    -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:1100px;
    margin:0 auto;
    position:relative;
    padding: 25px 0;
}

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


#header .top_search_wrap {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-275px;
    margin-top:-30px;
}

#header .top_search {

    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: 450px;
    height: 50px;
    box-sizing: border-box;
}

.top_search_txt::placeholder{color:#d1d1d1;

}

#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 25px;
    font-size: 15px;
    box-sizing: border-box;
    /*background:#eee;*/
    border-radius:15px;
    /*box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 4px 1px; */
    border:2px solid #4F75FF; 
}

#header .top_search .top_search_input .top_search_btn {
    position: absolute;
    border-left: 0;
    top: 50%;
    margin-top: -12px;
    right: 35px;
    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 {
    box-sizing:none;
    
}

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

#header .headline_banner {
    float: right;
}
.header_banner{
    margin-top:20px;
    width:227px;
    height:70px;
    display:block;
}
/* 상단 head_icon */
.head_icon{}
.head_icon ul{overflow:hidden; margin-top:15px;}
.head_icon ul li {float:left; padding:0 10px;}
.head_icon ul li a{padding:15px; display:block;border:1px solid #fff; border-radius:50px;margin:5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 1px;}
.head_icon ul li a img{display:block; width:30px; height:30px;}
.head_icon_txt{font-size:13px; color:#888; font-weight:500;text-align:center; line-height:35px;}
.head_icon ul li:first-child{padding-left:0;}
.head_icon ul li:last-child{padding-right:0;}

.topguide{display:flex;justify-self: center; gap:15px;}
.topguide a{width:70px; height:65px;}
.topguide a:last-child{margin-right:0;}
.topguide a .topguidetxt{width:100%;}
.topguide a .topguidetxt span{font-size:22px; text-align:center; display:block;}
.topguide a .topguidetxt p{font-size:12px; text-align:center; margin-top:10px;}


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

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

.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;
    letter-spacing:-1px;
}

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

.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 {
    font-size: 40px;
    color: #212121;
}

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

.section_h2 {
    /*font-family: 'OneMobilePop';*/
    text-align: left;
    margin-bottom: 60px;
}

.section_h2_point_pink{
    content: '';
    width:20px;
    height:20px;
    background:#FE7171;
    display:inline-block;
    border-radius:50px 50px 50px 0;
    position:absolute;
    top:-10px;
    right:-30px;
}
.section_h2_point_green{
    content: '';
    width:20px;
    height:20px;
    background:#61B15A;
    display:inline-block;
    border-radius:50px 50px 50px 0;
    position:absolute;
    top:-10px;
    right:-30px;
}

.section_h2 h2 {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 1;
    text-align:center;
}

.section_h2 strong {
    font-weight: 700;
    position:relative;
}

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

/*! -------------------------------------------------- */
/*!	GNB                                               */
/*! -------------------------------------------------- */
#vs_gnb {
    background-color: #fff;
    position: relative;
    /*height:59px;*/
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
}

#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:10%;
    height: 38px;
    padding:0 10px;
    border:1px solid #eee;
    border-radius:50px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    float:left;
}

/*.sr_gnb .btn_gnb_all div a strong {
    position: absolute;
    top: 1px;
    left: 15px;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
    width:80px;
    color:#6439FF;
}

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

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

.sr_gnb .btn_gnb_all a strong {
    font-size: 14px;
    font-weight: 400;
    color:#6439FF;
    line-height:38px;;
}

.sr_gnb .btn_gnb_all {
    z-index: 99;
    font-size: 0;
    cursor: pointer;
}

.sr_gnb .btn_gnb_all a {
    display: block;
    transition: all .2s;
}
/*여기까지 복사*/

.sr_gnb .btn_gnb_all div a i {
    display: block;
    width: 15px;
    height: 2px;
    background: #121212;
    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: 125px;
    left: 0;
    width: 1100px;
    z-index: 100;
    background: #fff;
    border: 1px solid #f0f0f0;
    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:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    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;
    float:left;
    width:66%;
}

.sr_gnb .inline_menu ul li {

    height: 38px;
    position:relative;
    padding:0 20px;
    border:1px solid #eee;
    border-radius:50px;
}
.sr_gnb .inline_menu ul li:last-child{

}

.sr_gnb .inline_menu ul li > .sub_point {
    color:#ff3748; 
    font-weight:500;
}

/*.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: #121212;
    font-size: 14px;
    text-align:center;
    line-height:40px;;
}

.sr_gnb .inline_menu ul li:hover {
    background:#ececec;
}

/* 네비게이션 sub메뉴 */
.inline_menu{
    width:100%;
}
.inline_menu li .minisub {
    width:100%;
    position: absolute;
    top: 50px;
    left:0;
    z-index: 100;
    background: #fff;
    border-right:1px solid #eee;
    border-left:1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    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;
    float:none;
}

.inline_menu li:hover .minisub {
    opacity: 1;
    visibility: visible;
}

.inline_menu li .minisub ul {
    line-height: 24px;
    z-index: 101;
}

.sr_gnb .inline_menu ul .minisub li:after{
    content: none;
}
.inline_menu ul{
    display:flex;
    height:38px;
    gap:20px;

}
.inline_menu > ul > li:first-child{
    margin-left:20px;
}
.minisub > li{
    float:none;
    width:100%;
    padding:0 !important;

}
.minisub > li > a{
    
}
.minisub > li > a:hover{

}
.sr_gnb .inline_menu ul li > .minisub li a:hover{
    color:#000;
    font-weight:500;

}




/*! -------------------------------------------------- */
/*!	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:'Spoqa Han Sans Neo', '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: 100%;
    overflow: hidden;
    margin-top:15px;
}

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

.main_slider_wrap2 .slide_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.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 .slick-list .slick-track .slick-slide{
    padding:0 10px;
}


.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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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;
}
.slick-slide img{width:100%;}

.pager_wrap{width:100%; margin:0 auto; position:absolute; top:50%; margin-top:-26px; overflow: hidden;}
.pager{width:100%; height:53px; position:relative;}

.main-new-prev{background:url(../img/btn/main_left.png) no-repeat center center;width:50px; height:53px;position:absolute; left:0;user-select: none; cursor: pointer;}
.main-new-next{background:url(../img/btn/main_right.png) no-repeat center center;width:50px; height:53px; position:absolute; right:0;user-select: none;cursor: pointer;}

/*! 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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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;
}


/* 240926 brand_pickwrap */
.brand_pickwrap,
.product_pickwrap,
.productdetailwrap{margin:150px 0 50px;}
.productdetailwrap{}

.main_centerb{}

.p_detail{display:flex; gap:30px; margin-bottom:20px;}
.p_detail_title{font-size:32px; font-weight:600;line-height:50px;}
.p_detail_tag{height:50px; display:flex;gap:20px;}
.p_detail_tag li{border:1px solid #6439FF; padding:15px 20px; border-radius:50px;}
.p_detail_tag li > a{font-size:16px; font-weight:400; color:#6439FF; line-height:20px;}
.p_detail_goods{}





/*! -------------------------------------------------- */
/*!	Content Tabs                                      */
/*! -------------------------------------------------- */

/*tab 김미경 */
.tab,.p_tab{display:none}
.tab.on,.p_tab.on2{display:block}
.brandpick_tab,
.productpick_tab{display:flex;justify-content:center;gap:10px;margin-top:50px;font-size:18px}
.tabs,.p_tabs{padding:20px 25px;border-radius:50px;font-weight:400;cursor:pointer;background:#f2f2f2;transition:all .3s; font-size:18px;color:#777;}
.p_tabs{border:1px solid #eee; background:#fff; color:#999;}

.tabs.on{color:#fff;background:#6439FF;}
.p_tabs.on2{border:1px solid #6439FF; color:#6439FF;}
.p_tabs > img{float:left;}
.p_tabs > span{line-height:35px; margin:0 5px; font-weight:500;}
.brandpick_more,.productpick_more{margin-top:30px;text-align:center;}
.tablistwrap{overflow: hidden; display:flex; justify-content: center; gap:20px;}
.tablistwrap .tabstyle{float:left;}
.tablistwrap .tabstyle a{display:block;}
.tablistwrap .tabstyle a .tabimgz{display:block; border:1px solid #eee; border-radius:15px; padding:15px; margin-bottom:20px;}
.tablistwrap .tabstyle a .tabtxtz{font-size:15px; color:#333;}

.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 {
    color: #212121;
    background-color: #fff;
    /*display: block;
    width: 100px;
    height: 100px; */
    outline: 0 none;
    overflow: hidden;
}

/* .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%;
    margin-bottom:10px;
}

.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 {
    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;
    border:1px solid #eee;
    border-radius:10px;;
}

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

.goods_list_cont .item_photo_box:hover > a {
    opacity:0.8;
}
.promotion_list .goods_list_cont ul li:hover{
    box-shadow: 2px 2px 10px 0 rgb(183 183 183 / 50%);
}

.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(1, 198, 93, 1);
    color: rgb(255, 255, 255);
}
.goods_list_cont .qs_type .type6 {
    background-color: rgb(51, 76, 216);
    color: rgb(255, 255, 255);
}

.goods_list_cont .item_tit_box .item_code {
    display: block;
    padding: 8px 0 5px;
    color: #226DB6;
    font-family:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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>* {

    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: #212121;
    font-weight:normal;
}

.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:'Spoqa Han Sans Neo', '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 5px;
    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 {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    margin:20px 20px 0 0;
    border:1px solid #e4e4e4;
    border-radius:20px;
}
.promotion_list .goods_list_cont ul li:nth-child(5),
.promotion_list .goods_list_cont ul li:last-child{
    margin-right:0;
}

/*!
.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 {
    margin:20px 0;
    padding:0 20px 0;
    text-align: left;
}
.promotion_list .goods_list_cont .item_tit_box .item_name {
    margin: 10px 0;
    padding: 0;
    border-bottom: 0 none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
/*! 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:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-size: 12px;
}


/* best brand */

.main_product_bestbrand{
    margin-bottom:90px;
}
.best_brand_cont{
    font-family: 'Spoqa Han Sans Neo', sans-serif;
}


.best_brand_cont ul li{
    width:258px !important;
    height:360px;
    border-radius:50px 50px 50px 0;

    border:1px solid #E4E4E4;
    float:left;
    margin:0 10px;
}

.best_brand_cont ul li a{
    display:block;
    width:258px;
    height:360px;
    text-align:center;
}
.best_brand_cont ul li:hover a{
    opacity:0.8;
}

.brand_img{
    width:258px;
    height:250px;
    background:#F4EEED;
    border-radius:50px 50px 0 0;
}
.brand_img > img{
    width:180px;
    height:180px;
    text-align:center;
    margin-top:35px;
    display:inline-block;
}

.brand_txt{
    font-size:20px;
    font-weight:bold;
    color:#171717;
    margin-top:30px;
}
.brand_txt_s{
    font-size:15px;
    color:#888;
    margin-top:10px;
    font-weight: 300;
}

/* event small banner */

/* weekly pick */

.weekly_pick_cont{
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}
.main_product_weekly{
    margin-bottom:90px;
    margin-top:100px;
}

.weelky_banner{
    width:260px;
    height:380px;
    float:left;

}
.weelky_banner>a{
    display:block;
    height:100%;
}
.weelky_banner > a > img{
    border-radius:50px 50px 0 50px;
}
.weekly_brand{
    float:left;
    margin-left:20px;
}

.weekly_brand ul{
    margin-bottom:20px;
    height:178px;
}
.weekly_brand ul:last-child{
    margin-bottom:0;
}
.weekly_brand ul li{
    float:left;
    border:1px solid #E4E4E4;
    width:258px;
    height:178px;
    margin-right:20px;
    border-radius:50px 0 50px 0;
}
.weekly_brand ul li:last-child{
    margin-right:0;
}
.weekly_brand ul li>a{
    display:block;
    height:100%;
    position:relative;
}
.weekly_brand ul li>a >img{
    width:230px;
    height:130px;
    padding:20px 0 0 10px;
}

.weekly_brand ul li:hover{
    transition: 0.2s ease;
    transform:translate(-9px, -9px);
    box-shadow: 2px 2px 10px 0 rgb(183 183 183 / 50%);

}

.brand-more-txt{
    font-size:14px;
    color:#171717;
    position:absolute;
    bottom:15px;
    left:22px;
    line-height:25px;
    /* font-family: 'Spoqa Han Sans Neo', sans-serif; */

}
.brand-more-txt>span{
    font-size:18px;
    font-weight:bold;
}
.brand-more-btn{
    position:absolute;
    right:20px;
    bottom:20px;
    border-radius:50%;
    padding:10px;
    width:20px;
    height:20px;
    text-align: center;
    line-height:20px;
    color:#fff;
    font-weight:bold;
    border-radius:0 50px 50px 50px;
    background-color: #D9AFD9;
background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);

}

/* best_items */

.tabs_btn{
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}
.tabs_btn li{
    height:58px;
    margin-left:0;
    margin-right:0;
    padding-bottom:0;
}
.tabs_btn li a{
    height:58px;
    font-size:15px;
    color:rgb(56, 56, 56);
    display:block;
    line-height:58px;
    background:#f1f1f1;
    border-radius:30px 30px 0 0;

}

.tabs_btn .slick-current li a{
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
    color:#fff;
    text-shadow: 2px 2px 0 #113074, -1px -1px 0 #113074, 1px -1px 0 #113074, -1px 1px 0 #113074, 1px 1px 0 #113074;
    border-radius:30px 30px 0 0;
}
.tabs_btn .slick-current li{
    z-index:1;
}

.tabs_btn .tabs_last > a{
    border-right:none;
}
.tabs_btn li > span{
    display:block;
}





/*! -------------------------------------------------- */
/*!	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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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                                            */

.etc_info_wrapper{
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}
.etc_info_wrapper{
    width:100%;
    background:#F7F7F7;
    height:504px;
    padding-top:80px;
    margin-top:90px;
}
.info_bg{
    width:1100px;
    margin:0 auto;
    height:410px;
    border-top:4px solid #4E944F;
    background:#fff;
}
.article_notice,
.article_event{
    float:left;
    margin-top:80px;
    padding-left:60px;
}
.article_info{
    float:right;
    margin-top:80px;
    background:#F7F7F7;
    margin-right:60px;
    border-radius:20px;
    width:300px;
    height:250px;
}
.title_txt{
    border-bottom:1px solid #ddd;
    height:35px;
    width:280px;
}
.title_txt > p{
    font-size:18px;
    color:#171717;
    float:left;
    font-weight:bold;
}
.title_txt > a{
    float:right;
    font-size:11px;
    color:#888888;
    background: url(../img/icon/small_arrow_right.png) no-repeat right center;
    padding-right:10px;
    margin-top:5px;
}
.article_notice ul,
.article_event ul{
    margin-top:10px;
    width:280px;

}
.article_notice ul li,
.article_event ul li{
    padding:10px 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.article_notice ul li a,
.article_event ul li a{
    font-size:13px;
    color:#171717;
}

.article_notice ul li a:hover,
.article_event ul li a:hover{
    text-decoration: underline;
}
.info_wrap_z{
    padding-top:25px;
}
.info_wrap{
    padding-top:20px;
    padding-left:30px;

}
.info_wrap > h2{
    font-size:16px;
    color:#171717;
    padding-bottom:10px;
}
.info_wrap .info_txt{
    font-size:12px;
    color:#171717;
    padding:5px 0;
}
.info_wrap .info_txt span{
    color:#888;
    font-weight:bold;

}

.article_shopping{
    float:left;
    margin:50px 0 0 60px;
}
.article_shopping .title_txt {
    border:none;
}
.article_shopping ul li{
    float:left;
    padding-right:20px;
}
.article_shopping ul li a{
    display:block;
    color: #171717;
    font-size:13px;
}
.article_shopping ul li a:hover{
    text-decoration: underline;
}
/*! -------------------------------------------------- */
/*! Back to Top */
a.back_to_top {
    position: fixed;
    right: 30px;
    bottom: 100px;
    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;

}

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

#footer .footer_nav {
    display: inline-block;
    vertical-align: top;
    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:'Spoqa Han Sans Neo', '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;
}

.footlogo{
    margin-top:20px;
    margin-bottom:20px;
    display:inline-block;
}

#footer .contact_info {
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    width: 750px;
    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;
    padding-top: 10px;
    color: #191919;
    line-height: 1.4;
    font-size: 12px;
}

#footer .contact_etc {
    width: 330px;
    position: relative;
    display: block;
    float: left;
    margin: 60px 0 0 0;
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;

}

#footer .contact_etc .footerdown_info {
    background:#f7f7f7;
    padding:30px 0 30px 30px;
    border-radius:20px;
}
#footer .contact_etc .footerdown_info h3{
    margin-bottom:15px;
}
#footer .contact_etc .footerdown_info h3 > a{
    color:#000;
    font-size:13px;
    background: url(../img/icon/small_right_down.png) no-repeat right center;
    padding-right:10px;
}

#footer .contact_etc .footerdown_info ul li{
    width:100%;
    color:#888;
    font-weight:500;
    font-size:13px;
    padding:5px 0;

}
#footer .contact_etc .footerdown_info ul li > b{
    color:#171717;
    font-weight:normal;
    margin-left:5px;
}
#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:'Spoqa Han Sans Neo', '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:'Spoqa Han Sans Neo', '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;
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    
}
.tabList-b2b li:hover a,
.tabList-b2b li a.tab-active{
    border:1px solid #1970f3;
    background:#1970f3;
    color:#fff;
    font-weight:500;
}

.slikroad-b2b-text{
    margin-top:30px;
}
.b2b-textline{
    font-size:30px;
    font-weight:bold;
    text-align:center;
    color:#222;
    margin-bottom:20px;
}
.silkroad-b2b-text .b2b-textline::before{
    display:block;
    content: '';
    width:1px;
    height:80px;
    background:#333;
    margin:30px auto 30px;
}
.b2b-textmore{
    font-size:18px;
    text-align:center;
    color:#333;
    padding-top:15px;
    font-family:'Spoqa Han Sans Neo', 'Nanum Gothic', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}
.b2b-textmore b{
    font-weight:500;
}

.silkroad-b2b-wrap{
    margin:50px 0;
}


.silkroad-b2b-img img{
    display:block;
}
.silkroad-b2b-text-btn,
.silkroad-b2b-text-btn02{
    width:1100px;
    background:#e7ecf2;
}
.silkroad-b2b-text-btn a,
.silkroad-b2b-text-btn02 a{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.silkroad-b2b-text-btn02{
    padding-bottom:130px;
}

.silkroad-b2b-text-btn a img,
.silkroad-b2b-text-btn02 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_startup_list_wrap{
    margin-top:40px;
}
.b2b_startup_list{
    width:900px;
    margin: 0 auto;
    height:350px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:20px;
}
.b2b_startup_list > .youtubewrap{
    margin-top:40px;
    margin-bottom:20px;
    height:300px;

}
.b2b_startup_list > .youtubewrap li {
    float:left;
    width:49%;
    padding-right:10px;
}
.b2b_startup_list > .youtubewrap li:last-child{
    padding-right:0;
}
.b2b_startup_list > .youtubewrap li iframe{
    width:450px;
}

.b2b_startup_list li{
    width:49%;
    float:left;
    padding-right:10px;


}
.b2b_startup_list li:last-child{
    padding-right:0;
}
.b2b_startup_list li img{
    width:100%;
}


.b2b_cash_txt{
    width:900px;
    margin:0 auto;
    padding-bottom:40px;
}
.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{

}

/* 대관서비스 */
.rentalwrap{
    display:flex; justify-content:center; position:relative;
}
.rental_cursor{
    cursor: pointer; width:480px; height:125px; position:absolute;bottom:540px; left:50%; margin-left:-240px;
}

/* 책서비스 */
.book_cursor{
    cursor: pointer; width:480px; height:125px; position:absolute;top:2480px; left:40%; margin-left:-320px;
}

/*service small banner */
.main_product_service,
.service_small_banner{
    width:1100px;
    margin:0 auto;
    background:#e7ecf2;
    margin-bottom:80px;
}
.service_small_banner{
    
}
.service_small_banner > a > img{
    display:block;
}

/* 출간기념 무료상담 */
.book_event_map{
    margin:30px auto;
    width:506px;
}

/* 건강한 가족 브랜드 파트너 모집 - service */
.content{}
.service_banner{width:100%;margin-bottom:30px;}
.service_banner > img{width:100%;}
.partner_wrap{}
.service_tit{display:block; text-align:center;font-family:'Spoqa Han Sans Neo', sans-serif;}
.s_logo{text-align:center;}
.service_tit > h2{font-size:35px; font-weight:600; text-align:center;padding:20px 0; color:#333;}
.service_tit > .s_m_txt{color:#555; font-size:15px;}
.service_cont_wrap{padding-top:30px;overflow: hidden;}
.service_bar_top{border-top:1px solid #ddd; margin:20px 0}
.service_txt_piont{padding:40px 20px;font-family:'Spoqa Han Sans Neo', sans-serif;}
.service_txt_piont .s_t_blue{font-size:25px; color:#2192FF; font-weight:bold;text-align:left;}
.service_txt_piont .s_t_black{font-size:18px; color:#333;text-align:left; margin:20px 0 30px 0; line-height:30px;font-weight:300;}
.service_img_wrap{border:none; margin:30px 0 40px}
.s_img_tit{font-size:25px; color:#333;padding:50px;text-align:center;}
.s_img_all_wrap > div:last-child{margin-bottom:0;}
.s_img_wrap,.s_img_wrap_back{width:100%; border:1px solid #ddd; border-radius:15px;margin-bottom:20px;}
.s_img_wrap_back{background:#f8f8f8;border:1px solid #f8f8f8;}
.s_img_wrap .s_img_num,	.s_img_wrap_back .s_img_num{display:inline-block; color:#fff; background:#2192FF; font-size:13px;padding:10px;float:left;border-radius:50%;}
.s_img_wrap_back .s_img_num{background:#f8f8f8;}
.s_img_numwrap{overflow: hidden;margin:30px;}
.s_img_numwrap .s_img_small_txt{font-size:20px; color:#333;float:left;margin-left:10px; line-height:30px;}
.service_bar_dash{border-top:1px dashed #ddd; float:left; width:100%; margin:20px 0;}
.s_img_small_bottom{width:100%; font-size:15px; color:#555;float:left;line-height:25px;}
.service_bar_center{border-top:1px dashed #ddd; margin:20px 0;}
.service_t_btn{text-align:center; margin:50px 0;}
.service_t_btn a{display:inline-block; background:#2192FF;color:#fff;font-size:20px;padding:20px 40px; border-radius:50px; font-weight:300;}
.service_t_btn a:hover{background:#147ada; transition: 0.2s;}
.p_img > img{width:100%;}
.p_wrap_all{overflow:hidden;margin:30px 0 40px 0;}
.prodect_z{float:left; border:1px solid #ddd; border-radius:20px; padding:20px;width:210px; margin-right:15px;height:420px;}
.p_wrap_all > div:last-child{margin-right:0;}

/* 2023 실크로드원 리뉴얼 */
.r_main_cont_wrap_100{
    width:100%;
    background:#eeeeee;
}
.r_main_cont_wrap,
.r_main_cont_wrap_gray{
    width:1100px;
    margin:150px auto;
    overflow:hidden;
}
.r_main_cont_wrap_gray{
    background:#eeeeee;
    padding:150px 0;
}
.r_main_cont_wrap > h2,
.r_main_cont_wrap_gray > h2{
    text-align:center;
    font-size:40px;
    font-weight:500;
    line-height:55px;
}
.r_main_cont_wrap_gray > h2{
    line-height:55px;
}
.r_main_cont_wrap h2 > b,
.r_main_cont_wrap_gray > b{
    font-weight:700;
}
.r_main_cont_listimgservice  > h3,
.r_main_cont_listimgservice_cont  > h3{
    font-size:25px;
    font-weight:500;
    text-align:center;
    padding-bottom:30px;
}
.r_main_cont_list{
    position:relative;
    margin-top:60px;
    overflow:hidden;
}

.r_main_cont_listmore,
.r_main_cont_listmore_w{
    width:calc(50% - 10px);
    float:left;
    margin-right:20px;
}
.r_main_cont_listmore:last-child,
.r_main_cont_listmore_w:last-child{
    margin-right:0;
}
.r_main_cont_list .listmore_p{
    width:100%;
    background:#fff;
    display:flex;
    align-items:center;
    height:130px;
    border-radius:20px;
    position:relative;
}
.r_main_cont_listmore li,
.r_main_cont_listmore_w li{
    display:flex;
    align-items:center;
    height:130px;
    background:rgba(0,121,255,0.05);
    border-radius: 20px;
    position:relative;
    margin:20px 0;
}
.r_main_cont_listmore_w li{
    background:#fff;
}
.r_main_cont_listmore li::before,
.r_main_cont_listmore_w li::before,
.r_main_cont_list li.listmore_p::before{
    content:'';
    position:absolute;
    width:40px;
    height:40px;
    background:url(../images/main/check_icon.png) no-repeat center center;
    background-color:#0079FF;
    border-radius:50%;
    top:50%;
    margin-top:-20px;
    margin-left:20px;
}
.r_main_cont_listmore li a,
.r_main_cont_listmore_w li a,
.r_main_cont_list .listmore_p > a{
    display:flex;
    align-items:center;
    margin-left:75px;
    color:#333;
    font-size:20px;
    width:100%;
    height:100%;
    line-height:25px;
    font-weight:500;
    cursor:default;
}
.r_main_cont_listimg,
.r_main_cont_listimgservice,
.r_main_cont_listimgservice_cont,
.r_main_cont_listimg_100{
    margin-top:60px;
    overflow:hidden;
}
.r_main_cont_listimg li{
    width:calc(50% - 11px);
    float:left;
    margin-right:20px;
}
.r_main_cont_listimg_100 li{
    width:99.9%;
}
.r_main_cont_listimg li:last-child{
    margin-right:0;
}
.r_main_cont_listimg li .listimg_txt a {

}
.r_main_cont_listimg li > img,
.r_main_cont_listimg_100 li > img{
    border:1px solid #ddd;
    width:100%;
}
.r_main_cont_listimg li .listimg_txt,
.r_main_cont_listimg_100 li .listimg_txt{
    padding-top:60px;
}
.r_main_cont_listimg li .listimg_txt p,
.r_main_cont_listimg_100 li .listimg_txt p{
    color:#333;
    font-size:26px;
    font-weight:500;
    padding-bottom:30px;
}

.r_main_cont_listimg li .listimg_txt a span,
.r_main_cont_listimg_100 li .listimg_txt a span{
    background:#0079FF;
    color:#fff;
    display:inline-block;
    padding:20px 40px 20px 20px;
    font-size:16px;
    border-radius:50px;
    position:relative;
}
.r_main_cont_listimg li .listimg_txt a span::after,
.r_main_cont_listimg_100 li .listimg_txt a span::after{
    content:'';
    background:url(../images/main/right_icon.png) no-repeat center center;
    width:13px;
    height:13px;
    position:absolute;
    right:20px;
}
.r_main_cont_listyoutube{
    width:100%;
    margin:60px 0;
    overflow:hidden;
}

.r_main_cont_list_white{
    background:#fff;
    margin-top:60px;
    
}
.r_b_contwrap{
    padding:40px 80px;
    overflow:hidden;
}
.r_b_cont{
    position:relative;
    overflow:hidden;
    border-bottom:1px dashed #ddd;
    padding:40px 0;
}
.r_b_cont:last-child{
    border-bottom:none;
}
.r_b_txt{
    font-size:20px;
    color:#333;
    font-weight:500;
}
.r_b_txt > span{
    font-size:17px;
    font-weight:500;
    color:#fff;
    background:#0079FF;
    border-radius:50px;
    width:40px;
    height:40px;
    text-align:center;
    line-height:42px;
    margin-right:15px;
}
.r_b_txtmore{
    padding:0 55px;

}
.r_b_txtmore > p{
    font-size:18px;
    padding:25px 0;
    font-weight:400;
    color:#555;
    line-height:25px;;
}
.r_b_txtmore > a{
    background:#0079FF;
    color:#fff;
    display:inline-block;
    padding:20px 40px 20px 20px;
    font-size:16px;
    border-radius:50px;
    position:relative;

}

.r_b_txtmore > a::after{
    content:'';
    background:url(../images/main/right_icon.png) no-repeat center center;
    width:13px;
    height:13px;
    position:absolute;
    right:20px;
}
.r_b_img{
    margin-top:25px;
}
.r_b_img li{
    width:calc(50% - 10px);
    background:#ddd;
    height:220px;
    float:left;
    margin-right:20px;

}
.r_b_img li:last-child{
    margin-right:0;
}
.r_main_cont_listimgservice li{
    float:left;
    width:calc(33% - 10px);
    margin-right:20px;
}
.r_main_cont_listimgservice_cont li{
    float:left;
    width:calc(25% - 15px);
    margin-right:20px;

}

.r_main_cont_listimgservice li:last-child,
.r_main_cont_listimgservice_cont li:last-child{
    margin-right:0;
}
.r_main_cont_listimgservice li a,
.r_main_cont_listimgservice_cont li a{
    display:block;
    position:relative;
    overflow:hidden;
}
.r_main_cont_listimgservice li a > img,
.r_main_cont_listimgservice_cont li a > img{
    transform:scale(1);
    transition:transform 0.5s ease;
}
.r_main_cont_listimgservice li a .listimg_txt,
.r_main_cont_listimgservice_cont li a .listimg_txt{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
.r_main_cont_listimgservice li a > p,
.r_main_cont_listimgservice_cont li a > p{
    font-size:35px;
    font-weight:500;
    line-height:45px;
    text-align:center;
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.r_main_cont_listimgservice_cont li a > p{
    font-size:26px;
}
.r_main_cont_listimgservice li:hover a img,
.r_main_cont_listimgservice_cont li:hover a img{
    transform:scale(1.2);
}

/* 20240117 리뉴얼 eachpage 김미경 */

.eachpagewarp{
    margin-top:150px;
}
.each-cont-80{
    margin-top:80px;
}
.each-cont{
    margin-top:150px;
}
.each_b_title,
.each_s_title{
    position:relative;
    display:flex;
    justify-content:center;
}

.each_b_title,
.each_b_title-bottom,
.each_b_title_left{
    font-size:50px;
    color:#333;
    font-weight:600;
    text-align:center;
}
.each_b_title-bottom{
    line-height:60px;
    padding:30px 0 150px;
}
.each_b_title-bottom > a{
    display:block;
    color:#333;
    font-size:50px;
    text-decoration:underline;
    text-underline-position: under;
    margin-bottom:20px;
}
.each_b_title_left{
    text-align:left;

}
.each_b_title_youtube{}

.each_b_title_youtube > a{
    display:block;
}
.each_s_title{
    font-size:20px;
    text-align:center;
    line-height:30px;
    font-weight:400;
    padding-top:30px;
}
.each_s_tit{
    position:absolute;
    top:0;
    text-align:center;
}
.each_s_tit > h2{
    font-size:45px;
    color:#333;
    padding: 30px 0 15px;
}
.each_s_tit > h3{
    font-size:20px;
    color:#999;
    font-weight:500;
}
.each-top{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
    border-radius: 30px;
    padding:80px;
}
.each-top .m-tit{
    font-size:45px;
    color:#fff;
    font-weight:600;
    line-height:70px;
}
.each-top .s-tit{
    font-size:25px;
    color:#fff;
    margin-top:20px;
    line-height:35px;
    font-weight:300;
}

.each_blue{
    color:#0079ff;
}
.each-contmore{
    overflow:hidden;
    margin-top:80px;
}
.itd-left{
    float:left;
    width:40%;
    padding-right:50px;
}
.itd-left > img{
    display:block;
    width:100%;
    border:1px solid #eee;
    padding:20px 0;
}
.itd-right{
    float:left;
    width:55.4%
}

.itd-right > p{
    color:#333;
    font-size:35px;
    font-weight:700;
    padding:30px 0;
}
.itd-right > .itd-r-m{
    overflow:hidden;
    background:#f9f9f9;
    width:100%;
    border-radius:20px;
}
.itd-right > .itd-r-m > ul{
    padding:30px;
    float:left;
}
.itd-right > .itd-r-m > ul > li{
    font-style:normal;
    font-size:16px;
    color:#333;
    padding:5px 0;
}
.itd-right > .itd-r-m > ul > li:last-child{
    padding-bottom:0;
}
.itd-r-m ul .itd-500{
    font-weight:500;
    
}


.itd-contact{
    float:left;
    padding-top:30px;
    width:100%;
}
.itd-contact ul{
    float:left;
    padding-left:30px;
}
.itd-contact li{
    font-size:14px;
    color:#333;
    padding:5px 0;
}
.itd-contact li:last-child{
    padding-bottom:0;
}
.itd-contact li a{
    font-size:14px;
    color:#333;
}
.itd-contact li a:hover{
    text-decoration:underline;
}

.each-activity{}

.each-activity ul{
    overflow:hidden;
    margin-bottom:35px;
}
.each-activity ul li{
    float:left;
    width:calc(33% - 17px);
    margin-right:30px;
}
.each-activity ul:last-child{
    margin-bottom:0;
}
.each-activity ul li:last-child{
    margin-right:0;
}
.each-activity ul li a{
    border:1px solid #eee;
    border-radius:30px;
    display:block;
    padding:50px;
}
.each-activity ul li a:hover{
    border:1px solid #0079ff;
}
.each-activity ul li a > img{
    display:block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
}
.each-activity ul li a > span{
    font-style:normal;
    font-size:22px;
    font-weight:700;
    color:#0079ff;
    padding:30px 0 15px;
}
.each-activity ul li a > p{
    font-size:16px;
    color:#333;
    font-weight:500;
}
.howwrap{
    width:100%;
}
.howitd-wrap,
.howitd-wrap-35{
    overflow:hidden;
    flex-wrap: wrap;
    justify-content: center;
}
.itd-how,
.itd-how-100,
.itd-how-100-all{
    float:left;
    position:relative;
    margin-right:30px;
    border:1px solid #eee;
    border-radius:30px;
    width:calc(40% - 7px);
    padding:50px;
}
.itd-how-100{
    background:#f8f9fb;
    border:none;
}
.itd-how-100-all{
    width:91%;
    background:#f8f9fb;
    border:none;
    margin:0;
}
.itd-how:last-child,
.itd-how-100:last-child{
    margin-right:0;
}
.howitd-wrap-35{
    margin-top:35px;
}
.itd-how .how-bak,
.itd-how-all .how-bak,
.itd-how-100-all .how-bak-b{
    font-size:40px;
    color:#0079ff;
    font-weight:600;
}
.itd-how-100-all .how-bak-b{
    color:#333;
}
.itd-how .howtit,
.itd-how-100 .howtit,
.itd-how-100-all .howtit{
    font-size:40px;
    color:#333;
    font-weight:700;
    padding-top:20px;
}
.itd-how .howmore{

}
.howmore .howmore-title{
    font-size:25px;
    color:#0079ff;
    font-weight:600;
    line-height:35px;
    padding-top:20px;
}
.howmore > p{
    font-size:18px;
    color:#333;
    font-weight:400;
    padding-top:10px;
    line-height:25px;
}

.amount_title_a{
    position:relative;
}
.amount_title_a > p{
    color:#333;
    font-weight:400;
}
.amount_title_a > img{
    position:absolute;
    top:-40px;
    left:-50px;
    width:90px;
    height:74px;
    z-index:-1;
}
.amount_a{
    font-size:30px;
    padding-top:5px;
    line-height:45px;
}
.amount_b,
.amount_c{
    font-size:34px;
    padding:30px 0 0;
    line-height:45px;
}
.amount_b > b{
    font-weight:600;
    /* text-underline-position:under;
    text-decoration:underline; */
}
.amount_b > .b_blue{
    color:#0079ff;
}
.amount_c{
    
}

/* 신규 서브메뉴 상단 디자인 김미경 241106 */
.sub_position{height:270px; background:linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);}
.sub_position .sub_new_bg{width:1100px; margin:0 auto; position:relative; height:270px;}
.sub_new_bg .sub_new_title{float:left; padding:70px 0 0 0; width:80%;}
.sub_new_title p{font-size:40px; font-weight:500;}
.sub_new_title span{font-size:20px; margin-top:30px; font-weight:400; color:#555; line-height:30px;}
.sub_new_bg .sub_new_map{float:right; margin-top:20px;}
.sub_new_map ul{}
.sub_new_map ul li{float:left;}
.sub_new_map ul li:nth-child(2){background: url(../img/icon/sub_n_right.png) no-repeat left center; padding-left:15px;}
.sub_new_map ul li a{font-size:16px; color:#666;}
.sub_new_map ul li a img{}
.sub_new_bg .sub_new_img{position:absolute; bottom:0; right:0;}
.sub_new_bg .sub_new_img > img{}

.sub_new_meun{width:1100px; margin:20px auto;}
.sub_new_meun ul{background:#13BD7E; display:flex; justify-content: center; gap:50px; border-radius:50px; padding:15px 0;}
.sub_new_meun ul li{padding:15px 30px;}
.sub_new_meun ul li a{font-size:18px; color:#fff;}
.sub_new_meun ul li:hover{background:#179969; padding:15px 30px; color:#fff;border-radius:50px;}




/* n_service_guide */
.guide_imgwrap{}
.guide_imgwrap a{float:left;}
.guide_imgwrap a img{}

.guide_morewrap{margin:50px 0 100px; overflow:hidden;}
.guide_more_service{float:left;}
.guide_more_service > a{display:block;margin-left:40px;}
.guide_more_service:first-child a{margin-left:0;}
.guide_more_service a img{}

.n_businesswrap{margin-bottom:100px;}
.business_type{}
.business_type ul{display:flex; justify-content: center; gap:40px;}
.business_type ul li{}
.business_type ul li a{background:#eee; display:block;}
.b_typetxt{padding:30px; font-weight:500;}
.b_typetxt h1{font-size:22px; color:#333;}
.b_typetxt p{font-size:18px; font-weight:400; padding:20px 0 10px; color:#333;}
.b_typetxt span{font-size:15px; font-weight:400; color:#555; line-height:20px;}

/*brand*/
.main_qnibrand_warp{overflow:hidden; margin-bottom:100px;}
.main_qnibrand_warp .qnibrand:last-child{margin-right:0;} 
.qnibrand{float:left; width:260px; margin-right:20px; }
.qni_b{position:relative;}
.qnibrand .qni_b a{display:block; height:300px; border-radius:10px;position:relative; border:5px solid #13BD7E;}
.qni_b a img{width:100%; border-radius:5px; box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 3px 0px; height:100%;}
.qni_b .qni_b_block{position:absolute; top:230px; left:40px; color:#fff; font-size:20px; display:none;}
.qni_b .qni_b_block::after{position:absolute; top:2px; left:135px; content:""; width:15px; height:15px;background:url("../img/icon/main_pointer.png")no-repeat;}
.qni_b .qni_b_txt{padding-top:20px; font-weight:400;}
.qni_b .qni_b_txt span{display:block; font-size:13px; color:#888; padding-bottom:10px;}
.qni_b .qni_b_txt .b_txt{font-size:22px; color:#000;padding-bottom:10px; font-weight:500;;}
.qni_b .qni_b_txt .s_txt{font-size:14px; color:#333; line-height:20px;}
.qni_b:hover a::after{content:"";position:absolute;top:0;left:0;width:250px; height:300px; background:rgba(0,0,0,0.7); border-radius:5px;}
.qni_b:hover > .qni_b_block{display:block;}



/* 2401016 리뉴얼 김미경 service 핵심전략 */

.n_service_pickwrap{width:1100px; margin:0 auto; overflow:hidden;}
.n_service_wrap{display:flex; justify-content: center; gap:50px;}
.n_service_type{height:300px;border:1px solid #eee;height:200px; position:relative; width:100%;}
.n_service_txt{background:#13bd7e; position:absolute; bottom:0; padding:30px;}
.n_service_txt > span{font-size:13px; color:#fff;}
.n_service_txt > p{font-size:18px; margin-top:10px; font-weight:500;color:#fff;}

.n_service_imgz{display:flex; justify-content: center; gap:20px; margin:50px 0;}
.n_service_img{}
.n_service_img img{width:100%;}



/* 240926 리뉴얼 김미경 main brand */

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

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

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

.brand_product_list .goods_list_cont .item_cont {
    text-align: left;
    background-color: #fff;
}

.brand_product_list .goods_list_cont .item_tit_box .item_name {
    margin: 10px 0;
    padding: 0;
    border-bottom: 0 none;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height:28px;
}

.brand_product_list .goods_list_cont .item_money_box {
    display: inline-block;
    padding-top:20px;
}

.brand_product_list .goods_list_cont .item_money_box .buyprice {
    font-size: 12px;
    color:#777;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: #333;
    margin-right:5px;
}

.brand_product_list .goods_list_cont .item_money_box .item_price {
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin-right:5px;
}

.brand_product_list .goods_list_cont .item_money_box .dc_percent {
    font-size: 18px;
    font-weight: 700;
    color: #EB1D36;
}


.brand_product .slick-prev {
    left: -40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.brand_product .slick-next {
    right: -40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* 연말 리뉴얼 head 2024 */
.sr_gnb_top_menu{display:flex; height:70px; align-items:center;place-content:space-between;}
.sr_gnb_left{display:flex; align-items:center;caret-color:transparent;}
.srgnb_menu_list{display:flex; gap:30px; margin:0 30px;}
.srgnb_menu_list li{}
.srgnb_menu_list li a{font-size:16px; font-weight:700; color:#121212;}

.sr_gnb_top_menu .top_search_wrap{width:350px;}
.top_search .top_search_input{display:flex; position:relative;}
.top_search .top_search_input .top_search_txt{width:250px; height:40px; border:1px solid #f3f3f3; background:#f3f3f3; padding:0 20px; border-radius: 5px;}
.top_search .top_search_input .top_search_btn{margin-left:-35px; font-size:15px;}
.top_search .top_search_input .sr_search_txt{position:absolute; top:15px; left:20px; color:#666;}

.sr_gnb_right_menu{display:flex; gap:30px;caret-color:transparent;}
.sr_gnb_right_menu li{}
.sr_gnb_right_menu li a{font-size:14px; color:#121212; font-weight:500;}

.sr_gnb_bottom_menu{display:flex;margin-bottom:15px; align-items:center;caret-color:transparent;}

.inline_menu_right{width:30%; float:right;}
.inline_menu_right ul{display:flex; gap:30px;}
.inline_menu_right ul li{height:38px;}
.inline_menu_right ul li a{font-size:14px; line-height:40px; color:#121212; font-weight:500;}

/* main con 2024 */

.main-program-bg{width:1100px; margin:0 auto; margin-top:50px;}
.program-title{overflow:hidden; margin-bottom:10px; padding:0 5px;}
.program-title h3{float:left; font-size:22px; font-weight:500; line-height:53px;}
.program-title .program-more{float:right;line-height: 53px; padding:0 20px;;}
.program-title .program-more a{font-size:14px; font-weight:500; color:#555;}

.program-btn,.business-btn,.main-youtube-btn{overflow:hidden; float:right;}
.main-program-prev,.main-business-prev,.main-youtube-prev{background:url(../img/btn/main_left.png) no-repeat center center;width:50px; height:53px;user-select: none; cursor: pointer;float:left;}
.main-program-next,.main-business-next,.main-youtube-next{background:url(../img/btn/main_right.png) no-repeat center center;width:50px; height:53px;user-select: none;cursor: pointer;float:left;}

.program-list,.business-list,.main-youtube-list{display:flex; gap:10px;}
.program-list li,.business-list li,.main-youtube-list li{}
.program-list li a,.business-list li a,.main-youtube-list li a{display:block; padding:0 5px;}
.program-list li a img,.business-list li a img,.main-youtube-list li a img{border-radius:10px;}

.program-list li a .program-txt,.business-list li a .program-txt,.main-youtube-list li a .program-txt{margin-top:10px;}
.program-list li a .program-txt p,.business-list li a .program-txt p,.main-youtube-list li a .program-txt p{font-size:15px; line-height:20px;}
.program-list li a .program-txt span,.business-list li a .program-txt span,.main-youtube-list li a .program-txt span{font-size:11px; color:#666; margin-top:5px;}

/* 임사부500 */
.main-new-content{width:100%; clear:both; position:relative;}
.program-img{}
.program-img img{width:100%;}
.program-business{width:1100px; margin:100px auto;}
.program-business .p-b-title{font-size:60px; color:#121212;text-align:center; font-weight:600;}
.program-business>ul{display:flex; gap:50px; margin-top:80px;}
.program-business>ul>li{ width:30%; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 1px; border-radius:30px;}
.program-business>ul>li>a{display:block; position:relative;caret-color:transparent;padding:30px 10px 10px;}
.program-business>ul>li>a img{width:100%;}
.program-business>ul>li>a .p-b-imghover{display:none;position:absolute; top:30px; width:310px; height:376px;; background:rgba(0,0,0,0.5); text-align:center; font-size:50px; font-weight:500; color:#fff; line-height:360px;transition: 0.2s;}
.program-business>ul>li:hover .p-b-imghover{display:block;}
.program-business>ul>li a:hover a{background:rgba(0, 0, 0, 0.15);}
.p-more-txt{padding:20px 20px 30px;}
.p-more-txt li{font-size:16px; font-weight:500; padding:5px 0; color:#555;}

.program-btns{display:flex;margin-top:80px; place-content:space-between;}
.program-btns li{border:1px solid #eee; border-radius:20px;}
.program-btns li a{padding:50px 70px; display:block; font-size:25px; color:#121212; font-weight:500;}
.program-btns li:hover a{}
.program-btns li:hover{background:#eeeaff;transition: 0.3s;border:1px slid #eeeaff;}
.program-btns li:hover a{color:#6439FF;}

/* 회원협업코너 - sec01 */
.program-business-sec01{width:100%; background:#f2f9ff;}
.program-setion{width:1100px; margin:0 auto; padding:100px 0;}
.p-s-title{color:#121212; text-align:center; font-weight:600; font-size:40px;}
.p-s-big-title-01{font-family: 'Tenada'; font-size:50px; text-align:center; margin-top:30px; color:#2C61B8;}
.p-s-more-txtwrap{width:800px; margin:0 auto; margin-top:20px; background:#fff; padding:50px; border-radius:20px;}
.p-s-more-txt{font-size:22px; line-height:33px; font-weight:500; color:#333;}
.p-s-piont-b{color:#000;}
.p-s-imgwrap{margin-top:50px; display:flex; justify-content: center; gap:30px;}
.p-s-img{position:relative;}
.p-s-img img{}
.p-s-imgtxt{position:absolute; top:20px; right:20px;}
.p-s-imgtxt p{padding:20px; font-size:14px; font-weight:600; border-radius:50px; color:#fff;}
.p-s-imgtxt-01{background:#07C5C4;}
.p-s-imgtxt-02{background:#6439FF;}
.p-s-imgtxt-03{background:#2E3B47;}

/* 회원협업코너 - sec02 */
.program-business-sec02{width:100%; background:#181f36;}
.p-s-title-w{color:#fff; text-align:center; font-weight:600; font-size:40px;}
.p-s-big-title-02{font-family: 'Tenada'; font-size:50px; text-align:center; margin-top:30px; color:#c0b7e0;}
.program-talkwarp{width:800px; margin:0 auto; padding:80px 0}
.talk-right{display:flex; place-content:space-between; margin-bottom:50px;}
.talk-right img{width:80px; height:85px; margin-top:15px;}
.talk-left{display:flex; place-content:space-between; margin-bottom:50px;}
.talk-left img{width:80px; height:85px; margin-top:15px;}
.talk-txtwrap{background:#ffde00; border-radius:60px; width:85%;}
.talk-txtwrap p{font-size:25px; padding:30px 40px; line-height:33px;}
.p-s-titlewrap{color:#fff; text-align:center;}
.p-s-title-more-01{font-size:30px;}
.p-s-title-more-02{font-size:40px; font-weight:600; padding:10px 0 40px;}
.p-s-title-more-03{font-size:30px; font-weight:400;line-height:45px;}
.talk-numwrap{width:900px; margin: 50px auto;}
.tal-num{font-size:25px; padding:40px 30px; margin-bottom:20px; background:#fff; border-radius:10px;}
.talk-piont-big{}
.talk-piont-big p{text-align:center; font-size:35px; color:#ffde00; font-weight:600; line-height:45px;}
.talk-cs{width:837px; margin:0 auto; margin-top:50px;}
.talk-cs a{display:block; position:relative;}
.talk-cs a img{width:100%;}
.talk-cs a p{font-size:50px; color:#121212; font-weight:600; position:absolute; top:50%; margin-top:-25px; left:50%; margin-left:-146px;}
.talk-cs a img:hover,.talk-cs a:hover{transition:transform 0.2s; transform:translateY(-4px);}

/* 회원협업코너 - sec03 */
.program-business-sec03{width:100%; background:#f6fff7;}
.p-s-big-title-03{font-family: 'Tenada'; font-size:50px; text-align:center; margin-top:30px; color:#2b8a23;}
.program-c-sec{margin-bottom:150px;}
.p-c-secw{box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 4px 1px; border-radius:20px; background:#fff; width:900px; margin:0 auto; display:flex; margin-top:50px;}
.p-c-left-titw{padding:40px 0 40px 40px;}
.p-c-b-tit{font-size:28px; font-weight:600; color:#97bd00;}
.p-c-s-tit{font-size:18px; margin-top:20px; line-height:26px; color:#444;}
.p-c-right-imgw{padding:40px;}
.p-c-right-imgw img{}
.p-c-imgw{display:flex; justify-content:center; margin:80px 0; gap:100px;}
.p-c-img{position:relative;}
.p-c-img img{display:block; width:100%;}
.p-c-img-up{position:absolute; bottom:5px; margin:30px;}
.p-c-img-up p{font-size:18px; font-weight:500; color:#444;line-height:22px;}
.p-s-title-more-04{font-size:28px; font-weight:400;line-height:45px; color:#121212;}
.p-s-c-btn{width:600px; margin:0 auto; margin-top:50px;}
.p-s-c-btn a{display:block; font-size:45px; font-weight:600; padding:30px; text-align:center; border-radius:50px;background:#97bd00; color:#fff;}
.p-s-c-btn a:hover{transition:transform 0.2s; transform:translateY(-4px);}

/* 회원협업코너 - sec04 */
.program-business-sec04{width:100%; background:#f1faff;}
.p-s-big-title-04{font-family: 'Tenada'; font-size:50px; text-align:center; margin-top:30px; color:#4149be;}
.p-c-b-tit-b{font-size:28px; font-weight:600; color:#165ed5;}
.p-c-imgw-sec4{background:url(../img/service/sec04_bg_01.png) no-repeat; padding-bottom:80px;}
.p-c-img-sec4{}
.p-c-tit-sec4{width:800px; margin:0 auto; margin-top:50px;}
.p-c-tit-secw4{margin-bottom:50px;}
.p-c-tit-numwarp{display:flex;}
.sec4-unm{font-size:22px; font-weight:600; background:#0441a7; padding:20px; color:#fff; margin-right:15px;border-radius:50px;}
.sec4-tit{font-size:30px; color:#0441a7; font-weight:600; margin-top:15px;}
.sec4-tit-s{font-size:18px; line-height:28px; color:#333;; font-weight:400; margin-left:85px;}
.p-s-c-btn-b{width:600px; margin:0 auto;}
.p-s-c-btn-b a{display:block; font-size:45px; font-weight:600; padding:30px; text-align:center; border-radius:50px;background:#4149be; color:#fff;}
.p-s-c-btn-b a:hover{transition:transform 0.2s; transform:translateY(-4px);}

/* 회원협업코너 - sec05 */
.program-business-sec05{background:url(../img/service/sec05_bg_01.png) no-repeat; }
.p-s-big-title-05{font-family: 'Tenada'; font-size:44px; text-align:center; margin-top:30px; color:#fff; margin-bottom:30px;}

/* 사업설명회 - 마약검사진단키트 */
.program-business-cyd{width:1100px; margin:0 auto;}
.p-b-youtubewrap{background:#f3f3f3;}
.p-b-youtube{width:750px; margin:0 auto; padding:100px 0;}
.p-b-title-cyd{font-size:50px; text-align:center;font-weight:600;margin-top:150px;}
.cyd-salewarp{}
.cyd-sale-title{text-align:center; font-size:40px; color:#6439FF; font-weight:600; margin-top:100px;}
.cyd-sale-title-s{}
.cyd-sale-listwarp{display:flex; gap:20px; justify-content: space-between;margin-top:50px;}
.cyd-sale-listbox{display:flex; gap:50px; flex-direction:column; padding:30px; border-radius:20px; background:#f9f9f9}
.cyd-sale-num{border-bottom:1px solid #e9e9e9;}
.cyd-sale-num p{font-size:30px; margin-bottom:20px; font-weight:500; color:#333; font-weight:600;}
.cyd-sale-more{}
.cyd-sale-more h5{font-size:27px;}
.cyd-sale-more p{font-size:20px; margin-top:20px; line-height:29px; color:#555;}
.cyd-sale-contract{padding:50px; background:#f9f9f9; width:100%; border-radius:20px; margin-bottom:100px;display:none;}
.contract-txt{font-size:40px; text-align:center; font-weight:500; color:#000;}

.cyd-sale-contract-move{padding:50px; background:#f9f9f9; width:100%; border-radius:20px; margin-bottom:100px; width: 100%; height: 100%;
background: #f9f9f9; -webkit-font-smoothing: antialiased; display: flex; justify-content: center; align-items: center;}

.cyd-sale-contract-move h1{height: 100px;}
.cyd-sale-contract-move h1 > span{position: relative;top:20px;display: inline-block; animation: bounce .3s ease infinite alternate; font-size: 40px; color: #000;
    text-shadow:0 1px 0 #CCC,
                0 2px 0 #CCC,
                0 3px 0 #CCC,
                0 4px 0 #CCC,
                0 5px 0 #CCC,
                0 6px 0 transparent,
                0 7px 0 transparent,
                0 8px 0 transparent,
                0 9px 0 transparent,
                0 10px 10px rgba(0, 0, 0, .4);}
/*.cyd-sale-contract-move h1 > span:nth-child(2) { animation-delay: .1s; }
.cyd-sale-contract-move h1 > span:nth-child(3) { animation-delay: .2s; }
.cyd-sale-contract-move h1 > span:nth-child(4) { animation-delay: .3s; }
.cyd-sale-contract-move h1 > span:nth-child(5) { animation-delay: .4s; }
.cyd-sale-contract-move h1 > span:nth-child(6) { animation-delay: .5s; }
.cyd-sale-contract-move h1 > span:nth-child(7) { animation-delay: .6s; }
.cyd-sale-contract-move h1 > span:nth-child(8) { animation-delay: .7s; }*/
@keyframes bounce {
    100% {
        top: -20px;
        text-shadow:0 1px 0 #CCC,
                    0 2px 0 #CCC,
                    0 3px 0 #CCC,
                    0 4px 0 #CCC,
                    0 5px 0 #CCC,
                    0 6px 0 #CCC,
                    0 7px 0 #CCC,
                    0 8px 0 #CCC,
                    0 9px 0 #CCC,
                    0 50px 25px rgba(0, 0, 0, .2);
    }
}
































