﻿@CHARSET "UTF-8";

/*
*/
/*  소개  */
/*
*/
.img01,.img02,.img03 {
  width: auto;
  display: block;
  margin:0 auto;
}
.img01 {
  margin-top: 50px;
}
.img02 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.img03 {
  margin-bottom: 40px;
}

.textbox p {
  line-height: 1.5;
  word-break: keep-all;
  max-width:400px;
  margin:0 auto;
}
.textbox dl {
  margin:20px auto;
  width: 295px;
  text-align: left;
}
.textbox dt,.textbox dd {
  display: inline-block;
  font-size:16px;
  color:#323232;
  line-height: 1.5;
  
}
.textbox dt {
  font-weight: bold;
}

.bg-gray {
  background:#ebebf0;
}
.bg-gray h2 {
  color:#1e1e1e;
  font-size:38px;
  font-weight: bold;
  padding-top: 70px;
  margin-bottom: 40px;
}
.bg-gray .txt01 {
  color:#141414;
  font-size:18px;
  line-height: 1.5;
  max-width: 550px;
  margin:0 auto;
  margin-bottom: 30px;
  word-break: keep-all;
}
.bg-gray .txt02 {
  width: 420px;
  margin:0 auto;
  height: 50px;
  line-height: 50px;
  border-radius:50px;
  background:#fff;
}
.bg-gray .txt02 p {
  color:#141414;
  font-size:16px;
}
.bg-gray .txt02 strong {
  color:#ff5f50;
  display: inline-block;
  padding-right: 10px;
}

.btn-request {
	color: #fff;
    font-size: 20px;
    border-radius: 5px;
    width: 280px;
    height: 60px;
    background: #98207e;
    font-weight: bold;
    margin-bottom : 50px;
    top: 50%;
    right: 0;
}

/* 231010 확인버튼 눌렀을 시 재확인란에 연락처 출력 */
.btn-check {
    width: 60px;
    height: 34px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    background: #98207e;
    margin-right: 10px;
}

.bg-gray .img04 {
  padding:70px 0;
  width: auto;
}

.bg-gray dl {
  text-align: left;
  overflow: hidden;
  width: 850px;
  margin:0 auto;
  padding-bottom: 100px;
}
.bg-gray dt,.bg-gray dd {
  float: left;
}
.bg-gray dt {
  height: 300px;
  margin-right: 80px;
  color:#141414;
  font-size:24px;
  font-weight: bold;
}
.bg-gray dd {
  line-height: 2;
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
}
.bg-gray dd::before {
  content:'';
  display: inline-block;
  position: absolute;
  border-radius:14px;
  width: 14px;
  height: 14px;
  background:#ff5f50;
  left:0px;
  top: 50%;
  margin-top: -7px;
}
/* 두줄 이상일때 */
.bg-gray dd.two::before {
  content:'';
  display: inline-block;
  position: absolute;
  border-radius:14px;
  width: 14px;
  height: 14px;
  background:#ebebf0;
  left:0px;
  top: 50%;
  margin-top: -7px;
}

/*
*/
/*  협약서점  */
/*
*/
.sub-title {
  color:#1e1e1e;
  font-size:38px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 50px;
}

table p {
  line-height: 1.5;
}
.pc-store-tbl {
  margin-bottom: 80px;
  width: 100%;
}
.pc-store-tbl th {
  background:#ebebf1;
  color:#141414;
  font-size:16px;
  font-weight: bold;
  text-align: center;
}
.pc-store-tbl td {
  color:#141414;
  font-size:16px;
}
.pc-store-tbl th:nth-child(1) {
  
  padding-left: 20px;
  padding-right: 20px;
}
.pc-store-tbl td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}

.pc-store-tbl thead th {
  height: 40px;
}
.pc-store-tbl thead th:nth-child(1) {
  background:#dadae5;
}
.pc-store-tbl tbody th,.pc-store-tbl tbody td {
  height: 80px;
  border-bottom:1px solid #b4b4b4;
}
.btn-spot {
  width: 30px;
  height: 34px;
  background:url('../images/icon_spot.png') no-repeat;

}


/*
*/
/*  도서신청  */
/*
*/

.search-box {
  background:#ebebf0;
  text-align: center;
  padding:15px 0;
}
.search-box input[type="text"] {
/*   height: 40px;
  width: 540px;
  margin-left: 4px;
  padding-left: 10px; */
}
.search-box button {
  width: 60px;
  height: 40px;
  background:url('../images/icon_search.png') no-repeat center #98207e;
  vertical-align: middle;
  margin-left: -5px;
}

.search-txt {
  color:#141414;
  font-size:16px;
  margin-top: 10px;
}

.tab::after {
  content:'';
  display: block;
  clear: both;
}
.tab {
  width: 600px;
  height: 60px;
  margin:30px auto;
}
.tab li {
  float:left;
  width: 50%;
  height: 60px;
  border:1px solid #b4b4b4;
}
.tab li:last-child {
  border-left:none;
}
.tab a {
  line-height: 60px;
  color:#5a5a5a;
  font-size:18px;
  font-weight: bold;
  width: 100%;
}
.tab li.on a {
  background:#98207e;
  color:#fff;
}
.tab li:hover a {
  background:#98207e;
  color:#fff;
}

