@charset "utf-8";
/* CSS Document */

/*상단 카테고리내 검색*/
#cate_search{ width:697px; height:39px; margin-top:15px; border:3px solid #fbbebe; vertical-align:middle;   }
#cate_navi{ float:left; width:343px; height:39px; color:#777777; display:block;  padding:14px 0 0 10px; }

#cate_navi .cate_bold{ font-weight:bold; color:#de1a22;}
#cate_navi .cate_gt{  color:#dadada;}

#search2 { float:right; width:333px;  text-align:right; height:39px; vertical-align:middle; padding:10px 10px 0 0; color:#666666; font-weight:400;   }
#search2 img { vertical-align:middle;}
#search2 .input_search{ height:19px; border:1px solid #dadada;}
/*상단 카테고리내 검색*/

/*상단도서정보*/
#book_head_info_wrap{ width:100%;display:table;min-width:1000px;}
.book_detail_content{
    position:relative;
    box-sizing: border-box;
}
.book_detail_content > p{
    font-size:14px;
    color:#8f8f8f;
    padding:10px 0 15px 0
}
#book_head_info_wrap #book_img{ padding:20px 0 0 0;width:204px;display: table-cell;vertical-align: top;}
#book_head_info_wrap #book_img .book_image{margin:0 0 30px 0;}
#book_head_info_wrap #book_img .book_zoom{ padding-top:7px; }

#book_head_info_wrap .book_top_nav{border-bottom:2px #000 solid;line-height:150%;}
#book_head_info_wrap .book_top_nav h1{
    font-size:24px;
    line-height:100%;
    padding:5px 0 10px 0;
    font-weight: 600;
    color:#000;
    font-family: 'noto3';
}
#book_head_info_wrap .book_top_nav p{
    font-size:12px;
    padding:0 0 0px 0;
    color:#adadad;
    font-family: 'noto3';
}
#book_head_info_wrap .book_top_nav p.sub_tit{
    color:#333;
    font-size:13px;
    padding:0 0 15px 0;
    text-align: left;
    font-family: 'noto3';
}

#book_info{display: table-cell;vertical-align: top;padding:15px 0 0 45px;width: 458px;}
#book_info .sub_tit{
    margin:0;
}
#book_info .sub_tit span{
    font-size:15px;
    display:block;
    color:#6a6a6a;
    padding:0 0 20px 0;
    word-break: keep-all;
}

/*btn*/
.btn_area{
    font-size:0;
    padding: 0 0 32px 0;
    text-align: center
}
.btn_area > a{
    border:1px #e1d9d9 solid;
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    font-size:12px;
    width:49%;
    margin:0 0 0 2%;
    box-sizing:border-box;
    text-align: center;
    line-height:25px;
    color:#8b8b8b;
    font-family:'noto3'
}
.btn_area > a:hover{
    font-family:'noto5';
}
.btn_area > a.auto{
    width:60%;
    border:1px #000 solid;
}
.btn_area a.preview{
    background: url('/_skin/sidae/book/images/icon.png') 12px center no-repeat #fff;
    padding:0 0 0 15px;
}
.btn_area a:first-of-type{
    margin:0;
}
.btn_area a.tab_a{
    background:#323232;
    color:#fff;
    border:1px #323232 solid;
}
.banner_area{
    width:703px;
}
.banner_area img{
    display: block;
    width: 100%;
}
.banner_area a{
    display: block;
}
/*세트 빅 슬라이드*/
.big_set_wrap{
    width:703px;
    overflow: hidden;
}
.big_set_wrap .big_set_slide{
    width:100%;
    padding:0 0 30px 0;
}
.big_set_wrap .big_set_slide .top{
    border-bottom:2px #000 solid;
    padding:0 0 10px 0;
    position:relative;
    margin:0 0 30px 0;
}
.big_set_wrap .big_set_slide .top h3{
    font-size:16px;
    line-height:100%;
}
.big_set_wrap .big_set_slide .top .navi_btn{
    position: absolute;
    right:0;
    width:100px;
    height:25px;
    font-size:0;
    top:0;
    text-align: right;
}
.big_set_wrap .big_set_slide .top .navi_btn .swiper-button-next,
.big_set_wrap .big_set_slide .top .navi_btn .swiper-button-prev,
.big_set_wrap .big_set_slide .top .navi_btn .swiper-pagination{
    position:relative;
    position:unset;
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align:top;
    margin:0;
    top:0;
}
.big_set_wrap .big_set_slide .top .navi_btn .swiper-button-prev{
    background:url(/_skin/sidae/book/images/next_arrow_left.png) no-repeat center center;
    width:20px;
    height:20px;
    left:0;
}
.big_set_wrap .big_set_slide .top .navi_btn .swiper-button-next{
    background:url(/_skin/sidae/book/images/next_arrow_right.png) no-repeat center center;
    width:20px;
    height:20px;
    right:0;
}
.big_set_wrap .big_set_slide .top .navi_btn .swiper-pagination{
    width:auto;
    font-size:12px;
    color:#848484;
}
.big_set_wrap .big_set_slide .top .navi_btn .swiper-pagination .swiper-pagination-current{
    color:#000;
    font-weight:600;
}
.big_set_wrap .big_set_slide .swiper-slide {
    text-align: center;
    box-sizing: border-box;
}
.big_set_wrap .big_set_slide .swiper-slide .img_wrap{
    position:relative;
    width:125px;
    height:134px;
    margin:0 auto;
}
.big_set_wrap .big_set_slide .layer{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    box-sizing: border-box;
    display:table;
    background:rgba(0,0,0,0.7);
    display: none;
}
.big_set_wrap .big_set_slide .swiper-slide .img_wrap:hover .layer{
    display: table;
}
.big_set_wrap .big_set_slide .layer .mid{
    display: table-cell;
    vertical-align: middle;
}
.big_set_wrap .big_set_slide .layer .mid a{
    border:1px #f00 solid;
    margin:0 auto;
    width: 88px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    z-index: 2;
    background:#a4a4a4;
    margin: 5px auto 3px auto;
    font-size:13px;
    border:none;
    vertical-align:middle;
    display: block;
}
.big_set_wrap .big_set_slide .layer .mid a:hover{
    background: #ff7116;
}
.big_set_wrap .big_set_slide  .set_info{
    padding:15px 0 0 0;
    overflow:hidden;
    width:100%;
}
.big_set_wrap .big_set_slide .set_info p{
    font-weight:600;
    font-size:13px;
    margin:0 0 5px 0!important;
    width:85%;
    word-break: keep-all;
   max-height:40px;
    overflow: hidden;
}
.big_set_wrap .big_set_slide .swiper-slide:hover .set_info p{
    text-decoration: underline;
}
.big_set_wrap .big_set_slide  .set_info .price{
    color:#df1a23;
    font-weight: 600;
    font-size:13px;
}
.big_set_wrap .big_set_slide  .set_info .price span{
    color:#605f5f;
    font-size:13px;
    font-weight:400;
    padding:0 5px 0 0;
    text-decoration: line-through;
}
.big_set_wrap .big_set_slide  .set_info .price em{
    font-weight: 400;
    font-size:12px;
}

