@charset "utf-8";
@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 여백 초기화 */
body,div,ul,li,dl,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,
th,td,tr,textarea,button,form,figure,figcaption{margin: 0; padding: 0;}

/* a 링크 초기화 */
a {color: #222; text-decoration: none;}
a:hover {text-decoration: none;}

/* 폰트 초기화 */
body, input, textarea, select, button, table {
    font-family:'Noto Sans KR', 'Nanum Gothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; color: #222; font-size: 13px; line-height: 1.5;}

/* 폰트 스타일 초기화 */
em,address,b {font-style: normal;}
b{font-weight: normal;}
i{font-style: normal;}

/* 반응형 이미지 */
img{width: 100%;}

/* clearfix */
.clearfix{*zoom:1;}
.clearfix::before,
.clearfix::after{
    display: block;
    content: '';
    line-height: 0;
}

.clearfix::after{clear: both;}
.clear{clear: both;}
.clear:after{content: ''; display: block; clear: both;}
/* 블릿기호 초기화 */
dl,ul,li,ol,menu {list-style: none;}

/* 제목 태그 초기화 */
h1,h2,h3,h4,h5,h6 {font-size: 13px; color:#222; font-weight: normal;}

/* 테두리 초기화 */
img,fieldset {border:0 none;}

/* 버튼 초기화 */
button {border:0;}

/* IR 효과 */
.ir_pm {display: block; overflow: hidden; font-size: 0; line-height: 0; text-indent: -9999px;} /* 의미있는 이미지의 대체 텍스트를 제공하는 경우 */
.ir_wa {display: block; overflow: hidden; position: relative; z-index: -1; width: 100%; height: 100%;} /* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고하 할 때 */
.ir_su {overflow: hidden; position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px;} /* 대체 텍스트가 아니 접근성을 위한 숨김 텍스트를 제공할 때 */

/* 아이콘 이미지 최적화 작업 */
.icon {background-image: url(../img/icon_01.png);}

/* margin, padding */
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
/*  */
.fl{float: left;}
.fr{float: right;}


.ico, .icon { display:block; overflow:hidden; font-size:0; line-height:0; text-indent:-9999px; white-space:nowrap; }




.container{padding: 0 20px; box-sizing: border-box;}
.container2{padding: 0 10px; box-sizing: border-box;}


/*header start*/
#header{border-bottom: 1px solid #e5e5e5; padding: 15px 0; width: 100%; background: #fff;}
.top_header{}
.top_header:after{content: ''; display: block; clear: both;}
.top_header .left_header{float: left;}
.top_header .left_header:after{content: ''; display: block; clear: both;}
.top_header .right_header{float: right;}

.top_header .left_header .left_menu{float: left; background: url("/images/yoyo/header/icon_set.png") -125px 0 no-repeat;
    background-size: cover; width: 25px; height: 25px;}
.top_header .left_header .left_menu span{font-size: 0;}
.top_header .left_header .logo{float: left; background: url("/images/yoyo/header/logo.png") 0 0 no-repeat;
    width: 70px; height: 35px; background-size: cover; display: inline-block; margin: -8px 0 0 10px;}

.top_header .right_header .right_btn:after{content: ''; display: block; clear: both;}
.top_header .right_header .right_btn li{float: left; margin-right: 15px;}
.top_header .right_header .right_btn li:last-child{margin-right: 0;}

.right_btn .search{background: url("/images/yoyo/header/icon_set.png") -100px 0 no-repeat; background-size: cover; width: 25px; height: 25px;}
.right_btn .basket{background: url("/images/yoyo/header/icon_set.png") -25px 0 no-repeat; background-size: cover; width: 25px; height: 25px; position: relative;}
.right_btn .like{background: url("/images/yoyo/header/icon_set.png") 0 0 no-repeat; background-size: cover; width: 25px; height: 25px; position: relative;}

.right_btn .basket span, .right_btn .like span{position: absolute; text-align:center; line-height: 14px;
    top:-5px; right: -10px; width: 18px; height: 18px; border-radius: 50%; font-size: 12px;}
.right_btn .basket span, .right_btn .like span{background: #ff4903; border: 1px solid #fff; color:#fff;}
/*header end*/

/*header_back start*/
#header_back{background: #fff; position: fixed; z-index: 20; border-bottom: 1px solid #eee; padding: 15px 0; width: 100%;}
.header_back_wrap{position: relative;}
.header_back_wrap .tit{
    line-height: 1; height: 20px;
    text-align: center; font-size: 22px; font-family: 'S-CoreDream-5Medium';;
/*background: url("/images/yoyo/header/sub_tit_v1.png") 0 0 no-repeat;*/
/*    display: block; width: 70px;  text-indent: -9999px;*/
    background-size: cover; margin:0 auto;}




.header_back_wrap .right_icon{position: absolute; right: 0; top:0px;}
.header_back_wrap .left_icon{position: absolute; left: 0; top:0px;}

.header_back_wrap .left_icon .left_btn:after{content: ''; display: block; clear: both;}
.header_back_wrap .left_icon .left_btn li{float: left; margin-right: 15px;}
.header_back_wrap .left_icon .left_btn li:last-child{margin-right: 0;}

.left_icon .page_back{background: url("/images/yoyo/header/icon_set.png") -75px 0 no-repeat; background-size: cover;  width: 25px; height: 25px;}
.left_icon .home{background: url("/images/yoyo/header/icon_set.png") -50px 0 no-repeat; background-size: cover;  width: 25px; height: 25px;}


.header_back_wrap .right_icon .right_btn:after{content: ''; display: block; clear: both;}
.header_back_wrap .right_icon .right_btn li{float: left; margin-right: 5px;}
.header_back_wrap .right_icon .right_btn li:last-child{margin-right: 0;}

/*header_back edn*/


/*gnb start*/
#nav{
    border-bottom: 1px solid #e5e5e5;
    /*position: absolute;*/
    /*top: 78px;*/
    z-index: 55;
    width: 100%;
    background: #fff;
}
.menu_fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}
.menu_fix2{
    position: fixed;
    top: 51px;
    /*left: 0;*/
    width: 100%;
    max-width: 720px;
    background: #fff;
    z-index: 90;
}

.md_wrap .menu_fix2{
    position: fixed;
    top: 49px;
    /*left: 0;*/
    width: 100%;
    max-width: 720px;
    background: #fff;
    z-index: 90;
}


.gnb ul:after{content: ''; display: block; clear: both;}
.gnb ul li{float: left; width: calc(100% / 4); text-align: center;}
.gnb ul li a{display: block;  padding: 12px 0;  font-size: 16px;}
.gnb ul li.active{border-bottom: 2px solid #000000; font-weight: bold;}

/*gnb end*/


/*main_banner start */
.banner_wrap{position: relative;}
.banner_wrap .banner_item_tit{ width: 70%; margin-right: 90px; word-break: keep-all; box-sizing: border-box; padding: 5px 10px; position: absolute; bottom:50px; left: 20px; font-size: 15px;
    color:#fff; background:rgba(245,105,66,0.8);}
.main_pagination{color:#fff; font-size: 13px; bottom: 50px; right: 20px; left: auto; width: auto; background: rgba(0,0,0,0.3); padding: 3px 10px; border-radius: 30px;}
/*main_banner end */

/*newitem start*/
#newitem{width: 100%; position: relative; min-height: 340px;}

.newitem_wrap{background: #fff; margin-left: 5%; box-sizing: border-box; padding: 20px 0 20px 0;
    border-radius: 30px  0 0 0; z-index: 5; position: absolute; top:-30px; left: 0; width: 95%;}
.new_tit_wrap{position: relative;}
.newitem_wrap .h3_tit{font-size: 20px; font-weight: bold; padding-left: 20px;}
.h3_tit{font-size: 20px; font-weight: bold;}
.h3_tit>span{font-size: 14px; padding-left: 5px; font-weight: normal; color:#9e9e9e;}
.new_tit_wrap .new_add{position: absolute; font-size: 12px; bottom:4px; right: 6%; text-decoration: underline;}
.new_tit_wrap .new_add:after{content: ''; display: block;}


.new_cont_wrap{margin-top: 15px;}
.new_cont_wrap .new_banner_box img{border: 1px solid #eee;}

.new_banner_box .info{margin-top: 5px;}
.new_banner_box .info .tit{
    color:#424242; height: 36px;
    font-size: 15px; letter-spacing: -0.5px; margin-bottom: 6px;
    overflow: hidden; text-overflow: ellipsis; word-break: keep-all;
    white-space: normal; line-height: 1.2; text-align: left;
    word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.new_banner_box .info .pri{position: relative; text-align: right; letter-spacing: -0.5px;}
.new_banner_box .info .pri b{font-size: 11px; text-align: center; background: #ff4903;
    color:#fff; border-radius: 5px; padding: 2px 5px; position: absolute; top:5px; left: 0; }
.new_banner_box .info .pri span{color:#424242; font-size: 19px; font-weight: bold;}
.new_banner_box .info .pri span>i{font-size: 16px;}

.new_banner_box .info .point{position: relative; letter-spacing: -0.5px; text-align: right; font-size: 13px; color:#424242;}
.new_banner_box .info .point b{ color:#ff4903; position: absolute; top:0; left: 0;}


/*newitem end*/

/*point_banner start*/
#point_banner{background: #f7cd68;}
.point_banner_wrap{padding: 15px 0;}
.point_banner_wrap:after{content: ''; display: block; clear: both;}

.point_banner_wrap p:first-child{font-size: 14px; float: left; margin-top: 4px;}
.point_banner_wrap p:first-child span{font-weight: bold;}

.point_banner_wrap p:last-child{font-size: 18px; font-weight: bold; float: right;}
.point_banner_wrap p:last-child span{margin-left: 10px;}

/*point_banner end*/


/*live_best start*/
#live_best{margin: 30px 0;}
.live_nav_wrap{}
.live_nav_wrap .today_hotitem_cate {
    margin: 0 auto 15px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.live_nav_wrap .today_hotitem_cate .swiper-slide{    width: auto;
    text-align: center;
    height: 35px;
    margin-right: 15px;}
.live_nav_wrap .today_hotitem_cate .swiper-slide span{vertical-align: -10px; font-size: 13px; border: 1px solid #4e4e4e; padding: 3px 12px; border-radius: 100px; }
.live_nav_wrap .today_hotitem_cate .swiper-slide .on{background: #ff4903; color:#fff; border: 1px solid #ff4903;}

.rankBox ul li{margin-bottom: 10px;}
.rankBox ul li:last-child{margin-bottom: 0;}
.today_hotitem_list{overflow: hidden; margin-top: 0; position: relative;
    padding-bottom: 30px;}
.today_hotitem_list .rank_box_wrap{border: 1px solid #e8e8e8; border-radius: 5px; overflow: hidden;}
.today_hotitem_list .rank_box_wrap:after{content: ''; display: block; clear: both;}
.today_hotitem_list .rank_img_wrap,.today_hotitem_list .rank_info_wrap{float: left;}
.today_hotitem_list .rank_img_wrap{position: relative; width: 45%;}
.today_hotitem_list .rank_img_wrap img{border-right: 1px solid #eee;}

.today_hotitem_list .rank{position: absolute; top:0; left: 0; background: rgba(51,51,51,0.9); padding: 3px 15px; border-radius: 0 0 5px 0; color:#fff;}
.today_hotitem_list .rank1st{background: rgba(245,105,66,0.9);}
.today_hotitem_list .rank_info_wrap{width: 55%; box-sizing: border-box; padding: 6px 10px;}
.today_hotitem_list .rank_info_wrap .name{
    color:#282828; height: 36px; font-size: 15px; letter-spacing: -0.5px;
    overflow: hidden; text-overflow: ellipsis;
    white-space: normal; line-height: 1.2; text-align: left;
    word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.today_hotitem_list .rank_info_wrap .pri{
    font-size: 17px; font-weight: bold; display: block;
}

.today_hotitem_list .rank_info_wrap .pri span{font-weight: normal; font-size: 11px;}
.today_hotitem_list .swiper-pagination{bottom: 0;}
.today_hotitem_list .swiper-pagination .swiper-pagination-bullet-active{background: #ff4903;}


.rank_info_wrap .cash_point{font-size: 12px; color:#ff4903;}
.rank_info_wrap .cash_point i{color:#282828;}
.rank_info_wrap .rank_review{font-size: 12px; color:#282828;  display: block;}
.rank_info_wrap .rank_review i{color:#ff4903;}
.rank_info_wrap .delivery{color:#ff4903; padding: 0 3px; border: 1px solid #ff4903; display: inline-block;font-size: 12px;}



/*live_best end*/

/*ad_area start*/
#ad_area{}
.ad_area_wrap{border-radius: 30px; border: 1px solid #222222; height: 40px; overflow: hidden;}
.ad_area_wrap:after{content: ''; display: block; clear: both;}
.ad_area_wrap .search_icon{float: left; width:22px; height: 22px; margin: 8px 15px 0 15px;
    background: url("/images/yoyo/main/search_v2.png") 0 0 no-repeat; background-size: cover;}

.ad_slider{margin-left: 15px;}
.ad_slider .swiper-slide{font-size: 16px; padding-top: 7px; letter-spacing: -0.5px;}
.ad_slider .swiper-slide>a>p{width: 75%; display: inline-block; margin-right: 5px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-wrap:normal;}
.ad_slider .swiper-slide>a>.new{color:#ff4903; vertical-align: 5px;}
.ad_slider .swiper-slide>a>.hot{color:#ff1a1a; vertical-align: 5px;}
/*ad_area end*/


/*main_exhibition start*/
#main_exhibition{margin-top: 30px; }
.main_exhibition_wrap .tit{text-align: center; }
.main_exhibition_wrap .tit p:first-child{font-size: 20px; color:#424242; font-weight: bold;}
.main_exhibition_wrap .tit p:last-child{font-size: 16px; color:#9e9e9e; letter-spacing: -0.5px; margin-top: -5px;}

.swp1{text-align: center; margin-top: 15px;}
.swp1 .swiper-pagination-bullet-active{background: #ff4903;}

.exhibition_slide{margin-top: 20px;}
.exhibition_slide .swiper-slide .ex_img{border:1px solid #eee;
    display: block; border-radius: 50%; width: 60px !important; height: 60px; margin: 0 auto;}

.exhibition_slide .swiper-slide p{text-align: center;
    margin-top: 7px; font-size: 14px; letter-spacing: -0.5px;
    color: #282828; font-weight: 400; }

.exhibition_slide .exhibition_product ul:after{content: ''; display: block; clear: both;}
.exhibition_slide .exhibition_product ul li{float: left; width: 25%;}
.exhibition_slide .exhibition_product ul li:nth-child(1),
.exhibition_slide .exhibition_product ul li:nth-child(2),
.exhibition_slide .exhibition_product ul li:nth-child(3),
.exhibition_slide .exhibition_product ul li:nth-child(4){margin-bottom: 15px;}


/*main_exhibition end*/

/*main_category start*/
#main_category{margin: 30px 0;}
.categoryIngi-swiper-container{height: 52px; overflow: hidden; border-bottom: 1px solid #ddd; line-height: 52px;}
.categoryIngi-swiper-container ul li{width: auto; text-align: center; font-size: 17px;
    height: 52px; line-height: 52px; display: flex; margin-right: 15px;}
.categoryIngi-swiper-container ul li span{padding: 0 10px;}

.categoryIngi-swiper-container ul li span.on{border-bottom: 4px solid #ff4903;}

.categoryIngi-swiper-container ul li{width: auto; text-align: center; font-size: 17px;
    height: 52px; line-height: 52px; display: flex; margin-right: 0px;}
.categoryIngi-swiper-container.menu_fix ul li span{padding: 0 15px;}

.categoryIngi-swiper-container.menu_fix ul li:nth-child(1) span.on{background: #ff4903; color:#fff; border-bottom: 0;}
.categoryIngi-swiper-container.menu_fix ul li:nth-child(2) span.on{background: #ff859e; color:#fff; border-bottom: 0;}
.categoryIngi-swiper-container.menu_fix ul li:nth-child(3) span.on{background: #4aafff; color:#fff; border-bottom: 0;}
.categoryIngi-swiper-container.menu_fix ul li:nth-child(4) span.on{background: #ee5655; color:#fff; border-bottom: 0;}
.categoryIngi-swiper-container.menu_fix ul li:nth-child(5) span.on{background: #4fca84; color:#fff; border-bottom: 0;}

.categoryIngi-swiper-container.menu_fix{background: #fff;}
/*.categoryIngi-swiper-container.menu_fix .categoryIngi-swiper-wrapper{padding: 0 20px;}*/


/*상품제목*/
.categoryIngi_pdt_list{padding: 15px 0;}
.categoryIngi_pdt_list .pls:after{content: ''; display: block; clear: both;}
.categoryIngi_pdt_list .pls .pdt_unit{float: left; width: 48.5%; margin-bottom: 30px; margin-right: 3%;}
.categoryIngi_pdt_list .pls .pdt_unit.th2{margin-right: 0;}

.pdt_img_wrap{position: relative;}
.pdt_img_wrap img{border: 1px solid #eee;}
.pdt_img_wrap span{position: absolute; top:8px; left: 10px; background: rgba(40,40,40,0.8); color:#fff; padding: 3px 5px; font-size:11px;}

.pdt_unit_wrap .pdt_name{
    color:#282828; height: 36px; margin: 10px 0 0 0;
    font-size: 15px; letter-spacing: -0.5px;
    overflow: hidden; text-overflow: ellipsis;
    white-space: normal; line-height: 1.2; text-align: left;
    word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.pdt_unit_wrap .price .dc_pri{font-size: 14px; color:#282828; font-weight: bold;}
.pdt_unit_wrap .price .dc_pri em{font-size: 18px;}
.pdt_unit_wrap .price .ori{font-size: 11px; text-decoration: line-through; color:#b6b6b6;}

.buyReview_counting .cnt{font-size: 14px;}
.buyReview_counting .cnt:first-child{margin-right: 5px;}
.buyReview_counting .cnt em{color:#ff4903;}

.cash_point{margin-top: 5px;}
.cash_point span{color:#282828;}
.cash_point span:first-child{background-color: #ff4903; color:#fff; font-size: 14px; border-radius: 3px; padding: 3px 5px; margin-right: 5px;}

.more_pdtlist{padding: 10px 0; border: 1px solid #ff4903; background-color: #fff; color:#ff4903; font-size: 15px;
    text-align: center; display: block; width: 100%; border-radius: 3px;}

.cate_tit{font-size: 18px; font-weight: bold;
    padding: 10px; color:#fff; text-align: center;
    margin: 20px -20px; position: relative;}
/*.cate_tit:after{*/
/*    content: '';*/
/*    display: block; width: 5px; height: 5px; background: #ff859e; border-radius: 50%;*/
/*    position: absolute; top: 20px; left: 0px;}*/

.cate_area_5{background: #ff859e;}
.cate_area_6{background: #4aafff;}
.cate_area_7{background: #ee5655;}
.cate_area_10{background: #4fca84;}

/*1단 배열*/
.one_veiw{margin: 0 0 20px 0;}
.pdt_info_wrap{margin-top: 10px;}
.pdt_info_wrap .tit{font-size: 15px; width: 70%; margin: 0 auto; text-align: center;}

.pdt_info{margin-top: 10px;}
.pdt_info:after{content: ''; display: block; clear: both;}
.pdt_info .pdt_info_lay{float: left; width: calc(100% / 3); text-align: center; position: relative;}
.pdt_info .pdt_info_lay:after{content: ''; width: 1px; height: 26px; background:#a7a7a7; position: absolute; top:10px; right: 0;}
.pdt_info .pdt_info_lay:last-child:after{content: ''; display: none;}
.pdt_info .pdt_info_lay p:first-child{font-size: 13px; color:#575757; font-weight: bold;}
.pdt_info .pdt_info_lay p:last-child{font-size: 18px; color:#ff4903; font-weight: bold;}
.pdt_info .pdt_info_lay:nth-child(2) p:last-child{font-size: 18px; color:#282828; font-weight: bold;}
.pdt_info .pdt_info_lay:nth-child(2) p:last-child em{font-size: 11px;}

/*main_category end*/


/*로그인완료페이지 start*/
#yoyo_join{background: #ff4903; height: 100%;}
#yoyo_join .join_wrap{padding: 110px 0; text-align: center;}
#yoyo_join .join_wrap p{font-size: 20px; color:#fff; line-height: 1.2; padding-top: 50px;}
#yoyo_join .join_wrap img{width: 60%;}
#yoyo_join .join_wrap .join_content{padding-top: 130px;}
#yoyo_join .join_wrap .join_content button{font-size: 20px; color:#ff4903; background: #fff; padding:15px 100px; font-weight: bold; border-radius: 10px;}
#yoyo_join .join_wrap .join_content .checkbox_group{padding-top: 30px; color:#fff; font-size: 12px;}
#yoyo_join .join_wrap .join_content .checkbox_group a{color:#fff;}
/*로그인완료페이지 end*/


/* footer start */
#footer { background:#EEEEEE; padding:1em 0px; color:#757c85; }
#footer .footer-btns{margin-top: 10px; }
#footer .footer-btns:after { content:" "; display:block; clear:both; }
#footer .btn_wrap { float:left; width:33.3%; text-align:center; padding-right:0.5em; }
#footer .btn_wrap:last-child { padding-right:0; }
#footer .btn_wrap .btn { width:100%; height:35px; line-height:30px; /*padding:3px;*/ }
#footer .btn_wrap .btn:hover { background:#eee; border:1px solid #aaa; }
#footer .footer-agree {margin:1em 0; text-align: center; line-height:0.9em; color:#757c85; }
#footer .footer-agree a { padding-left:0.5em; color:#757c85; }
#footer .footer-agree a:not(:first-child) { border-left:1px solid #ccc; color:#757c85;}
#footer .footer-info { font-size:11px; text-align:center; color:#757c85;  }
#footer .footer-info a{ font-size:11px; text-align:center; color:#757c85;  }
#footer .service{padding: 7px 10px;background: #fff; border: 1px solid #ddd; margin: 10px auto;
    text-align: center; width: 140px; display: block;}
/* footer end */

/* 친구맺기 start */
.kkotalk_friend_link { position:relative; display: block; width:100%; text-align: center; margin-bottom:  13px; background:transparent; }
.kkotalk_friend_link a { color:#333;width:100%; height:160px;  text-align:center; /* background:url('https://img.mysdis.co.kr/images/icon_kakaotalk.png') no-repeat; */background-position:50% 8px; background-color:#ffe64d; background-size:90px; padding:20px 10px 10px 10px;  line-height:22px; font-size: 16px; }
.kkotalk_friend_link a>span{font-size: 16px; font-weight: 100; margin-top: 3px;}
.kkotalk_friend_link a>p{font-size: 13px; }
.kkotalk_friend_link a >p strong{font-size: 17px; color: #111;}
.kkotalk_friend_link a > .btn{width: 80%;  height: 45px; line-height: 45px; margin: 10px auto; background: #372b13;  color: #fff; text-align: center; border-radius:100px;}

.bottom_fix_btn_1 { position:fixed; font-size:0; bottom:115px; right:5px; width:45px; height:45px; z-index:99; border:0; display:none; }
.bottom_fix_btn_1:before { content:' '; display:block; position:absolute; left:0; top:0; width:45px; height:45px; background:url('https://img.mysdis.co.kr/images/icon_talk_circle.png') no-repeat center center; background-size:100%; border-radius: 50px;  z-index:-1;  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.2); }
.bottom_fix_btn_2 { position:fixed; font-size:0; bottom:65px; right:20px; width:43px; height:43px; z-index:99; border:0; display:none; }
.bottom_fix_btn_2:before { content:' '; display:block; position:absolute; left:0; top:0; width:43px; height:43px; background:url('https://img.mysdis.co.kr/images/icon_arrow_up_circle.png') no-repeat center center #fff; background-size:43px 43px; _opacity:0.6; z-index:-1; border-radius:50px; box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.2);}
.bottom_fix_btn_3 { position:fixed; font-size:0; bottom:65px; left:5px; width:43px; height:43px; z-index:99; border:0; display:none; }
.bottom_fix_btn_3:before { content:' '; display:block; position:absolute; left:0; top:0; width:43px; height:43px; background:url('https://img.mysdis.co.kr/images/icon_arrow_back_circle.png') no-repeat center center #fff; background-size:43px 43px; opacity:0.6; z-index:-1; border-radius:50px; box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.2);}
.bottom_fix_btn_4 { position:fixed; font-size:0; bottom:70px;right:20px; width:43px; height:43px; z-index:99; border:0; display:none; }
.bottom_fix_btn_4:before { content:' '; display:block; position:absolute; left:0; top:-10px; width:43px; height:43px; background:url('https://img.mysdis.co.kr/images/new/icon_expand.svg') no-repeat center 7px #fff; background-size:27px ; opacity:0.6; z-index:-1; border-radius:50px; box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.2);}

/* 친구맺기 end */

/*푸터 고객센터 1:1문의버튼 start*/
#footer .footer-center-info { position:relative; display:block; color:#333; background:#fff; padding:20px 6px;}
#footer .footer-center-info:after { content:''; display:block; clear:both; }
#footer .footer-center-info .info1 { float:left; width:50%; padding:7px 10px 7px;}
.footer-center-info>p{text-align: center;}
#footer .footer-center-info .btn_inquire{ width: 80%;
    height: 45px; line-height: 45px; margin: 10px auto; background: #372b13;
    color: #fff; font-weight: bold; text-align: center; border-radius: 100px;}

#footer .footer-center-info .info2 { float:left; width:50%; padding:7px 7px 7px 10px; }
#footer .footer-center-info .tlt { font-weight:bold; font-size:17px; }
/*푸터 고객센터 1:1문의버튼 end*/



/*뭔지 모르는 팝업 start*/
.more_wrap{position: fixed; top:0px; right: 0px;  padding: 20px 10px; background: rgba(0, 0, 0, 0.9); box-shadow: 1px 1px 2px #eaeaea;border-radius: 3px; width: 100%; height: 100%; z-index: 1111111111111111130; display: none;}
.more_wrap .more_list{position: absolute; bottom:100px; right: 0px; }
.more_wrap a.close{position: absolute;bottom:45px; right: 0px; background:url('https://img.mysdis.co.kr/images/icon_sort_close.png') no-repeat;background-position:96px center; background-size:40px; color: #fff; font-size: 16px; line-height: 50px; padding-right: 70px; width: 150px; text-align: right;}
.more_wrap .more_list > a{ width: 150px; height:50px; color: #fff; display: block; font-size: 16px; line-height: 50px;padding-right: 70px; text-align: right; }
.more_wrap .more_list > a:nth-child(1){background:url('https://img.mysdis.co.kr/images/icon_sort_profile.png') no-repeat;background-position:96px center; background-size:40px;}
.more_wrap .more_list > a:nth-child(2){background:url('https://img.mysdis.co.kr/images/icon_sort_qna.png') no-repeat;background-position:96px center; background-size:40px;}
.more_wrap .more_list > a:nth-child(3){background:url('https://img.mysdis.co.kr/images/icon_sort_center.png') no-repeat;background-position:96px center; background-size:40px;}
.more_wrap .more_list > a:nth-child(4){background:url('https://img.mysdis.co.kr/images/icon_sort_setting.png') no-repeat;background-position:96px center; background-size:40px;}

/*뭔지 모르는 팝업 end*/


/*옆에 나오는 마이페이지 start*/



/*New lnb*/
#N_lnb_container{width: 100%; height: 100%; display: block;position: fixed; left: -100%;top: 0; z-index:1000;overflow: scroll;-webkit-transition: left 0.4s ease-in-out;transition: left 0.4s ease-in-out;background-color: #efefef;}
#N_lnb_container.active{left: 0;-webkit-transition: left 0.4s ease-in-out;transition: left 0.4s ease-in-out; }
#N_lnb_container.show{left: 0;-webkit-transition: left 0.0s ease-in-out;transition: left 0.0s ease-in-out; }

#N_lnb_container #leftm_wrap{padding-bottom: 80px; }
#N_lnb_container #leftm_wrap .lnb-loginid{background:#fff; width: 100%; border-bottom: 1px solid #ccc;
     padding: 5px; position: relative; }
#N_lnb_container #leftm_wrap .lnb-loginid .profile-btn { padding: 3px 10px; color:#fff; margin-left: 7px; margin-top: 13px; background: #ffa1b4; border-radius: 7px;}

#N_lnb_container  #leftm_wrap  .pd_wrap{padding: 0 10px; background: #efefef;}

#N_lnb_container #leftm_wrap .lnb-loginid .login_btn{text-align: left;width: calc( 100% - 45px );padding: 11px 0px 17px 10px; position: relative;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .profile_img{display:block; width: 45px; border-radius: 100%; overflow: hidden;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .profile_img > .setting_icon{position: absolute; top:37px; left: 41px; width: 20px; }
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .profile_img img{width: 100%; }
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn p{color: #ff4903; font-size: 20px; text-align: left;box-sizing: border-box;display: inline-block;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .nickname{float: left; height: 25px;   color: #282828;  font-size: 18px; text-align: left;box-sizing: border-box;display: inline-block;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .nickname > span.nick_max{ overflow: hidden; max-width: 175px;  white-space: nowrap; text-overflow: ellipsis; display: inline-block;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .nickname > img{width: 20px; display: block; margin: auto; padding-top: 3px;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn p.m_info{color:#282828;font-size: 14px;margin-top: 0;letter-spacing: -1px; width: 100%; height: 20px;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn p.m_info img{margin-bottom: 3px; width:15px;}
#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .info_wrap {display: inline-block;  float: left;
    width: 210px;  margin-left: 10px;}
#N_lnb_container #leftm_wrap .lnb-loginid .close_btn{background: url(https://img.yellowshopping.co.kr/images/new/icon_close.png) no-repeat; width: 20px; height: 20px; margin: 9px; background-size: 100%; font-size: 0px; text-indent: -999999px;}
@media (max-width:320px) {
    #N_lnb_container #leftm_wrap .lnb-loginid .login_btn .info_wrap{width: 167px;}
    #N_lnb_container #leftm_wrap .lnb-loginid .login_btn p.nickname{max-width:68px;}
}

#N_lnb_container #leftm_wrap .lnb-loginid .login_btn .logout { float:left; color:#282828;
    padding-left: 20px;padding-top: 10px; font-size: 18px; }
#N_lnb_container #leftm_wrap .lnb_menu_top{width: 100%; background-color: #fff; position: relative;
    margin-top: 10px; border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);}
#N_lnb_container #leftm_wrap .lnb_menu_top ul{width: 100%; height: 100%;}
#N_lnb_container #leftm_wrap .lnb_menu_top ul li{width: 50%; height: 45px; line-height: 40px; border-right: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1; display: block; position: relative; cursor: pointer; padding: 0 20px;}
#N_lnb_container #leftm_wrap .lnb_menu_top ul li:nth-child(even){border-right:0px;}
#N_lnb_container #leftm_wrap .lnb_menu_top ul li span.count{border-radius: 100%; color: #ff4903; font-size: 18px; font-weight: 600; float: right; letter-spacing: -0.7px;}
#N_lnb_container #leftm_wrap .lnb_menu_top ul li span > em{color: #333; font-weight: 100;font-size: 16px;}
#N_lnb_container #leftm_wrap .lnb_menu_top ul li {text-align: left; }
#N_lnb_container #leftm_wrap .lnb_menu_top ul li a{color: #222; text-align: left; font-size: 15px;  letter-spacing: -1px; }

#N_lnb_container #leftm_wrap .line{width: 100%; height: 7px; background-color: #efefef; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb;}

#N_lnb_container #leftm_wrap .lnb_menu{background: #fff; width: 100%; border-radius: 2px; margin-top: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04); }
#N_lnb_container #leftm_wrap .lnb_menu.grey{background: #fff;border-top: 1px solid #f1f1f1;}
#N_lnb_container #leftm_wrap .lnb_menu.grey li a{text-align: center}
#N_lnb_container #leftm_wrap .lnb_menu ul{width: 100%; height: 100%; }
#N_lnb_container #leftm_wrap .lnb_menu ul li{width: 50%; height: 100%; float: left;border-bottom: 1px solid #f1f1f1; }
#N_lnb_container #leftm_wrap .lnb_menu ul li:nth-child(odd){ border-right: 1px solid #f1f1f1; }
#N_lnb_container #leftm_wrap .lnb_menu ul li a{width: 100%; height: 100%; color: #202020; display: inline-block; text-align: left; line-height: 45px; font-size: 15px; letter-spacing: -1px; padding-left: 20px;}
#N_lnb_container #leftm_wrap .lnb_menu ul li span{padding: 10px 25px; padding-left: 30px;}
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_alram span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon11.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_like span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon14.svg) no-repeat; background-size: 19px; background-position:left center;}
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_qna span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon04.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_comment span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon13.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_review span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon12.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_gift span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon06.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_call span{background:url(https://img.mysdis.co.kr/images/N_lnb_icon07.svg) no-repeat; background-size: 19px; background-position:left center;}
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_setting span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon08.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_account span{background: url(https://img.mysdis.co.kr/images/N_lnb_icon15.svg) no-repeat; background-size: 19px; background-position:left center; }
#N_lnb_container #leftm_wrap .lnb_menu ul li.lnb_easy span{background:url(https://img.mysdis.co.kr/images/N_lnb_icon16.svg) no-repeat; background-size: 19px; background-position:left center;}

#N_lnb_container #leftm_wrap .lnb_center{width: 100%; height: 75px; background: #fff;  padding: 10px 10px 0px 10px; border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04); margin-top: 10px;}
#N_lnb_container #leftm_wrap .lnb_center .txt_wrap{width: 247px;}
#N_lnb_container #leftm_wrap .lnb_center p{display: block; width: 100%; height: 20px; text-align: left; color: #202020; font-size: 15px; font-weight: 600;}
#N_lnb_container #leftm_wrap .lnb_center span{width:100%; height: 20px; display: block; text-align: left; font-size: 13px; letter-spacing: -1px;}
#N_lnb_container #leftm_wrap .lnb_center a{display: block; width: 75px;  height: 30px; line-height:30px;border-radius: 5px; background: #ffa1b4; color: #fff; margin-top: 5px; font-size: 14px; text-align: center;}

#N_lnb_container #leftm_wrap .lnb_recently_list{padding-bottom: 15px; max-width: 720px; overflow: hidden; background: #fff; margin-top: 10px; border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);}

#N_lnb_container #leftm_wrap .mailId_point{width: 100%; height: 50px; padding: 10px; border-bottom: 1px solid #f1f1f1;}
#N_lnb_container #leftm_wrap .mailId_point .m_info {color: #595959; line-height: 30px;}
#N_lnb_container #leftm_wrap .mailId_point .m_info > img{width: 17px;}
#N_lnb_container #leftm_wrap .mailId_point .point_num{color: #ff4903; font-size: 18px; font-weight: 800;}
#N_lnb_container #leftm_wrap .mailId_point .point_num > span{color: #202020; font-size: 13px; margin-right: 10px; font-weight: 100;}
#N_lnb_container #leftm_wrap .mailId_point .point_num > em{color: #202020; font-size: 13px;  font-weight: 100;}
#N_lnb_container #leftm_wrap .mailId_point .point_num > i{width: 18px; height: 18px; display: inline-block; background: url(https://img.mysdis.co.kr/images/header_icon2_16.png) no-repeat; background-size: 100%; position: relative; top:2px; left: -3px;}

#N_lnb_container #leftm_wrap  .side_banner{margin-top: 10px; box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.04); }

/*사이드메뉴 상품 리스트*/
#N_lnb_container #leftm_wrap .lnb_pdt_list{width: 100%; margin-top: 10px; border-radius: 2px; box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.04);background:#fff;  }
#N_lnb_container #leftm_wrap .lnb_pdt_list .tab_menu{width: 100%; border-bottom: 1px solid #E5E5E5; background: #fff;height: 50px; line-height: 50px; clear: both}
#N_lnb_container #leftm_wrap .lnb_pdt_list .tab_menu > .tab{width: 50%; text-align: center; color: #202020;  float: left; font-size: 16px;}
#N_lnb_container #leftm_wrap .lnb_pdt_list .tab_menu > .tab.on{border-bottom: 3px solid #ff4903; color: #ff4903; height: 49px; font-weight: 800; }

#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list{background: #fff; width: 100%; display: inline-block;padding: 20px; }
#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list > ul{background: #fff; width: 100%; display: inline-block;}
#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list li{width: 48%; width: calc(100%/2 - 7.5px); float: left; margin-right: 15px; margin-bottom: 15px; }
#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list li:nth-child(even){margin-right: 0px;}
#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list li .pdt_thumb > a > img{border:1px solid #f4f4f4}
#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list li .pdt_price{font-size: 16px; font-weight: 800; color: #444; letter-spacing: -1px; display: block; text-align: left; margin: 2px 0;}
#N_lnb_container #leftm_wrap .lnb_pdt_list .pdt_list li .pdt_name{font-size: 16px; color: #444; letter-spacing: -1px; display: block; text-align: left;}
#N_lnb_container #leftm_wrap .lnb_pdt_list .more_btn2{width: 100%; border:1px solid #e1e1e1; text-align: center;  height: 50px;line-height: 50px;font-size: 16px; border-radius: 5px;}
#N_lnb_container #leftm_wrap .lnb_pdt_list .more_btn2  i.plus_icon{background: url(/images/ex_plus.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;}

@media only screen and (min-width: 719px) {

    #N_lnb_container #leftm_wrap .lnb-loginid .login_btn .profile_img{width: 50px;}
    #N_lnb_container #leftm_wrap .lnb-loginid .login_btn .info_wrap{margin-left: 25px; }
    #N_lnb_container #leftm_wrap .lnb_menu ul li a{line-height: 50px; font-size: 15px;}
    #N_lnb_container #leftm_wrap .lnb_menu ul li.icon5 span{background-size: 22px; padding-left: 25px;}
    #N_lnb_container #leftm_wrap .lnb_menu ul li.icon6 span{background-size: 22px; padding-left: 25px;}
    #N_lnb_container #leftm_wrap .lnb_menu ul li.icon7 span{background-size: 22px; padding-left: 25px;}
    #N_lnb_container #leftm_wrap .lnb_menu ul li.icon8 span{background-size: 22px; padding-left: 25px;}
    #N_lnb_container #leftm_wrap .lnb_list ul li{height: 50px;}
    #N_lnb_container #leftm_wrap .lnb_list ul li a{line-height: 50px; font-size: 15px;}
    #N_lnb_container #leftm_wrap .lnb_recently_list .tit h3{font-size: 15px;}
    #N_lnb_container #leftm_wrap .lnb_recently_list .swiper-slide {width: 140px;}
}

@media only screen and (min-width: 319px) {
    #N_lnb_container #leftm_wrap .lnb-loginid .login_btn p{font-size: 20px;}
    #N_lnb_container #leftm_wrap .lnb_center p{font-size: 14px;}
    #N_lnb_container #leftm_wrap .lnb_center a{width: 60px; font-size: 13px;}
    #N_lnb_container #leftm_wrap .lnb_center span{font-size: 12px;}
    #N_lnb_container #leftm_wrap .lnb_center .txt_wrap{width: 235px;}
}

/*옆에 나오는 마이페이지 end*/


/*아이폰 대응 start*/
@media(max-width:400px) {


    /*newitem start*/
    #newitem{min-height: 320px;}
    /*newitem end*/

    /*point_banner start*/
    .point_banner_wrap p:first-child{margin-right: 3%;}
    .point_banner_wrap p:last-child{float: left;}
    /*point_banner end*/
}

/*아이폰 대응 end*/

/*카테고리페이지 start*/
/*써드네비 start*/
#third_nav{padding: 10px 0; border-bottom: 1px solid #cccccc;}
.third_nav_real{overflow: hidden;}
.third_nav_real .swiper-slide{display: inline-block; border-radius: 30px; color:#bbb;
    width: auto; padding: 2px 12px; font-size: 16px; border: 1px solid #bbb;}

#third_nav .third_nav_real .active{background: #ff4903; color:#fff;  border: 1px solid #ff4903;}

/*써드네비 end*/

.category_md_product_list_wrap{margin-top: 20px;}
.category_md_product_list:after{content: ''; display: block; clear: both;}
.category_md_product_list li{float: left; width: 48.5%; margin-right: 3%; margin-bottom: 30px;}
.category_md_product_list li:nth-child(even){margin-right: 0;}

.cont_wrap .info .tit{
    color: #282828; height: 36px;
    margin: 10px 0 0 0; font-size: 15px; letter-spacing: -0.5px; overflow: hidden;
    text-overflow: ellipsis; white-space: normal;
    line-height: 1.2; text-align: left; word-wrap: break-word; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.cont_wrap .info .pri{
    font-size: 18px; font-weight: bold;
}
.cont_wrap .info .pri em{
    font-size: 14px;
}
/*.category_md_product_list .cont_wrap{position: relative;}*/
.category_md_product_list .cont_wrap .laySoldOut{position: absolute; top:0; left: 0;}
.category_md_product_list .cont_wrap .soldOut{position: relative;}
.category_md_product_list .cont_wrap .laySoldOut{
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;}

/*카테고리페이지 end*/


/*찜하기 start*/
/*#no_wish_list{background: #EE5655; margin: 20px 20px;}*/
#no_wish_list .no_wrap img{width: 60px; max-width: 100%; text-align: center; display: block; margin: 0 auto; }
#no_wish_list .box_wrap{margin: 20px 0;  }
#no_wish_list .txt_a{text-align: center; font-weight: bold; margin-top: 2em;}
#no_wish_list .bc{text-align: center; font-size: 12px; }
#no_wish_list .bc .txt_b{text-decoration: underline; }

/* 인기상품 (팝업, 상품2개) */
.mostview_pdt_2nd { padding: 0 10px 10px 10px; border-top: 1px solid #eee; }
.mostview_pdt_2n:after { content:''; display:block; clear:both; }
.mostview_pdt_2nd p {text-align: center; color: #ff6e3e; font-size: 18px; padding: 20px; font-weight: 600; }
.mostview_pdt_2nd ul { position:relative; display:block; width:98%; margin:0 auto; overflow:hidden; }
.mostview_pdt_2nd ul li { width: 48.8%; margin-bottom: 10px; }
.mostview_pdt_2nd ul li:nth-child(odd) { margin-right: 5px; } /* 홀수 */
.mostview_pdt_2nd ul li a{width: 100%; height: 100%; display: block; }
.mostview_pdt_2nd ul li img{width:100%; border:1px solid #f3f3f3; }
.mostview_pdt_2nd ul li .pdt_name{font-size: 16px; color: #222; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mostview_pdt_2nd ul li .pdt_summary{font-size: 14px; color: #727272; }

/*찜하기 end*/

/*box border start*/
.box .cont_wrap img{border: 1px solid #eee;}
/*box border end*/

/*md배송 start*/
.cont_wrap{position: relative;}
.cont_wrap .del_bag{position: absolute; top:8px; left:10px; background: rgba(0,0,0,0.5); color:#fff; font-size: 11px; padding: 3px 5px;}
/*md배송 end*/


/*카테고리 버튼변경 start*/
.all_more{width: 100%; text-align: center; margin:10px 0 0 0;}
.all_more .more_btn2{padding: 15px 60px; box-sizing: border-box; border-radius: 30px;
    display: inline-block; background-color: #fff; border: 1px solid #ff4903;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);}
.all_more .more_btn2 span{
    /*background: url(https://img.mysdis.co.kr/images/more_plus.svg) no-repeat;*/
    /*background-position: left 5px; padding-left: 20px;*/
    background-size: 13px; color:#ff4903; font-weight: bold; }
.all_more .more_btn2 span i{font-style: normal;}
/*카테고리 버튼변경 end*/












