.table-box {
  border:1px solid #b4b4b4;
  margin-bottom: 20px;
}

.table-box2 {
  border:1px solid #b4b4b4;
  margin-bottom: 0px;
  width : 600px;
}

.table-box::after {
  content:'';
  display: block;
  clear: both;
}
.table-box table {
  width: 50%;
  float: left;
}
.tbl th {
  background:#ebebf0;
  color:#141414;
  font-weight: bold;
  font-size:16px;
  height: 50px;
}
.tbl td {
  text-align: left;
  padding-left: 10px;
}
.tbl-w {
  width: 200px;
}
.tbl input[type="text"] {
  width: 120px;
  height: 30px;
  padding-left: 10px;
  font-size:15px;
}
.tbl .btn-search {
  width: 60px;
  height: 34px;
  color:#fff;
  border-radius:5px;
  font-size:15px;
  font-weight: bold;
  background:#5a5a5a;
  margin-right: 10px;
}




.book-list {
  position: relative;
  padding:30px 0;
  border-bottom:1px solid #b4b4b4;
}
.book-list .book-img {
  display: inline-block;
  width: 137px;
  height: 190px;
  border:1px solid #e8e8e8;
  vertical-align: top;
}
.book-list .book-info {
  display: inline-block;
  width:calc(100% - 200px);
  margin-left: 45px;
  text-align: left;
  vertical-align: middle;
}
.book-list .book-info .title {
  color:#141414;
  font-size:18px;
  padding-right: 100px;
}
.book-list .book-info dl {
  margin:40px 0;
}
.book-list .book-info dl::after {
  content:'';
  display: block;
  clear: both;
}
.book-list .book-info dt,.book-list .book-info dd {
  display: inline-block;
}
.book-list .book-info dt {
  color:#5aaac8;
  font-weight: bold;
  padding-right: 3px;
}
.book-list .book-info dd {
  margin-right: 20px;
}
.book-list .book-info .summary {
  word-break: keep-all;
  line-height: 1.5;
}
.book-list .btn-ask {
  width: 100px;
  height: 34px;
  border-radius:5px;
  font-size:15px;
  color:#fff;
  background:#5a5a5a;
  position: absolute;
  right:0;
}
.book-list:nth-last-of-type(1) {
  border-bottom:none;
  margin-bottom: 80px;
}

/*
*/
/*  내역조회  */
/*
*/
.search-num {
  font-size:15px;
  color:#141414;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.search-num em {
  color:#ff5f50;
}
.btn-askCancel {
  color:#fff;
  font-size:15px;
  border-radius:5px;
  width: 120px;
  height: 34px;
  background:#ff5f50;
  font-weight: bold;
  position: absolute;
  top:50%;
  margin-top: -17px;
  right:0;
}
.pc-view-tbl {
  margin-bottom: 50px;
}
.pc-view-tbl th {
  background:#ebebf1;
  font-weight: bold;
  color:#141414;
  padding:10px 0;
  border-top:1px solid #1e1e1e;
}
.pc-view-tbl td {
  border-bottom:1px solid #b4b4b4;
  padding:10px 0;
  color:#5a5a5a;
  font-size:16px;
}
.pc-view-tbl td:nth-child(3),.pc-view-tbl td:nth-child(4),
.pc-view-tbl td:nth-child(5) {
  text-align: left;
  padding:0 5px;
}
.pc-view-tbl .check-icon {width: 27px; height: 27px;}
.pc-view-tbl input[type="checkbox"] + .check-icon {width: 27px;height: 27px;}


.pc-view-tbl2 {
  margin-bottom: 0px;
}
.pc-view-tbl2 th {
  background:#ebebf1;
  font-weight: bold;
  color:#141414;
  padding:10px 0;
  width : 200px;
  text-align: center;
}
.pc-view-tbl2 td {
  border-top:1px solid #b4b4b4;
  padding:15px 0;
  color:#5a5a5a;
  font-size:16px;
}
.pc-view-tbl2 td:nth-child(3),.pc-view-tbl2 td:nth-child(4),
.pc-view-tbl2 td:nth-child(5) {
  text-align: center;
  padding:0 5px;
}
.pc-view-tbl2 .check-icon {width: 27px; height: 27px;}
.pc-view-tbl2 input[type="checkbox"] + .check-icon {width: 27px;height: 27px;}


/*
*/
/*  내역조회  */
/*
*/
.faq-tbl {
  margin-bottom: 80px;
  border-top:1px solid #1e1e1e;
  width: 100%;
}
.faq-tbl th {
  color:#141414;
  font-size:16px;
  font-weight: bold;
  text-align: left;
  border-bottom:1px solid #b4b4b4;
  padding:15px 0;
  background:url('../images/q.png') no-repeat 20px center;
  padding-left: 80px;
  cursor: pointer;
}
.faq-tbl td {
  text-align: left;
  color:#141414;
  font-size:16px;
  background:#ebebf0;
  padding:15px 0;
  padding-left: 100px;
  padding-right: 60px;
  border-bottom:1px solid #b4b4b4;
  line-height: 1.5;
  word-break: keep-all;
  display: none;
}