.big_banner{
    width:703px;
    overflow: hidden;
    border-top:1px #ddd solid;
    padding:30px 0;
}



#book_info h3{ font-size:14px; font-weight:800; color:#444444; line-height:18px; margin:3px 0 0 7px; padding:0;}
#book_info #book_info_tbl {  width:100%; margin-top:5px; color:#666666;font-family:'noto3' }
#book_info #book_info_tbl td {text-align:left;}
#book_info #book_info_tbl .hd_line{ height:2px; background-color:#d3d3d3;}
/*
#book_info #book_info_tbl .md_line{ height:1px; background:url(../../images/book/b_prouct_detail/dot_line.gif) repeat-x 0 0;}
*/
#book_info #book_info_tbl .md_line{ height:1px; }
#book_info #book_info_tbl th{ font-size:14px;width:20%; padding:5px 0;vertical-align:top;; color:#000;; font-weight:400; padding-left:5px; text-align:left; }
#book_info #book_info_tbl .sep{ width:80%;; color:#cacaca;}
#book_info #book_info_tbl .tds{background:none;color:#8f8f8f;font-size:14px;line-height:20px;}
#book_info #book_info_tbl .bold{ font-weight:800;}
#book_info #book_info_tbl .qty{ height:42px;}
#book_info #book_info_tbl img { vertical-align:middle;}
#book_info #book_info_tbl .basic_price{ color:#999999; text-decoration:line-through; }
#book_info #book_info_tbl .sell_price{ font-size:18px;color:#000;}
#book_info #book_info_tbl .sell_price span{display: block;font-size:12px;font-weight:400;color:#848484;line-height:100%;}
#book_info #book_info_tbl .point{ color:#ff5408;}
#book_info #book_info_tbl .total_txt{  color:#000;font-size:13px; }
#book_info #book_info_tbl td{padding:5px 0;height:auto}

#book_info .color-btn{
    font-size:0;
}
#book_info .color-btn a{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 3% 0 0 0;
    color: #fff;
    vertical-align: top;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    height: 40px;
    font-family: 'noto4';
}
/* #book_info .color-btn a{
    display: inline-block;
    *display: inline;
    zoom:1;
    line-height:30px;
    width:49%;
    text-align: center;
    margin:0 0 0 2%;
    color:#fff;
    vertical-align: top;
    font-weight:400;
    text-transform: uppercase;
    font-size:14px;
} */
#book_info .color-btn a:first-child{
    margin:0;
}
#book_info .color-btn a.go-item-view{
    background:#df1a23;
    line-height:40px;
    height:40px;
    width:100%;
    margin:4% 0 0 0;
}
#book_info .color-btn a.go-item-view.no_cursor{
     pointer-events: none;
      cursor: default;
}
#book_info .color-btn a.go-yes{
    position: relative;
    background: #fff;
    height: 40px;   
    border: 1px solid #005aa9;
    margin: 10% 0 0 0;
    color: #000;
    line-height: 37px;
    padding-right: 10px;

}
#book_info .color-btn a.go-yes::after{
    position: absolute;
    top: -12px;
    content: '';
    display: block;
    width: 100%;
    border: 1px solid #d1d1d1;
}
#book_info .color-btn a.go-yes > img{
    vertical-align: middle;
}
/* #book_info .color-btn a.go-yes{
    background:#578db1;
} */
#book_info .color-btn a.none_member{
    background: #a1a1a1;
    color: #fff;
    line-height: 40px;
}
#book_info .color-btn a.go-cart{
    background: #fff;
    border: 1px solid #ec767b;
    color: #e24046;
    line-height: 36px;
}
/* 원본 */
/* #book_info .color-btn a.go-cart{
    background:#a0a0a0;
} */
#book_info .color-btn.two a.go-item-view{
    border:1px #f00 solid;
    line-height:30px;
    height:30px;
    width:48%;
    margin:0 0 0 2%;
}


