@keyframes fadeInMTop{
	  0% {opacity:0; margin-top:-100px;}
	  100% {opacity:1; margin-top:0px;}
	}


@keyframes fadeInTop{
	  0% {opacity:0; margin-top:-505px;}
	  100% {opacity:1; margin-top:-305px;}
	}


.sub {
  z-index: 1;
  word-break: keep-all;
  color: #555;
  letter-spacing:-1px;
}
strong { font-weight:bold;  }

.text-black { color:#000;  }
	.w10 { width:8%;  }
	.w20 { width:18%;  }
	.w30 { width:28%;  }
	.w40 { width:38%;  }
	.w50 { width:48%;  }
	.w60 { width:58%;  }
	.w70 { width:68%;  }
	.w80 { width:78%;  }
	.w90 { width:88%;  }
	.w100 { width:100%;  margin:0px !important;     }


/*인풋창 스타일*/
.form-table input[type="text"] , .form-table select , .form-table input[type="password"] , .form-table .form-btn {  height:45px;padding:0 5px; margin:0 0.3%;  border:1px solid #ddd; }
.form-table input[type="radio"]  { margin:0 5px;  }
.form-table .texarea { max-height:300px; height:300px;  overflow-y:auto; border:1px solid #ddd; border-radius:5px;  }
.form-table .form-btn { border:0px; vertical-align:middle; margin-top:1px;  margin-left:-5px; height:35px; padding:0 20px; font-size:14px;   font-weight:bold; border-radius:25px;  display:inline-block; color:#000; background:#fbfbfb;   border:1px solid #828282;  }
.form-table .input-wrap {  margin:5px 10px 5px 5px;  }

label { font-weight:normal;  }
input.checkbox-input , input.radio-input {      display: none;  }
input.checkbox-input + label , input.radio-input + label {    display: inline-block;      cursor: pointer;      position: relative;      padding-left: 25px;      margin-right: 15px;  }
input.checkbox-input + label:before {         content: "";      display: inline-block;      width: 20px;      height: 20px;    background:url(../images/sub/check_off.png) no-repeat left top; background-size:cover;     margin-right: 10px;      position: absolute;      left: 0;      bottom: 0px;  }
input.checkbox-input:checked + label:before {   background:url(../images/sub/check_on.png) no-repeat left top; background-size:cover; }
input.radio-input + label:before {        content: "";      display: inline-block;      width: 20px;      height: 20px;    background:url(../images/sub/radio_btn_off.png) no-repeat left top; background-size:cover;     margin-right: 10px;      position: absolute;      left: 0;      bottom: 0px;  }
input.radio-input:checked + label:before {      background:url(../images/sub/radio_btn_on.png) no-repeat left top; background-size:cover;    }


.module-wrapper { word-break:break-all; }


#subCalendar .leftCon {width:75%;float:left;border-right: 1px solid #ccc;margin:-30px 0 ; padding : 50px 20px 50px 0;}
#subCalendar .leftCon .notice { margin-bottom:20px;  }
#subCalendar .leftCon .red .step .sub_title{color:#222;}
#subCalendar .leftCon .red .step .title{color:#d04144;}
#subCalendar .leftCon .red .step .title span{color:#222;}
#subCalendar .leftCon .red .step .txt{color:#333;}
#subCalendar .leftCon .red .step{width:202.6px;}
#subCalendar .leftCon .red .step3{padding-right: 0;}

#subCalendar .leftCon .cal_date {position: relative;}
#subCalendar .leftCon .cal_date .monthTit {width: 100%; float: left; text-align: center;  box-sizing: border-box;}
#subCalendar .leftCon .cal_date .monthTit p {float:left;line-height: 35px;vertical-align: middle;}
#subCalendar .leftCon .cal_date .monthTit a {text-indent: -9999px; display: block; width: 32px; height: 35px;}
#subCalendar .leftCon .cal_date .monthTit .date{font-size:35px;font-weight: bold; color:#383838;padding:0 30px;}
#subCalendar .leftCon .cal_date .monthTit .next_btn a{background: url("../images/sub/facilitiescalendar_btn_next.png") no-repeat center;}
#subCalendar .leftCon .cal_date .monthTit .prev_btn a{background: url("../images/sub/facilitiescalendar_btn_prev.png") no-repeat center;}

#subCalendar .leftCon .cal_date dl.select_box {float: right; position:absolute; top:0px; right:0; border: 1px solid #e2e2e2;z-index: 1;}
#subCalendar .leftCon .cal_date dl.select_box dt {display:block; width:200px; height:40px; font-weight:normal;padding:0 10px;  }
#subCalendar .leftCon .cal_date dl.select_box dt a {text-indent: 0px; display:block; height:38px; width: 100%; line-height:38px; color:#333;}
#subCalendar .leftCon .cal_date dl.select_box dt a i{float:right;line-height: 40px;height: 40px;}
#subCalendar .leftCon .cal_date dl.select_box dd {display:none; position:absolute; top:40px; left:-1px; width:202px; padding:10px; background:#fff; border: 1px solid #e2e2e2;}
#subCalendar .leftCon .cal_date dl.select_box dd a {text-indent: 0px; display:block; line-height: 140%;  color:#000; margin-bottom: 10px;}

#subCalendar .leftCon .cal_date ul {float: left; padding: 30px 0 5px; width: 100%;}
#subCalendar .leftCon .cal_date ul li {float:left;height:32px;line-height: 32px;  margin-bottom: 15px; vertical-align: middle; margin-right:20px; padding-right:15px; box-sizing: border-box;}
#subCalendar .leftCon .cal_date ul li img { display:inline-block; margin-top:-3px;  }
#subCalendar .leftCon .cal_date ul li.type1 {background: url("../images/sub/icon03.png") no-repeat left center; }
#subCalendar .leftCon .cal_date ul li.type2 {background: url("../images/sub/icon04.png") no-repeat left center; }
#subCalendar .leftCon .cal_date ul li.type3 {background: url("../images/sub/icon01.png") no-repeat left center; }
#subCalendar .leftCon .cal_date ul li.type4 {background: url("../images/sub/icon02.png") no-repeat left center; }
#subCalendar .leftCon .cal_date ul li.reserv_no {background: url("../images/sub/icon05.png") no-repeat left center; }

#subCalendar .leftCon .table_wrap {width:100%; overflow-x:auto;border-top:1px solid #828282;  }
#subCalendar .leftCon .table_wrap table {width:99.999%; border-collapse:collapse;  }
#subCalendar .leftCon .table_wrap table thead tr th{border:none;background: #fbfbfb; border-bottom:1px solid #ccc; text-align: center; padding:15px; font-weight: normal;}
#subCalendar .leftCon .table_wrap table tbody tr td{vertical-align:top;position:relative;height:118px;border-top:none;border-bottom:1px solid #ccc; border-right:1px solid #ccc;padding-top:15px;padding-left:15px;color:#000;font-size:15px;}
#subCalendar .leftCon .table_wrap table tbody tr td:first-child{border-left:1px solid #ccc;color:#d04144;}
#subCalendar .leftCon .table_wrap table tbody tr td:last-child{color:#2769b0;}
#subCalendar .leftCon .table_wrap table tbody tr td:first-child a{color:#d04144;}
#subCalendar .leftCon .table_wrap table tbody tr td:last-child a{color:#2769b0;}
#subCalendar .leftCon .table_wrap table tbody tr td.holyday{color:#d04144;}
#subCalendar .leftCon .table_wrap table tbody tr td.holyday p.holyday_txt{padding-top:10px;}
#subCalendar .leftCon .table_wrap table tbody tr td .bottonCircle {position: absolute; bottom: 10px;}
#subCalendar .leftCon .table_wrap table tbody tr td span{color:#fff; width: 32px; height:32px; text-align: center; margin-right: 5px;display: block;line-height: 32px;vertical-align: middle; float: left;}
#subCalendar .leftCon .table_wrap table tbody tr td span.type1{left:14px;background: url("../images/sub/icon03.png") no-repeat left center;  }
#subCalendar .leftCon .table_wrap table tbody tr td span.type2{right:14px;background: url("../images/sub/icon04.png") no-repeat left center;}
#subCalendar .leftCon .table_wrap table tbody tr td span.type3{right:14px;background: url("../images/sub/icon01.png") no-repeat left center;}
#subCalendar .leftCon .table_wrap table tbody tr td span.type4{right:14px;background: url("../images/sub/icon02.png") no-repeat left center;}
#subCalendar .leftCon .table_wrap table tbody tr td span.reserv_no{background: url("../images/sub/icon05.png") no-repeat left center;color:#444;}
#subCalendar .leftCon .table_wrap table tbody tr td.n_month{background: #fbfbfb;color:#959595;}
#subCalendar .leftCon .table_wrap table tbody tr td.n_month:first-child{color:#ebc2c3;}
#subCalendar .leftCon .table_wrap table tbody tr td.n_month:last-child{color:#a7bbd7;}

#subCalendar .leftCon .table_wrap.table3d table tbody tr td .bottonCircle {position: absolute; bottom: 5px; left: 5px;}
#subCalendar .leftCon .table_wrap.table3d table tbody tr td .bottonCircle span {color:#fff; width: 25px; height:25px; text-align: center; border-radius: 15px;  margin: 0 2px 5px 2px; display: block;line-height: 25px;vertical-align: middle; float: left;}
#subCalendar .leftCon .table_wrap.table3d table tbody tr td .bottonCircle span.type1 {background: #2569b0; background-image: none; }
#subCalendar .leftCon .table_wrap.table3d table tbody tr td .bottonCircle span.type2 {background: #d35558; background-image: none;  }
#subCalendar .leftCon .table_wrap.table3d table tbody tr td .bottonCircle span.reserv_no{background: #fff; border: 1px solid #ddd; background-image: none; color:#444; box-sizing: border-box;}
#subCalendar .leftCon ul li.type1Btn {float: left; margin: 20px 10px 0 0;}
#subCalendar .leftCon ul li.type1Btn a {display: block; padding: 5px 20px; background: #2769B0; color: #fff; font-size: 16px;}
#subCalendar .leftCon ul li.type2Btn {float: left; margin: 20px 0 0 0;}
#subCalendar .leftCon ul li.type2Btn a {display: block; padding: 5px 20px; background: #d04143; color: #fff; font-size: 16px;}


#subCalendar .rightCon  {float:left;padding-left:18px;width:25%;padding-top:15px;}
#subCalendar .right_title {font-size:18px;color:#2c2c2c;padding-bottom:10px;font-weight:bold;}
#subCalendar .rightCon .slide_wrap {width:252px; height:169px; position:relative;text-align: center;}
#subCalendar .rightCon .slide_wrap ul li img { width:252px; height:169px;  }
#subCalendar .rightCon .bx-default-pager  {position:absolute;bottom: 17px;z-index: 10;}
/*#subCalendar .rightCon .bx-controls-direction {position:absolute;bottom: 17px;z-index: 10;}*/

#subCalendar .rightCon .bx-controls-direction {bottom: 0;}
#subCalendar .rightCon .bx-default-pager .bx-pager-item{float:left; padding-left:5px;}
#subCalendar .rightCon .bx-default-pager .bx-pager-item:first-child{padding-left:0;}
#subCalendar .rightCon .bx-default-pager a{text-indent: -9999px;display:block;width:8px;height:8px;}
/*#subCalendar .rightCon .bx-controls-direction { width : 100%;height:42px;z-index: 1; background:rgba(0,0,0,0.8);}
#subCalendar .rightCon .bx-controls-direction a {position:absolute;top:10px;}
#subCalendar .rightCon .bx-controls-direction .bx-prev{left:20px;}
#subCalendar .rightCon .bx-controls-direction .bx-next{right:20px;}
*/
#subCalendar .rightCon .s_img-rolling { position:relative; margin-bottom:20px;  }
#subCalendar .rightCon .bx-controls-direction  a  { position:absolute;  z-index:100; color:#fff; padding:3px; border-radius:30px; background:rgba(0,0,0,0.5);  top:50%; margin-top:-5px; }
#subCalendar .rightCon .bx-controls-direction  a.bx-prev  { left:0px; }
#subCalendar .rightCon .bx-controls-direction  a.bx-next  { right:0px;  }

#subCalendar .rightCon .punch_slide_wrap {margin-bottom:18px;}
#subCalendar .rightCon .bul {padding-bottom: 15px;margin-bottom:20px;border-bottom: 1px solid #ccc;}
#subCalendar .rightCon .bul li{padding-bottom:5px;  padding-left:10px;color:#383838;font-size:14px;}
#subCalendar .rightCon .bul li span{font-size:16px;font-weight:bold; min-width:45px; display:inline-block;padding-right:10px;margin-right:10px;}
#subCalendar .rightCon .border_none{border:none; margin-bottom: 0; padding-bottom: 10px;}




#popup_bg,.popup_bg {width:100%;height:100%; overflow-x:auto; position: absolute;top:0; left:0px; z-index: 1000;display: none;}
.popup_bg{background:rgba(0,0,0,0.8);}
#popup_wrap{position:absolute;width:782px;height:800px;margin-left:-391px;left:50%;background: #fff;margin-top:5%; }
#popup_wrap2{position:fixed;width:782px;height:480px; background: #fff;}
.popup{padding:25px;}
.popup .title {font-size:18px;color:#2c2c2c;font-weight: bold;font-weight:bold;}
.popup .step_title {font-size:18px; color:#d04143;padding-bottom: 15px;padding-top: 15px;}
.popup .step {color:#fff; background: #d04143; border-radius: 20px; display: inline-block; width:80px; height:33px;text-align: center;line-height:33px;vertical-align: middle;margin-right:5px;}
.popup .step1 {border-bottom:1px solid #ddd;}
.popup .date {font-size:17px;color:#353535;border-bottom:1px solid #a1a1a1;padding:24px 0 24px 20px;margin-bottom:5px;}
.popup .date .room{display:inline-block; padding-right: 17px;margin-right: 17px;background: url(../images/sub/bullet.gif) no-repeat right center;}
.popup .time_table{margin-bottom: 5px;}
.popup .table_wrap{width:100%;}
.popup table {width:99.999%;border-top: 1px #ddd solid;}
.popup table th{background: #f5f5f5;border-bottom: 1px #ddd solid;color:#3b3b3b;font-size:17px; padding: 10px; display: table-cell;}
.popup table td{padding-left:30px;border-bottom: 1px #ddd solid; padding: 10px;}
.popup select {width: 165px; height: 34px; background: #fff; border: 1px solid #ddd;font-size: 16px;color:#666;}
.popup select.people {width:111px;height:34px;}
.popup .group {width:326px; height:34px;}
.popup .mobile {width:226px; height:34px;}
.popup .purpose {width:507px; height:80px;margin:20px 0;}
.popup input[type=text],.popup textarea {color:#666;font-size:16px;padding-left:10px;}
.popup input[type=submit] {width:87px;height:40px;background: #d04144;font-size:16px;color:#fff;border: none;position: absolute;bottom: 30px;right:24px;cursor: pointer;}
.popup .cancel {width:87px;height:40px;background: #666;border: none;position: absolute;bottom: 30px;right:125px;}
.popup .cancel a{display: block;line-height: 40px;vertical-align: center;font-size:16px;color:#fff;text-align: center;text-decoration: none;}
.popup #reserveListDiv{ border:1px solid #dedede; max-height:350px; min-height:50px; padding-right:20px; overflow-y:auto;}
.popup #reserveListDiv table {border-top: none;}
.popup #reserveListDiv table th {padding: 10px 0;text-align: center;}
.popup #reserveListDiv table td {text-align: center; border-bottom: none; padding-left: 0;}
.popup #reserveListDiv .cancel {right: 40px;}





@media (min-width: 992px) {

.hidden-sm-down {display:none !important; }


	.sub-bg { width:100%; height:360px; background-repeat:no-repeat;  background-position:center center; position:absolute; top:0px; left:0px; width:100%; z-index:-1; }
	.sub-top-title-wrap { width:100%;  color:#fff;   height: 275px;   padding-top:130px;  text-align:center;  }
	.sub-top-title-wrap h3 { font-size:60px;   font-weight:bold;    font-family: "NanumSquareRound"; }

	.sub-menu-wrap { width:100%; height:60px;background:#363130;  }
	.sub-menu-wrap ul li { float:left; width:25%; text-align:center;  border-left:1px solid #000; }
	.sub-menu-wrap ul li:first-child {border-left:0px; }
	.sub-menu-wrap ul li a { display:block; font-size:20px; color:#fff; padding-top:15px; width:100%; height:60px;  }
	.sub-menu-wrap ul li a.active{ background:#d98809; }
	.sub-menu-wrap ul.sub-menu1 li {width:100%;  }
	.sub-menu-wrap ul.sub-menu2 li {width:50%;  }
	.sub-menu-wrap ul.sub-menu3 li {width:33.3333%;  }
	.sub-menu-wrap ul.sub-menu4 li {width:25%;  }
	.sub-menu-wrap ul.sub-menu5 li {width:20%;  }
	.sub-menu-wrap ul.sub-menu6 li {width:16.6666%;  }
	.sub-menu-wrap ul.sub-menu7 li {width:14.28571%;  }
	.sub-menu-wrap ul.sub-menu8 li {width:12.5%;  }


	.sub-contents {     font-size:16px;  color:#333; line-height:1.6;   }

	.sub-contents-top {padding-top:70px; padding-bottom:20px; border-bottom:2px solid #606060; position:relative;  }
	.sub-contents-top h1 {   font-size:40px; color:#000; font-weight:normal;   display:inline-block; position:relative;  }
	.sub-contents-top  .breadcrumb {  position:absolute; top:90px; right:120px;   background: none; margin-bottom:20px;padding:0px; font-size:15px; color:#888;    }
	.sub-contents-top  .breadcrumb * { vertical-align:top;  }
	.sub-contents-top  .breadcrumb .icon-home { color:#888; font-size:20px; float:left; margin-top:-6px;  }
	.sub-contents-top  .breadcrumb > li + li:before {    content: ">";    color: #888;  }
	.sub-contents-top  .breadcrumb a { color:#888;  }
	.sub-contents-top  .breadcrumb a strong { color:#888;  }
	.sub-contents-top .sub-top-util { position:absolute; top:80px; right:0px;   }
	.sub-contents-top .sub-top-util li { float:left; margin-left:10px;  }

	.sub-contents-main { padding-top:30px; padding-bottom:40px;  }

	.sub-contents .sub-tab-menu { width:100%;   margin:0 0px 50px;  }
	.sub-contents .sub-tab-menu:after { clear:both; display:table; content:'';  }
	.sub-contents .sub-tab-menu li { float:left; width:20%;  margin-top:-1px; }
	.sub-contents .sub-tab-menu li a {    display: table-cell;    vertical-align: middle;    width: 300px;    margin-left: -1px;    border: 1px solid #cdcdcd;    text-align: center;    color: #666;    height: 50px;}
	.sub-contents .sub-tab-menu li a.active {    background: #efefef;     color: #000;    }

		.sub-tab2-menu { border:1px solid #ececec; background:#f6f6f6; text-align:center; padding:10px 0 ; margin-bottom:30px;   }
	.sub-tab2-menu:after {clear:both; content:''; display:table;   }
	.sub-tab2-menu li {  display:inline-block;  }
	.sub-tab2-menu li a {  font-size:18px; color:#888;  }
	.sub-tab2-menu li:before { content:'';  border-left:1px solid #888; height:14px;  display:inline-block; margin:0 20px;  }
	.sub-tab2-menu li:first-child:before { content:'';  margin:0px; border:0px;    }
	.sub-tab2-menu li a.active { color:#d98809; font-weight:bold; }

	.sub-contents .text-box {  background:#e9e9e9; padding:30px ; margin-bottom:35px; line-height:1.8;   }
	.sub-contents p { }
	.sub-contents h2 {  font-size:24px;  font-weight:normal;  margin-bottom:20px;font-weight:bold;   margin-top:40px;   color:#000; }
	.sub-contents h2:first-child {   margin-top:0px;  }
	.sub-contents h3 { font-size:20px; margin-bottom:15px;  font-weight:normal;   color:#7c510e; padding-left:15px; background:url(../images/sub/h3_blit.png) no-repeat left 6px;  }
	.sub-contents h3.bul { padding-left:25px; background:url(../images/sub/bit01.png) no-repeat left 2px;  }
	.sub-contents ul.bul ul {  padding-left:15px;  }
	.sub-contents ul.bul li { padding-left:15px; background:url(../images/sub/bit02.png) no-repeat left 9px;  margin-bottom:10px;   }
	.sub-contents ul.bul li ul {margin-left:-15px;  margin-top:8px; margin-bottom:13px;  }
	.sub-contents ul.bul li ul li { padding-left:15px; background:url(../images/sub/bit03.png) no-repeat left 10px; margin-bottom:3px;  }

	.sub-contents .contents-table { border-top:1px solid #828282;  width:100%; overflow-x:auto; background:#fff;  margin-bottom:10px; }
	.sub-contents .contents-table table { border-collapse:collapse; width:99.9999%;  font-size:16px; }
	.sub-contents .contents-table table thead th {background:#fbfbfb; color:#000; text-align:center; border-bottom:1px solid #ccc;  padding:15px;  border-left:1px solid #ccc;  }
	.sub-contents .contents-table table tbody th { color:#000; background:#fbfbfb;  border-bottom:1px solid #ccc;  padding:15px; border-left:1px solid #ccc;  }
	.sub-contents .contents-table.form-table table tbody th {   background:#fbfbfb; color:#000;  border-bottom:1px solid #ccc;  padding:15px; border-left:1px solid #ccc;  }
	.sub-contents .contents-table table tbody td { color:#333;  border-bottom:1px solid #ccc;  padding:15px;  border-left:1px solid #ccc;  }
	.sub-contents .contents-table table  thead th:first-child ,
	.sub-contents .contents-table table  tbody th:first-child ,
	.sub-contents .contents-table table tbody td:first-child { border-left:0px;  }
	.sub-contents .contents-table table  .b-l {  border-left:1px solid #ccc !important; }
	.sub-contents .contents-btn  a { font-weight:normal;  display:inline-block;  text-align:center; border:0px; padding:15px 30px;  background:#000; color:#fff; margin:0 5px;   min-width:180px;  }
	.sub-contents .contents-btn.contents-btn-sm a { padding:7px 20px;min-width:0px;  }
	.sub-contents .contents-btn  a.btn2 { background:#888;   }
	.sub-contents .contents-btn  a.btn3 { background:#7c510e;   }
	.sub-contents .contents-btn  a.btn4 { background:#e0273c;   }
	.sub-contents .contents-btn  button  { border:0px;  font-weight:normal;  display:inline-block; padding:15px 30px; background:#000; color:#fff;  margin:0 5px;  min-width:180px;  }
	.sub-contents .contents-btn.contents-btn-sm button { padding:7px 20px;min-width:0px;  }
	.sub-contents .contents-btn  button.btn2  {background:#888;    }
	.sub-contents .contents-btn  button.btn3  {background:#7c510e;    }
	.sub-contents .contents-btn  button.btn4  {background:#e0273c;    }
	.sub-contents .contents-btn  input[type="button"] { border:0px;  font-weight:normal;  display:inline-block; padding:15px 30px; background:#000; color:#fff;  margin:0 5px;  min-width:180px;  }
	.sub-contents .contents-btn.contents-btn-sm  input[type="button"] { padding:7px 20px;min-width:0px;  }
	.sub-contents .contents-btn  input[type="button"].btn2  {background:#888;    }
	.sub-contents .contents-btn  input[type="button"].btn3  { background:#7c510e;     }
	.sub-contents .contents-btn  input[type="button"].btn4  {background:#e0273c;   }

	.sub-contents .label-btn { font-weight:normal;  display:inline-block;  text-align:center; border:0px; padding:15px 30px;  background:#427c0e; color:#fff; margin:0 5px;   min-width:180px;  }
	.sub-contents .label-btn.label-btn2 {  background:#fbfbfb; color:#333; border:1px solid #828282;   }
	.sub-contents .label-btn.label-btn3 {  background:#7c510e;   }
	.sub-contents .label-btn.label-btn4 {  background:#e0273c;   }
	.sub-contents .label-btn.sm-label {  padding:7px 20px;min-width:0px;  }


.big-text { font-size:24px;  }

	.label {font-family: "NanumSquareRound";   display:inline-block; padding:5px 20px; background:#99f7de; border-radius:20px; color:#245b4c; font-size:18px; font-weight:bold;  margin-bottom:20px;  }
	/*년도별 올해의책*/
	.one-book-list {  }
	.one-book-list .list { border-bottom:1px solid #ddd; padding-bottom:50px; margin-bottom:50px; }
	.one-book-list .list:after { content:'';  display:table; clear:both;  }
	.one-book-list .list .img-wrap { float:left; width:50%; position:relative; text-align:center;  }
	.one-book-list .list .img-wrap .label { position:absolute; top:0px; left:0px;  }
	.one-book-list .list .img-wrap img { border:1px solid #ddd;  box-shadow:10px 10px 0px rgba(211,211,211,1); max-width:308px;  }
	.one-book-list .list .text-wrap { float:left; width:50%; position:relative; padding-left:50px;  }
	.one-book-list .list .text-wrap .title-wrap {  padding-bottom:30px; border-bottom:1px solid #ddd; margin-bottom:30px;  }
	.one-book-list .list .text-wrap .title-wrap p {   color:#000;  font-size:18px;  margin-bottom:10px;  }
	.one-book-list .list .text-wrap .title-wrap p strong {font-weight:bold; display:inline-block; margin-right:10px;  }
	.one-book-list .list .text-wrap p.title { font-size:36px;  margin-bottom:20px;  }
	.one-book-list .list .text-wrap .text { font-size:16px; color:#333; line-height:1.6;  }

	.one-book-list .list .text-wrap .text .title2 { font-size:18px; margin-bottom:15px;  }
	.one-book-list .list .text-wrap .text  .img-text-wrap {}
	.one-book-list .list .text-wrap .text  .img-text-wrap:after { clear:both; display:table; content:''; }
	.one-book-list .list .text-wrap .text  .img-text-wrap .writer-img { float:left; margin-right:20px;  }
	.one-book-list .list .text-wrap .text  .img-text-wrap .text2-wrap {margin-left:150px;  font-size:16px; color:#333;  }


/*올해의 책 선정과정*/
.float-chart {padding-bottom:5px; }
.float-chart:after{ clear:both; display:table; content:'';  }
.float-chart .chart   {float:left; }
.float-chart  dl dt { width:100%; background:#555; color:#fff; font-size:16px; font-weight:bold; text-align:center; height:60px; display:table-cell; width:500px; vertical-align:middle;  }
.float-chart  dl dd { background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  border:1px solid #e9e9e9; border-top:0px; padding:30px;  }
.float-chart  dl dd p {  padding-left:10px; background:url(../images/sub/bit04.png) no-repeat left 9px;  margin-bottom:10px; color:#7c510e;  position:relative; }
.float-chart  dl dd p:before { content:'·'; display:inline-block; color:#7c510e; position:absolute; top:0px; lefT:0px;  }
.float-chart3 {  margin:0 -30px;   }
.float-chart3 .chart { width:25%; padding:0 30px;   position:relative; }
.float-chart3 .chart:before { content:''; display:inline-block; width:50px; height:26px; background:url(../images/sub/step_arrow_s.png) no-repeat left top; position:absolute; lefT:0px; margin-left:-25px;  top:50%; margin-top:-13px; }
.float-chart3 .chart:first-child:before { background:none ; margin:0px; }
.float-chart3 .chart dd { height:140px;  }
.float-chart3.short .chart dd { height:105px; text-align:center;   }
.float-chart3.short .chart dd p  {background:none; padding-left:0px; margin-bottom:0px;    }
.float-chart3.short .chart dd p:before  {content:'';     }



/*독서대전 소개*/
.float-chart5 {  margin:0 -5px; padding-bottom:0px;  }
.float-chart5 .chart { width:20%; padding:0 5px; }
.float-chart5 .chart dl dt  { height:100px;   }
.float-chart5 .chart dl dt strong {font-weight:100; display:block; font-size:28px;   }
.float-chart5 .chart dl dt strong:after { width:40px; height:1px; display:block; text-align:center; border-bottom:1px solid #818181;  content:''; padding-top:7px;  margin:0 auto 7px; }


/*릴레이참가신청 카운트*/
.application-top { position:relative;  }
.application-top .count-box { line-height:1.2; font-family: "NanumSquareRound"; position:absolute; top:0px; right:0px;   float:right; text-align:center; padding:30px 80px 20px; border-radius:20px; background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  }
.application-top .count-box .title { font-size:24px; color:#666; }
.application-top .count-box .title  strong{ font-size:30px;font-weight:bold; }
.application-top .count-box .count  { margin-top:20px; font-size:78px; font-weight:bold; color:#000;  line-height:1; }

/*독서마라톤 참가방법 절차*/
.rel-step {  background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  padding:50px;  border:1px solid #e9e9e9; }
.rel-step:after {clear:both; display:table; content:''; }
.rel-step li  {position:relative; float:left; width:33.333%; text-align:center; }
.rel-step li:after { width:90px; height:20px; background:url(../images/sub/step_arrow.png) no-repeat left top; content:''; display:inline-block;  content:''; position:absolute; top:50%; margin-top:-10px; right:0px; margin-right:-45px;  }
.rel-step li.list03:after { background:none;  }
.rel-step li  img { display:block; margin:0 auto 20px;   }
.rel-step li  span {display:inline-block; padding:3px 10px; color:#fff; font-weight:bold; background:#555; border-radius:20px; }



/*독서대전소개*/
	.one-book-list.about-list .list .img-wrap { width:35%;  }
	.one-book-list.about-list .list .text-wrap  { width:65%;  }

/*콘텐츠 준비중*/
.content-ready-wrap { width:100%; height:400px; padding-top:85px;  border-radius:40px; background:url(../images/sub/ready_pat.png) repeat left top #f6f6f6; }
.content-ready-wrap .img { margin-bottom:30px;  }
.content-ready-wrap .title {  font-size:20px; color:#000;  margin-bottom:10px; }
.content-ready-wrap .title strong {  color:#d98809 }
.content-ready-wrap .text { color:#000;  }


/*마이페이지 링크*/
.my-page  { background:#f5f5f5;padding:130px 40px;  width:100%; margin:0 auto;  }
.my-page .link  {  float:left; padding:0 50px;  width:33.333%; }
.my-page .link  a { display:inline-block; background:#fff; height:280px; display:table-cell; vertical-align:middle; width:1000px;  border:1px solid #ccc; text-align:center; font-size:20px; font-weight:bold; color:#000;  }
.my-page .link  a img {display:block; margin:0 auto 10px;  width:120px; }


/*마이페이지 마라톤현황*/
.my-marathon .top-box { font-family: "NanumSquareRound";  background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  padding:30px;  border:1px solid #e9e9e9; }
.my-marathon .top-box .left { float:left; width:50%; text-align:right; padding-right:60px;position:relative; }
.my-marathon .top-box .left .text { display:inline-block; font-size:24px; color:#666;   line-height:1.2; margin-right:20px;  }
.my-marathon .top-box .left .text strong { font-size:30px; font-weight:bold; color:#666;   }
.my-marathon .top-box .left .count {  display:inline-block;  font-size:78px; color:#000; font-weight:bold; line-height:1; }
.my-marathon .top-box .left:after { content:''; display:inline-block; width:1px; height:55px; border-right:1px solid #ccc; position:absolute; top:10px; right:0px; }
.my-marathon .top-box .right { padding-left:60px; float:left; width:50%;  }
.my-marathon .top-box p { font-size:24px; color:#666;  font-weight:bold; }
.my-marathon .top-box p strong { font-weight:normal;  color:#000;  }

.my-marathon .my-marathon-state { width:100%; background:url(../images/mypage/bg_illu.png) no-repeat left top ; }
.my-marathon .my-marathon-state .road-wrap { position:relative; padding:0 25px; padding-bottom:45px;   }
.my-marathon .my-marathon-state .road { height:140px;  position:relative; padding-top:120px; background:url(../images/mypage/pattern_bar_g.png) repeat-x left bottom ; }
.my-marathon .my-marathon-state .road p { line-height:1.2;  }
.my-marathon .my-marathon-state .road .my { max-width:100%; text-align:right;  z-index:10; position:absolute; bottom:0px; left:0px;width:0%; background:url(../images/mypage/pattern_bar.jpg) repeat-x left bottom ;  }
.my-marathon .my-marathon-state .road .my span{  color:#000;   display:block; margin:0 auto 10px;   }
.my-marathon .my-marathon-state .road .my img { width:70px; max-width: initial  !important;  }
.my-marathon .my-marathon-state .road .my span , .my-marathon .my-marathon-state .road .my img { margin-right:0px;  }
.my-marathon .my-marathon-state .road .team { max-width:200%;  position:absolute; z-index:10;  bottom:20px; left:50%;  margin-left:-27px; text-align:center;   }
.my-marathon .my-marathon-state .road .team span{  color:#6662020-05-04;   display:block; margin:0 auto 10px; }
.my-marathon .my-marathon-state .section-list  span { position:absolute; bottom:15px;  z-index:5; }
.my-marathon .my-marathon-state .section-list  span.s { left:0px;   }
.my-marathon .my-marathon-state .section-list  span.m { left:50%; margin-left:-24px;   }
.my-marathon .my-marathon-state .section-list  span.f { right:0px;   background:#fff; }
.my-marathon .my-marathon-state .section-list  span.f img { display:block; margin:0 auto 10px;  }
.my-marathon .my-marathon-state .left { float:left;  }
.my-marathon .my-marathon-state .right { float:right;   }

/*faq게시판*/
.faq-wrap  { border-top:1px solid #828282;   }
.faq-wrap dl {}
.faq-wrap dl.active { background:#fbfbfb;  }
.faq-wrap dl dt {    border-bottom:1px solid #eee;  font-weight:normal;  }
.faq-wrap dl dt a { width:100%; display:block; color:#000;  padding:15px; cursor:pointer; }
.faq-wrap dl dt a:hover { text-decoration:none;  }
.faq-wrap dl span {  display:inline-block;   vertical-align:top;  }
.faq-wrap dl dt .kind {   width:100px;  }
.faq-wrap dl dt .q {  font-size:22px;   margin-right:20px; font-weight:bold;    line-height:1; }
.faq-wrap dl dt .title {    width:calc(100% - 220px);   }
.faq-wrap dl dt i { float:right;  width:30px; font-size:26px; color:#999; margin-top:-5px;  }
.faq-wrap dl dd { display:none;  padding:20px;color:#000;   border-bottom:1px solid #eee;  }
/*.faq-wrap dl.active dd { display:block !important; }*/
.faq-wrap dl dd .kind {   width:100px;   }
.faq-wrap dl dd .a { font-size:22px;   margin-right:20px; font-weight:bold;  color:#7a520d;     line-height:1;}
.faq-wrap dl dd .text {  width:calc(100% - 150px);   }
.faq-wrap dl dd .btn-wrap {padding-top:10px; display:block; width:100%;  padding-bottom:10px; text-align:right;   }
.faq-wrap dl dd .btn-wrap:after {  clear:both; display:table; content:'';  }
.faq-wrap dl dd .btn-wrap a { display:inline-block;  padding:5px 10px; color:#fff; background:#7a520d;  margin-left:5px;   }



/*게시판 버튼*/
 .btn-group.btn-board .btn {  border:1px solid #dadada; color:#222;  float:none;  display:inline-block;height:50px; margin-bottom:0.4rem;  line-height:50px; padding-top:0px; padding-bottom:0px;font-size: 16px;  text-align:center; min-width:160px;background:#fff;  font-weight: normal;}
 .btn-group.btn-board .btn.btn-style1 {  border:1px solid #5f5f5f; background: #5f5f5f; color:#fff; border-radius: 5px;  }
 .btn-group.btn-board .btn.btn-style2 {  border:1px solid #888; background: #fff; color:#000; border-radius: 5px;  }
 .btn-group.btn-board .btn.btn-style3 {  border:1px solid #ddd; background: #f4f4f4; color:#000; border-radius: 5px;}


/*사이트맵*/
.sitemap {}
.sitemap .menu {width:100%; padding-bottom:60px; margin-bottom:60px;  border-bottom:1px solid #ddd; }
.sitemap .menu:after { clear:both; display:table; content:'';  }
.sitemap .menu h3 { padding:0px; margin:0px; background:none;  font-size:24px; float:left; width:20%;  }
.sitemap .menu h3 a { color:#000; font-weight:normal;  }
.sitemap .menu .depth-menu { float:left; width:80%;  margin-top:5px;  }
.sitemap .menu .depth-menu li { float:left; width:25%;  margin-bottom:20px;  }
.sitemap .menu .depth-menu li a { font-size:18px; font-weight:bold; color:#000;   }
.sitemap .menu .depth-menu li ul  { margin-top:15px;  }
.sitemap .menu .depth-menu li ul li  {display:block; width:100%; padding-left:15px;  line-height:1.6; margin-bottom:0px;   }
.sitemap .menu .depth-menu li ul li  a { color:#7c510e; font-size:15px; font-weight:normal;  }




/*올해의책 투표*/
.vote-wrap { margin:0 -15px 50px; padding-bottom:15px;    border-bottom:1px solid #ccc;  }
.vote-wrap .lable-wrap { padding-left:15px;  }
.vote-wrap .text-info { font-size:18px; font-weight:bold;  }
.vote-wrap .list { float:left; width:20%; padding:0 15px 45px;  }
.vote-wrap .list a {display:block; }
.vote-wrap .list .img {margin-bottom:30px; }
.vote-wrap .list .img img {  box-shadow:10px 10px 0px rgba(211,211,211,1);   border:1px solid #ddd; }
.vote-wrap .list .text-wrap { color:#000; }
.vote-wrap .list .text-wrap .title { font-size:18px; font-weight:bold; margin-bottom:15px;  }
.vote-wrap .list .text-wrap strong { margin-right:10px; display:inline-block;   font-weight:bold;}
.vote-wrap .list .text-wrap .author { font-size:16px; }
.vote-wrap .list .text-wrap .publisher{ font-size:16px; }
.vote-wrap .list .text-wrap .date {  display:none ; }
.vote-wrap .list .text-wrap .con { display:none ;}


/*공연안내*/
.vote-view-wrap {display:none; overflow-y:auto;    animation-name:fadeInTop;  animation-fill-mode:both; animation-delay:0s;animation-duration:0.5s;  position:fixed; top:50%; left:50%;  width:900px; /*min-height:610px;*/ background:#fff; margin-top:-305px; margin-left:-450px; z-index:1000;  padding:40px 50px; }
.vote-view-wrap .lable-wrap {  }
.vote-view-wrap .vote-view { border-top:2px solid #000; padding-top:20px;  max-height:480px; overflow-y:auto;  }
.vote-view-wrap .vote-view:after { clear:both; display:table; content:''; }
.vote-view-wrap .vote-view .img { float:left; margin-bottom:0px;   height:450px; margin-top:0px;  padding:0px; background:none; text-align:center;   width:38%; margin-right:4%; } 
.vote-view-wrap .vote-view .img img {box-shadow:10px 10px 0px rgba(211,211,211,1); border:1px solid #ddd; }
.vote-view-wrap .vote-view .text-wrap { float:left;   margin-top:15px; width:58%; float:left; padding-left:10px; color:#000; font-size:16px; }
.vote-view-wrap .vote-view .text-wrap .title {font-size:24px;  font-weight:bold; margin-bottom:30px;   }
.vote-view-wrap .vote-view .text-wrap strong { width:70px;  display:inline-block;  }
.vote-view-wrap .vote-view .text-wrap .author { font-size:16px; }
.vote-view-wrap .vote-view .text-wrap .publisher{ font-size:16px; }
.vote-view-wrap .vote-view .text-wrap .date { margin-bottom:30px; }
.vote-view-wrap .vote-view .text-wrap .con { }
.vote-view-wrap .vote-view-wrap-close { position:absolute; top:40px; right:50px;  }


/*도서관소개*/
.introduce-title {font-size:38px;line-height:1.2; margin-bottom:10px;   }
.introduce-title strong {font-size:45px; font-weight:bold;  color:#d8830e;  }
.history {}
.history .year  { position:relative;  }
.history .year:after  {clear:both; display:table; content:''; }
.history .year h3 { width:225px; position:absolute; height:100%; left:0px; top:0px;  background:none; color:#222; text-align:center; padding:0px; padding-top:30px;font-size:22px; font-weight:bold;   }
.history .year:nth-of-type(1) h3 { background:#fafafa; }
.history .year:nth-of-type(2) h3 { background:#f6f6f6; }
.history .year:nth-of-type(3) h3 { background:#eee; }
.history .year ul  {margin-left:225px;   width:calc(100% - 225px); padding:30px;  }
.history .year ul li  {padding-left:200px; color:#222;  position:relative; margin-bottom:10px;  }
.history .year ul li strong  { font-size:18px; position:absolute; top:0px; left:20px;   display:inline-block; width:180px; }
.history .year ul li:before  {position:absolute; top:9px; left:0px; width:12px; height:12px; border:1px solid #222; border-radius:100%; content:''; display:inline-block; }



}







/*join*/
.sub-contents  .agree_wrap { width:100%; max-height:400px; padding:15px; overflow-y:auto; border:1px solid #ccc;  margin-bottom:30px; }

.sub-contents .login_form  { width:890px ; margin:0 auto;   background:#f5f5f5; padding:30px; text-align:center; }
.sub-contents .login_form  .phone_wrap { background:#fff; margin:40px auto ; width:60%; border:1px solid #ccc;  padding:50px 20px; }
.sub-contents .login_form  .phone_wrap .img { margin-bottom:10px;  }
.sub-contents .login_form  .phone_wrap .login-input { margin:5px 0 ;  }
.sub-contents .login_form  .phone_wrap .contents-btn a.btn2 { display:inline-block; margin-top:20px; width:320px;  }
.sub-contents .login_form  .phone_wrap .contents-btn input[type=button] { display:inline-block; margin-top:20px; width:320px;  }
.sub-contents .login_form  .phone_wrap  label {  }
.sub-contents .login_form  .phone_wrap .input-wrap { margin-bottom:20px;  }
/*.sub-contents .login_form  .phone_wrap input { height:45px;  }*/
.sub-contents .login_form  .phone_wrap .link-wrap { margin-top:15px;  }
.sub-contents .login_form  .phone_wrap .link-wrap * {vertical-align:bottom;   }
.sub-contents .login_form  .phone_wrap .link-wrap a { font-size:0.55rem; color:#333; display:inline-block;  }
.sub-contents .login_form  .phone_wrap .link-wrap a:before { content:'|' ; display:inline-block; padding:0 10px;   font-size:0.5rem; }
.sub-contents .login_form  .phone_wrap .link-wrap a:first-child:before { content:'';  padding:0px; }








/*게시판*/

/*카테고리*/
.category { background:#363130;  border:none;}
.category:after { clear:both; display:table; content:'';background:#363130;  }
.category  h5 { float:left; margin:5px 10px;    }
.category  h5 a { color:#fff; font-weight:normal; }
.category  h5 a.active { text-decoration:underline; font-weight:bold;  }

/*갤러리 게시판*/
	.galleryListWrap { border-top:1px solid #828282;padding-top:30px; border-bottom:1px solid #828282; padding-bottom:30px; }
	.galleryListWrap .gallery{width: 24%;float:left;margin-right: 1.333%; height: 300px; border:1px solid #ddd;  padding:15px;  margin-bottom:15px; }
	.galleryListWrap .gallery .img {text-align: center;  margin-bottom:20px; background:url(../images/sub/no_img.png) no-repeat center center #e9e9e9;    }
	.galleryListWrap .gallery img {max-width: 100%;height: 160px;}
	.galleryListWrap .gallery .name {margin-bottom:10px  }
	.galleryListWrap .gallery .name a{  color:#000; }
	.galleryListWrap .gallery .date {font-size:15px; color:#666; }
	.galleryListWrap .gallery.last {margin-right: 0;}

/*페이징*/
	.paging  { text-align:center;margin:20px 0;   }
	.paging .prev-2-btn i:before , .paging .next-2-btn i:before{ margin:0px;width:7px;   }
	.paging a { margin:0 5px; color:#878889; font-size:16px;  }
	.paging a.active { color:#000; text-decoration:underline;  }

/*페이지*/
.pageCount{padding-bottom: 10px; font-size:15px; }
/*게시판뷰*/
	.board-view { width:100%;border-top:2px solid #000; margin-bottom:30px;   }
	.board-view .title {text-align:center; padding:15px 5px; border-bottom:1px solid #000; font-weight:bold;  }
	.board-view .info {padding:15px 0px; border-bottom:1px solid #ccc; }
	.board-view .view-contents {padding:20px 10px; border-bottom:1px solid #ccc; }

/*버튼정의*/
.btn-wrap {   }
.btn-wrap .btn  { min-width:120px; padding:10px; text-align:center;  display:inline-block; color: #333;    background-color: #fff;    border-color: #ccc;  }
.btn-wrap .btn-default  {background:#6d6d6d; color:#fff;  border-color: #6d6d6d; }




/*일반게시판 리스트*/
.board-list {border-top:1px solid #828282;  width:100%;  margin-bottom:30px; }
.board-list table {width:100%; border-collapse:collapse; border: 0 none;}
.board-list table thead th  {background:#fbfbfb; color:#000; border: 0 none;  border-left:1px solid #ccc;  border-bottom:1px solid #ccc;  padding:15px 0px; text-align:center;}
.board-list table tbody td { padding:15px 0px; border: 0 none; text-align:center; color:#333;   border-left:1px solid #ccc;  border-bottom:1px solid #ccc; }
.board-list table tbody td.infono {color: #f54d81;}
.board-list table thead th:first-child ,
.board-list table tbody td:first-child  { border-left:0px;  }
.board-list table tbody td span.label-receiptR, .board-list table tbody td span.label-receipt, .board-list table tbody td span.label-counsel {padding: 5px 20px; border-radius: 30px; display: inline-block;color:#fff;background: #565656;text-align: center;font-size: 16px;border:none;}
.board-list table tbody td span.label-eduE {padding: 3px 20px; border-radius: 30px; display: inline-block;color:#fff;background: #527abf;text-align: center;font-size: 16px;border:none;}
.board-list table tbody td span.label-edusE {padding: 3px 20px; border-radius: 30px; display: inline-block;color:#fff;background: #7ed06c;text-align: center;font-size: 16px;border:none;}
.board-list table tbody td span.label-counselC {padding: 3px 20px; border-radius: 30px; display: inline-block;color:#fff;background: #e9316a;text-align: center;font-size: 16px;border:none;}
/* .board-list table tbody td span.label-counselC {color: #565656;} */
.board-list table tbody td.text-left { text-align:left; padding:15px 10px;  }
.board-list table tbody .title a { color:#555; }
.badge { font-size:14px;  }
.download-file {color:#555;}
.info-box { background:#777; display: inline;    padding: .2em .6em .3em;    font-size: 14px;    font-weight: 700;    line-height: 1.7;    color: #fff;    text-align: center;    white-space: nowrap;    vertical-align: baseline;    border-radius: 0;}
.table-board .reply_state .label {color: #565656;}




/* 게시판하단 */
dl.file {width: 100%; display: block; border: 1px solid #ddd; margin: 20px 0; line-height: 1.42857143; vertical-align: top; }
dl.file dt {width: 20%; display: inline-block; border-right: 1px solid #ddd; background-color: #eee; padding: 8px; text-align: center;}
dl.file dd {width: 75%; display: inline-block; padding: 8px;}




/* 캘린더 */
.sub_calendar {position: relative;}
.month-select {text-align: center;padding-bottom: 10px;}
.month-select span{font-size:26px;font-weight: bold;color:#222;font-family: NanumSquare;}
.month-select a {line-height: 28px;color:#a1a08b; display: inline-block;height: 28px;}
.month-select a i{font-size: 20px;}

.sub_calendar .calendar-table { margin-top:10px; border-top: 3px solid #005caa; border-left:1px solid #ddd;border-right:1px solid #ddd;}
.sub_calendar .calendar-table thead th { border:none;border-bottom:1px solid #ddd;background: #f4f4f4; border-right: 1px solid #ddd;text-align: center;font-size: 16px;font-weight: normal;padding:11px 0;}
.sub_calendar .calendar-table tbody td { text-align: center; border-bottom:1px solid #ddd; border-right:1px solid #ddd;border-top:none;font-size:14px; color:#222; height:120px; padding:25px 0;}
.sub_calendar .calendar-table tbody td a { font-size:14px; color:#222; }
.sub_calendar .calendar-table tbody td:first-child{ }
.sub_calendar .calendar-table tbody td:first-child, .sub_calendar .calendar-table tbody td:first-child a{ font-size:14px; color:#ff3485;}
.sub_calendar .calendar-table tbody td:last-child, .sub_calendar .calendar-table tbody td:last-child a{ font-size:14px; color:#0479bd;}
.sub_calendar .calendar-table tbody td.event { }
.sub_calendar .calendar-table tbody td a { display: block; width: 100%; }
.sub_calendar .calendar-table tbody td.today { background: #caefff;}
.sub_calendar .calendar-table tbody td span {margin-left: 10px; margin-top: 35px;}
.sub_calendar .calendar-table tbody td a span.icon1 {margin-left: 0;}

.info{ padding: 10px 0 10px;;clear: both;text-align: right;position: absolute;right:0;top:0; font-size: 16px;}
.cal_date .info{ padding: 20px 0 10px;;clear: both;text-align: right; position: inherit;}
.info span.today {display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #caefff; margin-right: 10px;}
.info .closed{ background: #efeedc;margin-left:0;}
.info .event{ background: #d6f3ff;}
.info .imposible{ background: url(../images/sub04/calendar_bg.gif);}
.info .posible{ background: #fff08f;}

.lib_calendar .schedule_list{ float: left; width: 100%; background: #f2f2f2;padding:30px 40px;}
.lib_calendar .schedule_list h2 {float: left; width: 25%; font-size: 26px;font-weight: bold;font-family: NanumSquare;}
.lib_calendar .schedule_list h2 span{ color:#000;}
.lib_calendar .schedule_list li:before{ color:#e9316a !important;}
.sub_calendar .info_txt{color:#888;}
.lib_calendar .schedule_list ul {float: left; width: 75%;}
.lib_calendar .schedule_list ul li {border-bottom: 1px solid #ddd; padding: 15px 10px; font-size:16px;color: #222;line-height: 160%; font-family:"맑은 고딕";}
.lib_calendar .schedule_list ul li span {margin-right: 15px;}
.lib_calendar .schedule_list ul li a {float: right; display: block; margin-top: -3px; background: #fff; color: #222; padding: 3px 10px; border-radius: 20px;}
.lib_calendar .icon1 {display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #facccc;}
.lib_calendar .icon2 {display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #f7c349;}
.lib_calendar .icon3 {display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #83d186;}
.lib_calendar .icon4 {display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #7decc2;}
.lib_calendar .icon5 {display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #6087cc;}







#contactUs {float:left; width:100%; padding-bottom:10px;  border-top:1px solid #CCC; border-right:1px solid #CCC; border-left:1px solid #CCC; font-size:14px;}
#contactUs dl {float:left; width:100%; margin-top:10px;}
#contactUs dl dt {float:left;  line-height:30px; padding:0 20px; border-left:1px solid #CCC;}
#contactUs dl dt:nth-of-type(1) {border-left:0 none;}
#contactUs dl dd:nth-of-type(1) {width:30%;}
#contactUs dl dd:nth-of-type(2) {width:10%;}
#contactUs dl dd {float:left; line-height:30px; word-break: break-all;}

#pageSurvey {clear:both; padding-bottom: 20px; margin-bottom:0px;  background:#EEE; border:1px solid #CCC;}
#pageSurvey dl {padding:15px 20px 0 20px; font-size:14px;}
#pageSurvey dl dd {padding-top:10px;}
#pageSurvey dl dd ul {margin:0;}
#pageSurvey dl dd label {margin-right:35px; font-weight:normal;}
#pageSurvey dl dd label input {margin-right:5px;}
#pageSurvey dl dd input[type='text'] {width:90%; height:30px; padding-left:10px; border:1px solid #CCC; border-top-left-radius:3px; border-bottom-left-radius:3px;}
#pageSurvey dl dd button {width:10%; height:30px; margin-left:-1px; background:#333; color:#FFF; border:0 none; border-top-right-radius:3px; border-bottom-right-radius:3px;}














@media (min-width: 992px) and (max-width: 1199px) {

/* 게시판 검색 */
  .board-search-wrap .board-search-text {width: 480px;}
}




@media (max-width: 991px) {
	.mw10 { width:8%;  }
	.mw20 { width:18%;  }
	.mw30 { width:28%;  }
	.mw40 { width:38%;  }
	.mw50 { width:48%;  }
	.mw60 { width:58%;  }
	.mw70 { width:68%;  }
	.mw80 { width:78%;  }
	.mw90 { width:88%;  }
	.mw100 { width:100%; margin:0px !important;   }


    .hidden-md-down {display:none !important; }
    .hidden-lg-down {display:none !important; }



	.sub {}

.sub-bg { width:100%; height:260px; background-repeat:no-repeat;  background-position:center center; position:absolute; top:0px; left:0px; width:100%; z-index:-1; }
	.sub-top-title-wrap {  display:none; }
	.sub-menu-wrap { display:none;  }

	.sub-contents {   font-size:0.58rem;  color:#333; line-height:1.6;  padding-left:15px; padding-right:15px;  }

	.sub-contents-top {padding-top:30px; height:190px; text-align:center;  }
	.sub-contents-top h1 {   font-size:32px; font-weight:normal; color:#fff; margin-bottom:15px;  display:inline-block; position:relative; }
	.sub-contents-top  .breadcrumb {    background: none; margin-bottom:20px;padding:0px; font-size:16px; color:#fff;    margin-bottom:15px;  }
	.sub-contents-top  .breadcrumb * { vertical-align:top;  }
	.sub-contents-top  .breadcrumb  i.icon-home {font-size:18px; float:left; margin-top:-3px;  }
	.sub-contents-top  .breadcrumb > li + li:before {    content: ">";    color: #fff;  }
	.sub-contents-top  .breadcrumb a { color:#fff;  }
	.sub-contents-top  .breadcrumb a strong { color:#fff;  }

	.sub-contents-main {  padding-top:30px; padding-bottom:60px;  }


	.sub-contents .sub-tab-menu-wrap {position:relative;  width:100%;  margin-bottom:40px; z-index:90;  }

	.sub-contents .sub-tab-menu-wrap .title {   width: 100%;    position: relative;    height: 2rem;    background: #fff;    border: 2px solid #666666;    text-align: center;    font-size: 0.6rem;    padding: 0.55rem 15px 0;  }
	.sub-contents .sub-tab-menu-wrap .title a { color:#666; }
	.sub-contents .sub-tab-menu-wrap .title a i { position:absolute;  top:50%; margin-top:-12px; right:15px; font-size:0.7rem; }
	.sub-contents .sub-tab-menu {   display: none;    z-index: 90;    position: absolute;    top: 2rem;    left: 0px;    width: 100%;    border: 1px solid #666666;    border-top: 0px;    background: #f5f5f5;}
	.sub-contents .sub-tab-menu li {border-top:1px solid #c9c9c9;  text-align:center;  }
	.sub-contents .sub-tab-menu li a {     display:block; width:100%;   font-size:0.55rem; color:#000; height:1.6rem; padding:0.4rem 15px 0 ; }
	.sub-contents .sub-tab-menu li a.active { background:#ffddaa; color:#000;  border:0px; }


.sub-tab2-menu { border:1px solid #ececec; background:#f6f6f6; text-align:center; padding:10px 0 ; margin-bottom:0.8rem;    }
	.sub-tab2-menu:after {clear:both; content:''; display:table;   }
	.sub-tab2-menu li {  display:inline-block;  }
	.sub-tab2-menu li a {  font-size:0.55rem; color:#888;  }
	.sub-tab2-menu li:before { content:'';  border-left:1px solid #888; height:0.5rem;   display:inline-block; margin:0 0.4rem;  }
	.sub-tab2-menu li:first-child:before { content:'';  margin:0px; border:0px;    }
	.sub-tab2-menu li a.active { color:#d98809 ;  font-weight:bold; }


	.sub-contents a.source-trigger { position:relative; background: url(../images/common/tab_bg.jpg) repeat left top ; padding:0.4rem;  color:#fff;  font-size:0.7rem; }
	.sub-contents a.source-trigger i  {position:absolute; top:35%; right:15px;  }

ul.tab-menu {
    border: 1px solid #ddd;
  }
  ul.tab-menu li {
	text-align:center;
    border-bottom:1px solid #ddd;
  }
  ul.tab-menu li:last-child {
    border-bottom: 0;
  }
  ul.tab-menu li a {

    display: block;
	font-weight:bold;
    padding:10px;
    color:#555;
  }
    ul.tab-menu li a:hover, ul.tab-menu li a.active {
    background:#e3f0ff;
    color: #000;
  }



	.sub-contents .text-box {background:#e9e9e9;   padding:0.6rem; margin-bottom:0.6rem;  line-height:1.8; }
	.sub-contents p { }


	.sub-contents h2 {  font-size:0.71rem; font-weight:bold;   color:#000; margin-bottom:0.7rem;  margin-top:0.9rem; }
	.sub-contents h2:first-child {   margin-top:0px;  }
	.sub-contents h3 { font-size:0.65rem;  font-weight:normal; color:#444; margin-bottom:0.5rem;   color:#7c510e; padding-left:20px; background:url(../images/sub/h3_blit.png) no-repeat 5px 6px; }
	.sub-contents h3.bul { padding-left:20px; background:url(../images/sub/bit01.png) no-repeat left 1px;  background-size:16px auto; }
	.sub-contents ul.bul li { padding-left:15px;  background:url(../images/sub/bit02.png) no-repeat 2px 9px;  margin-bottom:0.4rem;  }
	.sub-contents ul.bul li ul {margin-left:-15px;  margin-top:0.2rem; margin-bottom:0.4rem;  }
	.sub-contents ul.bul li ul li { padding-left:15px; background:url(../images/sub/bit03.png) no-repeat 2px 9px; margin-bottom:0.15rem;  }

	.sub-contents .contents-table {  border-top:1px solid #828282;  width:100%; overflow-x:auto;  }
	.sub-contents .contents-table table { border-collapse:collapse; width:99.9999%;  font-size:0.58rem; }
	.sub-contents .contents-table.form-table table { min-width:800px;  }
	.sub-contents .contents-table table thead th { background:#fbfbfb; color:#000; text-align:center;   border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:0.4rem 0.3rem;   }
	.sub-contents .contents-table table tbody th { color:#000; background:#fbfbfb;  border-bottom:1px solid #ccc;    padding:0.4rem 0.3rem; border-left:1px solid #ccc;  }
	.sub-contents .contents-table.form-table table tbody th {  background:#fbfbfb; color:#000; text-align:center;   border-bottom:1px solid #ccc;  padding:0.4rem 0.3rem;   }
	.sub-contents .contents-table table tbody td { color:#333;  border-bottom:1px solid #ccc;  padding:0.4rem 0.3rem;   border-left:1px solid #ccc; }
	.sub-contents .contents-table table  thead th:first-child ,
	.sub-contents .contents-table table  tbody th:first-child ,
	.sub-contents .contents-table table tbody td:first-child { border-left:0px;  }
	.sub-contents .contents-table table  .b-l {  border-left:1px solid #ccc !important; }

	.sub-contents .contents-btn  a { font-weight:normal;   text-align:center;  border:0px; display:inline-block; padding:0.3rem 0.6rem;background:#000; color:#fff;  margin:0 5px;  }
	.sub-contents .contents-btn.contents-btn-sm a { padding:0.2rem 0.5rem;min-width:0px;  }
	.sub-contents .contents-btn  a.btn2 { background:#888;  }
	.sub-contents .contents-btn  a.btn3 { background:#7c510e;   }
	.sub-contents .contents-btn  a.btn4 { background:#e0273c;   }
	.sub-contents .contents-btn  button  { border:0px;  font-weight:normal;    text-align:center; display:inline-block; padding:0.3rem 0.6rem;  background:#000; color:#fff;  margin:0 5px;  }
	.sub-contents .contents-btn.contents-btn-sm button { padding:0.2rem 0.5rem;min-width:0px;  }
	.sub-contents .contents-btn  input[type="button"]  { border:0px;  font-weight:normal;    text-align:center; display:inline-block; padding:0.3rem 0.6rem;  background:#000; color:#fff;  margin:0 5px;  }
	.sub-contents .contents-btn.contents-btn-sm input[type="button"]   { padding:0.2rem 0.5rem;min-width:0px;  }
	.sub-contents .contents-btn  button.btn2  {background:#888;    }
	.sub-contents .contents-btn  button.btn3  {background:#7c510e;    }
	.sub-contents .contents-btn  button.btn4  {background:#e0273c;    }
	.sub-contents .contents-btn  input[type="button"].btn2  {background:#888;    }
	.sub-contents .contents-btn  input[type="button"].btn3  {background:#7c510e;    }
	.sub-contents .contents-btn  input[type="button"].btn4  {background:#e0273c;    }


	.sub-contents .label-btn {  font-weight:normal;   text-align:center;  border:0px; display:inline-block; padding:0.3rem 0.6rem;color:#fff;  margin:0 5px;  background:#427c0e;  }
	.sub-contents .label-btn.label-btn2 {  background:#fbfbfb; color:#333; border:1px solid #828282;   }
	.sub-contents .label-btn.label-btn3 {  background:#7c510e;   }
	.sub-contents .label-btn.label-btn4 {  background:#e0273c;   }
	.sub-contents .label-btn.sm-label { padding:0.2rem 0.5rem;min-width:0px;  }


.big-text { font-size:0.7rem;  }


#pageSurvey dl dd input[type='text'] {width: 78%;}
#pageSurvey dl dd button {width: 22%;}




/* 게시판검색	 */
	.form-inline .form-group {display: block;}
	.btn-group {width: 25%;}
	.btn-group.pull-right {width: auto;}
	.search-wrap .board-search-wrap {float: left; width: 100%; margin-bottom: 20px;}
	.search-wrap .board-search-wrap .form-group {width: 100%; float: left; text-align: center;}
	.search-wrap .board-search-wrap .board-search-text {width: 78%; float: left; margin: 0;}
	.search-wrap .board-search-wrap .board-search-submit {width: 20%; float: right; margin: 0;}
	.search-wrap .search-con .tit {padding: 15px 20px;}
	.search-wrap .search-con .search-list {padding: 15px 20px;}
	.search-wrap .search-con .search-list p a {font-size: 14px;}
	.search-wrap .search-con .search-list .path a {font-size: 16px;}
	.search-wrap .search-con .search-list .txt {margin-top: 5px;}

/* 일반게시판 리스트 */
  .board-list table tbody td.text-left {width: 70%;  }
  .board-list table tbody td.field-writer {}

  /* 갤러리 게시판 */
  .galleryListWrap .gallery {width: 49%; margin-bottom:10px; height:auto; margin-right: 2%;}
  .galleryListWrap .gallery:nth-child(2n) {margin-right: 0;}
  .galleryListWrap .gallery:nth-child(2n + 1) {clear:both; }
  .galleryListWrap .gallery .name a {font-size: 16px;}


/*캘린더*/
.sub_calendar .calendar-table {margin-top: 0;}
.sub-contents .sub_calendar > h2{font-size:0.91rem;padding-left:10px;}
.sub_calendar .calendar-table tbody td {padding: 10px 0; height:2.7rem;}
.sub_calendar .calendar-table tbody td span {margin-top: 10px;}

.month-select {padding-top:1.8rem;text-align:left;}
.info{top:2rem;}
.lib_calendar .schedule_list h2{font-size: 0.79090909rem;}

.lib_calendar .schedule_list {padding: 20px;}
.lib_calendar .schedule_list h2 {width: 100%;}
.lib_calendar .schedule_list ul {width: 100%;}
.lib_calendar .schedule_list ul li {padding: 10px 5px;}


/*join*/
.sub-contents .login_form  { padding:20px; width:100%; }
.sub-contents .login_form  .phone_wrap {margin:20px auto ; width:90%; }
.sub-contents .login_form  .phone_wrap .contents-btn a.btn2, .sub-contents .login_form  .phone_wrap .contents-btn input[type="button"].btn2  { margin-top:15px; width:100%;  border:none; }




	.label {font-family: "NanumSquareRound";   display:inline-block; padding:5px 20px; background:#99f7de; border-radius:17px; color:#245b4c; font-size:17px; font-weight:bold;  margin-bottom:15px;  }
	/*년도별 올해의책*/
	.one-book-list {  }
	.one-book-list .list { border-bottom:1px solid #ddd; padding-bottom:40px; margin-bottom:40px; }
	.one-book-list .list:after { content:'';  display:table; clear:both;  }
	.one-book-list .list .img-wrap { position:relative;  }
	.one-book-list .list .img-wrap .label { margin-bottom:10px;   }
	.one-book-list .list .img-wrap img { border:1px solid #ddd;  display:block; margin:0 auto 35px;  box-shadow:10px 10px 0px rgba(211,211,211,1);  max-width:308px; }
	.one-book-list .list .text-wrap { position:relative;  }
	.one-book-list .list .text-wrap .title-wrap {  padding-bottom:15px; border-bottom:1px solid #ddd; margin-bottom:25px;  }

	.one-book-list .list .text-wrap .title-wrap p {  color:#000; font-size:16px;  margin-bottom:7px;  }
	.one-book-list .list .text-wrap .title-wrap p strong {font-weight:bold; display:inline-block; margin-right:10px;  }
	.one-book-list .list .text-wrap p.title { font-size:30px;  margin-bottom:15px;  }
	.one-book-list .list .text-wrap .text { font-size:16px; color:#333; line-height:1.6;  }

	
	.one-book-list .list .text-wrap .text .title2 { font-size:16px; margin-bottom:10px;  }
	.one-book-list .list .text-wrap .text  .img-text-wrap {}
	.one-book-list .list .text-wrap .text  .img-text-wrap:after { clear:both; display:table; content:''; }
	.one-book-list .list .text-wrap .text  .img-text-wrap .writer-img { float:left; margin-right:15px;  }
		.one-book-list .list .text-wrap .text  .img-text-wrap .writer-img img { width:100px;  }
	.one-book-list .list .text-wrap .text  .img-text-wrap .text2-wrap {margin-left:115px;  color:#333;  }




/*올해의 책 선정과정*/
.float-chart {padding-bottom:5px; }
.float-chart:after{ clear:both; display:table; content:'';  }
.float-chart .chart   { position:relative;   }
.float-chart  dl dt { width:100%; background:#555; color:#fff; font-size:16px; font-weight:bold; text-align:center; height:60px; display:table-cell; width:1000px; vertical-align:middle;  }
.float-chart  dl dd { background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  border:1px solid #e9e9e9; border-top:0px; padding:20px;  }
.float-chart  dl dd p { font-size:16px;  padding-left:10px; background:url(../images/sub/bit04.png) no-repeat left 9px;  margin-bottom:10px; color:#7c510e;  position:relative; }
.float-chart  dl dd p:before { content:'·'; display:inline-block; color:#7c510e; position:absolute; top:0px; lefT:0px;  }
.float-chart3 {  }
.float-chart3 .chart { width:100%; padding-top:50px;  }
.float-chart3 .chart:first-child {padding-top:0px; }
.float-chart3 .chart:before { content:'↓'; display:inline-block; width:50px; height:26px;  position:absolute;  left:50%;  margin-left:-5px;  top:0px; margin-top:15px; }
.float-chart3 .chart:first-child:before { background:none ; margin:0px; content:'';}
.float-chart3.short .chart dd {  text-align:center;   }
.float-chart3.short .chart dd p  {background:none; padding-left:0px; margin-bottom:0px;    }
.float-chart3.short .chart dd p:before  {content:'';     }


/*독서대전 소개*/
.float-chart5 {   padding-bottom:0px;  }
.float-chart5 .chart { width:100%; padding-top:30px; }
.float-chart5 .chart:first-child {padding-top:0px; }
.float-chart5 .chart dl dt  { height:100px;   }
.float-chart5 .chart dl dt strong {font-weight:100; display:block; font-size:26px;   }
.float-chart5 .chart dl dt strong:after { width:40px; height:1px; display:block; text-align:center; border-bottom:1px solid #818181;  content:''; padding-top:7px;  margin:0 auto 7px; }



/*릴레이참가신청 카운트*/
.application-top { position:relative;  }
.application-top .count-box { line-height:1.2; font-family: "NanumSquareRound";width:100%;   text-align:center; padding:30px 80px 20px; border-radius:20px; background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  }
.application-top .count-box .title { font-size:20px; color:#666; }
.application-top .count-box .title  strong{ font-size:26px;font-weight:bold; }
.application-top .count-box .count  { margin-top:15px; font-size:65px; font-weight:bold; color:#000;  line-height:1; }

/*독서마라톤 참가방법 절차*/
.rel-step {  background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  padding:50px;  border:1px solid #e9e9e9; }
.rel-step:after {clear:both; display:table; content:''; }
.rel-step li  {position:relative; width:100%; text-align:center; margin-bottom:20px; }
.rel-step li:after { content:'↓'; display:block; margin:15px auto 0;  font-size:30px;  }
.rel-step li.list03:after { content:''; margin:0px;  }
.rel-step li.list03  { margin-bottom:0px; }
.rel-step li  img { display:block; margin:0 auto 20px;   }
.rel-step li  span {display:inline-block; padding:3px 10px; color:#fff; font-weight:bold; background:#555; border-radius:20px; }


/*마이페이지 링크*/
.my-page  { background:#f5f5f5;padding:50px 80px;  width:100%; margin:0 auto;  }
.my-page .link  {  padding: 30px 0 ;  }
.my-page .link  a { display:inline-block; background:#fff; height:200px; display:table-cell; vertical-align:middle; width:1000px;  border:1px solid #ccc; text-align:center; font-size:18px; font-weight:bold; color:#000;  }
.my-page .link  a img {display:block; margin:0 auto 10px;  width:100px; }




/*마이페이지 마라톤현황*/
.my-marathon .top-box { font-family: "NanumSquareRound";  background:url(../images/sub/bg_pat.png) repeat left top #f6f6f6;  padding:20px;  border:1px solid #e9e9e9; }
.my-marathon .top-box .left { text-align:center;position:relative;  margin-bottom:20px; }
.my-marathon .top-box .left .text { display:inline-block; font-size:18px; color:#666;   line-height:1.2; margin-right:20px;  }
.my-marathon .top-box .left .text strong { font-size:20px; font-weight:bold; color:#666;   }
.my-marathon .top-box .left .count {  display:inline-block;  font-size:50px; color:#000; font-weight:bold; line-height:1; }
.my-marathon .top-box .right { text-align:center; }
.my-marathon .top-box p { font-size:18px; color:#666;  font-weight:bold; }
.my-marathon .top-box p strong { font-weight:normal;  color:#000;  }

.my-marathon .my-marathon-state { width:100%; background:url(../images/mypage/bg_illu.png) no-repeat left top ; }
.my-marathon .my-marathon-state .road-wrap { position:relative; padding:0 15px; padding-bottom:45px;   }
.my-marathon .my-marathon-state .road { height:140px;  position:relative; padding-top:120px; background:url(../images/mypage/pattern_bar_g.png) repeat-x left bottom ; }
.my-marathon .my-marathon-state .road p { line-height:1.2;  }
.my-marathon .my-marathon-state .road .my { text-align:right;  z-index:10; position:absolute; bottom:0px; left:0px;width:0%; background:url(../images/mypage/pattern_bar.jpg) repeat-x left bottom ;  }
.my-marathon .my-marathon-state .road .my span{  color:#000;   display:block; margin:0 auto 10px;   }
.my-marathon .my-marathon-state .road .my img { width:50px; max-width: initial  !important;  }
.my-marathon .my-marathon-state .road .my span , .my-marathon .my-marathon-state .road .my img { margin-right:-30px;  }
.my-marathon .my-marathon-state .road .team {position:absolute; z-index:10;  bottom:20px; left:50%;  margin-left:-27px; text-align:center;   }
.my-marathon .my-marathon-state .road .team img {width:25px;  }
.my-marathon .my-marathon-state .road .team span{  color:#6662020-05-04;   display:block; margin:0 auto 10px; }
.my-marathon .my-marathon-state .section-list  span { position:absolute; bottom:15px;  z-index:5; }
.my-marathon .my-marathon-state .section-list  span.s { left:0px;   }
.my-marathon .my-marathon-state .section-list  span.m { left:50%; margin-left:-24px;   }
.my-marathon .my-marathon-state .section-list  span.f { right:0px;   background:#fff; }
.my-marathon .my-marathon-state .section-list  span.f img { display:block; margin:0 auto 10px;  }
.my-marathon .my-marathon-state .left {  text-align:center; }
.my-marathon .my-marathon-state .left span {display:inline-block; margin-bottom:10px; }
.my-marathon .my-marathon-state .right { text-align:center;  }



/*콘텐츠 준비중*/
.content-ready-wrap { width:100%;  padding-top:60px;  padding-bottom:60px;  border-radius:40px; background:url(../images/sub/ready_pat.png) repeat left top #f6f6f6; }
.content-ready-wrap .img { margin-bottom:30px;  }
.content-ready-wrap .title {  font-size:18px; color:#000;  margin-bottom:10px; }
.content-ready-wrap .title strong {  color:#d98809 }
.content-ready-wrap .text { color:#000;  }



/*게시판 버튼*/
	 .btn-group.btn-board .btn {  border:1px solid #dadada; color:#222;  float:none;  display:inline-block;height:40px; line-height:40px; padding-top:0px; padding-bottom:0px;font-size: 14px;  text-align:center; min-width:100px;background:#fff;  font-weight: normal;   margin-bottom:0.4rem;}
	 .btn-group.btn-board .btn.btn-style1 {  border:1px solid #5f5f5f; background: #5f5f5f; color:#fff; border-radius: 5px;  }
	 .btn-group.btn-board .btn.btn-style2 {  border:1px solid #888; background: #fff; color:#000; border-radius: 5px;  }
	 .btn-group.btn-board .btn.btn-style3 {  border:1px solid #ddd; background: #f4f4f4; color:#000; border-radius: 5px;}




/*faq게시판*/
.faq-wrap  { border-top:1px solid #828282  }
.faq-wrap dl {}
.faq-wrap dl.active { background:#fbfbfb;  }
.faq-wrap dl dt { padding:0.5rem;   border-bottom:1px solid #eee;  font-weight:normal;  }
.faq-wrap dl dt a { width:100%; display:block; color:#000;  }
.faq-wrap dl dt a:hover { text-decoration:none;  }
.faq-wrap dl span {  display:inline-block;   vertical-align:top;  }
.faq-wrap dl  .kind { display:none;  }
.faq-wrap dl dt .q {  font-size:0.8rem; width:5%; margin-right:2%; font-weight:bold;  line-height:1;  }
.faq-wrap dl dt .title {    width:80%;  font-size:0.55rem;  }
.faq-wrap dl dt i { float:right;  width:10%; font-size:1rem; color:#999;  }
.faq-wrap dl dd {vertical-align:top;  display:none;  padding:10px; font-size:16px;color:#000;   border-bottom:1px solid #eee;  }
.faq-wrap dl.active dd { display:block; }
.faq-wrap dl dd .a { font-size:0.8rem; width:5%; font-weight:bold;  color:#7a520d;   line-height:1; }
.faq-wrap dl dd .text {width:90%;  font-size:0.5rem;  }
.faq-wrap dl dd .btn-wrap {padding-top:0.3rem; display:block; width:100%;  padding-bottom:0.3rem; text-align:right;   }
.faq-wrap dl dd .btn-wrap:after {  clear:both; display:table; content:'';  }
.faq-wrap dl dd .btn-wrap a { display:inline-block;  padding:5px 10px; color:#fff; background:#7a520d; font-size:0.4rem; margin-left:5px;   }



/*사이트맵*/
.sitemap {}
.sitemap .menu { padding-bottom:30px; margin-bottom:15px;  border-bottom:1px solid #ddd; }
.sitemap .menu h3 { padding:0px; margin:0px;  background:none;  }
.sitemap .menu h3 a { color:#000; font-weight:normal;display:block; text-align:center; background:#e9e9e9; margin-bottom:15px;padding:15px 0 ;  font-size:20px;  }
.sitemap .menu .depth-menu {   }
.sitemap .menu .depth-menu li {  margin-bottom:10px;  }
.sitemap .menu .depth-menu li a { font-size:16px; font-weight:bold; color:#000;   }
.sitemap .menu .depth-menu li ul  { margin-top:8px;  }
.sitemap .menu .depth-menu li ul li  { padding-left:10px;  line-height:1.6; margin-bottom:0px;   }
.sitemap .menu .depth-menu li ul li  a { color:#7c510e; font-size:15px; font-weight:normal;  }



/*공간예약*/
#subCalendar .leftCon   { width:100%;  border-right:0px; border-bottom:1px solid #ccc; margin:0px; padding:30px;  }
#subCalendar .leftCon .cal_date .monthTit  {text-align:center;   }
#subCalendar .leftCon .cal_date .monthTit p { float:none; display:inline-block;  }
#subCalendar .leftCon .cal_date .monthTit .date {    font-size: 25px; }
#subCalendar .leftCon .cal_date dl.select_box { position:relative; width:100%;  margin-top:20px ;  }
#subCalendar .leftCon .cal_date dl.select_box dt {width:100%;   }
#subCalendar .leftCon .cal_date dl.select_box dd {width:calc(100% + 2px) ; }
#subCalendar .leftCon .cal_date ul li { width:auto;  }


#subCalendar .leftCon .table_wrap {width:100%; overflow-x:auto; }
#subCalendar .leftCon .table_wrap table { min-width:700px;  }
#subCalendar .rightCon  {width:100%;}


/*올해의책 투표*/
.vote-wrap { margin:0 -15px 30px; border-bottom:1px solid #ccc;  }
.vote-wrap .lable-wrap { padding-left:15px;     }
.vote-wrap .text-info { font-size:14px; font-weight:bold;  }
.vote-wrap .list { float:left; width:50%; padding:15px;  margin-bottom:15px;   }
.vote-wrap .list a {display:block; }
.vote-wrap .list .img {margin-bottom:30px;   }
.vote-wrap .list .img img {  box-shadow:10px 10px 0px rgba(211,211,211,1);    border:1px solid #ddd; }
.vote-wrap .list .text-wrap { color:#000; }
.vote-wrap .list .text-wrap .title { font-size:16px; font-weight:bold; margin-bottom:10px;  }
.vote-wrap .list .text-wrap strong { margin-right:10px; display:inline-block;   font-weight:bold;}
.vote-wrap .list .text-wrap .author { font-size:14px; }
.vote-wrap .list .text-wrap .publisher{ font-size:14px; }
.vote-wrap .list .text-wrap .date {  display:none ; }
.vote-wrap .list .text-wrap .con { display:none ;}


/*공연안내*/
.vote-view-wrap { display:none; position:fixed; overflow-y:auto; animation-name:fadeInMTop;  animation-fill-mode:both; animation-delay:0s;animation-duration:0.5s;  top:70px; left:15px;  width:calc(100% - 30px);background:#fff;z-index:1000;  padding:20px 15px; }
.vote-view-wrap .vote-view { border-top:2px solid #000; padding-top:20px;  max-height:380px; overflow-y:auto;   }
.vote-view-wrap .vote-view:after { clear:both; display:table; content:''; }
.vote-view-wrap .vote-view .img { float:left; margin-bottom:0px;   margin-top:0px;  padding:0px; background:none; text-align:center;   width:38%;  padding-right:20px; padding-bottom:20px;  } 
.vote-view-wrap .vote-view .img img {box-shadow:10px 10px 0px rgba(211,211,211,1); border:1px solid #ddd; }
.vote-view-wrap .vote-view .text-wrap {  padding-left:10px; color:#000; font-size:14px;}
.vote-view-wrap .vote-view .text-wrap .title {font-size:16px;  font-weight:bold;margin-bottom:15px;  }
.vote-view-wrap .vote-view .text-wrap strong { width:60px;  display:inline-block;  }
.vote-view-wrap .vote-view .text-wrap .author { }
.vote-view-wrap .vote-view .text-wrap .publisher{  }
.vote-view-wrap .vote-view .text-wrap .date { margin-bottom:20px; }
.vote-view-wrap .vote-view .text-wrap .con { }
.vote-view-wrap .vote-view-wrap-close { position:absolute; top:20px; right:15px;  }
.vote-view-wrap .vote-view-wrap-close img { width:20px; }



/*도서관소개*/
.introduce-title {font-size:24px;line-height:1.2; margin-bottom:10px;  }
.introduce-title strong {font-size:30px; font-weight:bold;  color:#d8830e;  }
.history {}
.history .year  { position:relative;  }
.history .year:after  {clear:both; display:table; content:''; }
.history .year h3 { position:absolute; top:-40000px; left:-40000px; height:0px; overflow:hidden;  }
.history .year ul  { }
.history .year ul li  {padding-left:15px; color:#222;  position:relative; margin-bottom:10px;  }
.history .year ul li strong  { font-size:14px; display:block;  }
.history .year ul li:before  {position:absolute; top:7px; left:0px; width:8px; height:8px; border:1px solid #222; border-radius:100%; content:''; display:inline-block; }




}


@media (max-width: 600px) {
.vote-wrap { margin:0 -0px 30px; border-bottom:0px;   }
.vote-wrap .lable-wrap { padding-left:0px;  }
.vote-wrap .list { float:none; width:100%; width:320px; margin:0 auto; padding:15px 0px;  border-bottom:1px solid #ccc;  }  
}



table { border-collapse:collapse;  }
table
/*게시판 관련*/
table.table-list {
    border-top: 1px solid #000;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
table.table-list thead th {
    background-color: #fafafa;
    border-bottom: 0 none;
    padding: 19px 8px;
    font-size: 18px;
}
table.table-list tbody td {font-size: 16px;padding: 18px 8px;color: #333;}
table.table-list tbody td.title a {color: #333;font-size: 16px;font-weight: 500;white-space: normal;text-overflow: ellipsis;overflow: hidden;}
table.table-list tbody td.date {font-size: 17px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color: #333; border-color: #333;}




table.table-board.table-view tbody td .view_tit {font-size: 24px;}
table.table-board.table-view tbody td.view-date-cnt {
    padding: 17px 8px;
}
table.table-board.table-view tbody td.view-date-cnt {font-size: 16px;color: #666;/* line-height: 0.9; */}
table.table-board.table-view tbody td.view-date-cnt span:after {content: "|";padding: 0 18px;color: #888;}
table.table-board.table-view tbody td.view-date-cnt b {font-weight: bold;margin-left: 12px;}


.mw-m {
  min-width: 100%;
  overflow-x: hidden;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color: #0baca7; border-color: #0baca7; font-weight: bold;}
.pagination>li>a, .pagination>li>span {margin-left: 40px; border: 0 none; color: #333; font-size: 18px; width: 40px; height: 40px; border-radius: 50% !important; padding-top: 8px;}


@media (max-width: 991px) {
    .defaultBoard {
        /* margin: 0 15px; */
    }
table.table-list thead th {
    font-size: 0.55rem;
    padding: 15px 5px;
}
table.table-list tbody td {
    font-size: 0.5rem;
}
table.table-list tbody td.title {}
table.table-list tbody td.title a {font-size: 0.55rem;}
table.table-list tbody td.date {font-size: 0.55rem;}
table.table-board.table-view {margin: 0 0px 20px; width: auto;}

table.table-board.table-view tbody td .view_tit {font-size: 0.7rem;}
    .bottomFormBox .alert-default select {/* width: 25%; *//* font-size: 14px !important; *//* height: 45px !important; *//* line-height: 45px; *//* padding-top: 0 !important; *//* padding-bottom: 0; */}
    .bottomFormBox .alert button {}

    .form-inline .form-control.search {width: 65%;margin-bottom: 20px;font-size: 14px !important;height: 45px !important;line-height: 45px;padding-top: 0 !important;padding-bottom: 0;}

}




.bottomFormBox .alert-default {clear: both;height: 40px;padding: 0;background-color: #fff;border: none;margin-bottom: 30px;}
.bottomFormBox .alert-default .bottomButton {float: left;}
.bottomFormBox .alert-default .bottomButton .btn-default {background: #eee !important; color: #888 !important; padding: 3px 5px 5px; border: 1px solid #ccc; width: 30px; height: 30px; float: left; margin-right: 2px; font-weight: bold; text-align: center;}
.bottomFormBox .alert-default .bottomButton .num {float: left; margin: 0 3px;}
.bottomFormBox .alert-default .bottomButton .num p a  {background: #fff !important; color: #555 !important;}
.bottomFormBox .alert-default .bottomButton .num p a:hover {background: #d6f0ff !important;}
.bottomFormBox .alert-default .bottomButton .num .hover {background: #d6f0ff !important;}
.bottomFormBox .alert-default .rightForm {float: right;}

.bottomFormBox .alert-default .rightForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    width: 220px;
    height: 50px;
}

.bottomFormBox .alert-default .rightForm .select_none {
    display: inline-block;
    position: relative;
    float: left;
}

.bottomFormBox .alert-default .rightForm select {
	float:left;
	box-shadow: inset 0 0px 0px;
	/* margin-left: 10px; */
	background: #fff;
	color: #111;
	/* font-size: 18px; */
	width: 125px;
	height: 40px;
	padding-left: 15px;
	border-radius: 30px 0 0 30px;
	vertical-align: top;
	border: 1px solid #ccc;
}

.bottomFormBox .alert-default .rightForm select::-ms-expand {
    display: none;
}

.bottomFormBox .alert-default .rightForm option {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.bottomFormBox .alert-default .rightForm .select_none:after {
   content: '\e806';
    font-family: fontello;
    font-style: normal;
    color: #000;
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 12px;
    z-index: 1;
    width: 10%;
    height: 50px;
    pointer-events: none;
    display: inline-block;
}



.bottomFormBox .alert-default .rightForm input {float:left;width: 240px;height: 40px;padding: 0 0 0 10px;background:#fff;border:0 none;box-shadow: inset 0 0px 0px;color: #444;border: 1px solid #ccc;border-left: none;border-right: none;}
.bottomFormBox .alert-default .rightForm button {float:left;padding: 5px 15px;text-align: center;height: 40px;background-color: #fff;border: 1px solid #ccc;border-left: none;border-radius: 0 30px 30px 0;}
.bottomFormBox .alert-default .rightForm button img {max-width: 90%;}



table.table-form {table-layout: fixed;}
table.table-form th {background-color: #eee; font-weight: normal; text-align: center; width: 15%;}
table.table-form td {width: 35%;}


td.article-contents {
	word-wrap: break-word;
	white-space: normal;
}



.mw-m {
  min-width: 690px;
}


@media (max-width: 991px) {
	.mw-m {min-width: 100%;overflow-x: hidden;}
  .thumbnail {width: 100%;}
  table.table-board.table-view {margin: 0 3% 20px 3%;width: 94%;}

  .bottomFormBox .alert-default .rightForm {
    float: left;
    width: 100%;
}
    .bottomFormBox .alert-default .rightForm .select_none {width: 25%;}
  .bottomFormBox .alert-default .rightForm select {
    width: 100%;
    height: 40px;
    /* line-height: 40px; */
}
  .bottomFormBox .alert-default .rightForm input {
    width: 65%;
}
  .bottomFormBox .alert-default .rightForm button {
    width: 10%;
    height: 40px !important;
    line-height: 20px;
    padding: 2px 5px;
}
.bottomFormBox .alert-default .rightForm button img {
    max-width: 60%;
}
}

.table .label {font-size: 12px; border-radius: 2px; padding: 2px 4px 3px;}