@charset "utf-8";

/* 닷컴 리뉴얼 도서 서브 w100 공통 */
.content.sub .w100 {max-width: 990px;}


/* 공통 h2 */
h2{position:relative; margin-bottom: 45px; padding: 45px 20px 0; font-size: 34px; color: #393939; text-align: center; letter-spacing: -1px; word-break:keep-all; font-weight: 500; line-height: 1.4em;}
h2 span{display: block; padding:5px; font-weight: 400; font-size: 18px; color: #666666; letter-spacing: 0px; line-height: 1.7em;}
h2 span a{font-size: inherit; color: inherit; font-weight: inherit;}
h2 .btn{position: absolute; bottom: 0; right: 0; display: inline-block;}
h2 button{position: absolute; bottom: 0; right: 0; display: inline-block; color: #4189c2; font-size: 14px; padding: 0 10px; border: 1px solid #97c2e4; border-radius: 1px; background: transparent; height: 38px; line-height: 38px; margin-left: 5px; transition:0.2s all;}
h2 button:hover,h2 button:focus{background: #559bd3; color: #fff; border: 1px solid #559bd3;}
h2 .btn{display: inline-block;}
h2 .btn button{position: relative; width: 80px;}

/* 공통 select */
.select_common *{ box-sizing: border-box; }
.select_common{position:relative;width:100%;height:44px;border-radius:5px;border:1px solid #ddd;background:url(../../books/images/author/icon/icon_arrow_select.svg) right 10px center no-repeat;cursor:pointer;padding:0 15px}
.select_common.on{background:url(../../books/images/author/icon/icon_arrow_select_up.svg) right 10px center no-repeat;border:1px solid #333}
.select_common .label{display:flex;align-items:center;width:inherit;height:inherit;border:0;outline:0;background:0 0;cursor:pointer}
.select_common .optionList{position:absolute;top:49px;left:-2px;width:101%;background:#fff;list-style-type:none;padding:0 15px;border-radius:6px;overflow:hidden;display:none;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);}
.select_common.on .optionList{display:block;z-index:50;}
.select_common.on .label{color:#333 !important}
.select_common .optionItem{height:44px;line-height:44px}
.select_common .optionItem:last-child{border-bottom:0}

/* 공통 main_title(페이지 맨 상단 제목) */
.main_title_common{display:flex;flex-direction: row;align-items: flex-end;margin-bottom:52px;}
.main_title_common .t_main{color:#333;/*margin-bottom:70px;*/ font-size:34px;font-weight:700;}
.main_title_common .sub{color:#333;font-weight:500;font-size:18px;}
.main_title_common .sub.mobile{display:none;}
.main_title_common .sub:before{content:"";display:inline-block;width:20px;border-bottom:1px solid #333;margin:0 10px; box-sizing: border-box;}
@media screen and (max-width:1100px){
	.main_title_common{flex-direction: column; align-items: flex-start;margin-bottom:30px;}
	.main_title_common .t_main{font-size:22px;}
	.main_title_common .sub{font-size:16px;}
	.main_title_common .sub.pc{display:none;}
	.main_title_common .sub.mobile{display:inline-block;}
	.main_title_common .sub:before{margin:4px 0;}
}
@media screen and (max-width:768px){
	.main_title_common{margin-bottom:20px;}
}

/* sub : interview 더보기 페이지 (20231109 이전 저자소개 페이지) */
.author_s .w100{/* padding: 0 15px 25px 15px; */ box-sizing: border-box;}
.author_s .btn{display: inline-block;}
.author_s .btn button{position: relative; width: 80px;}
.author_s dl{width: 32%; background: #fff; margin-right: 2%; box-sizing: border-box; margin-bottom: 3.5%; box-shadow: 1px 1px 7px rgba(0,0,0,0.15); background: #fff; position: relative; overflow:hidden; float: left;}
.author_s dl:nth-of-type(3n){margin-right: 0;}
.author_s dl dt img{width: 100%;}
.author_s dl dd h3{text-align: center; padding: 20px; box-sizing:border-box;}
.author_s dl dd h3 span{font-size: 15px; font-weight: 300; padding-right: 5px;}
.author_s dl dd h3 strong{font-size: 22px; font-weight: 500;}
.author_s dl dd em{padding: 0 20px; display: block; font-weight: 300; height: 190px; overflow-y: auto; margin-bottom: 20px;}
.author_s dl dd p.btn{text-align: center; display: block; width: 100%; padding-bottom: 30px;}
.author_s dl dd p.btn button{width: 117px; height: 38px; line-height: 38px; margin: 0 6px; transition: 0.2s all; border-radius: 1px; font-size: 14px; padding: 0 10px; display: inline-block; border: 1px solid #d0d0d0; color: #656565; background: rgba(255,255,255,0.8); }
.author_s dl dd p.btn button:hover{background: #414141; border: 1px solid #414141; color: #fff;}

/* sub : author 저자 소개 페이지 (+강연 문의하기 페이지)*/
.author_intro{background-color: #fff;}
.author_intro .w100{max-width: 1230px !important;margin: 0 auto;padding: 60px 23px 180px;box-sizing: border-box;}
.author_intro .flex_wrap{display:flex; justify-content: space-between;}
.author_intro .flex_left{width:260px;}
.author_intro .search-area{display: inline-block;width: 260px;height: 34px;background: #fff;vertical-align: middle;line-height: 50px;text-align: left;border-bottom: 4px solid #222;position:relative;}
.author_intro .search-area input{display:inline;vertical-align:top;background:0 0;border:0;margin-left:0;height:27px;line-height:27px;width:80%;position:relative;padding:0; font-weight:400; font-size:16px;}
.author_intro .deleteTxt_btn{position:absolute;right:35px;top:3px;width:18px;cursor:pointer;}
.author_intro .search-btn{width:18px;display:block;background:0 0;float:right;height:19px;line-height:30px;margin-right:5px;}
.author_intro .search-btn .i-search{width:18px;height:19px;background: url(/duranno/img/m_icon_search.svg) 0 0 no-repeat;display:inline-block;margin-top:3px;background-size:contain;}
.author_intro .tab_menu{margin-top:30px}
.author_intro .tab_menu>li{width:100%;line-height:50px;background-color:#f5f5f5;border-radius:25px;padding-left:40px;box-sizing:border-box;margin-top:10px;cursor:pointer;font-size:16px}
.author_intro .tab_menu>li.on{background-color:#333;color:#fff;}
.author_intro .tab_menu>li:hover{padding-left: 50px;transition: all .1s ease;}
/* .author_intro .tab_menu>li>ul{display:none;}
.author_intro .tab_menu>li>ul>li{padding-left:0;height:50px;line-height:50px;}
.author_intro .tab_menu>li:hover>ul{display: block;} */
.author_intro .flex_right{max-width:800px;width:100%;position: relative;}
.author_intro .flex_right .no_author_list{text-align: center;
    font-size: 16px;
	margin-top:30%;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/}
.author_intro .flex_right .author_list .author_box_wrap{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid #ddd;padding:30px 0}
.author_intro .flex_right .author_list .author_box_wrap:first-of-type{padding:0 0 30px}
.author_intro .flex_right .author_list .author_box{max-width:385px;width:100%;height:100px;display:flex;align-items:center;box-sizing:border-box}
.author_intro .flex_right .author_list .author_box:hover span{text-decoration:underline}
.author_intro .flex_right .author_list .author_box:nth-child(odd){border-right:1px solid #eee}
.author_intro .flex_right .author_list .author_box img{width:90px;height:100px;border-radius:5px;margin-right:20px}
.author_intro .flex_right .author_list .author_box span{font-size:16px;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-right:20px;}
@media screen and (max-width: 1150px){
	.author_intro .search-area,.author_intro .flex_left{width:200px;}
}
@media screen and (max-width: 1100px){
	.author_intro .w100{padding:40px 20px 100px !important}
	.author_intro .flex_wrap{display:block;}
	.author_intro .flex_left,.author_intro .search-area{width:100%;}
	.author_intro .tab_menu{display:flex;gap:10px; overflow-x:scroll; margin-top:20px;}
	.author_intro .tab_menu li{padding:0 20px; width:auto; flex-shrink: 0;font-size:14px;height: 44px;line-height: 44px;}
	.author_intro .tab_menu li:hover{padding:0 20px;}
	.author_intro .flex_right{max-width:none; margin-top:30px;}
	.author_intro .flex_right .author_list .author_box_wrap{padding:20px 0;}
	.author_intro .flex_right .author_list .author_box_wrap:first-of-type {padding: 0 0 20px 0;}
	.author_intro .flex_right .author_list .author_box_wrap.first{padding:0 0 20px;}
	.author_intro .flex_right .author_list .author_box{max-width:none; width:49%;}
	.author_intro .flex_right .author_list .author_box img{width:72px;height:80px;flex-shrink:0;}
	.author_intro .flex_right .author_list .author_box span{-webkit-line-clamp: 1;}
	.author_intro .flex_right .no_author_list{margin-top:0;padding: 120px 0 80px 0;}
}
@media screen and (max-width:768px){
	.author_intro .tab_menu li{height:44px; line-height:44px;font-size:14px; margin-top:0;}
	.author_intro .flex_right{margin-top:20px;}
	.author_intro .flex_right .author_list .author_box_wrap,.author_intro .flex_right .author_list .author_box_wrap.first{padding:0;}
	.author_intro .flex_right .author_list .author_box_wrap{display:block;border:none;}
	.author_intro .flex_right .author_list .author_box{width:100%; height:auto; margin:15px 0; border-bottom:1px solid #eee !important; padding-bottom:15px;}
	.author_intro .flex_right .author_list .author_box:nth-child(odd),.author .flex_right .author_list .author_box_wrap{border:none;}
	.author_intro .flex_right .author_list .author_box_wrap:first-of-type{padding:0;}
}

/* sub : author_detail 저자 상세 페이지 */
.author_detail{background-color:#fff;}
.author_detail .w100{max-width: 1230px !important;margin: 0 auto;padding: 60px 23px 180px;box-sizing: border-box;}
.author_detail .flex_wrap{display:flex; justify-content: space-between;}
.author_detail .flex_left{width:260px;display: flex;flex-direction: column;align-items: center;}
.author_detail .flex_left .author_img{max-width:260px; width:100%; border-radius: 5px;}
.author_detail .flex_left .author_name{margin-top:20px;font-size:24px;font-weight: 700;text-align: center;}
.author_detail .flex_left a{border-radius: 40px;background-color: #333;color:#fff;display:inline-block;padding:9px 30px;font-size:16px;margin-top:20px;}
.author_detail .flex_right{max-width:800px;width:100%}
.author_detail .flex_right .author_wrap{margin-top:30px;}
.author_detail .flex_right .author_wrap:first-of-type{margin-top:0;}
.author_detail .flex_right .author_title{font-size:20px; font-weight:700;padding-bottom:20px;border-bottom:1px solid #ddd;}
.author_detail .flex_right .author_title>span{font-size:16px;font-weight:400;margin-left:8px;}
.author_detail .flex_right .author_txt{margin-top:20px;}
.author_detail .flex_right .author_txt p,.author_detail .author_txt ul li{font-size:16px;}
.author_detail .flex_right .author_txt p{line-height:24px;}
.author_detail .flex_right .author_txt .lecture_list li{margin-bottom:5px;list-style-type: disc;margin-left:20px;}
.author_detail .flex_right .author_txt .lecture_keywords{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
.author_detail .flex_right .author_txt .lecture_keywords li{border-radius: 40px;border:1px solid #ddd;flex-shrink: 0; cursor: pointer;}
.author_detail .flex_right .author_txt .lecture_keywords li a{font-size:15px;color:#999;padding:6px 16px;display:inline-block;}
.author_detail .flex_right .author_txt .lecture_keywords li:hover{border:1px solid #333;}
.author_detail .flex_right .author_txt .lecture_keywords li:hover a{color:#333;}
.author_detail .flex_right .book_wrap .author_txt{display:grid; grid-template-columns:repeat(5,1fr); gap:50px 25px;/*align-items: end;*/}
.author_detail .flex_right .book_wrap dl,.author_detail .flex_right .book_wrap dl dt{display:flex;flex-direction: column;align-items: center;}
.author_detail .flex_right .book_wrap dl dt img{width:100%;border:1px solid #e1e1e1;box-sizing: border-box;}
.author_detail .flex_right .book_wrap dl dt .book_title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;text-align: center;margin-top:15px; font-size:16px; font-weight:500;height: auto;line-height: 24px;max-width:100%;width:140px;}
.author_detail .flex_right .book_wrap dl dd{color:#666666;font-size:14px;margin-top:5px;height:17px;}
@media screen and (max-width: 1150px){
	.author_detail .flex_left {width: 200px;}
	.author_detail .flex_left .author_name{font-size:20px;}
}
@media screen and (max-width: 1100px){
	.author_detail .w100{padding:40px 20px 100px;}
	.author_detail .flex_wrap{flex-direction: column;}
	.author_detail .flex_left a{margin-top:10px;font-size:14px;}
	.author_detail .flex_left .author_name{margin-top:15px;}
	.author_detail .flex_right{margin-top:30px;}
	.author_detail .flex_right .author_title{font-size:18px;}
	.author_detail .flex_right .author_title>span{font-size:15px;}
	.author_detail .flex_right .author_info_wrap .author_txt p, .author_detail .lecture_wrap .author_txt ul li{font-size:15px;}
	.author_detail .flex_right .author_info_wrap .author_txt p{margin-bottom:5px;}
	.author_detail .flex_left{margin:0 auto;}
	.author_detail .flex_right{max-width: none;}
	.author_detail .flex_right .lecture_wrap .author_txt .lecture_keywords{gap:8px;margin-top:15px;}
	.author_detail .flex_right .author_txt .lecture_keywords li a{font-size:14px;}
	.author_detail .flex_right .book_wrap .author_txt{grid-template-columns:repeat(6,1fr);gap:50px 20px;}
	.author_detail .flex_right .book_wrap dl dt .book_title{margin-top:10px;font-size:14px;width:130px;line-height:auto;}
	.author_detail .more{color:#999;font-size:14px;}
}
@media screen and (max-width: 910px){
	.author_detail .flex_right .book_wrap dl dt .book_title{width:100px;}
}
@media screen and (max-width: 768px){
	.author_detail .flex_right .author_title{padding-bottom:15px;}
	.author_detail .flex_right .author_txt{margin-top:15px;}
	.author_detail .flex_right .author_title>span{margin-left:6px;}
	.author_detail .flex_right .book_wrap .author_txt{grid-template-columns:repeat(5,1fr);}
}
@media screen and (max-width: 600px){
	.author_detail .flex_right .book_wrap dl dt .book_title{width:160px;}
	.author_detail .flex_right .book_wrap .author_txt{grid-template-columns:repeat(3,1fr);gap:50px 10px;}
}
@media screen and (max-width: 550px){
	.author_detail .flex_right .book_wrap dl dt .book_title{width:130px;}
}
@media screen and (max-width: 470px){
	.author_detail .flex_right .book_wrap dl dt .book_title{width:100px;}
}
@media screen and (max-width: 370px){
	.author_detail .flex_right .book_wrap dl dt .book_title{width:80px;}
}

/* sub : lecture_inquiries 강연 문의하기 메인 페이지 */
.lecture{min-height:1300px;}
.lecture .w100{padding:60px 23px 180px;}
.lecture .tab_menu a{display:block; width:100%;line-height:50px;background-color:#f5f5f5;border-radius:25px;padding-left:40px;box-sizing:border-box;margin-top:10px;cursor:pointer;font-size:16px}
.lecture .tab_menu a:hover{padding-left: 50px;transition: all .1s ease;}
.lecture .tab_menu a.main_menu.on{background-color:#333;color:#fff;}
.lecture .tab_menu .sub_menu{display:none;}
.lecture .tab_menu .sub_menu.on{display:block;}
.lecture .tab_menu .sub_menu a{background-color: #fff;/*border:1px solid #999;*/ color:#999; line-height:40px;border-radius: 0;height:40px; box-sizing: border-box;}
.lecture .tab_menu .sub_menu a:hover,.lecture .tab_menu .sub_menu a.on{text-decoration:underline; text-underline-offset:5px;text-decoration-thickness:2px;text-decoration-thickness:#333;color:#333;box-sizing: border-box;height:40px;}
.lecture .tab_menu .sub_menu a:hover{padding-left:40px;}
.lecture .tab_menu_sub{display:flex; gap:10px; margin-bottom:30px;}
.lecture .tab_menu_sub li{font-size:16px; color:#999999; height:40px; line-height:40px; border-radius:25px; box-sizing: border-box; font-size:16px; border:1px solid #ddd; padding:0 22px; cursor:pointer;}
.lecture .tab_menu_sub li:hover{border: 1px solid #333;color: #333;}
.lecture .tab_menu_sub li.on{color:#333; border:1px solid #333;}
.lecture #lecturefrm{display:none;}
@media screen and (max-width:1100px){
	.lecture{min-height:auto;}
	.lecture .tab_menu.pc,.lecture .tab_menu_sub.pc{display:none;}
	.lecture #lecturefrm{margin-top:20px; display:flex; justify-content: space-between; gap:10px;}
}


/* sub : lecture_inquiries_write 강연 문의하기 신청 페이지 */
.lecture_write{background-color: #fff;padding:60px 0 180px;}
.lecture_write .w100{max-width:760px !important;margin:0 auto;padding:0;}
.lecture_write .main_title{font-size:24px;color:#333;font-weight:700;margin-bottom:30px;text-align: center;}
.lecture_write .main_title span a{font-size:24px;color:#333;position:relative;z-index:20;}
.lecture_write .main_title span a:before{content:'';position:absolute;bottom:-2px;width:100%;height:10px;background:rgb(47 182 216 / 30%);border-radius:16px;z-index:-1;}
.lecture_write .cont_wrap{border-top:1px solid #ddd;padding:50px 0;}
.lecture_write .cont_wrap .cont_title{font-size:18px; font-weight:700;margin:0 0 40px;}
.lecture_write .cont_wrap>p,.lecture_write .cont_wrap>div{margin-top:20px;display:flex;}
.lecture_write .cont_wrap label.sub_title{font-size:16px; width:160px; display:inline-block;flex-shrink: 0;line-height:40px;}
.lecture_write .cont_wrap input,.lecture_write .cont_wrap select{box-sizing: border-box;border:1px solid #ddd !important;border-radius: 4px;font-size:15px;}
.lecture_write .cont_wrap select#apt_jicbun {border: none !important; padding: 0 12px;}
.lecture_write .cont_wrap input[type="text"][disabled]{-webkit-text-fill-color: #999;opacity: 1;background-color:#F5F5F5;}
.lecture_write .cont_wrap select option[value=""][disabled]{display:none;}
.lecture_write .cont_wrap input::placeholder,.lecture_write .cont_wrap textarea::placeholder{color:#999;}
.lecture_write .cont_wrap input[type="text"],.lecture_write .cont_wrap input[type="number"],.lecture_write .cont_wrap input[type="tel"],.lecture_write .cont_wrap textarea,.lecture_write .cont_wrap .flex_right{width:100%;max-width:625px;}
.lecture_write .cont_wrap input[type="text"],.lecture_write .cont_wrap input[type="number"],.lecture_write .cont_wrap textarea{padding:0 15px;}
.lecture_write .cont_wrap textarea{height:100px;border:1px solid #ddd;resize:none;padding-top:10px;box-sizing: border-box;}
.lecture_write .cont_wrap .flex_right>div{display:flex;justify-content: space-between;gap:0 10px;}
.lecture_write .cont_wrap input#apt_name{flex:1;}
.lecture_write .cont_wrap input#zip_code{flex:2;color:#999;}
.lecture_write .cont_wrap button.find_zip{background-color: #fff; border:1px solid #ddd; border-radius: 4px;flex:1;}
/* .lecture_write .cont_wrap #layer{display:none;border:5px solid;position:fixed;width:300px;height:460px;left:50%;margin-left:-155px;top:0%;margin-top:10px;overflow:hidden;-webkit-overflow-scrolling:touch;z-index:9999} */
.lecture_write .cont_wrap #layer{display:none;border:1px solid #ddd;position:fixed;width:430px;height:540px;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden;-webkit-overflow-scrolling:touch;z-index:9999;border-radius: 5px;background-color:#fff;}
.lecture_write .modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:100;}
.lecture_write .cont_wrap #layer .layer_title{font-size:18px;font-weight:600;line-height:70px;padding-left:20px;}
.lecture_write .cont_wrap #layer #btnCloseLayer{cursor:pointer;position:absolute;top:24px;right:16px;width:20px;}
.lecture_write .cont_wrap input.ads_ipt{margin-top:10px;}
.lecture_write .cont_wrap .target_wrap{display:grid;grid-template-columns: repeat(6,1fr);gap:15px 0;width:100%;}
.lecture_write .cont_wrap #position_s{flex:1;height:40px;box-sizing: border-box;display:inline-block; padding: 0 !important;}
.lecture_write .cont_wrap .select_common .label{width:auto; line-height:40px;display:inline-block;width:100%;text-align: left;color:#999;}
.lecture_write .apt_wrap .flex_right{display:flex;justify-content: space-between;gap:10px;}
.lecture_write input[type="radio"]{display:none;}
.lecture_write input[type="radio"] + label{display:inline-block;position:relative;padding-left:28px;cursor:pointer;line-height:23px;}
.lecture_write input[type="radio"] + label:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;text-align:center;background:url(//www.duranno.com/books/images/author/icon/icon_off.svg)no-repeat;box-sizing:border-box;}
.lecture_write input[type="radio"]:checked + label:after{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background:url(//www.duranno.com/books/images/author/icon/icon_radio_on.svg)no-repeat;background-position:center center;}
.lecture_write .radio{margin:8px 15px 0 0;}
.lecture_write .radio:last-of-type{margin-right:0;}
.lecture_write input[type="checkbox"]{display:none;}
.lecture_write input[type="checkbox"] + label{display:inline-block;position:relative;padding-left:28px;cursor:pointer;line-height:23px;}
.lecture_write input[type="checkbox"] + label:before{content:"";position:absolute;left:0;top:1px;width:20px;height:20px;text-align:center;background:url(//www.duranno.com/books/images/author/icon/icon_checkbox_off.svg)no-repeat;box-sizing:border-box;}
.lecture_write input[type="checkbox"]:checked + label:after{content:"";position:absolute;top:1px;left:0;width:20px;height:20px;background:url(//www.duranno.com/books/images/author/icon/icon_checkbox_on.svg)no-repeat;background-position:center center;}
.lecture_write .cont_wrap .target_wrap_wrap{margin:30px 0;}
.lecture_write .cont_wrap .target_wrap_wrap .sub_title{line-height:22px;}
.lecture_write .cont_wrap .target_wrap_wrap .sub_title>span{font-size:14px;color:#999;}
.lecture_write #aplic_date{background:url(//www.duranno.com/books/images/author/icon/icon_date.svg) no-repeat right 7px center;}
  
/* datepicker css 테마 적용 */
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:34%!important;margin-right:3px;border:none;color:#555;font-weight:700;background-image:url(//www.duranno.com/books/images/author/icon/icon_arrow_select.svg);/*padding:0 0 0 26px;*/}
.ui-datepicker select.ui-datepicker-month{margin-left:10px;width:28%!important;/*padding:0 27px;*/}
.ui-state-default,.ui-widget-content .ui-state-default{line-height:100%!important;}
.ui-widget-header{border:0 solid #ddd;background:#fff;}
.ui-datepicker-calendar > thead > tr > th{font-size:14px!important;font-weight:400;padding:5px;}
.ui-datepicker .ui-datepicker-header{position:relative;padding-bottom:10px;}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:0 solid #c5c5c5;background-color:transparent;font-weight:400;color:#454545;text-align:center;}
.ui-datepicker .ui-datepicker-title{line-height:16px;text-align:center;font-size:14px;font-weight:700;margin:0;padding:0;}
.ui-datepicker{display:none;background-color:#fff;border-radius:4px;margin-top:0;margin-left:0;margin-right:0;width:300px;box-shadow:10px 10px 40px rgba(0,0,0,0.1);padding:20px 20px 10px;}
.ui-widget.ui-widget-content{border:1px solid #eee;}
#datepicker:focus > .ui-datepicker{display:block;}
.ui-datepicker-prev,.ui-datepicker-next{cursor:pointer;}
.ui-datepicker-next{float:right;}
.ui-state-disabled{cursor:auto;color:hsla(0,0%,80%,1);}
.ui-datepicker-title{text-align:center;font-weight:100;font-size:20px;padding:10px;}
.ui-datepicker-calendar{width:100%;}
.ui-datepicker-calendar > tbody > tr > td > a{color:#000;font-size:12px!important;font-weight:700!important;text-decoration:none;}
.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover{cursor:auto;background-color:#fff;}
.ui-datepicker-calendar > tbody > tr > td{border-radius:100%;width:44px;height:30px;cursor:pointer;font-weight:100;text-align:center;font-size:12px;padding:5px;}
.ui-datepicker-calendar > tbody > tr > td:hover{background-color:transparent;opacity:0.6;}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:0 solid #ccc;background-color:transparent;font-weight:400;color:#2b2b2b;}
.ui-widget-header .ui-icon{background-image:url(//www.duranno.com/books/images/author/icon/btns_month_move.png);}
.ui-icon-circle-triangle-e{background-position:-20px 0;background-size:36px;}
.ui-icon-circle-triangle-w{background-position:0 0;background-size:36px;}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:0;background:#f1f1f1;border-radius:50%;padding-top:10px;padding-bottom:10px;}
.inp{background-color:#f1f1f1;border-radius:4px;border:0;padding:10px;}
.inp:focus{outline:none;background-color:#eee;}
.ui-datepicker .ui-icon{top:12px!important;}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{top:10px;}
.lecture_write .terms_wrap .cont_title{margin-bottom:0;}
.lecture_write .terms_wrap .checkbox,.lecture_write .terms_wrap .bottom_txt{margin-top:10px;}
.lecture_write .terms_wrap .bottom_txt{font-size:14px;color:#999;}
.lecture_write .terms_txt{background-color:#FAFAFA;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;height:140px;overflow-y:scroll;color:#999;margin-bottom:20px;position:relative;}
.lecture_write .terms_txt .inner{padding:10px 15px;white-space:pre-line;position:absolute;color:#999;}
.lecture_write .terms_txt::-webkit-scrollbar{width:20px;}
.lecture_write .terms_txt::-webkit-scrollbar-track{background:#FAFAFA;}
.lecture_write .terms_txt::-webkit-scrollbar-thumb{background:#DDD;background-clip:padding-box;border:8px solid transparent;box-sizing:border-box;border-radius:20px;height:35px;}

.lecture_write .smt_btn_wrap{display:flex;justify-content:center;}
.lecture_write .smt_btn{display:inline-block;border-radius:40px;background-color:#333;color:#fff;font-size:16px;padding:10px 60px;font-weight: 400;}
.ui-datepicker-calendar > tbody > tr > td:first-child a,.ui-datepicker-calendar > thead > tr > th:first-child{color:red!important;}
.ui-datepicker-calendar > tbody > tr > td:last-child a,.ui-datepicker-calendar > thead > tr > th:last-child{color:#09f!important;}

@media screen and (max-width:1100px){
	.lecture_write .w100{padding:0 20px;}
	.lecture_write .main_title,.lecture_write .main_title span a{font-size:20px;margin-bottom:20px;}
	.lecture_write .main_title span a:before{height:8px;}
	.lecture_write .cont_wrap .cont_title{font-size:16px;}
	.lecture_write .cont_wrap label.sub_title,.lecture_write .cont_wrap input, .lecture_write .cont_wrap select,.lecture_write .cont_wrap input::placeholder,.lecture_write .cont_wrap textarea::placeholder,.lecture_write input[type="radio"] + label,.lecture_write input[type="checkbox"] + label,.lecture_write .cont_wrap button.find_zip,.lecture_write .cont_wrap .select_common .label,.lecture_write .select_common .optionItem,.lecture_write .terms_txt{font-size:14px;}
	.lecture_write .cont_wrap>p,.lecture_write .cont_wrap>div{margin-top:15px;}
	.lecture_write{padding:40px 0 100px;}
	.lecture_write .cont_wrap{padding:30px 0px;}
	.lecture_write .cont_wrap .cont_title{margin:0 0 20px;}
	.lecture_write .cont_wrap label.sub_title{width:148px;}
	.lecture_write .cont_wrap input[type="text"], .lecture_write .cont_wrap input[type="number"], .lecture_write .cont_wrap textarea{padding:0 12px;}
	.lecture_write .cont_wrap textarea{padding:10px 12px;}
	.lecture_write .cont_wrap input#apt_name,.lecture_write .cont_wrap #position_s{width:100%;padding:0 12px;flex:none;}
	.lecture_write .apt_wrap .flex_right{flex-direction: column;gap:10px 0;}
	.lecture_write #aplic_date {background: url(//www.duranno.com/books/images/author/icon/icon_date.svg) no-repeat right 4px center;}
	.lecture_write .cont_wrap .target_wrap_wrap{margin:20px 0;}
	.lecture_write .cont_wrap .target_wrap_wrap .sub_title>span{font-size:13px;}
	/* .lecture_write .terms_txt{padding:0px 12px;} */
	.lecture_write .terms_txt .inner{font-size:14px;}
	.lecture_write .smt_btn{max-width: 334px;box-sizing: border-box;width: 100%;}
}
@media screen and (max-width:768px){
	.lecture_write .cont_wrap label.sub_title{width:95px;}
	.lecture_write .cont_wrap input#zip_code{width:35.8%;flex:1;}
	.lecture_write .cont_wrap button.find_zip{flex:2;}
	.lecture_write .cont_wrap #layer{width:300px;}
	.lecture_write .cont_wrap #layer .layer_title{padding-left:15px;}
	.lecture_write .cont_wrap .target_wrap{grid-template-columns: repeat(4,1fr);}
	.lecture_write .terms_wrap .bottom_txt{line-height:24px;}
}
@media screen and (max-width:520px){
	.lecture_write .cont_wrap .target_wrap{grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width:330px){
	#ui-datepicker-div{left:0px !important;}
}

/* sub : interview 더보기 페이지 */
.interview .w100{background: #fff; padding: 0 17.156px 40px; box-sizing:border-box; box-shadow: 1px 1px 10px rgba(0,0,0,0.12)}
.interview dl{width: 31.3333%; float: left; text-align: center}
.interview dl:last-of-type{margin-right: 0;}
.interview dl dt{width: 95%; height: 180px; border: 1px solid #ddd; box-sizing:border-box; overflow:hidden; margin: 0 auto;}
.interview dl dt span{display: block; width: 100%; height: 180px; background-size: cover; background-position: 50% 0; transform:scale(1); transition:0.2s all; cursor: pointer}
.interview dl:hover dt span{transform:scale(1.1);}
.interview dl dd{text-align: center; word-break: keep-all; width: 95%; margin: 0 auto;}
.interview dl .name{font-size: 22px; font-weight: 500; margin-top: 16px; color: #393939; cursor: pointer}
.interview dl .name:after{content: ""; display: block; width: 30px; height: 2px; background: #555; margin: 15px auto;}
.interview dl .text{font-size: 18px; color: #333; font-weight: 300; }
.interview dl.slide-more{display: none;}
.sub h2{padding-top: 60px; margin-bottom: 60px;}
.sub h2>select{font-size: inherit; color: inherit; background-color: transparent; background-image: url(/duranno/img/bible-h2-select.svg); background-position: 88% 50%; border: 0; font-weight: inherit; border: 1px solid #bbb; border-radius: 0; margin-bottom: 10px; padding-left: 15px;}

.sub h2>select option{font-size: 15px;}
.sub.content div.more-btn{width: 100%; text-align: center; padding: 50px 15px; box-sizing:border-box;}
.sub.content div.more-btn button{width: 150px; font-size: 18px; padding: 10px 0; color: #fff; background: rgba(0,0,0,0.5); border-radius: 2px; transition: 0.2s all; box-shadow: 1px 1px 5px rgba(0,0,0,0.4)}
.sub.content div.more-btn button:hover{background: #414141;}
.sub.content div.more-btn button:focus{background: #414141; box-shadow: none;}
.sub .interview .w100{background: transparent; box-shadow: none; box-sizing:border-box;}
.sub .interview dl{width: 32%; background: #fff; margin-right: 2%; box-sizing: border-box; margin-bottom: 3.5%; box-shadow: 1px 1px 7px rgba(0,0,0,0.15); background: #fff; position: relative; overflow:hidden;}
.sub .interview dl:nth-of-type(3n){margin-right: 0;}
.sub .interview dl dd{width: 90%; position: relative; margin: 0 auto; padding-top: 20px;}
.sub .interview dl dd span{font-size: 1em;}
.sub .interview dl dd.addtext{position: absolute; top: -500px; left: 0; width: 100%; background: rgba(0,0,0,0.8); padding: 15px; box-sizing: border-box; z-index:10; text-align: left; font-size: 15px; color: #fff; overflow-y: auto; transition:0.2s all; line-height: 1.4em;}
.sub .interview dl dd.addtext.on{top: 0;}
.sub .interview dl dt{width: 100%; border: 0; position: relative; cursor: pointer;}
.sub .interview dl dt em{background: rgba(0,0,0,0.3); color: rgba(255,255,255,0.9); font-size: 12px; font-weight: 300; padding: 3px 5px; position: absolute; right: 5px; top: 5px; display: inline; z-index: 9; cursor: pointer; border-radius: 3px;}
.sub .interview dl .text{height: 60px; padding-bottom: 25px; overflow: hidden;}
.sub .interview-more{position: absolute; top: 4px; right: -3px; display: block; cursor: pointer; background: url(/duranno/img/interview-more.svg) 0 0 no-repeat; background-size:24px; width: 24px; height: 24px;}
.sub .interview-more.on{background: url(/duranno/img/interview-more-on.svg) 0 0 no-repeat; background-size: 24px;}


/* bestbooks 베스트셀러 새로운 디자인 */
.bestbooks.interview dl dt{overflow: auto; position: static; height: auto; }
.bestbooks.interview dl dt img{width: 99%; display: block; box-shadow: 1px 1px 5px rgba(0,0,0,0.2); margin-bottom: 5px;}
.bestbooks .rangking{width: 40px; height: 55px; background: url(../img/rangking.png) 0 0 no-repeat; background-size: 80px; position: absolute; top: 0; left: 14px;}
.bestbooks .rangking strong{color: #fff; font-size: 20px; font-weight: 500; display: inline-block; padding-top: 10px; letter-spacing: -3.5px; text-indent: -3px;}
.bestbooks .rangking span{color: #fff; font-size: 14px; font-weight: 400; display: inline-block; padding-top: 10px; width: auto;}
.bestbooks dl:nth-of-type(1) .rangking{background-position: -40px 0px;}
.bestbooks.interview dl:hover dt span{transform: scale(1);}
.bestbooks.interview dl .text{padding-top: 0px;}
.sub .interview.bestbooks dl{background: transparent; box-shadow: none;}
.sub .bestbooks.interview dl dd span{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; width: 100%;}

/* bestbooks.asp : 베스트셀러 scr-st2 230209 add new style */
.best_bg{/*background:url(../img/books/bg_bestbook.png) no-repeat;*/ background-color: #F2FAFD;}
.best.d230215{max-width:1230px; margin:0 auto;padding:0 23px;box-sizing: border-box;}
.best.d230215 .scr-st2{/*padding-bottom:200px;*/}
.best.d230215 .scr-st2 .img img:hover{box-shadow: -5px 10px 10px rgba(0,0,0,0.25);transition:all .3s;}
.best.d230215 .scr-st2.main .title{display:flex;flex-direction: row;align-items: flex-end;margin-bottom:/*130px*/ 50px;/*padding-top:60px;*/ align-items:flex-end;}
.best.d230215 .scr-st2.main .title .t_main{color:#333;/*margin-bottom:70px;*/ font-size:34px;font-weight:700;}
.best.d230215 .scr-st2.main .title span{color:#333;font-weight:500;}
.best.d230215 .scr-st2.main .title .sub{color:#333;font-weight:500;font-size:18px;}
.best.d230215 .scr-st2.main .title .sub.mobile{display:none;}
.best.d230215 .scr-st2.main .title .sub:before{content:"";display:inline-block;width:20px;border-bottom:1px solid #333;margin:0 10px; box-sizing: border-box;}
.best.d230215 .scr-area{display:flex;justify-content: space-between;/*padding:0 25px;*/ padding:60px 0;}
.best.d230215 .big_img{width:500px;position:relative;display:flex;flex-direction: column;}
.best.d230215 .big_img .bg{display:inline-block; width:610px; height:435px;background: url(../img/books/confetti1.png) no-repeat center;background-size:0%;position:absolute;left:-65px; top:65px;}
.animation{/*animation-fill-mode: forwards;*/animation:big_bg 2.5s infinite;}
@keyframes big_bg{
	0% {background-size:0%}
	30% {background-size:92%;}
	60% {background-size:92%}
	100% {background-size:92%}
}
.best.d230215 .big_img .img{display:flex;/*justify-content: space-between;*/align-items:flex-end;}
.best.d230215 .big_img .img .big_img_txt{/*margin-top:40px;*/}
.best.d230215 .big_img .img .b_rank{}
.best.d230215 .big_img .img .b_rank em{font-size:80px;color:#333;font-weight:700;font-family: 'Noto Sans KR';}
.best.d230215 .big_img .img .b_name{font-size:24px;font-weight: 700;margin-bottom:5px;word-break:keep-all;}
.best.d230215 .big_img .img .b_author{color:#999;margin-bottom:10px;font-size:16px;font-weight:500;word-break:keep-all;}
.best.d230215 .big_img .img .b_txt{font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp: 5; width:100%;display:-webkit-box;-webkit-box-orient:vertical ;word-break:keep-all;}
.best.d230215 .big_img img{width:240px;box-shadow: 0px 3px 6px #00000029;margin-right:30px;transition:all .3s;}
.best.d230215 .big_img img.on{box-shadow: -5px 10px 10px rgba(0,0,0,0.25);transition:all .3s;}
.best.d230215 .img-wrap{display:flex;flex-wrap:wrap;justify-content: flex-end;width:600px;/*height:550px;*//*overflow-y: scroll;margin:60px 0 100px 0;padding-right:30px;*/}
.best.d230215 .scrollbar_custom_top{/*border:1px solid #000;*/background-color: #F2FAFD; width:3px;height:50px;position:absolute;right:0;top:60px;}
.best.d230215 .scrollbar_custom_bot{/*border:1px solid #000;*/background-color: #F2FAFD; width:3px;height:50px;position:absolute;right:0;bottom:100px;}
.best.d230215 .img-wrap a{width:calc(100%/3);padding-left:40px;box-sizing: border-box;margin-bottom:40px;}
.best.d230215 .img-wrap .img .b_rank{text-align:center; padding-top:3px;width:22px; height:28px; margin-bottom:10px;margin-left:5px;background: url(../img/books/best_g_tag.svg) no-repeat;}
.best.d230215 .img-wrap .img .b_rank.red{background: url(../img/books/best_r_tag.svg) no-repeat;}
.best.d230215 .img-wrap .img .b_rank em{color:#fff;font-weight:700;}
.best.d230215 .img-wrap::-webkit-scrollbar{width:3px;}
.best.d230215 .img-wrap::-webkit-scrollbar-thumb{background-color:#333;border-radius: 80px;}
.best.d230215 .img-wrap::-webkit-scrollbar-track{background-color:#ddd;}
.best.d230215 .img-wrap a{width:calc(100%/3);padding-left:30px;box-sizing: border-box;margin-bottom:40px;}
.best.d230215 .img-wrap .img{position:relative;}
.best.d230215 .img-wrap .img .b_rank{text-align:center;margin-bottom:10px;position:absolute;/*background-color: #919191;color:#fff;border-radius: 10px;*/}
.best.d230215 .img-wrap .img .b_rank.red{/*background-color: #F96A6A;*/}
.best.d230215 .img-wrap .img img{width:100%;box-shadow: /*0px 3px 6px #00000029*/0px 3px 7px 3px #00000029;;transition:all .3s;}
.best.d230215 .img-wrap .img .b_name{font-weight: 500;margin-top:15px;word-break: keep-all;}
.best.d230215 .img-wrap .img .b_author,.best.d230215 .img-wrap .img .b_txt{display:none;}

@media screen and (max-width: 1100px){
	.best.d230215{padding:0;}
	.best.d230215 .scr-area{flex-direction: column;padding:0;}
	.best.d230215 .scr-st2.main .title{flex-direction: column; align-items: flex-start;padding-top:40px;margin-bottom:0;padding-left:20px;}
	.best.d230215 .scr-st2.main .title .t_main{font-size:22px;}
	.best.d230215 .scr-st2.main .title .sub{font-size:16px;}
	.best.d230215 .scr-st2.main .title .sub.pc{display:none;}
	.best.d230215 .scr-st2.main .title .sub.mobile{display:inline-block;}
	.best.d230215 .scr-st2.main .title .sub:before{margin:4px 0;}
	.best.d230215 .img-wrap{width:100%;overflow-y:auto;overflow-x:scroll;padding-right:0;height:auto;flex-wrap:nowrap;justify-content: flex-start;margin:/*70px*/ 0 0 70px 0;padding:70px 20px 0;box-sizing: border-box;gap:0 20px;}
	.best.d230215 .img-wrap a{padding-left:0;/*padding-right:20px;*//*width:100%;*/ width:calc(100%/3);margin-bottom:0;min-width:84px;}
	.best.d230215 .img-wrap a:last-of-type{padding-right:/*0*//*30px;*/}
	.best.d230215 .img-wrap .img{width:100%;max-width:130px;}
	.best.d230215 .img-wrap .img .b_name{font-size:14px;}
	.best.d230215 .img-wrap::-webkit-scrollbar{display:none;}
	.best.d230215 .big_img{width:100%;/*padding:0 23px;*/}
	.best.d230215 .big_img>a{margin:0 auto;}
	.best.d230215 .big_img .img{margin-top:30px;justify-content:flex-start ;padding:0 23px;}
	.best.d230215 .big_img img{width:/*160px*/200px;position:relative;margin-right:20px;}
	.best.d230215 .big_img .bg{width:510px;height:350px;left:50%;top:120px;transform:translate(-52%,0);z-index:10;}
	.best.d230215 .big_img .img .big_img_txt{width:200px;}
	.best.d230215 .big_img .img .b_rank em{font-size:50px;}
	.best.d230215 .big_img .img .b_name{font-size:18px;}
	.best.d230215 .big_img .img .b_author{font-size:15px;}
	.best.d230215 .big_img .img .b_txt{font-size:15px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp: 3; width:100%;display:-webkit-box;-webkit-box-orient:vertical ;}
}
@media screen and (max-width: 650px){
	.best.d230215 .scr-area{padding:0;}
}
@media screen and (max-width: 485px){
	.best.d230215 .big_img .img{flex-direction: column;align-items: center;}
	.best.d230215 .big_img img{margin-right:0; width:200px;}
	.best.d230215 .big_img .img .big_img_txt{width:200px;}
	.best.d230215 .big_img .bg{background: url(../img/books/confetti2.png) no-repeat center;width:300px; height:340px;top:122px;left:50%;transform:translate(-50%,0);}
	.best.d230215 .big_img .img .b_rank{margin-top:10px;}
	.best.d230215 .img-wrap{/*margin:30px 0 70px 0;*/ margin:0 0 70px 0; padding-top:30px; display:grid;grid-template-columns: repeat(3,1fr);gap:40px 15px;}
	.best.d230215 .img-wrap a{width:auto;}
	.best.d230215 .img-wrap .img{width:100%;}
}

/* sub : 책 속의 한 문장(sentence.asp) 더보기페이지 */
.semi-text-s.w100{padding: 0 15px 25px 15px; box-sizing:border-box;}
.semi-text-s .box{display: table; margin-bottom: 75px;}
.semi-text-s .box .sentence{display: table-cell; vertical-align: middle;}
.semi-text-s .box .sentence dl{background: #fff; box-shadow: 1px 1px 10px rgba(0,0,0,0.05); box-sizing: border-box; text-align: center; padding: 30px 50px; margin-right: 60px; position: relative;}
.semi-text-s .box.left-st .sentence dl{border-radius: 10px 10px 0 10px; cursor: pointer;}
.semi-text-s .box.left-st .sentence dl:after{content: ''; display: block; width: 23px; height: 23px; background: url(/duranno/img/sentence-bg.png) 0 0 no-repeat; position: absolute; bottom:0; right: -22px;}
.semi-text-s .box.right-st .sentence dl{border-radius: 10px 10px 10px 0;}
.semi-text-s .box.right-st .sentence dl:after{content: ''; display: block; width: 23px; height: 23px; background: url(/duranno/img/sentence-bg.png) 0 -23px no-repeat; position: absolute; bottom:0; left: -23px;}
.semi-text-s .box.right-st .sentence dl{margin-right: 0; margin-left: 60px;}
.semi-text-s .box .sentence dd{color: #838383; font-size: 18px; line-height: 1.7em; word-break: keep-all;}
.semi-text-s .box .sentence dt{display: block; text-align: right; margin-top: 10px;}
.semi-text-s .box .sentence dt span{color: #838383; font-size: 16px; display: inline-block; box-shadow: inset 0 -9px 0 #b4e7f8; line-height: 1.5em;}
.semi-text-s .box .book{display: table-cell; vertical-align: middle;}
.semi-text-s .box .book img{width: 130px; padding-top: 6px; background: url(/duranno/img/sentence-book-bg.png) 0 0 no-repeat; box-shadow:1px 5px 10px rgba(0,0,0,0.1); cursor: pointer;}
.semi-ad.bottom{padding-top: 0;}

/* sharing.asp : 조정민의 sharing */
.sharing{background: #ebe0cc; padding-top: 100px;}
.sharing .book{max-width: 900px; background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 13%); position: relative; z-index: 2; box-shadow: 0px 10px 6px rgba(0,0,0,0.2)}
.sharing .book .line{height: 30px; width: 100%; background: #efefef; border-bottom: 2px dashed #c1c1c1}
.sharing .book .calendar{width: 100%; padding: 30px; text-align: center; box-sizing: border-box;}
.sharing .book .calendar .sharing-slick{max-width: 640px; width: 100%; margin: 0 auto; display: inline-block; margin-right: 20px; position: relative; border: 1px solid #a3a3a3;}
.sharing .book .calendar .sharing-slick img{width: 100%;}
.sharing .book .calendar .svg.logo{vertical-align: top; width: 170px; height: 170px; display: inline-block; margin-top: 5px;}
.sharing .book .calendar .svg.logo-m{display: none;}
.sharing .book .calendar .sharing-slick .slick-dots{bottom: 0; right: -225px; width: 225px;}
.sharing .book .calendar .sharing-slick .slick-dots li button:before{background: transparent; width: 15px; height: 15px; border: 3px solid #c0881e; box-sizing: border-box;opacity: 1; transition:0.2s all;}
.sharing .book .calendar .sharing-slick .slick-dots li:hover button:before{background: rgba(192,136,30,0.5);}
.sharing .book .calendar .sharing-slick .slick-dots li.slick-active button:before{opacity: 1; background: #c0881e;}
.sharing .ledge{display: block; margin: 0 auto; max-width: 990px; width: 100%; position: relative; z-index: 1; top: -30px;}
.sharing .sns{text-align: center; margin: 20px auto 50px;}
.sharing .sns ul{display: inline-block;;}
.sharing .sns ul li{width: 55px; height: 55px; background: url(../img/sharing/sns.png) 0 0 no-repeat; float: left; margin: 0 10px; cursor: pointer; border-radius: 50%;}
.sharing .sns ul li:hover{box-shadow: 1px 1px 3px rgba(0,0,0,0.2);}
.sharing .sns ul li.fb{background-position: 0px 0px;}
.sharing .sns ul li.tw{background-position: 0px -55px;}
.sharing .sns ul li.ins{background-position: 0px -110px;}
.sharing .sns ul li.ka{background-position: 0px -165px;}
.sharing .sns ul li.link{background-position: 0px -220px;}
.sharing .box{padding: 0 15px; box-sizing:border-box;}
.sharing .box ul{counter-reset: item; background: #f6f1e7; padding: 40px 40px 30px 90px; box-sizing: border-box;}
.sharing .box ul li{font-size: 18px; color: #8a4c0f; font-weight: 500; line-height: 1.8em; margin-bottom: 10px; position: relative;}
.sharing .box ul li:before{content: counter(item) " "; counter-increment: item; position: absolute; left: -50px; top: 5px; display: block; width: 25px; height: 25px; border-radius: 50%; background: #c6a585; color: #fff;text-align: center; line-height: 25px; font-size: 1em;}
.sharing .box ul li span{font-size: 1em; color: #c0881e; font-weight: 500;}
.sharing .box ul li em{font-size: 0.9em; color: #797979; display: block; font-weight: 500;}
.sharing .btn{padding: 50px 15px 100px; box-sizing: border-box; text-align: center;}
.sharing .btn button{width: 100%; max-width: 450px; height: 70px; line-height: 70px; color: #fff; display: inline-block; font-size: 22px; background: #5d6779; border-radius: 1px;}
.sharing .btn button i{color: #aeb3bc; border: 2px solid #aeb3bc; border-radius: 50%; margin-left: 10px; font-size: 30px}

/* bestseller.asp : 베스트셀러 */
/*.best{width: 100%; max-width: 870px; margin: 0 auto 80px; box-shadow: 1px 1px 8px rgba(0,0,0,0.1)}*/
.best .book-wrap{width: 50%; position: relative; text-align: center; background: #fff; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; box-sizing: border-box; padding:40px; }
.best .book-wrap:nth-of-type(even){border-right: 1px solid #fff;}
.best .book-wrap .rangking{width: 48px; height: 70px; background: url(../img/rangking.svg) 0 0 no-repeat; position: absolute; top: 0; left: 20px;}
.best .book-wrap .rangking strong{color: #fff; font-size: 26px; font-weight: 500; display: inline-block; padding-top: 10px;}
.best .book-wrap .rangking span{color: #fff; font-size: 14px; font-weight: 400; display: inline-block; padding-top: 10px;}
.best .book-wrap:nth-of-type(1) .rangking{background-position: 0 -70px;}
.best .book-wrap img{width: 100%; margin: 0 auto; display: block; border: 1px solid #e1e1e1;}
.best .book-wrap dl{padding-top: 40px; line-height: 2.5em;}
.best .book-wrap dl dt{font-size: 22px; font-weight: 500; color: #333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.best .book-wrap dl dd{font-size: 18px; font-weight: 500; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.best .book-wrap dl dd.sub{font-size: 15px; font-weight: 400; color: #838383;}

/* newbooks.asp : 새로나온 책 */
.newbooks{margin-bottom: 80px;}
.newbooks .circle{display: block; width: 100px; height: 100px; margin: 0 auto; background: #559bd3; border-radius: 50%; text-align: center;}
.newbooks .circle .select-area{vertical-align: middle; position: relative; height: 45px; width: 65px; margin: 0 auto;}
.newbooks .circle i{display:inline-block; color: #fff; position: absolute; top: 0; right: 0px; z-index: 1; margin-top: 25px;}
.newbooks .circle select{position: absolute; top: 0; left: 0;width: auto; background: transparent; color: #fff; text-align: center; border: 0; display: inline-block; height: auto; z-index: 2; margin-top: 25px; padding: 0 28px 0 0px; font-size: 18px;}
.newbooks .circle h3{color: #fff; font-size: 18px; text-align: center; font-weight: 400;}
.newbooks .monthly{position: relative; vertical-align: top;}
.newbooks .monthly h4{text-align: center; position: absolute; width: 100%; background: #f0f0f0; top: 75px; }
.newbooks .monthly h4 span{vertical-align: middle; color: #4189c2; font-size: 18px; font-weight: 500;}
.newbooks .monthly h4 .time-icon{display:inline-block; width: 24px; height: 24px; background: url(../img/timeline.svg) 0 0 no-repeat; margin-right: 5px;}
.newbooks .monthly ul{width: 50%; box-sizing: border-box; border-right: 1px solid #b8b8b8; float: left; padding: 30px 15px 15px;}
/*.newbooks .monthly ul:nth-of-type(1),
.newbooks .monthly ul:nth-of-type(2){padding-top: 150px;} 월별 셀렉터를 빼버림으로 인해 패딩삭제 180921-보미*/
.newbooks .monthly ul:nth-of-type(even){border-right: 1px solid #f0f0f0;}
.newbooks .monthly ul li{float: right; width: 33.3333%;}
.newbooks .monthly ul:nth-of-type(even) li{float: left;}
.newbooks .monthly ul li img{width: 80%; margin: 0 auto; display: block; background: url(../img/sentence-book-bg.png) 0 0 no-repeat; padding-top: 6px; background-size: 100%; box-shadow: 1px 5px 10px rgba(0,0,0,0.1)}

/*  newbooks.asp : 새로나온 책 scr-st 200729 add new style */
.d200811.newbooks{margin-bottom: 0px;}
.scr-st .title{text-align: left; font-size: 34px; font-weight: 500; color: #333; display: inline; box-shadow: inset 0px -20px 0px #C2FFCB; letter-spacing: -1px; word-spacing: -1px; word-break: keep-all;}
.scr-st .title .sub{font-weight: 400; font-size: 18px; color: #444; letter-spacing: 0px;}
.scr-st.main{background: linear-gradient(-45deg, #f3f5f0 50%, #dfe8eb 50%); padding-top: 80px; padding-bottom: 0;}
.scr-st.main .text-area .detail{margin-top: 20px;}
.scr-st.main .text-area .detail ul li,
.scr-st.main .text-area .detail .sub{font-size: 20px; line-height: 1.6em; letter-spacing: -1px; word-spacing: -1px; color: #393939;}
.scr-st.main .text-area .detail .sub em{display: block;font-size: 20px; margin: 5px 0;}
.scr-st.main .text-area .detail .sub span{font-size: inherit;font-weight: inherit;}
.scr-st.main .text-area .detail ul{padding-left: 23px;}
.scr-st.main .text-area .detail li{list-style: disc; padding-right: }
.scr-st.main .text-area .btn-area{margin-top: 40px;}
.scr-st.main .text-area .btn-area button{width: 110px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #97C2E4; color: #4189C2; background: transparent; transition: 0.2s all; margin-right: 6px;}
.scr-st.main .text-area .btn-area button:last-child{color: #355F68; border: 1px solid #355F68}
.scr-st.main .text-area .btn-area button:hover{color: #fff; background: #559BD3; border-color: #559BD3}
.scr-st.main .text-area .btn-area button:last-child:hover{color: #fff; background: #355F68; border-color:#355F68;}

.scr-st.main .scr-area{width: 100%; box-sizing: border-box; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: -120px;}
.scr-st.main .scr-area::-webkit-scrollbar{display:none;}
.scr-st.main .scr-area .img-wrap{width: 22%;}
.scr-st.main .scr-area .img-wrap:nth-child(1){padding-top: 390px;}
.scr-st.main .scr-area .img-wrap:nth-child(2){padding-top: 260px;}
.scr-st.main .scr-area .img-wrap:nth-child(3){padding-top: 130px;}
.scr-st.main .scr-area .img{width:100%; margin-bottom: 40px; transition: 0.2s all; box-shadow: -4px 4px 0 rgba(0,0,0,0.1); position: relative; cursor: pointer;}
.scr-st.main .scr-area .img .best{position: absolute; top: 0; left: 0; background: #787878; width: 58px; height: 54px; border-radius: 0 0 50px 0; opacity: 0.9; color: #fff; text-indent: 10px; line-height: 50px; font-size: 14px;}
.scr-st.main .scr-area .img .best em{color: #fff;font-size: 20px; font-weight: 500;}
.scr-st.main .scr-area .img .best.red,
.scr-st.main .scr-area .img .best.red,
.scr-st.main .scr-area .img .best.red,
.scr-st.main .scr-area .img .best.red{background: #F96A6A;}
.scr-st.main .scr-area .img.on{box-shadow: -5px 10px 10px rgba(0,0,0,0.25); transform: scale(1.07);}
.scr-st.main .scr-area .img img{width: 100%;}
.scr-st.main .scr-area .img:hover{box-shadow: -5px 10px 10px rgba(0,0,0,0.25);}

/*  newbooks.asp : 새로나온 책 scr-st2 230209 add new style */
.newbooks.d230209{margin-bottom: 0px;}
.newbooks.d230209 .scr-st2.main{/*background: linear-gradient(-45deg, #f3f5f0 50%, #dfe8eb 50%); padding-bottom: 0;*/background: #F7F4FF;}
.newbooks.d230209 .scr-st2.main .books_slider{padding:60px 100px /*180px*/ 0;overflow-x:hidden;}
.newbooks.d230209 .scr-st2.main .title{display:flex;flex-direction: row;align-items: flex-end;margin-bottom:30px;/*padding-left:40px;*/}
.newbooks.d230209 .scr-st2.main .title .t_main{color:#333;/*margin-bottom:70px;*/ font-size:34px;font-weight:700;}
.newbooks.d230209 .scr-st2.main .title .sub{color:#333;font-weight:500;font-size:18px;}
.newbooks.d230209 .scr-st2.main .title .sub.mobile{display:none;}
.newbooks.d230209 .scr-st2.main .title .sub:before{content:"";display:inline-block;width:20px;border-bottom:1px solid #333;margin:0 10px; box-sizing: border-box;}

/* slick.css 변경 : 230209 add new style */
.newbooks.d230209 .slick-slider{/*position:relative;right:195px;*/margin-bottom:0;/*height:650px;*/}
.newbooks.d230209 .slick-list{overflow:visible;left:-140px;}
.newbooks.d230209 .slick-track{display:flex;/*top:100px;*/padding:90px 0 180px 0;height:800px;box-sizing: border-box;}
.newbooks.d230209 .slick-initialized{position:relative;}
.newbooks.d230209 .slick-initialized .slick-slide{display:flex;flex-direction:column;margin:0 35px;transform:scale(1);transition:all .4s ease-in-out;}
.newbooks.d230209 .slick-initialized .slick-slide a{text-align: center;}
.newbooks.d230209 .slick-initialized .slick-slide img{opacity:.5;transition:all .6s ease-in-out;width:100%;}
.newbooks.d230209 .slick-slide span.b_author,.slick-slide span.b_txt{display:none;transition:all .6s ease-in-out;}
.newbooks.d230209 .slick-slide span.b_name{display:block;margin:30px 0 5px;text-align: center; color:#ccc;transition:all .6s;font-size:20px;font-weight:600;word-break: keep-all;}
.newbooks.d230209 .center .slick-center{position:relative;z-index:10;transition:all .6s;opacity:1;}
.newbooks.d230209 .center .slick-center a{text-align:center;}
.newbooks.d230209 .center .slick-center img{transition:all .6s;opacity:1;transform:scale(1.3);width:100%;}
.newbooks.d230209 .slick-center span.b_name{margin:90px 0 5px;color:#333;word-break: keep-all;}
.newbooks.d230209 .slick-center span.b_author,.slick-center span.b_txt{display:block;text-align:center;transition:all .6s; font-size:16px;color:#999;word-break: keep-all;word-break: keep-all;}
.slick-center span.b_txt{color:#333;margin-bottom:10px;word-break: keep-all;}
.newbooks.d230209 .slick-center img{display: block;/*box-shadow: 0 0 20px rgb(0 0 0 / 55%);*/box-shadow: -5px 10px 10px rgba(0,0,0,0.25);cursor: pointer;}
.newbooks.d230209 .slick-next{/*top: 300px;right: 22.3%;*//*width: 30px;height: 350px;padding-right: 230px;padding-left: 16px;*/right:37%; top:/*300px*/ 260px;}
.newbooks.d230209 .slick-next:before,.slick-prev:before{transform:scale(1);transition:all .3s;}
.newbooks.d230209 .slick-next:before{background:url(../img/books/icon_arrow_right.svg) no-repeat center; height:50px;}
.newbooks.d230209 .slick-prev:before{background:url(../img/books/icon_arrow.svg) no-repeat center; height:50px;}
.newbooks.d230209 .slick-next:hover:before,.slick-prev:hover:before{transform:scale(1.2);transition:all .5s;}
.newbooks.d230209 .slick-prev{/*top: 300px;left: 23%;*//*width: 200px;height: 350px;padding-right: 40px;padding-left: 209px;*/left:37%;top:/*300px*/ 260px;}

/* slick.css 반응형 */
@media screen and (max-width: 1750px){
	.newbooks.d230209 .slick-slider{/*height:700px;*/}
	.newbooks.d230209 .slick-list{right:12.6%; left:auto;}
	/* .newbooks.d230209 .scr-st2.main .title{padding-left:18px;} */
	.newbooks.d230209 .slick-prev{top:250px;left:31%;}
	.newbooks.d230209 .slick-next{top:250px;right:31%;}
}
/*@media screen and (max-width: 1660px){
	.newbooks.d230209 .slick-prev{top:300px; left:18%;}
	.newbooks.d230209 .slick-next{top:300px;right:13.8%;}
}*/
@media screen and (max-width: 1500px){
	.newbooks.d230209 .slick-track{height:755px;}
}
@media screen and (max-width: 1300px){
	.newbooks.d230209 .scr-st2.main .books_slider{padding-left:0;padding-right:0;}
	.newbooks.d230209 .slick-slider{/*height:500px;*/}

}
@media screen and (max-width: 1100px){
	.newbooks.d230209 .scr-st2.main .books_slider{padding-top:40px;}
	.newbooks.d230209 .scr-st2.main .title{flex-direction: column; align-items: flex-start;}
	.newbooks.d230209 .scr-st2.main .title .t_main{font-size:22px;}
	.newbooks.d230209 .scr-st2.main .title .sub{font-size:16px;}
	.newbooks.d230209 .scr-st2.main .title .sub.pc{display:none;}
	.newbooks.d230209 .scr-st2.main .title .sub.mobile{display:inline-block;}
	.newbooks.d230209 .scr-st2.main .title .sub:before{margin:4px 0;}
}
@media screen and (max-width: 1023px){
	.newbooks.d230209 .slick-track{height:785px;}
	.newbooks.d230209 .slick-list{left:0;}
	.newbooks.d230209 .slick-prev{left:30%;top:300px;}
	.newbooks.d230209 .slick-next{right:30%;top:300px;}
}
@media screen and (max-width: 830px){
	.newbooks.d230209 .slick-track{height:685px;}
	.newbooks.d230209 .slick-prev{left:24%;top:245px;}
	.newbooks.d230209 .slick-next{right:24%;top:245px;}
}
@media screen and (max-width: 750px){
	.newbooks.d230209 .slick-track{height:835px;}
	/* .newbooks.d230209 .scr-st2.main .books_slider{padding-top:40px;padding-left:18px;} */
	.newbooks.d230209 .scr-st2.main .title{/*padding:60px 10px 0px;*/padding-left:0;}
	.newbooks.d230209 .slick-slider{/*margin-bottom:100px;*//*height:900px;*/}
	.newbooks.d230209 .slick-list{right:25%;left:auto;}
	.newbooks.d230209 .slick-prev{top:300px; left:13%;}
	.newbooks.d230209 .slick-next{top:300px;right:13%;}
}
@media screen and (max-width: 600px){
	.newbooks.d230209 .slick-prev{top:260px; left:13%;}
	.newbooks.d230209 .slick-next{top:260px;right:13%;}
}
@media screen and (max-width: 580px){
	.newbooks.d230209 .slick-track{height:675px;}
	.newbooks.d230209 .scr-st2.main .title{margin-bottom:10px;}
	.newbooks.d230209 .slick-slider{/*height:800px;*//*margin-bottom:250px;*/}
	.newbooks.d230209 .slick-list{right:25%;}
	.newbooks.d230209 .slick-initialized .slick-slide{margin:0 15px;}
	.newbooks.d230209 .slick-prev{left:14%}
	.newbooks.d230209 .slick-next{right:14%}
	.newbooks.d230209 .slick-slide span.b_name{display:none;}
	.newbooks.d230209 .slick-center span.b_name{display:block;}
	.newbooks.d230209 .slick-track{padding-bottom:100px;}
}
@media screen and (max-width: 480px){
	.newbooks.d230209 .slick-track{height:775px;}
	.newbooks.d230209 .scr-st2.main .books_slider{padding-bottom:0;}
	.newbooks.d230209 .slick-slider{padding:30px 100px /*330px*/0 40px;/*height:850px;margin-bottom:50px;*/}
	.newbooks.d230209 .slick-list{left:0px;}
	.newbooks.d230209 .slick-prev{top:300px; left:4%;}
	.newbooks.d230209 .slick-next{top:300px;right:4%;}
	.newbooks.d230209 .slick-next:before,.newbooks.d230209 .slick-prev:before{background-size:80%;}
	
}
@media screen and (max-width: 400px){
	.newbooks.d230209 .slick-track{height:605px;}
	.newbooks.d230209 .scr-st2.main .books_slider{padding:40px 18px /*260px*/0;}
	/* .newbooks.d230209 .scr-st2.main .title{flex-direction: column; align-items: flex-start;}
	.newbooks.d230209 .scr-st2.main .title .t_main{font-size:22px;}
	.newbooks.d230209 .scr-st2.main .title .sub{font-size:16px;}
	.newbooks.d230209 .scr-st2.main .title .sub.pc{display:none;}
	.newbooks.d230209 .scr-st2.main .title .sub.mobile{display:inline-block;}
	.newbooks.d230209 .scr-st2.main .title .sub:before{margin:4px 0;} */
	.newbooks.d230209 .slick-slider{padding:0 70px 0 16px;/*height:450px;*/}
	.newbooks.d230209 .slick-list{left:-0.8%;/*top:-20px;*/}
	.newbooks.d230209 .slick-center span.b_name{font-size: 18px;}
	.newbooks.d230209 .slick-center span.b_author, .slick-center span.b_txt{font-size: 15px;}
	.newbooks.d230209 .slick-prev{top:260px; left:-2%;}
	.newbooks.d230209 .slick-next{top:260px;right:-2%;}
}
@media screen and (max-width: 390px){
	.newbooks.d230209 .scr-st2.main .books_slider{padding:40px 0 /*200px*/0;}
	.newbooks.d230209 .scr-st2.main .title{margin-bottom:-10px;font-size:16px;}
	.newbooks.d230209 .slick-slider{padding:0 85px 0 40px;/*height:450px;*/}
	.newbooks.d230209 .slick-list{/*top:-20px;*/left:-3.5%;}
	.newbooks.d230209 .slick-initialized .slick-slide{margin:0 13px;}
	.newbooks.d230209 .slick-prev{top:250px; left:3.5%;}
	.newbooks.d230209 .slick-next{top:250px;right:3.5%;}
	.newbooks.d230209 .slick-center span.b_name{margin:70px 0 5px;}
}
@media screen and (max-width: 360px){
	.newbooks.d230209 .slick-slider{padding:0 75px 0 30px;}
	.newbooks.d230209 .slick-prev{top:210px;}
	.newbooks.d230209 .slick-next{top:210px;}
}


/* book_detail.asp : 도서 상세 */
.detail .box{display: table; width: 100%; background: #fff; padding: 40px; box-sizing: border-box; box-shadow: 1px 5px 10px rgba(0,0,0,0.1); position: relative;}
.detail .box .image{width: 40%; vertical-align: top; float: left;}
.detail .box .image img{width: 87%; border: 1px solid #e1e1e1;}
.detail .box .row{width: 60%; float: right;}
.detail .box h1{font-size: 26px; font-weight: 500; padding-bottom: 20px;}
.detail .box .sub{font-size: 16px; width: 100%; border-bottom: 1px solid #e1e1e1; line-height: 1.5em; padding-bottom: 35px; margin-bottom: 35px;}
.detail .box ul.author{border-bottom: 1px solid #e1e1e1; padding-bottom: 35px; margin-bottom: 35px;}
.detail .box ul li{font-size: 16px; font-weight: 400; padding-bottom: 5px; line-height: 1.5em;}
.detail .box ul li span{font-size: inherit; color: #666666; font-weight: inherit;}
.detail .box ul li span:before{content: "|"; display: inline-block; padding: 0 8px; color: #999;}
.detail .box ul li strong{font-size: inherit; font-weight: inherit;}
.detail .box .wide{letter-spacing: 2.2px;}
.detail .box .btn-area{}
.detail .box .btn{width: 100%;}
.detail .box .btn button{width: 49%; padding: 9px 0; display:block; float: left; box-sizing: border-box; color: #4189C2; border: 1px solid #559BD3; font-size: 14px; background: transparent; border-radius: 0;}
.detail .box .btn button:nth-of-type(1){margin-right: 2%;}
.detail .box .btn button.st-full{background: #559bd3; color: #fff;}

.detail .box .btn.four{padding: 0 10px; box-sizing: border-box;}
.detail .box .btn.four button{width: 23%;}
.detail .box .btn.four button:nth-of-type(1),
.detail .box .btn.four button:nth-of-type(2),
.detail .box .btn.four button:nth-of-type(3){margin-right: 2%;}
.detail .box .btn.four .st-line option{text-align: center;}
.detail .box .btn.four button .icon.select{display: inline-block; width: 10px; height: 10px; margin-left: 8px; background: url(../img/bookdetail-select-btn.svg) 0 0 no-repeat; background-size: 10px;}


.detail .box .btn.four .btn-inner{width: 23%; float: left; position: relative;}
.detail .box .btn.four .btn-inner button{width: 100%; float: none; transition: 0.2s all;}
.detail .box .btn.four .btn-inner.on button{background: #559BD3; color: #fff;}
.detail .box .btn.four .btn-inner.on button .icon.select{background-position: 0 -10px;}
.detail .box .btn.four .btn-inner ul{border: 1px solid #559BD3; border-top: 0; padding: 16px 0 16px 20%; position: absolute; top: 40px; left: 0; width: 100%; background: #fff; box-sizing: border-box; display: none;}
.detail .box .btn.four .btn-inner.on ul{display: block;}
.detail .box .btn.four .btn-inner ul li{color: #656565; padding-bottom: 0;}
.detail .box .btn.four .btn-inner ul li a{color: inherit; font-size: 14px;}
.detail .box .btn.four .btn-inner ul li:hover{color: #4189C2;}

.detail .box .sns{width: 100%; text-align: center; margin-top: 24px;}
.detail .box .sns li{border-radius: 50%; cursor: pointer; width: 40px; height: 40px; display: inline-block; background: url(../img/sns.png) 0 0 no-repeat; background-size: 40px; padding-bottom: 0; margin-left: 5px;}
.detail .box .sns li.tw{background-position: 0 -40px}
.detail .box .sns li.ka{background-position: 0 -120px}
.detail .box .sns li.link{background-position: 0 -160px}

.detail .context{line-height: 1.8em; background: rgba(255,255,255,0.7); margin: 40px 0 50px; padding: 80px; box-sizing: border-box; color: #656565; font-size: 16px; position: relative; max-height: 1000px; overflow: hidden;}
.detail .context,
.detail .context div,
.detail .context p,
.detail .context span,
.detail .context strong,
.detail .context em,
.detail .context b,
.detail .context a,
.detail .context font{word-break: keep-all; color: #656565; font-size: 16px; line-height: 1.8em;}
.detail .context b,
.detail .context strong{color: #333; font-weight: 500; font-size: 16px; line-height: 1.8em;}
.detail .context img{width: 100%;}

.detail .context.no-max{max-height: 100%; height: auto;}

.detail .context.movie-height{max-height: 1500px;}

.detail .context .frame-wrap{width: 100%; height: auto;}
.detail .context .frame-inner{width: 100%; height: 100%; padding-bottom: 56.25%; margin: 0 auto; position: relative;}
.detail .context .frame-inner iframe{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.detail .context.on{height: auto; max-height: inherit; padding-bottom: 160px;}
.detail .view-more{position: absolute; bottom: 0; left: 0; z-index: 10; width: 100%; padding: 150px 0 80px; text-align: center; 
			background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
			background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
			background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);}	
.detail .view-more.on{background: transparent;}
.detail .view-more button{background: #559bd3; height: 35px; line-height: 35px; color: #fff; padding: 0 20px; border-radius: 2px; box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
.detail .view-more.on button{background: #999;}

.detail .book-review{padding: 0 15px; box-sizing: border-box; margin-bottom: 80px;}
.detail .book-review h3{border-bottom: 1px solid #ccc;}
.detail .book-review h3 span{font-weight: 400; font-size: 15px; color: #333; line-height: 45px;}
.detail .book-review h3 .icon{margin-bottom: 7px;}
.detail .book-review ul{border-bottom: 1px solid #ccc;}
.detail .book-review ul li{display: block; font-size: 14px; color: #999; padding: 13.5px; border-bottom: 1px solid #e3e3e3;}
.detail .book-review ul li a{display: table; width:100%; font-size: 15px; font-weight: 500; color: #656565; box-sizing: border-box;}
.detail .book-review ul li a:hover span strong{color: #559BD3}
.detail .book-review ul li:last-child{border-bottom: 0;}
.detail .book-review ul li:last-child a{border-bottom: 0;}
.detail .box .btn.four button.off{border: 1px solid #999; color: #999; cursor: default;}
.detail .box .btn.four button.off .icon.select{background-position: 0 -20px; display: none;}
.detail .box .btn.four .btn-inner.on button.off{border: 1px solid #999; color: #999; cursor: default; background: #fff;}

.detail .book-review ul li a span{display: table-cell; vertical-align: middle; color: #656565;}
.detail .book-review ul li a span strong{padding-right: 10px; box-sizing: border-box; display: block; overflow: hidden; height: 22px; font-weight: inherit; font-size: inherit; color: inherit;}
.detail .book-review ul li a span.cell-left{width: auto;}
.detail .book-review ul li a span.cell-right{width: 150px;}
.detail .book-review ul li a span em{font-size: 14px; color: #656565; font-weight: 400;}
.detail .book-review ul li a span em.date{color: #999; display: inline-block; margin-right: 15px; display: inline-block; vertical-align: middle;}
.detail .book-review ul li a span em.writer{width: 55px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: middle;}
.detail .book-review ul li.no-review{text-align: center; border-bottom: 0;}

/* 두란노북스 > 독자리뷰 */
.review .review-top{background: url(/duranno/img/write-bg.jpg) 0 0 no-repeat; background-size: cover; display: table; width: 100%; padding: }
.review .review-top .w100{padding: 73px 80px;}
.review .review-top dl{display: table-cell; width: 100%; vertical-align: middle; padding-left: 80px;}
.review .review-top dl dt,
.review .review-top dl dd,
.review .review-top dl a{color: #fff;}
.review .review-top dl a{border-bottom: 1px solid #fff;}
.review .review-top dl dt{font-size: 32px; font-weight: 500; line-height: 1.2em; letter-spacing: -1px;}
.review .review-top dl .book-info{font-size: 15px; padding-bottom: 11px;}
.review .review-top dl .review-info{font-size: 14px; padding-top: 35px; opacity: .8;}
.review .review-top .book-img{display: table-cell; width: 20%; text-align: right; vertical-align: middle;}
.review .review-top .book-img a{width: 142px; display: inline-block; transition: 0.2s all}
.review .review-top .book-img a:hover{transform: scale(1.05);}

.review.write input{background: transparent; font-size: 32px; font-weight: 500; border: 0; color:#fff; padding: 0; width: 100%;}
.review.write .title-input{background: transparent; font-size: 32px; font-weight: 500; border: 0; color:#fff; padding: 0; width: 100%;}
.review.write :-moz-placeholder{color: #fff; font-size: 32px; font-weight: 500; letter-spacing: -1px}
.review.write ::-moz-placeholder{color: #fff; font-size: 32px; font-weight: 500; letter-spacing: -1px}
.review.write ::-webkit-input-placeholder{color: #fff; font-size: 32px; font-weight: 500; letter-spacing: -1px}
.review.write input::-ms-input-placeholder{color: #fff; font-size: 32px; font-weight: 500; letter-spacing: -1px}
.review.write .book-img{background: #F0F0F0; width: 142px; text-align: center; height: 200px; font-size: 13px; color: #999;}
.review.write .book-img a{font-size: 13px; color: #999;}
.review .review-bottom{background: rgba(255,255,255,1); width: 100%; padding: 80px 0 120px; margin:0 auto;}
.review .review-bottom div,
.review .review-bottom p,
.review .review-bottom span,
.review .review-bottom em,
.review .review-bottom b{font-size: 16px; color: #656565; line-height: 1.8em;}

.review .reply{position:relative; width: 100%; max-width: 800px; top: -30px; margin: 0 auto; text-align: center;}

.review .review-bottom .sns-link{text-align: right; position: relative; bottom: -80px;}
.review .review-bottom .sns-link li{display: inline-block;}
.review .review-bottom .sns-link li button{text-indent: -9999em; width: 35px; height: 35px; background: url(/duranno/img/sns-icon.svg) 0 0 no-repeat; border-radius: 50%; margin-left: 6px;}
.review .review-bottom .sns-link li button.tw{background-position: 0 -35px;}
.review .review-bottom .sns-link li button.kt{background-position: 0 -70px;}
.review .review-bottom .sns-link li button.lk{background-position: 0 -105px;}
.review.write .mt-40{margin-top: 40px;}
.review.write .review-bottom{padding-top: 0; margin-bottom: 40px; padding-bottom: 40px;}
.review.write .review-bottom .editor-area{width: 100%; background: #E5E5E5; padding: 12px; box-sizing: border-box; border-bottom: 1px solid #777;}
.review.write .review-bottom .editor-area2{width: 100%; padding: 12px; box-sizing: border-box; background: #fafafa;border-top: 1px solid #777;}
.review.write .review-bottom .editor{width: 70%;  font-size: 16px;}
.review.write .review-bottom .save{width: 30%; box-sizing: border-box; text-align: right;}
.review.write .review-bottom .save button{width: 90px; font-size: 14px; color: #fff; background: #559BD3; height: 38px; line-height: 38px;}
.review.write .review-bottom .save.img-save{width: 100%;}    
.review.write .review-bottom .save.img-save button{color: #559BD3; border: 1px solid #559BD3; background: transparent;}
.review.write .review-bottom .save button.hole{color: #fff; background: #559BD3; margin-left: 10px;}

.review.write .review-bottom .save.img-save .img-name{color: #888888; font-size: 15px; font-weight: 400; padding-right: 10px;}
.review.write .review-bottom textarea{border: 0; font-size: 16px; width: 90%; box-sizing: border-box; margin: 0 auto; display: block; height: 300px; margin-top: 40px; text-align: left; line-height: 1.6em;}
.review.write .review-bottom textarea:-moz-placeholder{color: #999; font-size: 16px; font-weight: 400; text-align: left}
.review.write .review-bottom textarea::-moz-placeholder{color: #999; font-size: 16px; font-weight: 400; text-align: left}
.review.write .review-bottom textarea::-webkit-input-placeholder{color: #999; font-size: 16px; font-weight: 400; text-align: left}
.review.write .review-bottom textarea::-ms-input-placeholder{color: #999; font-size: 16px; font-weight: 400; text-align: left}
.review .review-top .book-img a img, .review .review-top .book-img img{width: 142px!important;}


.write-area dl{margin-top: 30px;}
.write-area dl dd{width: 100%; background: #f5f5f5; border: 1px solid #e3e3e3; margin-top: 25px; padding: 16px; box-sizing: border-box;}
.write-area textarea{display: block; width: 100%; box-sizing: border-box; border: 0; color: #666; line-height: 1.6em; height: 40px; background: transparent;}
.write-area button{color: #559BD3; border: 1px solid #559BD3; width: 80px; height: 38px; background: transparent; text-align: center; display: inline-block;}
.write-area .btn-area{display: block; text-align: right; padding: 10px 0 0;}


.write-area ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
    font-size: 15px;
}
.write-area :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
   font-size: 15px;
}
.write-area ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
   font-size: 15px;
}
.write-area input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#999;
   font-size: 15px;
}

.write-area .sub-text{color: #999; text-align: left; padding: 0 10px;}
.write-area.login dl dt{width: 10%; float: left;}
.write-area.login dl dt .person{width: 48px; height: 48px; border-radius: 50%;    margin: 25px auto 0; background-position: 50% 50%; background-size: cover;}
.write-area.login dl dd{width: 90%; float: right;}


/* 두란노북스 > 도서검색 */
.search-wrap{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.6); z-index: 150;}
.search-book{max-width: 450px; width: 90%; margin: 0 auto; padding: 30px; box-sizing: border-box; background: #fff; box-shadow: 0 3px 6px rgba(0,0,0,0.53); position: absolute; top: 100px; left: 50%; margin-left: -225px; height: 450px; overflow: hidden;}
.search-book i{opacity: .54; position: absolute; right: 10px; top: 10px; cursor: pointer;}
.search-book h3{font-size: 20px; font-weight: 500; color: #333; margin-bottom: 30px;}
.search-book .input-area{width: 100%;}
.search-book .input-area input{color: #666; font-size: 16px; background: #f0f0f0; padding:0 10px; box-sizing:border-box; display: inline-block; width: 85%; height: 38px; vertical-align: top; border: 0; border-radius: 0;}
.search-book .input-area button{width: 13%; margin-left: 1%; background: #559BD3; color: #fff; font-size: 14px; height: 38px; box-sizing: border-box; line-height: 38px; vertical-align: top;}
.search-book .input-area input:-moz-placeholder{color: #666; font-size: 16px; font-weight: 400;}
.search-book .input-area input::-moz-placeholder{color: #666; font-size: 16px; font-weight: 400;}
.search-book .input-area input::-webkit-input-placeholder{color: #666; font-size: 16px; font-weight: 400;}
.search-book .input-area input::-ms-input-placeholder{color: #666; font-size: 16px; font-weight: 400;}
.search-book .btn-area{margin-top: 20px; overflow-y: auto; height: 280px; overflow-x: hidden;}
.search-book .btn-area button{background: transparent; height: 38px; line-height: 38px; border: 1px solid #dcdcdc; margin-bottom: 10px; padding: 0 10px; margin-right: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; max-width: 100%;}
.books-list-set .point{font-size: inherit; font-weight: inherit; color: #E46287}
.books-list-set .list{padding: 35px 25px; background: rgba(255,255,255,1); box-shadow: 0 3px 4px rgba(0,0,0,0.16); margin-bottom: 85px;}
.books-list-set .list dl{width: 20%; float: left; padding: 25px 20px; box-sizing:border-box; text-align: center;}
.books-list-set .list dl dt img{width: 100%; box-sizing: border-box; border: 1px solid #e1e1e1;}
.books-list-set .list dl{font-size: 16px; color: #333; cursor: pointer}
.books-list-set .list dl dd{font-size: inherit; color: inherit; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 24px; height: 24px; font-weight: 500;}
.books-list-set .list dl dd.dd2{font-size: 0.875em; margin-top: 0; line-height: 20px; height: 20px; color: #666; font-weight: 400; margin-top: 5px;}
.books-list-set .list dl dd.dd2 a:hover{text-decoration: underline;}
.books-list-set .list dl dd.dd2.tag{display: inline-block; width: auto; padding: 2px 15px; margin-top: 7px; background: #E0F0FC; color: #3683C1; font-size: 12px; font-weight: 400; border-radius: 12px;}

/* 두란노북스 > 분야별도서 */
.part .filter-group{/* padding: 0 15px 85px; max-width: 842px; height: 875px; */ max-width: 850px; box-sizing: border-box; height: auto; padding: 0 23px 85px;}
.part .filter{width: 100%; margin:0 auto; box-sizing: border-box;}
.part button{display: block; background: #fff; width: 12.5%; height: 115px; box-sizing: border-box; border: 1px solid #eee;  color: #666; font-size: 14px; /* margin-left: -1px; */ margin-left: 0; margin-bottom: -1px;}
.part .filter button{float: left; align-items: flex-start; position: relative; font-weight: 500; height: 75px!important; border: 1px solid #C3D1E2; /* margin-left: -1px; */ margin-left: 0; margin-bottom: 0px;}
.part .filter .filter-all,
.part .filter .filter1,
.part .filter .filter2,
.part .filter .filter3,
.part .filter .filter4,
.part .filter .filter5,
.part .filter .filter6,
.part .filter .filter7{background: #E6EDF5; color: #416A8B; font-weight: 500;}
.part .filter button.on{background: #6F7D8F; color: #fff; border: 1px solid #6F7D8F;}
.part .list{width: 100%; margin: 0 auto;}
.part .list button{position: relative;}
.part .list button:hover{color: #559BD3;}
.part .list button:hover:after{content:""; display:block; border: 1px solid #559BD3; position: absolute; top:0;left:0; width: 98%; height: 98%;}

.brand .list{margin-bottom: 80px;}
.brand .list dl{width: 33.3333%; float: left; font-size: 18px; margin: 20px 0 60px;}
.brand .list dl dt{position: relative; width: 180px; margin: 0 auto; height: 240px;}
.brand .list dl dt p{position: absolute;}
.brand .list dl dt p.bk1{bottom: 0; right: 0; z-index: 2}
.brand .list dl dt p.bk2{top: 0; left: 16px; z-index: 1;}
.brand .list dl dt p.brand-nam{bottom: 20px; left: 0; z-index: 3;}
.brand .list dl dt p.brand-nam img{width: auto; box-shadow: -1px 3px 2px rgba(0,0,0,0.08); }
.brand .list dl dt span{display:block; width: 135px; height: 15px; background: url(/duranno/img/sentence-book-bg.png) 50% 100% no-repeat; background-size: 100%}
.brand .list dl dt img{width: 135px;}
.brand .list dl dd{text-align: center; font-size: inherit; font-weight: 600; color: #333; margin-top: 20px; padding: 0 15px;}
.brand .list dl dd.dd2{text-align: center; font-size: 0.833em; font-weight: 400; color: #666; margin-top: 5px;}

/* 두란노북스 > 브랜드 상세 brand-detail */
.brand-d h2 button{text-indent: -9999em; width: 22px; height: 21px; background: url(/duranno/img/brand-detail-btn.png) 0 0 no-repeat; border: 0; position: static; vertical-align: middle; margin-left: 10px; transition: none;}
.brand-d h2 button.on{background-position: 0 -21px;}
.brand-d .detail{background: rgba(255,255,255,0.7); font-size: 18px; color: #666; padding: 80px 0; line-height: 1.8em;}
.brand-d .detail .w800{font-size: inherit; color: inherit; line-height: inherit;}
.brand-d .area{background: #fff; padding: 55px 25px 25px 55px;}
.brand-d .bottom{background: #fff;}
.brand-d .select-area{width: 40%;}
.brand-d .select-area select{background: url(/duranno/img/brand-select.png) 95% 50% no-repeat; border-radius: 0; font-size: 14px; color: #666; border: 1px solid rgba(153,153,153,0.6); height: 30px; line-height: 30px;}
.brand-d .select-area span{font-size: 20px; font-weight: 500; color: #666; display: block; margin-top: 40px}
.brand-d .select-area p{font-size: 48px; font-weight: 500; color: #559BD3;}
.brand-d .select-area em:before{content: ""; display: block; width: 28px; height: 3px; background-color: #999; margin: 40px 0 10px;}
.brand-d .select-area em{font-size: 18px; color: #666; font-weight: 300;}
.brand-d .rank-area{width: 60%;}
.brand-d .rank-area dl{width: 33.3333%; float: left; padding: 25px 20px; box-sizing:border-box; text-align: center; font-size: 16px;}

.brand-d .rank-area dl dd {font-size: inherit; color: inherit; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 24px; height: 24px; font-weight: 500;}
.brand-d .rank-area dl dd.dd2 { font-size: 0.875em; margin-top: 0; line-height: 20px; height: 20px; color: #666; font-weight: 400;}
.brand-d .rank-area dl dt span{display:block; width: 100%; height: 15px; background: url(/duranno/img/sentence-book-bg.png) 50% 100% no-repeat; background-size: 100%}
.brand-d .rank-area dl dt{ position: relative;}
.brand-d .rank-area dl dt img{width: 100%; box-sizing: border-box; border: 1px solid #e1e1e1; display: block;}
.brand-d .rank-area dl dt:before{content: "1위"; display: block; position: absolute; width: 36px; height: 54px; background: url(/duranno/img/rangking.png) 0 0 no-repeat; top: 16px; left: 10px; color: #fff; font-weight: 500; padding-top: 10px;}
.brand-d .rank-area dl.rank1 dt:before{background-position: -40px 0;}
.brand-d .rank-area dl.rank2 dt:before{content: "2위"}
.brand-d .rank-area dl.rank3 dt:before{content: "3위"}
.brand-d .point{font-size: inherit; font-weight: inherit; color: #E46287}
.brand-d .list{clear: both; padding: 35px 25px; background: rgba(255,255,255,1); box-shadow: none; margin-bottom: 85px;}
.brand-d .line{width: 100%;  padding: 0 45px;}
.brand-d .line div{border-bottom: 1px solid #e1e1e1; width: 100%;}

.review-list .bottom{background: transparent; padding-bottom: 70px; position: relative; top: -78px;}
.review-list .area{padding: 20px 10px 10px;}
.review-list .select-area{width: 40%; height: 38px; line-height: 38px;}
.review-list .select-area select{background: url(/duranno/img/brand-select.png) 90% 50% no-repeat; border-radius: 0; font-size: 14px; color: #666; border: 1px solid rgba(153,153,153,0.6); height: 30px; line-height: 30px; background-color: rgba(255,255,255,0.5); padding-left: 24px;}
.review-list .list{padding: 10px;}
.review-list .list dl{width: 32%; margin-right: 2%; margin-bottom: 3%; padding: 35px; float: left; box-sizing: border-box; box-shadow: 0px 5px 14px rgba(0,0,0,0.16); background: #fff; cursor: pointer;}
.review-list .list dl:nth-child(3n){margin-right: 0;}
.review-list .list dl dt{width: 30%; margin-right: 5%; float: left;}
.review-list .list dl dt img{width: 100%; border: 1px solid #DCDCDC;}
.review-list .list dl dd{}
.review-list .list dl dd a{color: inherit; font-size: inherit; font-weight: inherit;}
.review-list .list dl dd.dd1{font-size: 18px;  overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; display: -webkit-box; height: 49px; /*padding-bottom: 20px;*/ margin-bottom:20px; font-weight: 500;}
.review-list .list dl dd.dd2{display:block; font-size: 15px; color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp:7; -webkit-box-orient:vertical; display: -webkit-box; height: 153px; line-height: 1.5em;}
.review-list .list dl dd.dd3{margin-top: 32px; color: #666; text-align: left; font-size: 14px;}
.review-list .list dl dd.dd3 em{color: #656565; font-weight: 500; font-size: 14px; display: inline-block; margin:4px 0;}
.review-list .list dl dd span{color: #999; font-size: 14px; display: block; padding-bottom: 5px;}
.review-list .list dl dd .person{width: 50px; height: 50px; border-radius: 50%; margin-right: 15px; box-shadow: 0px 0px 2px rgba(0,0,0,0.1); background-position: 50% 50%; background-size: cover; overflow: hidden;}
.review-list .list dl dd .person img{width: 100%; margin-top: -20%; -ms-interpolation-mode:bicubic;}

.write-btn{width: 38px; height: 38px; background: url(/duranno/img/wrtie-btn.svg) 0 0 no-repeat; text-indent: -9999em; cursor: pointer}


/* 두란노 카드북 */
.cardbook-list {background: #EEF5F6;}
.cardbook-list h2 {padding-top: 75px; color: #393939;}
.cardbook-list h2 img {width: 190px;}
.cardbook-list h2 span {font-size: 18px; font-weight: 400; color: #666; margin-top: 0px;}
.cardbook-list .bottom{background: transparent; padding-bottom: 70px; position: relative; top: 0px;}

.cardbook-list .list{}
.cardbook-list .list div{width: 32%; margin-right: 2%; float: left; box-sizing: border-box; cursor: pointer;}
.cardbook-list .list div:nth-child(3n){margin-right: 0;}
.cardbook-list .list div span{display: block; width: 100%; position: relative;}
.cardbook-list .list div span img{display: block; width: 100%;  border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);}
.cardbook-list .list div h3{text-align: center; -webkit-box-orient: vertical;-webkit-line-clamp: 1; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; font-size: 18px; font-weight: 400; color: #000; margin-top: 14px; margin-bottom: 78px;}

/* span에 클래스 gorup 있을 경우 그룹카드 표시 */
.cardbook-list .list div span.group:before {content: ''; position: absolute; top: 13px; right: 13px; width: 22px; height: 22px; background: url(/duranno/img/card-group.svg) 0 0 no-repeat; filter: drop-shadow(2px 2px 2px #000);}




/* 카드북 디테일 */
.card-detail .cardbook {background: #EEF5F6;}
.card-detail .cardbook h2 {padding-top: 75px;}
.card-detail .cardbook h2 img {/* width: 238px; */ width: 190px;}
.card-detail .cardbook h2 span {/* font-size: 24px; */ font-size: 18px; font-weight: 400; color: #222; margin-top: 0px;}
.card-detail .cardbook .btn-lnb {height: 68px; border: 1px solid #ddd; background: #fff;}
.card-detail .cardbook .bottom{background: #fff; position: relative; top: 0; overflow: hidden;}

.card-detail .cardbook .btn-lnb.bottom .prev,
.card-detail .cardbook .btn-lnb.bottom .next { width: 50%; height: 68px; float: left; box-sizing: border-box;}
.card-detail .cardbook .btn-lnb.bottom p {font-family: "Noto Sans CJK KR"; /* font-size: 18px; */ font-size: 16px; font-weight: 400; color: #000; line-height: 68px; cursor: pointer;}
.card-detail .cardbook .btn-lnb.bottom span {/* vertical-align: baseline; */ vertical-align: middle;}

.card-detail .cardbook .btn-lnb.bottom .prev span {display: inline-block; width: 8px; height: 15px; background: url(../img/core/cardbook_arrow.png) 0 0 no-repeat; background-size: 8px; margin-right: 10px;}
.card-detail .cardbook .btn-lnb.bottom .next {text-align: right;}
.card-detail .cardbook .btn-lnb.bottom .next span {display: inline-block; width: 8px; height: 15px; background: url(../img/core/cardbook_arrow2.png) 0 0 no-repeat; background-size: 8px; margin-left: 10px;}


.card-detail .cardbook .w688 {width: 100%; max-width: 688px; margin: 0 auto; overflow: visible;}
.card-detail .cardbook .w860 {width: 100%; max-width: 860px; margin: 0 auto; overflow: visible;}

.card-detail .cardbook .w688 > div {box-sizing: border-box; line-height: 68px;}
.card-detail .cardbook .golist {float: left; width: 20%; height: 68px;}
.card-detail .cardbook .golist span {/* font-size: 18px; */ font-size: 16px; font-weight: 400; color: #000; cursor: pointer;}
.card-detail .cardbook .btn {/* width: 44%; */ width: 42%; height: 68px; float: right;}
.card-detail .cardbook .btn label {/* font-size: 18px; */ font-size: 16px; font-weight: 400; color: #000; text-align: right; display: inline-block; cursor: pointer;}
.card-detail .cardbook .btn label span {display: inline-block; width: 30px; height: 30px; background: url(/duranno/img/unchecked.svg) 0 0 no-repeat; vertical-align: middle; margin-left: 35px; margin-right: 7px;}
.card-detail .cardbook .btn label:first-child span {margin-left: 45px;}

.card-detail .cardbook input[name=tabmenu] {display: inline-block; vertical-align: top; margin-top: 25px; margin-left: 35px; display: none;}
.card-detail .cardbook input[name=tabmenu]:first-child {margin-left:45px;}
.card-detail input[id=tab1]:checked ~ .btn-lnb .btn label[for=tab1] span,
.card-detail input[id=tab2]:checked ~ .btn-lnb .btn label[for=tab2] span {background: url(/duranno/img/checked.svg) 0 0 no-repeat; width: 30px; height: 30px;}
.card-detail .tabs .tab1,
.card-detail .tabs .tab2 {display: none; margin-top: 105px;}
.card-detail input[id=tab1]:checked ~ .tabs .tab1, 
.card-detail input[id=tab2]:checked ~ .tabs .tab2 {display: block;}


.card-detail .tabs .tab1 div.slick-list {height: 688px; overflow: visible;}
.card-detail .tabs .tab1  div.slick-track {display: block; width: 100%; height: 690px; overflow: hidden; margin-left: 90px;}
.card-detail .tabs .tab1  div.slick-slide {width: 100%; display: block;}
.card-detail .tabs .tab1 .slick-slide span {width: 688px; height: 688px; display: block;}
.card-detail .tabs .tab1 .slick-slide img {width: 100%; display: block; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); border-radius: 20px;}

.card-detail .tabs .tab1 .slick-dots {margin-top: 20px;}
.card-detail .tabs .tab1 .slick-prev:before {content: ''; display: block; width: 24px; height: 42px; background: url(../img/core/cardbook_arrow.png) 0 0 no-repeat; background-size: 24px;}
.card-detail .tabs .tab1 .slick-next:before {content: ''; display: block; width: 24px; height: 42px; background: url(../img/core/cardbook_arrow2.png) 0 0 no-repeat; background-size: 24px;}

.card-detail .cardbook .sns-link{margin-top: 105px; margin-bottom: 105px;}
.card-detail .cardbook .sns-link li{display: inline-block;}
.card-detail .cardbook .sns-link li button{text-indent: -9999em; /* width: 35px; height: 35px; background: url(/duranno/img/sns-icon.svg) 0 0 no-repeat; */ border-radius: 50%; margin-left: 8px; width: 43px; height: 43px; line-height: 43px; background: url(/sl/img/sns-icons.svg) 0 0 no-repeat;}
.card-detail .cardbook .sns-link li button.fb{background-position: 0px -92px; margin-left: 0;}
.card-detail .cardbook .sns-link li button.tw{/* background-position: 0 -35px; */ background-position: 0px -136px;}
.card-detail .cardbook .sns-link li button.kt{/* background-position: 0 -70px; */ background-position: 0px -180px;}
.card-detail .cardbook .sns-link li button.lk{/* background-position: 0 -105px; */ background-position: 0px -224px;}


.card-detail .tabs .tab2 div {margin-top: 70px;}
.card-detail .tabs .tab2 div:first-child {margin-top: 0;}
.card-detail .tabs .tab2 div span {width: 688px; height: 688px; display: block;}
.card-detail .tabs .tab2 div span img {width: 100%; display: block; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); border-radius: 20px;}


/* 두란노북스 > 두란노 뉴스 news_list */
.news-list .list ul{border-top: 1px solid #333; margin-bottom: 50px;}
.news-list .list ul li{width: 100%; padding: 16px 32px; box-sizing: border-box; cursor: pointer; background: #fff; border-bottom: 1px solid #dfdfdf; vertical-align: middle; transition: 0.2s all; display: table; width: 100%;}
.news-list .list ul li:hover{background: #E6EDF5;}
.news-list .list ul li .title{font-size: 16px; font-weight: 500; color: #333; display: table-cell; vertical-align: top; line-height: 1.6em; width: auto; padding-right: 30px;}
.news-list .list ul li .date{font-size: 16px; font-weight: 400; color: #666; display: table-cell; vertical-align: top; line-height: 1.6em; width: 185px;}
.news-list .list ul li .date .hits{font-size: 16px; font-weight: 400; color: #666; padding-left: 50px; display: inline-block; width: 100px; text-align: center; box-sizing: border-box;}
.news-list .paging{margin-bottom: 50px;}

.news-detail .context{margin-top: 0; background: #fff; margin-bottom: 0;}
.news-detail .context a em{vertical-align: middle;}
.news-detail .context a{color: #559BD3; text-decoration: underline;}
.news-detail .context .icon.next{width: 18px; height:18px; display:inline-block; background-image: url(/duranno/img/next-blue-icon.svg); background-position: 0 0; background-repeat: no-repeat; text-indent: -9999em; vertical-align: middle; margin-top: -3px;}
.news-detail h2{margin-bottom: 0; padding-right: 0;}
.news-detail .news-date{font-size: 15px; color: #999; font-weight: 400; display: block; text-align: right; margin-top: 30px; margin-bottom: 12px; line-height: 1.2em;}
.news-detail .news-date em{font-size: 15px; color: #ccc; font-weight: 400; padding: 0 10px;}
.news-detail.sub.content div.more-btn button{width: 120px; height: 40px; background: #559bd3; font-size: 15px;}


/* 최고의 행복 */
.evangel .underline{display: inline; box-shadow: inset 0 -8px 0 #B4E7F8; font-size: inherit;color: inherit;}
.evangel .download{width: 100%; text-align: center; margin-bottom: 60px;}
.evangel .download a{display: inline-block; padding: 10px 20px; line-height: 1.2em; background: #559BD3; color: #fff; border-radius: 30px; margin: 0 3px; font-size: 14px;}
.evangel .download a:nth-child(2){background: #747DBC}
.evangel .download a .down{display: inline-block; width: 19px; height: 17px; background: url(/duranno/img/down.svg) 0 0 no-repeat; margin-left: 5px; vertical-align: middle;}
.evangel .books{margin-bottom: 50px; display:flex;flex-wrap:wrap;}
.evangel .books a{display: block; text-align: center; width: 33.3333%; padding: 15px 15px 50px; /*float: left;*/ box-sizing: border-box;}
.evangel .books span{font-size: 18px; font-weight: 500; margin-bottom: 20px; color: #333; box-shadow: inset 0 -8px 0 #B4E7F8; display: inline-block; line-height: 1.4em;}
.evangel .books img{width: 100%; max-width: 280px;}

/* 고난이선물이다 월페이퍼 */
.wall .box{margin-bottom: 85px;}
.wall h2 a{font-size: inherit; border-bottom: 1px solid transparent; display: inline-block;}
.wall h2 a:hover{border-bottom: 1px solid #aaa;}
.wall h3{font-size: 26px; font-weight: 400; color: #333; border-bottom: 1px solid #ccc; padding-bottom: 8.5px; margin: 20px 0;}
.wall h3 span{font-size: inherit; font-weight: 700; color: inherit;}
.wall .pc{padding: 40px 60px;}
.wall .img-area{position: relative;}
.wall .img-area img:nth-child(1){position: absolute; top: 0; left:23px;}

.wall .button-area{margin-top: 75px;}
.wall .button-area button{display: block; width: 158px; height: 38px; line-height: 38px; font-size: 15px; margin-top: 10px; border-radius: 30px; background: #e9e9e9; vertical-align: middle; transition: 0.2s all}
.wall .button-area button span{vertical-align: middle; color: inherit; line-height: 36px;}
.wall .button-area button .icon{display: inline-block; width: 18px; height: 18px; background: url(/duranno/img/wallpaper/down-icon.svg) 0 -18px no-repeat; margin-left: 5px;}

.wall .button-area button:hover{background: #707070; color: #fff; font-weight: 400;}
.wall .button-area button:hover .icon{background-position: 0 0;}

.wall .pc .img-area img:nth-child(1){max-width: 548px; width: 100%;}
.wall .pc .img-area img:nth-child(2){max-width: 589px; width: 100%;}

.wall .mobile{width: 50%; float: left; margin: 40px 0;}
.wall .mobile .img-area{text-align: center;}
.wall .mobile .img-area p{position: absolute; top: 0; left:0; width: 100%; height: 100px; text-align: center; padding: 0 10px 10px; box-sizing: border-box;}
.wall .mobile .img-area img{max-width: 312px; width: 100%}
.wall .mobile .img-area p img{display: inline; position: static;max-width: 296px; width: 100%;} 
.wall .mobile .button-area{text-align: center; margin-top: 12px;}
.wall .mobile .button-area button{display: inline-block; }

.wall .mobile .button-area .name{display: inline-block; width: 130px; text-align: left; margin-left: 15px; font-size: 16px; font-weight: 500; vertical-align: middle;}
.wall .box-wrap{margin-bottom: 40px;}


/* calendar */

#calendar .search-area{text-align: center; position: relative;}
#calendar .search-area .subject{width: 25%; position: absolute; left: 0; top: 0; float: none;}
#calendar .search-area .years{width: 12.5%; margin: 0; margin-right: -4px; border-right: 0; float: none; display: inline-block; font-weight: bold}
#calendar .search-area .months{width: 12.5%; float: none; display: inline-block; font-weight: bold;}
#calendar .search-area .today-btn{width: 9.16666%; display: block; float: none; position: absolute; right: 0; top: 0; height: 35px; line-height: 35px; background: #4277E4; color: #fff; font-weight: bold;}
#calendar .search-area .next{padding:0 3px;min-width: 9.16666%;display:inline-block; height: 35px; line-height: 35px;  background: transparent; color: #4277E4; border: 1px solid#CAD2E3;}
#calendar .search-area .pre{padding:0 3px;min-width: 9.16666%;display:inline-block;  height: 35px; line-height: 35px; background: transparent; color: #4277E4; border: 1px solid#CAD2E3;}


#calendar .last-div{margin-bottom: 100px;}
#calendar select{height: 35px; line-height: 35px; background: url(/duranno/img/select-icon.svg) 100% 50% no-repeat; background-color: #fff; padding: 0 30px 0 15px; border: 1px solid #CAD2E3; box-sizing: border-box; border-radius: 0;}
#calendar .i-arrow-right{width: 16px; height: 16px; display: inline-block; background: url(/duranno/img/cal-icons.svg) 0 -152px no-repeat; vertical-align: middle;}
#calendar .i-arrow-left{width: 16px; height: 16px; display: inline-block; background: url(/duranno/img/cal-icons.svg) -16px -152px no-repeat; vertical-align: middle;}
#calendar .list table{margin-top: 20px; width: 100%;}
#calendar .list table th{text-align: center; font-size: 11px; font-weight: bold; cursor: default; width: 14.28%; background: #ECF3FC; border: 1px solid #CAD2E3; border-collapse: collapse; border-bottom: 2px solid #CAD2E3; padding: 8px 0; line-height: 1;}
#calendar .list table th:nth-child(1){color: #C4124D;}
#calendar .list table td:nth-child(1) .date{color: #C4124D;}
#calendar .list table td{padding: 0;border: 1px solid #CAD2E3; border-collapse: collapse; transition: 0.2s all; vertical-align: top; background: #fff;}

#calendar .list table td button{display:inline-block; background: transparent; font-size: 14px; color: #222; text-align: left; padding-bottom: 5px;}
#calendar .list table td button:hover{text-decoration: underline;}
#calendar .list table td button .tag{font-weight: 400; color: #4277E4;}

#calendar .list table td button:after{content: ""; display: inline-block; width: 13px; height: 13px; margin-left: 3px; transition: 0.2s opacity; opacity: 0;}
#calendar .list table td button:hover:after{background: url(../img/icons.svg) 0 -263.8px no-repeat; opacity: 1;}

#calendar .list table td.today{border: 1px solid #4277E4; box-shadow: inset 1px 1px 1px #4277E4;}
#calendar .list table td.today .date{background: #4277E4; color: #fff; border-bottom: 1px solid #4277E4; position: relative;}
#calendar .list table td.today .date:after{content: "Today"; position: absolute;top: 5px; right: 15px; color: #fff; font-size: 12px;}
#calendar .list table td.today .schedule{border-left: 1px solid #4277E4;}
#calendar .list table td .date{width: 100%; display: block; padding: 5px 15px; background: #ECF3FC; border-bottom: 1px solid #CAD2E3; box-sizing: border-box; border-top: 1px solid transparent; border-left: 1px solid transparent; transition: 0.2s all}
#calendar .list table td .schedule{width: 100%; display: block; padding: 8px 15px; box-sizing: border-box; min-height: 120px; background: #fff; border-left: 1px solid transparent; transition: 0.2s all; line-height: 1.3em;}
#calendar .list table td .schedule .point-t{display: block; padding-top: 5px;}
#calendar .list table tr:nth-child(even) td{background: transparent;}
#calendar .list table td:hover{border-right: 1px solid #4277E4; border-bottom: 1px solid #4277E4; box-shadow: inset 1px 1px 1px #4277E4;}
#calendar .list table td:hover .date{border-top: 1px solid #4277E4; border-left: 1px solid #4277E4;} 
#calendar .list table td:hover .schedule{border-left: 1px solid #4277E4;} 
#calendar .list table td.noday{cursor: default; background: transparent;}
#calendar .list table td.noday:hover{border: 0; box-shadow: none;border-right: 1px solid #CAD2E3;
    border-bottom: 1px solid #CAD2E3;}



@media screen and (max-width: 1023px){
	h2{padding-top: 32px!important; margin-bottom: 27px!important;}
	h2 .btn{position: static;}

	.author dl dd em{margin-top: 10px; height: 130px;}
	.author dl.on dd h3{padding: 20px 0 10px}
	.author dl dd h3 i{margin-right: 10px;}

	.author_s dl{margin-right: 0!important; width: 49%; margin-bottom: 30px;}
	.author_s dl:nth-of-type(3n){margin-right: 0;}
	.author_s dl:nth-of-type(2n){margin-left: 2%;}
	.author_s dl dd em{height: 130px;}

	.app ul li em{width: 60px; height: 60px; background-size: 480px;}
	.app ul li em.no2{background-position: -60px 0;}
	.app ul li em.no3{background-position: -120px 0;}
	.app ul li em.no4{background-position: -180px 0;}
	.app ul li em.no5{background-position: -240px 0;}
	.app ul li em.no6{background-position: -300px 0;}
	.app ul li em.no7{background-position: -360px 0;}
	.app ul li em.no8{background-position: -420px 0;}

	.semi-text{background-position: 50px 50%; text-align: center;}
	.semi-text p{width: 80%; box-sizing:border-box; padding: 20px; text-align: center;}
	
	/* 책 속의 한 문장*/
	.semi-text-s .box .sentence dl{padding: 30px 30px;}
	.semi-text-s .box.left-st .sentence dl{margin-right: 50px;}
	.semi-text-s .box.right-st .sentence dl{margin-left: 50px;}

	/* 조정민의 sharing */
	.sharing{padding: 15px 0; box-sizing: border-box; overflow: hidden;}
	.sharing .book{box-shadow: 0px 2px 6px rgba(0,0,0,0.1); max-width: 100%;}
	.sharing .book .calendar{padding: 20px;}
	.sharing .book .calendar .left,
	.sharing .book .calendar .right{display: block; float: none; margin-bottom: 50px;}
	.sharing .book .calendar .sharing-slick{margin-right: 0;}
	.sharing .book .calendar .sharing-slick .slick-dots{right: auto; left: 0; width: 100%; bottom: -50px;}
	.sharing .book .calendar .svg.logo{display: none;}
	.sharing .book .calendar .svg.logo-m{display: inline-block; width:90%; max-width: 300px; height:100px;}
	.sharing .ledge{display: none;}
	.sharing .sns{margin: 50px auto 50px}
	.sharing .box ul{padding: 20px 20px 10px 50px;}	
	.sharing .box ul li{font-size: 16px;}
	.sharing .box ul li:before{left: -35px; top: 2px;}
	.sharing .btn button{font-size: 18px;}
	.sharing .btn button i{display: none;}

/*	.detail .box .btn{width: 47%;}
	.detail .box .sns{width: 53%;}*/

	/*독자리뷰 쓰기*/
	.review .review-top .book-img{display: block; margin: 0 auto; width: 113px; height: 162px;}
	.review .review-top .book-img a{width: 113px; height: 162px;}
	.review .review-top dl{display: block; width: 100%; vertical-align: middle; text-align: center; padding: 30px 0 0;}
	.review .review-top dl .review-info{padding-top: 11px;}
	.review-list .bottom{position: static;}
	.review .review-bottom .sns-link{bottom: -40px;}

	.review.write .review-top .book-img a{padding-top: 40px;}
	.review.write input{text-align: center;}
	.review.write :-moz-placeholder{text-align: center;}
	.review.write ::-moz-placeholder{text-align: center;}
	.review.write ::-webkit-input-placeholder{text-align: center;}
	.review.write input::-ms-input-placeholder{text-align: center;}

	.review .review-top .w100{padding: 30px 20px;}

	.review .review-top .book-img a img,
	.review .review-top .book-img img{width: 100%!important;}
	.review .review-bottom{padding: 20px 20px 80px; box-sizing: border-box;}
	.review.write .review-bottom{padding: 0;}
	.review .remove-area{padding-bottom: 40px;}
	.review.write .review-bottom textarea{width: 100%; margin-top: 20px; padding: 0 12px}
	.reply{padding: 0 20px; box-sizing: border-box;}

	.news-detail h2{padding-right: 20px; margin-bottom: 0!important;}

	/*고난이선물이다*/
	.wall .pc{padding: 40px 0; box-sizing: border-box;}
	.wall .pc .img-area{width: 70%;text-align: center;}
	.wall .pc .img-area p{text-align: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
	.wall .pc .img-area p img{position: static; left: 0; padding: 0;}
	.wall .pc .button-area{width: 30%; margin-top: 0; padding-left: 20px; box-sizing: border-box;}
	.wall .pc .button-area button{margin: 0 auto 10px; width: 80%;}


	/* new books 200811 st*/
	.scr-st.main{padding-left: 20px; padding-right: 20px;}
	.scr-st.main .title{font-size: 22px;}
	.scr-st.main .title .sub{font-size: 20px;}
	

	/* 두란노 카드북 */
	.cardbook-list .list{padding: 0 5px;}


	/* 카드북 디테일 */
	.card-detail .cardbook h2 img {width: 190px;}
	.card-detail .cardbook h2 span {/* font-size: 18px; */ font-size: 16px;}
	.card-detail .cardbook .bottom {width: 100%;}
	.card-detail .cardbook .w688 {width: 100%; max-width: 688px; margin: 0 auto; overflow: visible; padding: 0 18px; box-sizing: border-box;}
	.card-detail .cardbook .w860 {width: 100%; max-width: 688px; margin: 0 auto; overflow: visible; box-sizing: border-box;}

	.card-detail .cardbook .w688 > div {line-height: 48px;}
	.card-detail .cardbook .btn-lnb {height: 48px; border: 1px solid #ddd;}

	.card-detail .cardbook .btn-lnb.bottom .prev,
	.card-detail .cardbook .btn-lnb.bottom .next {width: 50%; height: 48px;}
	.card-detail .cardbook .btn-lnb.bottom p {font-size: 16px;  line-height: 48px;}
	.card-detail .cardbook .btn-lnb.bottom .prev p {margin-left: 7%;}
	.card-detail .cardbook .btn-lnb.bottom .next p {margin-right: 7%; text-align: right;}
	.card-detail .cardbook .btn-lnb.bottom span {vertical-align: middle;}

	.card-detail .cardbook .golist {float: left; width: 20%; height: 68px;}
	.card-detail .cardbook .golist span {font-size: 16px; margin-left: 15%;}
	.card-detail .cardbook .btn {width: 50%; text-align: right;}
	.card-detail .cardbook .btn label {font-size: 16px;}
	.card-detail .cardbook .btn label:last-child {margin-left: 5px;}
	.card-detail .cardbook .btn label span {width: 26px; height: 26px; margin-left: 5px; margin-right: 5px; background-size: 26px;}
	.card-detail .cardbook .btn label:first-child span {margin-left: 18px;}
	.card-detail input[id=tab1]:checked ~ .btn-lnb .btn label[for=tab1] span,
	.card-detail input[id=tab2]:checked ~ .btn-lnb .btn label[for=tab2] span {width: 26px; height: 26px; background-size: 26px;}

	.card-detail .tabs .tab1,
	.card-detail .tabs .tab2 {margin-top: 50px;}

	.card-detail .tabs .tab1 div.slick-list {height: 655px;}
	.card-detail .tabs .tab1  div.slick-track {height: 660px; margin-left: 18px;}
	.card-detail .tabs .tab1 .slick-slide span {width: 95%; height: 655px;}

	.tab1-slick .slick-dots {max-width: 688px; width: 100%; right: 0px;}

	.card-detail .tabs .tab2 div span {width: 100%; height: 100%;}



}
@media screen and (max-width: 649px){
	h2{font-size: 20px; font-weight: 500; display: inline-block; padding-bottom: 5px; width: 100%; box-sizing:border-box;}
	h2 span{font-size: 16px; padding-left: 10px; font-weight: 400; padding-left: 0; padding-right: 0;}
	h2 button{position: static; font-size: 13px; font-weight: 300; margin-top: 6px; display: inline-block; }

	.interview dl{width: 100%;}	
	.interview dl:first-of-type{padding-top: 0; border-top: 0px; margin-top: 0;}
	.interview dl .name{font-size: 18px}
	.interview dl .text{font-size: 15px}
	.interview dl dt{height: 170px; margin: 0;}
	.interview dl dd{margin: 0;}
	.interview dl dt span{height: 170px;}
	.interview dl.slide-more{display:block; background: linear-gradient(to right, #ededed 0%, #FFF 100%);}
	.interview dl.slide-more dt{display: block; background: #ededed; width: 100px!important; border: 0; padding-top: 60px; box-sizing: border-box; text-align: center; color: #686868; font-size: 14px;}
	.interview dl.slide-more dt .svg{display: block; margin: 5px auto 0;}
	.sub .interview dl{width: 100%; margin-right: 0!important;}
	.sub .interview dl:nth-of-type(even){margin-left: 0%;}
	.sub .interview dl dt{height: 200px;}
	.sub .interview dl dt span{height: 200px;}
	.sub .interview.bestbooks dl{width: 49%;}
	.sub .interview.bestbooks dl:nth-of-type(even){margin-left: 2%!important;}	
	.sub .interview.bestbooks dl dt{height: auto;}

	.author_s dl{width: 100%; margin-right: 0!important;}
	.author_s dl dd em{height: 100px;}
	.author_s dl:nth-of-type(2n){margin-left: 0;}

	/* 책 속의 한 문장*/
	.semi-text-s .box{margin-bottom: 15px;}
	.semi-text-s .box .book{display: none;}
	.semi-text-s .box.left-st .sentence dl{margin-right: 0; border-radius: 5px; padding: 20px;}
	.semi-text-s .box.left-st .sentence dl:after{display: none;}
	.semi-text-s .box.right-st .sentence dl{margin-left: 0; border-radius: 5px;}
	.semi-text-s .box.right-st .sentence dl:after{display: none;}
	.semi-text-s .box .sentence dd,
	.semi-text-s .box .sentence dt{font-size: 15px;}
	.app ul li{width: 25%}
	.gift .w100{padding-bottom: 25px;}
	.gift .gift-slick{width: 95%; margin:0; margin-left: 5%;}
	.app{margin-bottom: 32px;}
	.app ul li span{font-size: 13px; color: #888;}
	.app ul{padding: 0 20px; box-sizing:border-box;}
	.semi-text{background: transparent; padding: 32px 0;}
	.semi-text .semi-slick{width: 100%;}
	.semi-text p{display: block; box-sizing:border-box; width: 100%; padding: 40px 40px 20px; font-size: 16px; text-align: center; margin: 0;}
	.semi-text p span{font-size: 13px;}
	.semi-text p em{font-size: 15px}
	.semi-text .semi-slick .slick-dots{text-align: center; padding-right: 0;}

	/* 조정민의 sharing */
	.sharing .sns ul li{width: 40px; height: 40px; background-size: 40px; margin: 0 7px;}
	.sharing .sns ul li.fb{background-position: 0px 0px;}
	.sharing .sns ul li.tw{background-position: 0px -40px;}
	.sharing .sns ul li.ins{background-position: 0px -80px;}
	.sharing .sns ul li.ka{background-position: 0px -120px;}
	.sharing .sns ul li.link{background-position: 0px -160px;}

	/* 베스트셀러 */
	.best .book-wrap{padding: 30px;}
	.best .book-wrap dl{line-height: 1.8em; padding-top: 30px}
	.best .book-wrap dl dt{font-size: 18px;}
	.best .book-wrap dl dd{font-size: 15px; font-weight: 400;}
	.best .book-wrap dl dd.sub{font-size: 15px;}
	.best .book-wrap .rangking{background-size: 30px; width: 30px; height: 43px;}
	.best .book-wrap:nth-of-type(1) .rangking{background-position:0 -44px;}
	.best .book-wrap .rangking strong{font-size: 18px; padding-top: 5px;}
	.best .book-wrap .rangking span{font-size: 13px; padding-top: 5px;}
	.bestbooks .rangking{background-size: 30px; width: 35px; height: 48px; background-size: 70px; left: 10px}
	.bestbooks dl:nth-of-type(1) .rangking{background-position:-35px 0;}
	.bestbooks .rangking strong{font-size: 18px; padding-top: 8px;}
	.bestbooks .rangking span{font-size: 13px; padding-top: 5px;}
	.sub .bestbooks.interview dl .text{display: none;}
	/*.bestbooks.interview dl .name{margin-top: 15px;} bestbooks.asp 오류로 삭제 */
	.bestbooks.interview dl .name{margin-bottom: 15px;} /*bestbooks.asp 오류로 추가 */
	.bestbooks.interview dl .name:after{display: none;}
	.sub .bestbooks.interview dl dd span{font-size: 16px; overflow: visible; white-space: normal; height: 48px;}

	/* 새로나온 책 */
	.newbooks .monthly h4{top: 80px;}
	.newbooks .monthly h4 span{ font-size: 16px;}
	.newbooks .monthly ul{padding: 0 15px 0px}
	.newbooks .monthly ul li{width: 100%; margin-bottom: 30px;}
	.newbooks .monthly ul li img{padding-top: 3.5%;}
	.newbooks .circle .select-area{width: 57px; height: 48px;}
	.newbooks .circle select{font-size: 15px; margin-top: 30px;}
	.newbooks .circle i{margin-top: 30px;}
	.newbooks .circle h3{font-size: 15px;}

	/* 도서상세 */
	.detail .box{display: block; position: relative; padding: 30px 15px 0;}
	.detail .box h1{font-size: 20px}
	.detail .box .sub{display: none;}
	.detail .box ul li{font-size: 15px;}
	.detail .box .btn-area{width: 100%; padding: 30px 0; box-sizing: border-box; }
	.detail .box .btn-area .btn{width: 100%; margin: 0 auto; float: none; padding: 30px 0 0; border-top: 1px solid #e1e1e1;}

	.detail .box .btn-area .btn.four{padding-right: 58px; padding-left: 58px;}
	.detail .box .btn-area .btn.four button{width: 48.5%}
	.detail .box .btn-area .btn.four .btn-inner{width: 48.5%}
	.detail .box .btn-area .btn.four .btn-inner button{width: 100%}
	.detail .box .btn.four button:nth-of-type(1), 
	.detail .box .btn.four button:nth-of-type(3){margin-bottom: 3%; margin-right: 3%;}
	.detail .box .btn.four button:nth-of-type(2){margin-right: 0; margin-bottom: 3%;}
	.detail .box .btn-area .sns{width: 100%; float: none; text-align: center; padding-top: 30px; margin-top: 0;}
	.detail .box .btn-area .sns li{display: inline-block; float: none;}
	.detail .box ul.author{border-bottom: 0; margin-bottom: 0; padding-bottom: 0}
	.detail .context{margin: 30px 0 0; padding: 50px 20px; font-weight: 400; line-height: 1.8em;}
	.news-detail .context{margin-top: 0;}

	.detail .book-review ul li:last-child{border-bottom: 0;}
	.detail .book-review ul li a{display: block;}
	.detail .book-review ul li a span{display: block; width: 100%;}
	.detail .book-review ul li a span.cell-left strong{text-overflow: ellipsis; white-space: nowrap;}
	.detail .book-review ul li a span strong{padding-right: 0; margin-bottom: 6px;}
	/*도서검색*/
	.books-list-set .list{padding: 15px 5px;}
	.books-list-set .list dl{width: 50%; padding: 15px;}

	/*분야별도서*/
	.part .filter-group{height: auto;}
	.part button{width: 25%; height: 70px; margin-left: -1px;}
	.part .filter button{height: 40px!important; margin-top: -1px; margin-left: -1px;}

	/*브랜드소개-리스트*/
	.brand .list dl{width: 50%;}
	.brand .list dl dt{width: 150px; height: 200px}
	.brand .list dl dt img,.brand .list dl dt span{width: 112px;}
	.brand .list dl dt p.brand-nam img{width: 130px}

	/*브랜드소개-상세*/
	.brand-d .area{padding: 15px; padding-bottom: 0;}
	.brand-d .select-area{width: 100%; text-align: center;}
	.brand-d .select-area span{font-size: 18px; margin-top: 70px;}
	.brand-d .select-area p{font-size: 45px;}
	.brand-d .select-area em{display: block; width: 70%; margin: 0 auto; word-break: keep-all;}
	.brand-d .select-area em:before{margin: 10px auto 10px;}
	.brand-d .select-area select{float: right;}
	.brand-d .rank-area{width: 100%;}
	.brand-d .rank-area dl{width: 50%; padding: 25px 15px;}
	.brand-d .rank-area dl.rank1{float: none; margin: 0 auto; padding-bottom: 0;}
	.brand-d .rank-area dl dt:before{width: 28px; background-size: 64px; font-size: 14px; padding-top: 5px;}
	.brand-d .rank-area dl.rank1 dt:before{background-position: -32px 0;}
	.brand-d .detail{font-size: 16px; padding: 25px 15px;}
	.brand-d .line{padding: 0 20px;}

	/*독자리뷰 리스트*/
	.review-list .bottom{background: transparent;}
	.review-list .list{padding: 15px;}
	.review-list .area{padding:15px; padding-bottom: 0;}
	.review-list .list dl{background: #fff; margin-right: 0; margin-bottom: 15px;}
	.review-list .list dl dd span{display: block;}
	.review-list .list dl{width: 100%;}
	.review-list .list dl dd.dd1{/*padding-bottom: 15px*/ margin-bottom:15px;}
	.review-list .list dl dd.dd3{margin-top: 20px;}
	/* .review-list .list dl dd.dd2{-webkit-line-clamp: 3;} */
	.review-list .list dl dt img{max-width: 120px; margin: 0 auto; display: block;}

	/*독자리뷰 쓰기*/
	.search-book{width: 320px; margin-left: -160px}
	.search-book .input-area input{width: 80%;}
	.search-book .input-area button{width: 17%;}

	/*댓글쓰기 영역*/
	.reply{width: 100%; padding: 0 10px; box-sizing: border-box;}
	.write-area.login dl dt{width: 18%;}
	.write-area.login dl dt .person{}
	.write-area.login dl dd{width: 82%}

	/* 두란노뉴스 */
	.news-list .list ul li{display: block; padding: 16px;}
	.news-list .list ul li .title{display: block; vertical-align: middle; width: 100%; padding-right: 0;}
	.news-list .list ul li .date{display: block; vertical-align: middle; line-height: 1.6em; width: 100%; text-align: left; padding-top: 10px;}
	.news-list .list ul li .date .hits{padding-left: 20px;width: auto;}

	/* 최고의 행복 */
	.evangel .download{padding: 0 20px; box-sizing: border-box;}
	.evangel .download a{font-size: 14px; padding: 10px;}
	.evangel .books a{width: 50%}

	
	/* 고난이선물이다 */
	.wall h3{margin: 10px 0; font-size: 20px;}
	.wall .pc{padding: 20px 0;}
	.wall .pc .img-area{width: 100%; float: none;}
	.wall .pc .button-area{width: 100%; float: none; text-align: center; margin-top: 20px;}
	.wall .pc .button-area button{display: inline-block; width: auto; padding: 0 20px;}
	.wall .mobile{width: 100%;}

	/* new books 200811 st*/
	.scr-st.main .title .sub{font-size: 16px;}
	.scr-st.main .scr-area .img-wrap{width: 47%}
	.scr-st.main .scr-area .img-wrap:nth-child(1){padding-top: 180px;}
	.scr-st.main .scr-area .img-wrap:nth-child(2){padding-top: 0;}
	.scr-st.main .scr-area .img-wrap:nth-child(3){padding-top: 0; margin-top: 0;}
	.scr-st.main .scr-area .img-wrap:nth-child(4){padding-top: 0; margin-top: -170px;}

	/* 두란노 카드북 */
	.cardbook-list .w100 {padding: 0 15px;}/* common.css일때만 */
	.cardbook-list h2 img {width: 50%;}
	.cardbook-list h2 span {font-size: 18px; font-size: 16px;}
	.cardbook-list .list div h3{font-size: 16px; margin-bottom: 70px;}

	.cardbook-list .list {margin-top: 20px;}
	.cardbook-list .list div {width: 100%;}

	/* 카드북 디테일 */
	.card-detail .cardbook h2 img {width: 50%;}
	.card-detail .cardbook h2 span {/* font-size: 18px; */ font-size: 16px;}
	.card-detail .cardbook .bottom {width: 100%;}
	.card-detail .cardbook .w688 {width: 100%; max-width: 375px; margin: 0 auto; overflow: visible; padding: 0 18px;}
	.card-detail .cardbook .w860 {width: 100%; max-width: 375px; margin: 0 auto; overflow: visible;}

	.card-detail .cardbook .w688 > div {line-height: 48px;}
	.card-detail .cardbook .btn-lnb {height: 48px; border: 1px solid #ddd;}

	.card-detail .cardbook .btn-lnb.bottom .prev,
	.card-detail .cardbook .btn-lnb.bottom .next {width: 50%; height: 48px;}
	.card-detail .cardbook .btn-lnb.bottom p {/* font-size: 16px; */ font-size: 14px; line-height: 48px;}
	.card-detail .cardbook .btn-lnb.bottom span {vertical-align: middle;}

	.card-detail .cardbook .golist span {/* font-size: 16px; */ font-size: 14px;}
	.card-detail .cardbook .btn {/* width: 65%; */ width: 62%;}
	.card-detail .cardbook .btn label {/* font-size: 16px; */ font-size: 14px;}
	.card-detail .cardbook .btn label:last-child {margin-left: 5px;}
	.card-detail .cardbook .btn label span {width: 26px; height: 26px; margin-left: 5px; margin-right: 5px; background-size: 26px;}
	.card-detail .cardbook .btn label:first-child span {margin-left: 18px;}
	.card-detail input[id=tab1]:checked ~ .btn-lnb .btn label[for=tab1] span,
	.card-detail input[id=tab2]:checked ~ .btn-lnb .btn label[for=tab2] span {width: 26px; height: 26px; background-size: 26px;}

	.card-detail .tabs .tab1,
	.card-detail .tabs .tab2 {margin-top: 50px;}

	.card-detail .tabs .tab1 div.slick-list {height: 340px;}
	.card-detail .tabs .tab1  div.slick-track {height: 345px; margin-left: 18px;}
	.card-detail .tabs .tab1 .slick-slide span {width: 90%; height: 340px;}

	.card-detail .tabs .tab1 .slick-prev:before {content: ''; display: block; width: 14px; height: 24px; background: url(../img/core/cardbook_arrow.png) 0 0 no-repeat; background-size: 14px;}
	.card-detail .tabs .tab1 .slick-next:before {content: ''; display: block; width: 14px; height: 24px; background: url(../img/core/cardbook_arrow2.png) 0 0 no-repeat; background-size: 14px;}
	.tab1-slick .slick-prev{left: 18px;}
	.tab1-slick .slick-next{right: 10px;}

	.tab1-slick .slick-dots {max-width: 375px; width: 95%; right: 0px;}

	.card-detail .cardbook .sns-link{margin: auto; margin-top: 85px; margin-bottom: 75px; width: 100%;}

	.card-detail .tabs .tab2 div span {width: 100%; height: 100%;}


}

@media screen and (max-width: 350px){
	/* 조정민의 sharing */
	.sharing .book .calendar .svg{width: 130px; height: 130px;}

	/* 카드북 디테일 */
	.card-detail .cardbook .btn {/* width: 65%; */ width: 70%; text-align: right;}
	.card-detail .tabs .tab1  div.slick-track {margin-left: 15px;}
	.tab1-slick .slick-prev{left: 15px;}
	.tab1-slick .slick-next{right: 4px;}
}