/*수량변경*/
.od_count{ float:left; text-align:center;  }
.od_count .amount_ip{ font-size:0;border:1px #bfbfbf solid;}
.od_count .amount_ip a{
    display: inline-block;
    *display:inline;
    zoom:1;
    vertical-align:middle;
    width:20px;
    height:20px;
    line-height:20px;
    background:#eee;
    font-size:13px;
    box-sizing: border-box;
}
.od_count .amount_ip input{
    display: inline-block;
    *display:inline;
    zoom:1;
    vertical-align:middle;
    width:50px;
    height:20px;
    line-height:20px;
    box-sizing: border-box;
    background:#fff;
    font-size:13px;
    text-align:center;
    border:0;
    border-left:1px #bfbfbf solid;
    border-right:1px #bfbfbf solid;
    font-family: 'noto3'
}


/*수량변경*/

/*상단도서정보*/

/*하단추가정보*/
.scr_wrap{
    overflow: hidden;
}
.scr_wrap > ul{
    overflow: hidden;
}
.scr_wrap > ul > li{
    margin:80px 0 0 0;
    width:100%;
    box-sizing:border-box;
    font-family: 'noto3'
}
.scr_wrap > ul > li:first-child{
    margin:0;
}


.info_detail{width:703px;position:relative;}
.info_detail.act{padding:72px 0 0 0;}


.info_detail .info_cnb{margin:0 0 30px 0;}
.info_detail.act .info_cnb{position:fixed;top:0;width:703px;background:#fff;z-index:100}



.info_detail .info_cnb ul{font-size:0;border:1px #d1d1d1 solid;border-left:0;display: flex;}

.info_detail .info_cnb ul li{flex:1 1 auto;height:40px;line-height:40px;border-left:1px #d1d1d1 solid;box-sizing: border-box;}
.info_detail .info_cnb ul:after{content:'';display:table;clear:both;}

.info_detail .info_cnb ul li:hover{background:#000;}
.info_detail .info_cnb ul li:hover a{color:#fff;}

.info_detail .info_cnb ul li a{;display:block;height:40px;line-height:40px;text-align:center;font-size:15px;color:#929191;font-family:'noto3'}
.info_detail .info_cnb ul li a span{position:relative;}
.info_detail .info_cnb ul li.selected a{background:#000;color:#fff;}

.info_detail .b_tit{
    border-bottom:2px #000 solid;
    font-size:16px;
    line-height:100%;
    padding:0 0 8px 0;
    margin:80px 0 20px 0;
    font-family: "noto5";
    font-weight:100;
}
.info_detail .b_tit.mt0{
    margin:0 0 20px 0;
}
.info_detail .b_tit.no_border{
    border:0;
}
.info_detail .info_sub_cnb{
    border-right:1px #000 solid;
    text-align: right;
    position:absolute;
    width:100%;
    top:13px;
    right:0;
    font-size:0;
}
.info_detail .info_sub_cnb a{
    display: inline-block;
    *display:inline;
    zoom:1;
    vertical-align: top;
    font-size:13px;
    border-left:1px #000 solid;
    border-top:1px #000 solid;
    width:115px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.info_detail .info_sub_cnb a:hover,
.info_detail .info_sub_cnb a.selected{
    background:#000;
    color:#fff;
}
.info_detail .info_sub_cnb a:first-child{
    margin:0;
}
.info_detail .info_contents .info_html{
    box-sizing: border-box;
    word-break: keep-all;
    text-align: left!important;
    padding:0 10px 0 0;
    font-size:15px!important;
}
.delivery_txt{
}
.delivery_txt table{
    border:1px #000 solid;
    width:100%;
}
.delivery_txt table th{
    border-right:1px #000 solid;
    border-top:1px #000 solid;
    text-align:center;
    font-size:12px;
    line-height:130%;
    background: #f7f7f7;
}
.delivery_txt table td{
    border-top:1px #000 solid;
    padding:10px 20px 10px 10px;
    font-size:12px;
    word-break: keep-all;
}
.delivery_txt table td b{
    color:#ed1e1e;
}
.delivery_txt table td span{
    display: block;
    padding:0 0 0 10px;
    position:relative;
}
.delivery_txt table td span:before{
    content: "ㆍ";
    font-size:10px;
    position:absolute;
    left:0;
}
.delivery_txt table td em{
    display: block;
    position:relative;
    padding:0 0 0 10px;
}
.delivery_txt table td em:first-child{
    margin:15px 0 0 0;
}
.delivery_txt table td em:before{
    content: "-";
    left:0;
    position:absolute;
}
.delivery_txt table td i.txt_point {
    display:block;
}
/*도서리스트*/
#list_wrap{ float:left; width:703px; text-align:center;   padding-bottom:15px; }
#list_wrap .items { width:165px; margin: 10px 0 0 10px; text-align:center; line-height:20px; float:left; }
#list_wrap .items .order_chk { position:absolute; float:left; margin:0; padding:0;  width:165px; text-align:left; }
#list_wrap .items .item_title, .item_price, .item_btn{ display:block;}
#list_wrap .items .item_price{ color:#d55252;}
#list_wrap .item_blank{ background-color:#d6d6d6; width:661px; height:1px;  margin:15px 0 5px 25px; text-align:center; float:left; display:block; }
/*도서리스트*/

/*독자 추천평 180312 jsy*/
.book-review-count {display:block;position:relative;}
.book-review-count .brc-num{display:block;position:absolute;right:34px;top:6px;}
.info_cnb ul:after{
    content:'';
    display:table;
    clear:both;
}
.book-review-item{
    padding:0 0 40px 0;
    border-bottom:1px #d1d1d1 solid;
    font-size:12px;
    position:relative;
    margin:25px 0 0 0;
}
 .book-review-item:first-child{
    margin:0;
}
.book-review-item .bri-text-more{
    position:absolute;
    right:0;
    bottom:5px;
    color:#969696;
    font-size:11px;
    cursor: pointer;
    background:url(/_skin/sidae/book/images/top_arrow.png) no-repeat 80% center;
    background-size:10px;
    padding:0 18px 0 0;
    line-height:20px;
    border:1px #ccc solid;
    width:70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}
.book-review-item .bri-text-more.act{
    background:url(/_skin/sidae/book/images/top_arrow_on.png) no-repeat 80% center;
    background-size:10px;
    font-weight: 400;
}
.book-review-item .bri-title{
    font-size:13px;
    font-weight:600;
    margin-bottom:2px;
    color:#c00000;
}
.book-review-item .bri-info{
    overflow:hidden;
    margin:0 0 5px 0;
}
.book-review-item .bri-info li{
    position:relative;
    float:left;
    overflow:hidden;
    padding-left:7px;
    font-size:12px;
}
.book-review-item .bri-info li .five{
    color:#fbaa36;
}
.book-review-item .bri-info li:first-child{
    padding:0;
    margin:0;
}
.book-review-item .bri-info li:first-child:before{
    display:none;
}
.book-review-item .bri-info li .bri-info-title,
.book-review-item .bri-info li .bri-info-con{
    display:block;
    float:left;
    margin-right:2px;
}
.book-review-item .bri-info .star .bri-info-con{
    margin-top:4px;
    width:55px;
    height:10px;
    font-size:0;
    text-indent:-9999px;
    overflow:hidden;
    background:url('/_skin/sidae/images/book/b_prouct_detail/icon_review_star.gif') 0 0 no-repeat;
}
.bri-text{
    line-height:150%;
}
.bri-text.long{display: none;}
.book-review-item .bri-text .bri-text-more{
    display:inline-block;
    height:13px;
    width:55px;
    line-height:13px;
    font-size:10px;
    margin-left:5px;
    border:1px solid #ccc;
    background-color:#f8f8f8;
    color:#979797;
    border-radius:3px;
    text-align:center;

}
.book-review-paging{
    text-align:center;
    padding:20px 0 0 0;
}
.book-review-paging ul{
    display:inline-block;
    margin:0 auto;
    overflow:hidden;
}
.book-review-paging ul li{
    float:left;
    margin:0 2px;
    width:15px;
}
.book-review-paging ul li a{
    display:block;
    line-height:18px;
    text-align:center;
}
.book-review-paging ul li:hover a,
.book-review-paging ul li.current a{
    color: #000;
    font-weight:600;
}
.book-review-paging ul li img{
    margin-top:2px;
}
/*독자 추천평 180312 jsy*/

/*하단추가정´*/
.blg-icon{
    position: absolute;
    right: 500px;
    top: 180px;
}
.gong-icon{
    position: absolute;
    right: 481px;
    top: 155px;
}
.ebs-icon{
    position: absolute;
    right: 483px;
    top: 154px;
}
/*ë¤ë¬¸í*/
.for-pop .for-icon{
    position: absolute;
    right: 450px;
    top: 80px;
     z-index: 100;
}
.for-pop .for-pop-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 504px;
    top: 109px;
    z-index: 101;
}
/*ê²½ì°°ê³µë¬´ì*/
.police-pop .police-icon{
    position: absolute;
    right: 450px;
    top: 80px;
     z-index: 100;
}
.police-pop .police-pop-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 504px;
    top: 109px;
    z-index: 101;
}

.act_wrap.act{
    width:1002px;
    position:fixed;
    top:0px;
    left:50%;
    margin:0 0 0 -500px;
    z-index: 15;
}
.r_detail_wrap{
    position:absolute;
    width:295px;
    right:-340px;
    box-sizing: border-box;
    padding:0 0 0 30px;
    top:0;
}
.act_wrap.act .r_detail_wrap{
    border-top:0;
    right:0;
}
.r_detail_wrap .scr{
    padding: 20px 25px 15px;
    /* padding:20px 25px; */
    background:#fff;
    border:1px #e1d9d9 solid;
    border-top:0;
    box-sizing: border-box;
}
.act_wrap.act .r_detail_wrap .scr{
    border-top:1px #e1d9d9 solid;
}
.r_detail_wrap.act .slide_wrap,
.r_detail_wrap.act .small_bn{
    display: none;
}
.r_detail_wrap .scr table th{
    width:37%;
    font-weight:600;
    font-size:14px;
    color:#000;
    padding:6px 0 6px 0;
    vertical-align:middle;
    text-align:left;
    font-family: 'noto3'
}
.r_detail_wrap .scr table th.top{
    vertical-align: top;
    padding: 10px 0 0 0!important;;
}
.r_detail_wrap .scr td{
    background:none;
    text-align:left;
    font-size:13px;
    color:#605f5f;
    padding:6px 0 6px 0;
    vertical-align: top;
}
.r_detail_wrap .scr td.qty{
    padding:12px 0 6px 0;
}
.r_detail_wrap .scr td.tds{
    color:#df1a23;
    font-family: 'noto5';
    font-weight:100;
}
.r_detail_wrap .scr td.tds span{
    color:#605f5f;
    font-family: 'noto3';
}
.r_detail_wrap .scr table tr:first-child th,
.r_detail_wrap .scr table tr:first-child td{
    padding:0;
}
.r_detail_wrap .scr tr.line th,
.r_detail_wrap .scr tr.line td{
    padding:5px 0 15px 0;
}
.r_detail_wrap .scr tr.line td span{
    display: block;
    font-size:12px;
    line-height:100%;
}
.r_detail_wrap .scr td.basic_price p{
    display: inline;
    text-decoration: line-through;
    color:#797879;
    margin:0;
    font-family: 'noto3'
}
.r_detail_wrap .scr td.basic_price span{
    color:#df1a23;
    margin:0 0 0 2px;
    font-family: 'noto5';
    font-weight:100;
}
.r_detail_wrap .scr td.sell_price{
    color:#000;
    font-size:18px;
    font-weight: 600;
}
.r_detail_wrap .scr td.sell_price span{
    display: block;
    font-size:12px;
    line-height:100%;
    color:#848484;
    font-weight:600;
}
.r_detail_wrap .scr td.total_info{
    border-top:1px #d1d1d1 solid;
    padding:15px 0 20px 0;
    color:#000;
    font-size:15px;
    font-weight: 600;
    font-family:'noto3';
}
.r_detail_wrap .scr td.total_info .total_price{
    font-size:22px;
    line-height: 100%;
    padding:0 0 0 25px;
    font-family: 'noto3'
}
.r_detail_wrap .scr .color-btn{
    font-size:0;
}
.r_detail_wrap .scr .color-btn a{
    display: inline-block;
    *display:inline;
    zoom:1;
    vertical-align:top;
    width:48%;
    margin:0 0 0 4%;
    box-sizing: border-box;
    line-height:30px;
    height:30px;
    font-size:16px;
    text-align: center;
    color:#fff;
    font-weight:600;
    font-family: 'noto3'
}
.r_detail_wrap .scr .color-btn a.go-cart{
    background:#8d8d8d;
}
.r_detail_wrap .scr .color-btn a.go-yes{
    background:#578db1;
}
.r_detail_wrap .scr .color-btn a.go-item-view{
    background:#df1a23;
    width:100%;
    margin:4% 0 0 0;
}
.r_detail_wrap .scr .color-btn a:first-child{
    margin:0;
}
.r_detail_wrap .scr .color-btn.two .go-item-view{
    width:48%;
    margin:0 0 0 4%;
}
.r_detail_wrap .small_bn{
    padding:20px 0;
}
.r_detail_wrap .small_bn ul {
    overflow: hidden;
}
.r_detail_wrap .small_bn ul li{
}
.r_detail_wrap .small_bn ul li a{
    display:block;
}
.r_detail_wrap .small_bn ul li a img{
    display: block;
    max-width: 100%;
    margin:0 auto;
}
.r_detail_wrap .slide_wrap{
     padding:20px 25px;
    box-sizing: border-box;
    border:1px #dddddd solid;
    background:#fff;
    margin:0 0 20px 0;
}
.act_wrap.act .r_detail_wrap .slide_wrap{
    padding:10px 25px;
}

.r_detail_wrap .slide_wrap .swiper-slide .img_wrap{
    position:relative;
    width:125px;
    height:134px;
    margin:0 auto;
}
.r_detail_wrap .slide_wrap .swiper-slide .layer{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    box-sizing: border-box;
    display:table;
    background:rgba(0,0,0,0.7);
    display: none;
}
.r_detail_wrap .slide_wrap .swiper-slide .img_wrap:hover .layer{
    display: table;
}
.r_detail_wrap .slide_wrap .swiper-slide .layer .mid{
    display: table-cell;
    vertical-align: middle;
}
.r_detail_wrap .slide_wrap .swiper-slide .layer .mid a{
    border:1px #f00 solid;
    margin:0 auto;
    width: 88px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    z-index: 2;
    background:#a4a4a4;
    margin: 5px auto 3px auto;
    font-size:13px;
    border:none;
    vertical-align:middle;
    display: block;
}
.r_detail_wrap .slide_wrap .swiper-slide .mid a:hover{
    background: #ff7116;
}

.r_detail_wrap .set_slide {
    width:100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.r_detail_wrap .set_slide .swiper-button-prev{
    background:url(/_skin/sidae/book/images/next_arrow_left.png) no-repeat center center;
    left:0;
}
.r_detail_wrap .set_slide .swiper-button-next{
    background:url(/_skin/sidae/book/images/next_arrow_right.png) no-repeat center center;
    right:0;
}
.r_detail_wrap .set_slide .num_info{
    text-align:left;
    position:relative;
    font-size:14px;
    margin:0 0 35px 0;
}
.act_wrap.act .r_detail_wrap .set_slide .num_info{
    margin:0 0 8px 0;
}
.r_detail_wrap .set_slide .num_info .swiper-pagination{
    top:0;
    text-align: right;
    letter-spacing: -1px;
    font-size:12px;
    color:#848484;
    height:100%;
    box-sizing: border-box;
    padding:0 1px 0 0;
}
.r_detail_wrap .set_slide .num_info .swiper-pagination-current{
    color:#000;
    font-weight:600;
}
.r_detail_wrap .set_slide .set_info{
    padding:25px 0 0 0;
    overflow:hidden;
    width:100%;
}
.act_wrap.act .r_detail_wrap .set_slide .set_info{
    padding:8px 0 0 0;
}
.r_detail_wrap .set_slide .set_info p{
    font-weight:600;
    font-size:13px;
    max-height:35px;
    overflow: hidden;
    word-break:keep-all;
    margin:0 0 5px 0!important;
}
.r_detail_wrap .set_slide .swiper-slide:hover .set_info p{
    text-decoration: underline
}
.r_detail_wrap .set_slide .set_info .price{
    color:#df1a23;
    font-weight: 600;
    font-size:13px;
}
.r_detail_wrap .set_slide .set_info .price span{
    color:#605f5f;
    font-size:12px;
    font-weight:400;
    padding:0 5px 0 0;
    text-decoration: line-through;
}
.r_detail_wrap .set_slide .set_info .price em{
    font-weight: 400;
    font-size:12px;
}
.top_btn_area{
    font-size:0;
}
.top_btn_area a{
    border:1px #dddddd solid;
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    width:45px;
    height:35px;
    font-size:10px;
    text-align:center;
    line-height:45px;
    text-transform: uppercase;
    color:#a7a7a7;
    background:#f6f6f6 url(/_skin/sidae/book/images/top_arrow.png) no-repeat center 5px;
}

.small_tab_view{
    display: none;
    border:1px #000 solid;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    padding: 15px 25px 10px 25px;
    text-align: left;
    z-index: 99;
    width:400px;
    bottom:50px;
    left:204px;
}
.small_tab_view.on{
    display: block;
}
.small_tab_view.on,
.small_tab_view div.on{
    display:block
}
.small_tab_view h3{
    font-size:15px;
    color:#000;
    line-height:100%;
    border-bottom:2px solid #000;
    padding-bottom: 9px;
    font-family: 'noto5';
    font-weight: 100;
    margin: 0 0 10px 0;
}
.small_tab_view .close{
    position:absolute;
    top:-2px;
    right:00px;
    width:20px;
    height:20px;
    text-indent: -9999px;
    font-size:0;
    background: url(/_skin/sidae/book/images/close.png) no-repeat center center;
    background-size:70%;
}
.small_tab_view .con{
/*     overflow: hidden; */
    height:100%;
    position:relative;
}
.small_tab_view ul{
    width:100%;
    padding:0 0 10px 0;
}
.small_tab_view ul li{
    width:100%;
    color:#525356;
    padding: 2px 0;
    border:none;
    display:block;
    float:none;
    min-height:auto;
    border-top:0;
    font-size:13px;

}
.small_tab_view ul li a:before{
    content:"ㆍ";
    display:inline;
}
.small_tab_view ul li a{
    display: block;
    font-size:12px;
    color:#525356;
    line-height:20px;
    max-width:90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.small_tab_view ul li a:hover{
    color:#000;
    text-decoration:underline;
}
.small_tab_view .paging{
    text-align:center;
    margin:10px 0 0 0;
}
.small_tab_view .paging a{
    color:#343434;
    font-size:12px;
    margin:0 3px;
}
.small_tab_view .paging a:hover,
.small_tab_view .paging a.on{
    text-decoration:underline;
    font-weight:600;
}
/*탭뷰*/
.small_tab_view .look_page{
    text-align:center;
    bottom:0;
    padding:0;
    box-sizing:border-box;
    z-index:99;
    overflow: hidden;
}
.small_tab_view .look_page li{
    display: inline-block;
    *display: inline;
    zoom:1;
    float:none;
    width:auto;
    min-height:14px;
    height:14px;
    line-height:14px;
    padding:0;
    text-align:left;
}
.items_new ul li:first-child{
    margin:0
}
.small_tab_view .look_page li button{
    color:#343434;
    font-size:12px;
    margin:0 5px;
    background:none;
    border:0;
   width:100%;
   box-sizing:border-box;
   text-align:left;
}
.small_tab_view .look_page li button:hover,
.small_tab_view .look_page li button.selectedPage{
    text-decoration:underline;
    font-weight:600;
    cursor: pointer;
}




/*depth_tab*/
.depth_tab_wrap{
    position:relative;
}
.depth_tab_wrap .b_tit{
    margin:0 0 20px 0
}
.depth_tab_wrap .b_tit.no_mg{
    margin:0;
}
.depth_tab_wrap .tab-cont{
    display: none;
}
.depth_tab_wrap .tab-cont.ta1{
    display: block!important;
}



/*게시판 영역*/
table.A-basic{
    width:100%;
    border-collapse: collapse;
    font-size:13px;
}
table.A-basic th,
table.A-basic td{
    line-height:50px;
}
table.A-basic th{
    border-bottom:1px solid #000;
    font-size: 16px;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
table.A-basic td{
    /*font-family: noto3;*/
    border-bottom:1px solid #e0e0e0;
    letter-spacing: -1px;
  line-height:26px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-weight: normal;
}
table.A-basic td a{
    margin:0;
    padding:0;
    vertical-align: middle;
    max-width: 880px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*글제목, 작성자, 작성일, 공지사항 게시판 리스트 css*/
table.A-basic td.img {
    padding:20px 11px;
    text-align:center;
}

table.A-basic td.img  img {
    height:79px;
    vertical-align:middle;
}
table.A-basic td.txt-main{
    text-align: left;
    padding:10px 0
}

table.A-basic td.txt-main .write_user_title:hover a{
    border-bottom:1px solid #000;
    text-decoration:none;
}

table.A-basic td.txt-main .write_user_title  a,
table.A-basic td.txt-main .write_user_title  nobr{
    font-family:'noto5';
    font-weight:100;
    box-sizing:border-box;
    color:#1b1b1b;
    white-space: nowrap;
    max-width:545px;
    overflow: hidden;
}

table.A-basic td.txt-main .write_user_title > * {
    font-weight:100;
    margin:0 0 0 0;
    font-size:14px;
    color:#1b1b1b;
}

table.A-basic  .write_user_name,
table.A-basic .write_user_date,
table.A-basic .write_date,
table.A-basic .law_date,
table.A-basic .book_print_info,
table.A-basic .write_hit_cnt,
table.A-basic  .write_type{
    margin-right:20px;
    letter-spacing: 0.1px;
    color:#1b1b1b;
}

table.A-basic .ad_notice{
    font-family:'noto5';
    font-weight:100;
    margin-bottom:10px;
    font-size:14px;
    color:#1b1b1b;
    font-style:normal
}

table.A-basic td.txt-main .free{
    display: block;
    color:#1b1b1b;
    font-size:14px;
  letter-spacing: 0.1px;
}
table.A-basic td.txt-main .member{
    display: block;
    color:#df1a23;
    font-size:14px;
  letter-spacing: 0.1px;
}
table.A-basic td.txt-main .member.line{
    text-decoration: line-through;
    font-size:14px;
  letter-spacing: 0.1px;
}


/*공지사항*/
table.A-basic td.first-child{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    color:#888888;
}
/*다운로드*/
table.A-basic td.down{
    text-align: right;
}
table.A-basic td a.down,
div.A-detail .file-box a.down{
    display: inline-block;
    *display: inline;
    zoom:1;
    height:30px;
    line-height:30px;
    width:60px;
    text-align: center;
    color:#fff;
    font-family:'noto5';
    background:#df1a23 url('../img/download_icon.png') no-repeat 10px 46%;
    font-size:12px;
}

div.A-detail .file-box a.down{
    width:67px;
    padding:0 0 0 14px;
    background:#1b1b1b url('../img/download_icon.png') no-repeat 5px 47%;
}
table.A-basic td a.no_down,  /*리스트 ->  권한없음*/
.file-box .file-title .no_down /* 게시글 상세보기 -> 권한없음*/{
    display: inline-block;
    *display: inline;
    zoom:1;
    height:30px;
    width:87px;
    text-align: center;
    color:#888888;
    font-size:13px;
    font-weight:400;
    border:1px #bdbdbd solid;
    pointer-events:none;
    line-height:30px;
}

.file-box .file-title .no_down /* 게시글 상세보기 -> 권한없음*/{
    margin-top:5px;
}

/*페이지*/
#paging-wrap{
    display: inline-block;
    width: 100%;
    height: 35px;
    color: #ccc;
    margin: 0px 0px 5px 0px;
}

#paging-wrap .paging-top{
    width: 100%;
    height: 35px;
    border-radius: 5px;
}

#paging-wrap .paging-top .paging-top-left{
    margin:0 auto;
    width: 100%;
    height: 35px;
    text-align:center;
    display:table
}

#paging-wrap .paging-top .paging-top-center{
    width: 215px;
    height: 35px;
}

#paging-wrap .paging-top .paging-top-center select{
    margin: 8px 5px;
    width: 100%;
    height: 20px;
}

#paging-wrap .paging-top .paging-top-center select:first-child{
    margin-left: 5px;
}


#paging-wrap .paging-top .paging-top-left .paging img{
    margin: -4px;
}

#paging-wrap .paging-top .paging-top-left .paging-new{
  width:100%;
    text-align:center;
  display: table;
    border-top:2px solid #7f7f7f;
    padding-top:20px;
}
#paging-wrap .paging-top .paging-top-left .paging-new  ul.mal {
    display:inline-block;
    text-align:center;
    margin:4px auto 0;
    vertical-align: middle;

}

#paging-wrap .paging-top .paging-top-left .paging-new ul.mal li {
    display:table-cell;
    float:none;
    font-size:14px;
    vertical-align: middle;
    text-align: center;
}

#paging-wrap .paging-top .paging-top-left .paging-new ul.mal  li a{
    margin-left:14px;
    color:#777;
    font-family: 'noto3';
    font-weight: 100;
    font-size:13px;
}

