@charset "UTF-8";
/* CSS Document */

/* contents */
.contents{width: 950px; float: right; display: inline-block;}
.contents.full{width: 100%; float: none; display: inline-block;}

/* title */
.contents.full .title{margin-bottom: 20px;}
.contents .title{display: block; margin-bottom: 30px}
.contents .title p{font-size: 24px; font-weight: bold; display: inline-block; line-height: 1;}
.contents .title p.big{font-size: 30px;}
.contents .title span.word{font-size: 30px; font-weight: bold; display: inline-block; line-height: 1; color: #32B432;}
.contents .title .result_num{font-size: 20px; display: inline-block; font-weight: normal; margin: 15px 0 0 10px;}
.contents .title .category{display: inline-block; margin-left: 10px; font-size: 14px; line-height: 1; margin-top: 10px}
.contents .title .category.select{margin-top: -5px;}
.contents .title .category span{line-height: 1;}
.contents .title .category i{background: url("/WebBtbr/images/category_arrow.png") no-repeat; width: 9px; height: 12px; display: inline-block; margin: 3px 5px 0;}
.contents .title .category.select i{margin: 10px 5px 0;}
.contents .title .select_box{float: right;}
.contents .title .category.select select{font-weight: normal;}
.contents .title .select_box i.search_icon{background: url("/WebBtbr/images/search_icon02.png") no-repeat; width: 20px; height: 20px; display: inline-block; margin: 6px 7px 0 0;}
.contents .title input{width: 200px;}



/* contents_box */
.contents_box{border: 1px solid #d9d9d9; padding: 20px; width: 100%; display: none;}
.contents_box.result{border: 1px solid #d9d9d9; padding: 20px; width: 100%; display: block; margin-top: 40px;}
.contents_box.show{display: block}

/* table_select */
.table_select{display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}



/* best_tab */
.contents .best_tab{width: 100%; display: inline-block; margin:0;}
.contents .best_tab li{background: #f5f5f5; color: #666; font-size: 16px; width: 200px; text-align: center; height: 50px; line-height: 50px; float: left; cursor: pointer}
.contents .best_tab li.active{background: #141450; color: #fff; font-weight: bold;}
.contents .best_tab li:first-child{border-radius: 10px 0 0 0;}
.contents .best_tab li:last-child{border-radius: 0 10px 0 0;}

/* book_list */
.contents_box .book_list li{width: 100%; border-bottom: 1px solid #d9d9d9; padding: 0 0 20px; margin: 0 0 20px; display: flex; align-items: center; justify-content: space-between}
.contents_box .book_list .book_img{width: 90px; height: 120px; text-align: center; display: inline-block; margin: 0 20px 0 30px}
.contents_box .book_list .book_img img{height: 120px; width:90px; border: solid 1px #cfcfcf;}
/*.contents_box .book_list .book_info{width: 610px; display: inline-block; cursor: pointer; min-height: 120px; margin-right: 20px;}*/
.contents_box .book_list .book_info{width: 610px; display: inline-block; min-height: 120px; margin-right: 20px;}
.contents_box .book_info .tlt{font-size: 20px; font-weight: bold; line-height: 1.2; margin-bottom: 8px; cursor: pointer;}
.contents_box .book_info .info01{font-size: 12px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 15px;}
.contents_box .book_info .info01 span:first-child{max-width: 180px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;}
.contents_box .book_info .info01 span, .book_info .info01 span a{font-size: 12px;}
.contents_box .book_info .info01 span+span::before{content: ''; width: 1px; height: 14px; display: inline-block; background: #d9d9d9; position: relative; top: 3px; margin: 0 5px;}
.contents_box .book_info .info02{width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.contents_box .book_info .info02 span+span::before{content: ''; width: 1px; height: 16px; display: inline-block; background: #d9d9d9; position: relative; top: 3px; margin: 0 5px;}
.contents_box .book_info .info02 span.price{font-weight: bold; color: #3264C8;}
/* .contents_box .book_list .volume */
.contents_box .book_list .volume{display: inline-block; margin-bottom: 10px; width:110px;}
.contents_box .book_list .volume input{border-right: 0; border-left: 0; height: 32px; width: 46px; min-width: 46px; float: left; border-radius: 0; text-align: center;}
.contents_box .book_list .volume a{border: 1px solid #d9d9d9;  line-height: 30px; width: 32px; height: 32px; background: #fff; display: inline-block; text-align: center; float: left;}
.contents_box .book_list .volume .add{border-radius: 3px 0 0 3px;}
.contents_box .book_list .volume .remove{border-radius: 0 3px 3px 0;}


/* book_detail */
.book_info_box{display: inline-block; width: 100%; }
.book_info_box .book_b_img{width: 300px; float: left; margin-right: 30px}
.book_info_box .book_b_img img{max-height: 455px; border: 1px solid #E9E9E9;}
.book_info_box h2{font-size: 26px; font-weight: bold; line-height: 1.2; margin-bottom: 10px}
.book_info_box .book_info{width: calc(100% - 330px); float: left;}
.book_info_box .book_info .info01{margin-bottom: 10px;}
.book_info_box .book_info .info01, .book_info_box .book_info .info01 span, .book_info_box .book_info .info01 span a{font-size: 14px;}
.book_info_box .book_info .info01 span+span::before{content: ''; width: 1px; height: 16px; display: inline-block; background: #d9d9d9; position: relative; top: 4px; margin:0 10px 0 7px;}
.book_info_box .book_info .price{font-size: 20px; font-weight: bold;}
.book_info_box .book_info .price span{color: #32B432; font-size: 21px; font-weight: bold;margin-right: 3px;}
.book_info_box .book_info .line{margin: 16px 0;}
.book_info_box .dl_box {width: 100%; height: 140px; vertical-align: middle; display: table-cell;}
.book_info_box .dl_box dl{width: 100%; display: inline-block;}
.book_info_box .dl_box dt{width: 100px; float: left; line-height:  28px;}
.book_info_box .dl_box dd{width: calc(100% - 100px); float: left; line-height:  28px; color: #585858;}
.book_info_box .cart_box{background: #f1f1f1; padding: 30px; width: 350px; display: inline-block;}
.book_info_box .cart_box .volume{display: inline-block;}
.book_info_box .cart_box .volume input{border-right: 0; border-left: 0; height: 42px; width: 55px; min-width: 55px; float: left; border-radius: 0}
.book_info_box .cart_box .volume a{border: 1px solid #d9d9d9;  line-height: 40px;width: 42px; height: 42px; background: #fff; display: inline-block; text-align: center; float: left;}
.book_info_box .cart_box .volume .add{border-radius: 3px 0 0 3px;}
.book_info_box .cart_box .volume .remove{border-radius: 0 3px 3px 0;}
.book_info_box .cart_box a.btn_lg{float: right;}

.book_detail::before{content: ''; display: block; width: 100%; height: 0; clear: both;}
.book_detail h3{color: #32B432; font-size: 20px; font-weight: bold; margin: 25px 0 10px}
.book_detail h3::before{content: ''; display: inline-block; width: 4px; height: 24px; position: relative; top: 5px; margin-right: 10px; background: #141450;}
.book_detail p{line-height: 24px; margin: 15px 0 15px}
.book_detail p strong{font-weight: bold;}
.book_detail .writer_box{background: #F5F5F5; padding: 20px; font-weight: bold; margin: 0}
/* 상세페이지 책소개 테그 추가_DB에서 가져오는것들 */
.detail_txt_box strong,.detail_txt_box b{font-weight:bold;}


/* result_tab */
.result_tab{width: 100%;}
.result_tab .tab::after{content: ''; display: block; width: 100%; height: 0; clear: both;}
.result_tab .tab li{background: #f5f5f5; color: #666; font-size: 16px; width: 200px; text-align: center; height: 50px; line-height: 50px; float: left; cursor: pointer}
.result_tab .tab li.active{background: #141450; color: #fff; font-weight: bold;}
.result_tab .tab li:first-child{border-radius: 10px 0 0 0;}
.result_tab .tab li:last-child{border-radius: 0 10px 0 0;}
.result_tab .tab li span{font-size: 16px; line-height: 50px; color: #666; }
.result_tab .tab li.active span{color: #fff; font-weight: bold;}
.result_con{display: none; position: relative;}
.result_con.show{display: block;}
.result_con ul{padding: 15px 20px; background: #f5f5f5; width: 100%; border-radius: 0 0 10px 10px; height: 55px; overflow: hidden;}
.result_con ul.depth{height: 77px;}
.result_con ul.open{height: auto;}
.result_con li.navi{display: block; margin: 0; line-height: 22px;}
.result_con li.navi i{background: url("/WebBtbr/images/category_arrow.png") no-repeat; width: 9px; height: 12px; display: inline-block; margin: 6px 5px 0;}
.result_con li.navi a{font-weight: bold; line-height: 22px;}
.result_con li.navi a span{line-height: 22px;}
.result_con li,.result_con li a{font-size: 12px; display: inline-block; line-height: 32px;}
.result_con li:hover,.result_con li:hover a,.result_con li:hover a span,.result_con li.on,.result_con li.on span,.result_con li.on a,.result_con li a.on,.result_con li a.on span{color: #3cb433; font-weight: bold;}
.result_con li,.result_con li a span{font-size: 12px; color: #8B8B8B; line-height: 32px;}
.result_con li+li, .result_con li:first-child{margin-right: 20px;}
.result_con .more{cursor: pointer; background: #f5f5f5; color: #666; border-radius: 0 0 10px 10px; line-height: 1; padding: 5px 0 10px; text-align: center; width: 110px; font-size: 12px; display: inline-block; position: absolute; left: calc(50% - 55px);}
.result_con .more.open::before{color: #666; font-size: 12px; content: '닫기'; }
.result_con .more.open{font-size: 0;}


/* .contents_box.result */
.contents_box.result .book_list::after{content: ''; display: block; width: 100%; height: 0; clear: both;}
.contents_box.result .book_list li{width: calc(50% - 10px); float: left; border-bottom: 1px solid #d9d9d9; padding: 0 0 20px; margin: 0 20px 20px 0; display: flex; align-items: center; justify-content: space-between}
.contents_box.result .book_list li:nth-child(2n){margin-right: 0}
.contents_box.result .book_list .book_info .tlt{font-size: 16px;}
.contents_box.result .book_list .book_info .tlt .category{font-size: 14px; font-weight:bold;}

/*.contents_box.result .book_list .book_img{width: 110px; height: 110px; text-align: center; display: inline-block; margin: 0 20px}*/
.contents_box.result .book_list .book_img{text-align: left; display: inline-block; margin: 0 10px 10px 0;}
/*.contents_box.result .book_list .book_img img{width: 110px;}*/
.contents_box.result .book_list .book_info{width: 360px; display: inline-block; min-height: 120px; margin-right: 20px;}
.contents_box.result .book_list .btn_box{width: 110px;}
.contents_box.result .book_list .checkbox_outer{text-align:center;margin:-20px 0 10px 0;}
.contents_box.result .book_list .volume{display: inline-block; margin-bottom: 10px; width:110px;}
.contents_box.result .book_list .volume input{border-right: 0; border-left: 0; height: 32px; width: 46px; min-width: 46px; float: left; border-radius: 0; text-align: center;}
.contents_box.result .book_list .volume a{border: 1px solid #d9d9d9;  line-height: 30px; width: 32px; height: 32px; background: #fff; display: inline-block; text-align: center; float: left;}
.contents_box.result .book_list .volume .add{border-radius: 3px 0 0 3px;}
.contents_box.result .book_list .volume .remove{border-radius: 0 3px 3px 0;}


/* list_select */
.list_select{float: left; margin: 5px 15px 0 0;}
.list_select li{display: inline-block;}
.list_select li+li::before{content: ''; width: 1px; height: 16px; display: inline-block; background: #d9d9d9; position: relative; top: 3px; margin: 0 5px;}
.list_select li.select a{font-weight: bold;}


/* book_search */
.book_search{background: #f5f5f5; border-radius: 10px; text-align: center; padding: 20px; margin: -10px 0 40px;}
.book_search p{line-height: 32px; margin-right: 10px; display: inline-block;}
.book_search p.and{margin: 0 10px 0 0;}
.book_search .calendar{width: 150px; margin-right: -25px}
.book_search  i.search_icon{background: url("/WebBtbr/images/search_icon02.png") no-repeat; width: 20px; height: 20px; display: inline-block; margin: 6px 7px 0 0;}


/* table */
.table td .address{margin-top: 10px}
.table td .address span{line-height: 30px; margin: 0 10px;}
.table td .book_img{width: 50px; height: 70px; text-align: center; display: inline-block; margin: 0 10px 0 0}
.table td .book_img img{height: 70px; width:45px; border: solid 1px #DCDCDC;}
.table td .book_info{display: inline-block; min-height: 60px; margin-right: 20px; width: calc(100% - 85px);/* cursor: pointer; */}
.table td .book_info .tlt{font-size: 14px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.table td .book_info .info01{margin-bottom: 5px;}
.table td .book_info .info01 span{font-size: 12px; line-height: 20px}
.table td .book_info .info01 span+span::before {content: ''; width:1px;height:14px;display:inline-block;background:#d9d9d9; position: relative;top: 3px;margin: 0 5px;}
.table td .book_info .info02 span{font-size: 12px; line-height: 20px}
.table td .book_info .info02 span+span::before {content: ''; width:1px;height:14px;display:inline-block;background:#d9d9d9; position: relative;top: 3px;margin: 0 5px;}
.table td .volume input{border-right: 0; border-left: 0; height: 32px; width: 46px; min-width: 46px; float: left; border-radius: 0; text-align: center;}
.table td .volume .btn_sm {width: 44px; min-width: 44px; float: left; border-radius: 0 3px 3px 0;}
.table td .volume a{border: 1px solid #d9d9d9;  line-height: 30px; width: 32px; height: 32px; background: #fff; display: inline-block; text-align: center; float: left;}
.table td .volume .add {border-radius: 3px 0 0 3px;}
.table td .volume .remove {border-radius: 0 3px 3px 0;}
.table tr.total{background: #141450}
.table tr.total td{color: #fff; font-weight: bold; text-align: center;padding: 15px 10px;}
.table tr.total td:first-child{font-size: 18px;}
.table td.read_title{font-size: 18px; font-weight: bold; padding: 15px 20px}
.table td.read_info{background: #F5F5F5; padding: 10px 20px}
.table td.read_info p{font-size: 12px; display: inline-block; color: #888888; }
.table td.read_info p span{font-size: 13px; color: #888888; }
.table td.read_info p+p::before{content: ''; width: 1px; height: 13px; display: inline-block; background: #bbb; position: relative; top: 3px; margin: 0 5px 0 2px}
.table td.read_con{padding: 30px 20px; line-height: 24px;}
.table td.file{padding: 10px 20px;}
.table td.file a{display: block; margin-bottom: 3px; color: #666;}
.table td.file a::before{content: ''; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: #141450; position: relative; top: -3px; margin-right: 7px;}


/* order_box */
main.order{margin-bottom: 0; padding-bottom: 100px}
.order_box{width: 1280px; border: 1px solid #d9d9d9; border-bottom: 0; border-radius: 10px 10px 0 0; padding: 20px 40px; position: fixed; bottom: 0; background: #fff; display: flex; justify-content: space-between; align-items: center;}
.order_box.fixinner{bottom: 0; position: absolute}
.order_box .tlt{font-size: 24px; font-weight: bold; margin-right: 80px}
.order_box p{font-size: 18px; color: #585858; display: inline-block; line-height: 24px;}
.order_box .total{font-weight: bold; margin: 0 60px 0 10px; color: #000;}
.order_box .total span{margin: 0 0 0 5px; font-size: 18px; font-weight: bold; line-height: 24px;}
.order_box .price{margin: 0 0 0 10px; font-weight: bold; color: #32B432; font-size: 20px; line-height: 28px}
.order_box .price span{margin: 0 0 0 5px; font-size: 18px; font-weight: bold; color: #000; line-height: 24px;}
.order_box .button{width: 360px; height: 52px; border-radius: 10px; background: #141450; text-align: center; line-height: 50px; font-size: 24px; font-weight: bold; color: #fff;}


/* FAQ */
.faq {width: 100%; border-top: 1px solid #d9d9d9;}
.faq_toggle{width: 100%; margin: 0 auto}
.faq_toggle li{border-bottom: 1px solid #d9d9d9;}
.faq_toggle li a{font-size: 16px; font-weight: normal; width: 100%;display: block; color: #000; position: relative; padding: 15px 20px;}
.faq_toggle li a::before{content: "Q."; display: inline-block; font-size: 18px; margin-right: 10px; position: relative; top: -3px; letter-spacing: 3px;}
.faq_toggle li a span {display: inline-block; position: absolute; top: 19px; right: 20px; width: 22px;  height: 22px; border: 1px solid #c8c8c8; border-radius: 22px;}
.accordion button:focus .icon, .accordion button:focus .icon, .accordion button:hover .icon, .accordion button:hover .icon{border-color: #32B432}
.faq_toggle li a span::before {display: block; position: absolute; content: ''; top: 9px; left: 5px; width: 10px; height: 2px; background: #c8c8c8;}
.faq_toggle li a span::after {display: block; position: absolute; content: ''; top: 5px; left: 9px; width: 2px; height: 10px; background: #c8c8c8;}
.faq_toggle li.active{}
.faq_toggle li.active a{cursor: pointer; color: #32B432; font-weight: bold;}
.faq_toggle li.active a span{border-color: #32B432}
.faq_toggle li.active a span::before, .faq_toggle li.active a span::after{background: #32B432}
.faq_toggle li .con{display: none; width: 100%; background: #F5F5F5; position: relative; border-top: 1px solid #32B432;}
.faq_toggle li .con p{padding: 30px 20px 30px 47px;}
.faq_toggle li .con p::before{content: "A."; display: inline-block; font-size: 18px; margin-right: 10px; position: absolute; top: 27px; left: 22px; letter-spacing: 2px;}

/* board */
.btn_box{text-align: right; margin: 20px 0 0;}
.btn_box.center{text-align: center; margin: 40px 0 0;}

/* my_check */
.my_check{background: #F5F5F5; width: 100%; padding: 20px; border-radius: 10px;}
.my_check .check .checkbox{padding-left: 25px; height: 20px; line-height: 18px; font-size: 12px; }
.my_check .check .checkbox+.checkbox{margin-left: 20px;}
.my_check .check_txt{width: 100%; height: 100px; overflow-y: auto; background: #fff; margin-top: 10px}
.my_check .check_txt p{padding: 10px 20px 20px; font-size: 12px; line-height: 22px;}

/* list */
.list{margin-top: 10px;}
.list li{line-height: 22px; font-size: 12px}
.list li::before{content: ''; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: #32B432; margin-right: 7px; position: relative; top: -3px;}

/* file_list */
.file_list{margin-top: 20px;}
.file_list li,.file_list div.MultiFile-label{line-height: 16px; font-size: 12px; margin-bottom: 5px;}
.file_list .MultiFile-label .MultiFile-title{line-height: 16px; font-size: 12px; margin-bottom: 5px;}
.file_list li:last-child,.file_list .MultiFile-label span{margin-bottom: 0;}
.file_list li::before,.file_list div.MultiFile-label::before{content: ''; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: #32B432; margin-right: 7px; position: relative; top: -3px;}
.file_list li a.delete, .file_list div.MultiFile-label a.MultiFile-remove{font-size: 12px; display: inline-block; padding: 2px 5px 3px; background: #d9d9d9; color: #666; border-radius: 3px; transition: 0.3s ease; position: relative; top: -3px; margin-left: 7px;}
.file_list li a.delete:hover{background: #bebebe; color: #666 !important;}



/* provision_txt */
.provision_txt h3{font-size: 18px; font-weight: bold; margin-bottom: 10px}
.provision_txt h4{font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.provision_txt h5{font-size: 14px; font-weight: bold; margin: 10px 0 5px;}
.provision_txt p{line-height: 20px; font-size: 12px; margin-bottom: 20px;}
.provision_txt ol{margin-bottom: 20px}
.provision_txt li{line-height: 20px; font-size: 12px;}
.provision_txt ol li ol {padding-left:20px;margin-bottom: 0;}
.provision_txt blockquote{background: #f5f5f5; border: 1px solid #d9d9d9; padding: 10px; font-size: 12px; margin: 10px auto}
.provision_txt .table th, .provision_txt .table td{font-size: 12px; padding: 5px 10px;}

/* recommend */
.recommend_con{display: block; position: relative; margin: -15px 0 30px;}
.recommend_con ul{padding: 15px 20px; background: #f5f5f5; width: 100%; border-radius: 10px;}
.recommend_con ul.open{height: auto;}
.recommend_con li.navi{display: block; margin-bottom: 5px}
.recommend_con li.navi i{background: url("/WebBtbr/images/category_arrow.png") no-repeat; width: 9px; height: 12px; display: inline-block; margin: 8px 5px 0;}
.recommend_con li.navi a.on, .recommend_con li.navi a:hover,.recommend_con li.navi a.on span{font-weight: bold;}
.recommend_con li, .recommend_con li a{font-size: 14px; display: inline-block; line-height: 24px;}
.recommend_con li.on, .recommend_con li.on a{font-weight: bold; background:#8b8b8b; padding: 0 3px; border-radius: 5px; color:#fff;}
.recommend_con li, .recommend_con li a span{font-size: 14px; color: #8B8B8B; line-height: 24px; padding: 0 3px;}
.recommend_con li+li, .recommend_con li:first-child{margin-right: 20px;}

/* calendar */
input#fromDate, input#toDate{padding: 0 0 0 10px;}
.ui-datepicker-trigger{display: inline-block; width: 32px; height: 32px; position: relative; right: 7px; padding: 6px; border-left: 1px solid #d9d9d9;}

/* etc */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{min-width: 80px;}
#tbl_ordrRlncMstr tr:hover,#tbl_ordrRlncMstr tr.select{background: #e2f9e2}
.back_btn{float: right;}
.file_upload label{display: inline-block; color: #fff; text-align: center; height: 32px; width: 90px; border-radius: 3px; line-height: 30px; transition: 0.3s ease; background: #808080;}
.file_upload label:hover{background: #656565;}
.file_upload input[type="file"]{position: relative; width: 0; height: 0; margin: 0; padding: 0; overflow: hidden; border: 0; clip: rect(0,0,0,0); min-width: 0;}



.popup_location_wrap{height:810px;}
.popup_location_wrap p{text-align:left;}
.popup.popup_location{width: 1200px;  left: calc(50% - 600px); top: calc(50% - 430px); }

.popup.popup_location .popup_box{padding-top:35px;}

.popup.popup_location .popup_box .close{font-size:0; line-height:0;}
.popup.popup_location .popup_info_area{text-align:left;}
.popup.popup_location .popup_img_area{margin-top:10px; text-align:left; font-size:15px;line-height:22px;}


.contents_box.result .book_list .popup_location .book_info{display: inline-block; text-align:left; width:100%; margin:0; min-height:80px;}
.popup_location .book_info .tlt{font-size: 20px; font-weight: bold; line-height: 1.2; margin-bottom: 8px; cursor: auto;}
.popup_location .book_info .info01{font-size: 12px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0;}
.popup_location .book_info .info01 span:first-child{max-width: 180px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;}
.popup_location .book_info .info01 span, .book_info .info01 span a{font-size: 12px;}
.popup_location .book_info .info01 span+span::before{content: ''; width: 1px; height: 14px; display: inline-block; background: #d9d9d9; position: relative; top: 3px; margin: 0 5px;}
.popup_location .book_info .info02{width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom:0;}
.popup_location .book_info .info02 span+span::before{content: ''; width: 1px; height: 16px; display: inline-block; background: #d9d9d9; position: relative; top: 3px; margin: 0 5px;}
.popup_location .book_info .info02 span.price{font-weight: bold; color: #3264C8;}


.btn_box.location{margin-top:0; text-align:center;}
.contents_box.result .book_list .btn_box .txt_location{margin-bottom:3px; font-size:11px;line-height:15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.contents_box.result .book_list .btn_box .txt_location span{font-size:12px;line-height:15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