#paging-wrap .paging-top .paging-top-left .paging-new ul.mal  li a.selected{
    font-family: 'noto5';
    color:#000;
}

#paging-wrap .paging-top .paging-top-left .paging-new > a{
    display:inline-block;
    *display: inline;
    zoom:1;
    margin-left:10px;
    position: relative;
    vertical-align:top;
}

#paging-wrap .paging-top .paging-top-left .paging-new > a:hover{
    border:1px solid #000;
    box-sizing:border-box;
}

#paging-wrap .paging-top .paging-top-left .paging-new > a.next{
    font-size:0;
    background:url(/_skin/sidae/images/common/right_btn.png) center no-repeat;
    width:30px;
    height:30px;
    background-size: contain;
}

#paging-wrap .paging-top .paging-top-left .paging-new > a.prev{
    font-size:0;
    background:url(/_skin/sidae/images/common/left_btn.png) center no-repeat;
    width:30px;
    height:30px;
    background-size: contain;
}

#paging-wrap .paging-top .paging-top-left .paging-new > a.btn{
    border:1px solid #d6d6d6;
    width:57px;
    height:25px;
    font-size:12px;
    line-height:24px;
    box-sizing: border-box;
}
#paging-wrap .paging-top .paging-top-left .paging-new .btn.back,
#paging-wrap .paging-top .paging-top-left .paging-new .btn.front{
    border: 1px solid #dcdcdc;
    color:    #9d9d9d;
    font-family: 'noto5';
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: 0.9px;
}

#paging-wrap .paging-top .paging-top-left .paging-new span{
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 35px;
}

#paging-wrap .paging-top .paging-top-right{
    float: right;
    width: 156px;
    height: 35px;
}

#paging-wrap .paging-top .paging-top-right a{
    width: 65px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 13px;
    margin-top: 8px;
    line-height: 0px;
    text-decoration: none;
}

#paging-wrap .paging-top .paging-top-right a span{
    display: block;
    text-indent: -99999px;
}

#paging-wrap .paging-top .paging-top-right .paging-btn-01{
    background: url('/_skin/sidae/book/images/book_release_btn.gif') no-repeat 0 0;
}
#paging-wrap .paging-top .paging-top-right .paging-btn-01.select_btn{
    background: url('/_skin/sidae/book/images/book_release_btn.gif') no-repeat 0 -20px;
}
#paging-wrap .paging-top .paging-top-right .paging-btn-02{
    background: url('/_skin/sidae/book/images/book_name_btn.gif') no-repeat 0 0;
}
#paging-wrap .paging-top .paging-top-right .paging-btn-02.select_btn{
    background: url('/_skin/sidae/book/images/book_name_btn.gif') no-repeat 0 -20px;
}

#paging-wrap .paging-top .paging-top-right a span{
    display: block;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.page-bottom .btn{
    display:inline-block;
    *display: inline;
    zoom:1;
    width: 77px;
    height: 31px;
    font-size: 14px;
    line-height:29px;
    border: 1px solid #d6d6d6;
    color: #939393;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left:10px;
    vertical-align: top;
}

.page-bottom .btn2{
    border: 1px solid #000;
    color: #000;
}
.page-bottom .btn.writing{
    right:130px;
}

.page-bottom .bottom_btn_wrap {
    overflow: hidden;
    display: block;
    text-align: center;
    clear: both;
}

.bottom_btn_wrap  li {
    display: inline-block;
    float:none;
}

.page-bottom .bottom_btn_wrap  li  .writing-top{
    display: block;
    width: 107px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    border: 1px solid #878787;
    color: #878787;
    float: left;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 0;
}

.page-bottom .bottom_btn_wrap  li:first-child  .writing-top{
    border: 1px solid #000;
    color: #000;
}

.page-bottom .bottom_btn_wrap  li  .writing-top:hover{
    border: 1px solid #000;
    color: #000;
    font-family: 'noto5';
}

.bottom_bn{
    margin:80px 0 180px 0;
}
.bottom_bn h3{
    font-family: 'noto5';
    font-weight:100;
    font-size:16px;
    line-height:100%;
    padding:0 0 15px 0;
}
.bottom_bn ul{
    border:1px #d1d1d1 solid;
    overflow:hidden;
}
.bottom_bn ul li{
    border-left:1px #d1d1d1 solid;
    width:25%;
    box-sizing:border-box;
    text-align:center;
    padding:75px 0 25px 0;
    color:#000;
    font-family: 'noto3'
}
.bottom_bn ul li:first-child{
    border:0;
    background:url(/_skin/sidae/book/images/icon1.png) no-repeat center 30px;
}
.bottom_bn ul li.sec{
    background:url(/_skin/sidae/book/images/icon2.png) no-repeat center 30px;
}
.bottom_bn ul li.thir{
    background:url(/_skin/sidae/book/images/icon3.png) no-repeat center 30px;
}
.bottom_bn ul li.four{
    background:url(/_skin/sidae/book/images/icon4.png) no-repeat center 30px;
}
.bottom_bn ul li span,
.bottom_bn ul li b{
    display: block;
    font-size:14px;
    line-height:120%;
}
