@charset "utf-8";
@import url("default.css");
@import url("common.css");
@import url("button.css");
@import url("layout.css");


#container.main {position: relative; width: 100%;}
.sectionGroup {position: relative; max-width: 1200px; margin: 0 auto;}
.sectionGroup::after {content: ""; display: block; clear: both;}

.more {position: absolute; right: 0; top: 0; }
.more a {display: block; width: 16px; height: 16px; background: url("/include/gdbookcafe/image/main/ico_more.png") no-repeat 50% 50%;}
.more a.typeB {background-image: url("/include/gdbookcafe/image/main/ico_moreB.png");}
.sectionGroup select {border-radius:7px; border:1px solid #e4e7ef; font-size:0.944em;}

.mtitle {font-size: 1.667em; line-height: 1.1; color: #222;}
.mtitle span {padding-left: 19px; font-size: 0.600em; font-weight: 100; color: #777;}

/* 통합검색 */
.mainSearchWrap {display:flex; overflow: hidden; width:100%; position: absolute; top:-75px; z-index:150; padding: 25px 30px 25px 40px; text-align: center; border-radius: 10px; background: #5d3a1e;}
.mainSearchForm {position: relative; width:73%;}
.mainSearchKeywordWrap {position: relative; padding-right: 175px; font-size: 1.111em;}
.mainSearchKeywordWrap .mainSearchKeyword {position: relative; padding-left:70px;}
.mainSearchKeywordWrap .mainSearchKeyword:before {display:block; content:''; width:45px; height:37px; background: url("/include/gdbookcafe/image/main/ico_search_main.png") 50% 50% no-repeat; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.mainSearchKeywordWrap .mainSearchKeyword .mainSearchInput {position: relative; padding: 2px 2px 2px 2px; background:transparent; border-bottom:1px solid #ddd;}
.mainSearchKeywordWrap .mainSearchKeyword .mainSearchInput input {display: block; width: 100%; height: 45px; padding: 0 20px 10px 0; border: none; background:transparent; color:#fff;}
.mainSearchKeywordWrap .mainSearchKeyword .mainSearchInput input::placeholder {color:#fff;}
.mainSearchKeywordWrap .mainSearchKeyword .mainSearchInput input:focus {outline:none;}
.mainSearchKeywordWrap .mainSearchKeyword .btnSearch {position: absolute; top: -10px; right: 0; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; color: #fff; border-radius: 5px;}
.mainSearchKeywordWrap .mainSearchKeyword .btnSearch::before {content: ""; width: 21px; height: 21px; margin-right: 9px; background: url("/include/gdbookcafe/image/main/ico_searchW.png") no-repeat 0 0;}
.mainSearchKeywordWrap .btnDetail {position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; width:140px; height:50px; color: #fff; background-color: #382312; border-radius: 5px;}

/* 인기검색어 */
.mainBestKeyword {width:27%; padding-left:45px; height:50px; display:flex; align-items:center;}
.mainBestKeyword .mainBestTit {display: flex; align-items: center; width: 140px; padding-left: 13px; position: relative;}
.mainBestKeyword .mainBestTit span {padding-bottom: 2px; line-height: 24px; color: #fff;}
.mainBestKeyword .mainBestTit::before {content: ""; width: 17px; height: 16px; margin-right: 8px; background: url("/include/gdbookcafe/image/main/ico_star.png") no-repeat 0 0;}
.mainBestKeyword .mainBestTit::after {content: ""; position: absolute; right: 0; top: 50%; margin-top: -8px; width: 2px; height: 17px; background-color: rgba(255,255,255,.3);}
.mainBestKeyword .keywordList {position:relative; width: 100%; height: inherit; overflow: hidden; text-align:left;}
.mainBestKeyword .keywordList div {display:flex; align-items:center;}
.mainBestKeyword .keywordList div a {position:relative; display: block; width:calc(100% - 30px); line-height: 50px; height:50px; color: #fff; font-weight: 100; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mainBestKeyword .keywordList .swiper-wrapper div a.rank {padding-left:50px;}
.mainBestKeyword .keywordList .swiper-wrapper div a.rank > span {display:flex; justify-content:center; align-items:center; width:40px; height:40px; color:#fff; background:#fd8204; border-radius:50%; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.mainBestKeyword .keywordList .swiper-wrapper div a.rank.top > span {background-color:#ffbb00;}
.mainBestKeyword .keywordList .swiper-btn-wrap {width:15px; height:30px; display:block; position:absolute; right:0; top:50%; z-index:10;}
.mainBestKeyword .keywordList .swiper-button-prev {background-image: url("/include/gdbookcafe/image/main/keyword_up.png") !important; width:15px; height:9px; background-size:15px 9px; left:0; top:5px;}
.mainBestKeyword .keywordList .swiper-button-next {background-image: url("/include/gdbookcafe/image/main/keyword_down.png") !important; width:15px; height:9px; background-size:15px 9px; right:0; top:25px;}

/* 팝업존/게시판/이용시간안내 */
.mainGroup {display: flex; flex-wrap: wrap; justify-content: space-between;}
.mainGroup > div {position: relative; border-radius: 10px;}
.mainGroup.non > div {box-shadow: none; overflow: visible; border-radius: 0;}

/* 팝업존 */
.popupZone {overflow: hidden; position: relative; border-radius:10px;}
.popupZone .controlGroup {position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: flex-end; width: 170px; height: 50px; color: #fff; background-color: rgba(0,0,0,.7); z-index: 101; border-top-left-radius: 10px;}
.popupZone .controlGroup .nowpage {padding-bottom: 2px; color: #fff; font-size: 1.111em; font-weight:400;}
.popupZone .controlGroup .nowpage strong {font-weight: 600;}
.popupZone .controlGroup .arrowWrap {display: flex; justify-content: flex-end; position: relative; width: 70px; height:30px; margin-left:10px; margin-right:20px;}
.popupZone .controlGroup .arrowWrap a {display: block; position: relative; overflow: hidden; width: 25px; height: 25px; background: url("/include/gdbookcafe/image/main/btn_popupZone.png") 0 0 no-repeat;}
.popupZone .controlGroup .arrowWrap .btnSlidePause {position:absolute; left:20px; background-position-x: -90px;}
.popupZone .controlGroup .arrowWrap .btnSlidePlay {position:absolute; left:20px; background-position-x: -60px;}
.popupZone .controlGroup .arrowWrap .arrow {position: absolute; top: 0;}
.popupZone .controlGroup .arrowWrap .btnSlidePrev {left: 0; background-position-x: 0;}
.popupZone .controlGroup .arrowWrap .btnSlideNext {right: 0; background-position-x: -35px;}
.popupZone .popupList {overflow: hidden;}
.popupZone .popupList.thumb {position: relative;}
.popupZone .popupList.thumb > li {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.popupZone .popupList.thumb > li + li {left: -100%;}
.popupZone .popupList.thumb a, .popupZone .popupList.thumb span, .popupZone .popupList.thumb .slideImg {display: block; width: 100%; height: 100%;}
.popupZone .textPopup {overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 1.4; letter-spacing: -1px;}
.popupZone .textPopup .title {line-height: 1.2; font-size: 1.556em; font-weight: 500; color: #333; letter-spacing: -1.5px; text-align: center;}
.popupZone .textPopup .summary {line-height: 1.4; font-size: 1.056em; color: #737373;}
.popupZone .textPopup .desc {line-height: 1.4;}

/* popup template */
.popupZone img[src$="bg_pzTemp01.jpg"] ~ .textPopup {padding: 16.83962264150943% 0 0;}
.popupZone img[src$="bg_pzTemp01.jpg"] ~ .textPopup .title {margin: 0 30.07547169811321% 0 33.9622641509434%;}
.popupZone img[src$="bg_pzTemp01.jpg"] ~ .textPopup .summary {margin: 2% 22.58490566037736% 1.5% 23.98490566037736%;}
.popupZone img[src$="bg_pzTemp01.jpg"] ~ .textPopup .desc {font-weight: 500; color: #237dd8; text-align: center;}

.popupZone img[src$="bg_pzTemp02.jpg"] ~ .textPopup {padding: 11.32075471698113% 0 0;}
.popupZone img[src$="bg_pzTemp02.jpg"] ~ .textPopup .title {color: #fcc04a;}
.popupZone img[src$="bg_pzTemp02.jpg"] ~ .textPopup .summary {margin: 1.5% 24.52830188679245% 0 7.547169811320755%; color: #fff;}
.popupZone img[src$="bg_pzTemp02.jpg"] ~ .textPopup .desc {position: absolute; top: 74.72826086956522%; right: 4.716981132075472; left: 4.716981132075472%; color: #4b4540;}

.popupZone img[src$="bg_pzTemp03.jpg"] ~ .textPopup {padding: 13.26415094339623% 11.32075471698113% 0;}
.popupZone img[src$="bg_pzTemp03.jpg"] ~ .textPopup .title {color: #d13507;}
.popupZone img[src$="bg_pzTemp03.jpg"] ~ .textPopup .summary {margin: 2.5% 2%; color: #000;}
.popupZone img[src$="bg_pzTemp03.jpg"] ~ .textPopup .desc {padding: 10px 15px; border-radius: 10px; background-color :rgba(255,255,255,.7); color: #74630d;}

.popupZone img[src$="bg_pzTemp04.jpg"] ~ .textPopup {padding: 10.773584905660377% 0 0;}
.popupZone img[src$="bg_pzTemp04.jpg"] ~ .textPopup .title {margin: 0 18.86792452830189%; color:#8ac4f6;}
.popupZone img[src$="bg_pzTemp04.jpg"] ~ .textPopup .summary {margin: 2.830188679245283% 8.490566037735849%; color: #fff;}
.popupZone img[src$="bg_pzTemp04.jpg"] ~ .textPopup .desc {margin: 0 6.60377358490566%; padding: 10px 15px; border-radius: 10px; background-color: #fff; color: #666;}

.popupZone img[src$="bg_pzTemp05.jpg"] ~ .textPopup {padding: 10.773584905660377% 6.60377358490566% 0;}
.popupZone img[src$="bg_pzTemp05.jpg"] ~ .textPopup .title {color: #004c5e;}
.popupZone img[src$="bg_pzTemp05.jpg"] ~ .textPopup .summary {margin: 3% 0; color: #515151;}
.popupZone img[src$="bg_pzTemp05.jpg"] ~ .textPopup .desc {padding: 10px 15px; border-radius: 10px; background-color: #fff; color: #666;}

.popupZone img[src$="bg_pzTemp06.jpg"] ~ .textPopup {padding: 8.773584905660377% 13.20754716981132% 0;}
.popupZone img[src$="bg_pzTemp06.jpg"] ~ .textPopup .title {color: #07bd41;}
.popupZone img[src$="bg_pzTemp06.jpg"] ~ .textPopup .summary {margin: 3.5% 0 3%; color: #000;}
.popupZone img[src$="bg_pzTemp06.jpg"] ~ .textPopup .desc {text-align: left; color: #666;}

.popupZone img[src$="bg_pzTemp07.jpg"] ~ .textPopup {padding: 10.582978723404255% 8.846808510638298% 0;}
.popupZone img[src$="bg_pzTemp07.jpg"] ~ .textPopup .title {position: relative; padding-bottom: 17px; color: #dc2f50;}
.popupZone img[src$="bg_pzTemp07.jpg"] ~ .textPopup .title::before {content: ""; position: absolute; bottom: 2px; left: 0; width: 100%; height: 2px; background-color: #fff;}
.popupZone img[src$="bg_pzTemp07.jpg"] ~ .textPopup .title::after {content: ""; position: absolute; bottom: -4px; left: 50%; width: 16px; height: 15px; margin-left: -8px; background: url(/include/gdbookcafe/image/popupzone/bg_pzTemp07_title.png) 50% 100% no-repeat;}
.popupZone img[src$="bg_pzTemp07.jpg"] ~ .textPopup .summary {margin: 2.5% 0; color: #333;}
.popupZone img[src$="bg_pzTemp07.jpg"] ~ .textPopup .desc {padding: 10px 15px; border-radius: 10px; background-color: rgba(255,255,255,.7); color: #666;}

.popupZone img[src$="bg_pzTemp08.jpg"] ~ .textPopup {padding: 9.547169811320755% 9.547169811320755% 0 7.547169811320755%;}
.popupZone img[src$="bg_pzTemp08.jpg"] ~ .textPopup .title {text-align: left; color: #fdfb39;}
.popupZone img[src$="bg_pzTemp08.jpg"] ~ .textPopup .summary {min-height: 30%; margin: 3.5% 0 0; color: #fff;}
.popupZone img[src$="bg_pzTemp08.jpg"] ~ .textPopup .desc {position: absolute; top: 71.01764705882353%; right: 6.382978723404255%; left: 6.382978723404255%; color: #494848;}

.popupZone img[src$="bg_pzTemp09.jpg"] ~ .textPopup {padding: 9.60377358490566% 0 0;}
.popupZone img[src$="bg_pzTemp09.jpg"] ~ .textPopup .title {margin: 0 15.0811320754717% 0 6.60377358490566%; color: #812300; text-align: left;}
.popupZone img[src$="bg_pzTemp09.jpg"] ~ .textPopup .summary {margin: 2.5% 6.60377358490566%; color: #333;}
.popupZone img[src$="bg_pzTemp09.jpg"] ~ .textPopup .desc {margin: 0 4.716981132075472%; padding: 10px 15px; border-radius: 10px; background-color: rgba(255,255,255,.7); color: #666;}

.popupZone img[src$="bg_pzTemp10.jpg"] ~ .textPopup {padding: 9.716981132075472% 7.547169811320755% 0;}
.popupZone img[src$="bg_pzTemp10.jpg"] ~ .textPopup .title {text-align: left;  color: #4a5169;}
.popupZone img[src$="bg_pzTemp10.jpg"] ~ .textPopup .summary {margin: 3% 0; color: #3155a5;}
.popupZone img[src$="bg_pzTemp10.jpg"] ~ .textPopup .desc {position: absolute; top: 58.42391304347826%; right: 22.64150943396226%; left: 7.547169811320755%; color: #fff;}

/* 게시판 */
.boardWrap {display:flex;}
.boardZone {position: relative; height: 100%; background-color: #fff; border-radius:10px 0 0 10px;}
.boardZone .tit {position:relative; padding-bottom:15px; border-bottom:1px solid #ddd;}
.boardZone .tit .htitle {font-weight:600;}
.boardZone .more {top:5px;}
.boardZone .more a {width: 15px; height: 15px;}
.boardZone .boardListWrap {padding: 30px 35px;}
.boardZone .boardListWrap .boardList {margin-top:20px;}
.boardZone .boardListWrap .boardList li {position: relative;}
.boardZone .boardListWrap .boardList li + li {margin-top: 9px;}
.boardZone .boardListWrap .boardList li p {position: relative; display: flex; align-items: center; justify-content: space-between;}
.boardZone .boardListWrap .boardList li p span {font-size: 0.944em; color: #777; font-weight: 400;}
.boardZone .boardListWrap .boardList li p span.type {width:auto; display:inline-block; margin-right:10px; color:#fd8204; font-weight:500; font-size:1em;}
.boardZone .boardListWrap .boardList li.top p span.type {width:auto;}
.boardZone .boardListWrap .boardList li p a {padding-left:15px; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-right:10px;}
.boardZone .boardListWrap .boardList li p a:before {content: ""; position: absolute; left: 0; top: 13px; width: 3px; height: 3px; background-color: #b8a89e;}
.boardZone .boardListWrap .boardList li.top {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.boardZone .boardListWrap .boardList li.top .dateBox {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:5px; border:4px solid #f1ece9; border-radius:5px; text-align:center; width:80px; height:75px;}
.boardZone .boardListWrap .boardList li.top .dateBox .year {font-size:0.889em;}
.boardZone .boardListWrap .boardList li.top .dateBox .date {font-size:1.111em;}
.boardZone .boardListWrap .boardList li.top p {flex-direction: column; align-items: flex-start; width: calc(100% - 108px);}
.boardZone .boardListWrap .boardList li.top p a {display: block; padding-left:0; padding-right:0; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: normal; color: #333; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.boardZone .boardListWrap .boardList li.top p a:before {display:none;}
.boardZone .boardListWrap .boardList li {display:none;}
.boardZone .boardListWrap .boardList li:nth-child(2),
.boardZone .boardListWrap .boardList li:nth-child(3),
.boardZone .boardListWrap .boardList li:nth-child(4),
.boardZone .boardListWrap .boardList li:nth-child(5),
.boardZone .boardListWrap .boardList li:nth-child(6) {display:block;}
.boardZone .boardListWrap .boardList.data li + li {margin-top: 9px;}
.boardWrap .boardSubBtn ul li {text-align:center; width:160px; height:100px; background:#1d8f73;}
.boardWrap .boardSubBtn ul li:nth-child(1) {background-color:#1d8f73; border-radius:0 10px 0 0;}
.boardWrap .boardSubBtn ul li:nth-child(2) {background-color:#197a62;}
.boardWrap .boardSubBtn ul li:nth-child(3) {background-color:#146450;}
.boardWrap .boardSubBtn ul li:nth-child(4) {background-color:#104f3f; border-radius:0 0 10px 0;}
.boardWrap .boardSubBtn ul li a {position:relative; display:block; height:100%; color:#fff; padding:15px 20px;}
.boardWrap .boardSubBtn ul li a span {position:relative; display:inline-block; line-height:1; padding-top:50px;}
.boardWrap .boardSubBtn ul li a span:before {display:block; content:''; position:absolute; top:0; left:50%; transform:translateX(-50%);}
.boardWrap .boardSubBtn ul li:nth-child(1) a span:before {background:url("/include/gdbookcafe/image/main/board_sub_ico_01.png") no-repeat; width:34px; height:40px;}
.boardWrap .boardSubBtn ul li:nth-child(2) a span:before {background:url("/include/gdbookcafe/image/main/board_sub_ico_02.png") no-repeat; width:42px; height:40px;}
.boardWrap .boardSubBtn ul li:nth-child(3) a span:before {background:url("/include/gdbookcafe/image/main/board_sub_ico_03.png") no-repeat; width:40px; height:40px;}
.boardWrap .boardSubBtn ul li:nth-child(4) a span:before {background:url("/include/gdbookcafe/image/main/board_sub_ico_04.png") no-repeat; width:46px; height:44px;}

/* 이용시간 안내 */
.timeZone {position: relative; height: 100%; padding: 30px 30px 0; color: #fff; background-color: #379dc7;}
.timeZone::after {content: ""; position: absolute; right: 0; bottom: 13px; width: 144px; height: 107px; background: url("/include/gdbookcafe/image/main/ico_time.png") no-repeat 0 0;}
.timeZone h3 {font-size: 1.444em; line-height: 1.1;}
.timeZone > div {overflow: hidden; margin-top: 15px;}
.timeZone > div p {position: relative; margin-bottom: 6px; padding-left: 10px; font-size: 1.111em; line-height: 1.1;}
.timeZone > div p::before {content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; transform: translateY(-50%); background-color: #fff;}
.timeZone > div ul {display: flex; flex-wrap: wrap; margin-left: -20px;}
.timeZone > div ul li {position: relative; margin-left: 10px; padding-left: 10px; font-weight: 100; line-height: 1.4;}
.timeZone > div ul li::before {content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 12px; margin-top: -4px; background-color: rgba(255, 255, 255, .5);}
.timeZone + .more {right: 30px; top: 23px;}
.timeZone + .more a {background-color: #266e8b; border-radius: 100%;}


#section2 {position: relative; padding: 25px 0 50px; background-color: #f7f8fa;}

#section3 {position: relative; padding: 0 0 80px; background-color: #f6f8fa;}

/* 문화행사 */
.cultureZone {position: relative; width: 100%;}
.cultureZone .mtitle {margin-bottom: 30px;}
.cultureZone .cultureList > div + div {margin-top: 7px;}
.cultureZone .cultureList .cultureitem {display: flex; overflow: hidden; height: 88px; border-radius: 10px; background-color: #fff;}
.cultureZone .cultureList .cultureitem .status {position: relative; width: 102px; padding: 16px 0 0 18px; line-height: 1.1; color: #fff;}
.cultureZone .cultureList .cultureitem .status.ing {background-color: #fc424d;}
.cultureZone .cultureList .cultureitem .status.wait {background-color: #0ba0a5;}
.cultureZone .cultureList .cultureitem .status.end {background-color: #898989;}
.cultureZone .cultureList .cultureitem .status span {position: absolute; right: 17px; bottom: 15px; font-size: 1.111em;}
.cultureZone .cultureList .cultureitem .info {display: flex; align-items: center; justify-content: space-between; width: calc(100% - 102px); padding: 0 30px;}
.cultureZone .cultureList .cultureitem .info .tit {width: calc(100% - 95px); font-size: 1.167em; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cultureZone .cultureList .cultureitem .info .target {color: #888; text-align: right;}
.cultureZone .more a.typeB {background-color: #fff; border-radius: 100%;}

/* 도서관달력 */
.calendarZone {position: relative; width: 100%;}
.calendarZone .mtitle {margin-bottom: 30px;}
.calendarZone .calwrap {overflow: hidden; background-color: #fff; border-radius: 10px;}
.calendarZone .more {top:20px;}
.calendarZone .calwrap .calHead {position: relative; display: flex; width: 100%;  text-align: center; margin-bottom:20px; margin-top:5px;}
.calendarZone .calwrap .calHead .dateBox {position:relative; display:flex; align-items:center; font-size:1.444em; line-height: 1.2; margin-right:20px;}
.calendarZone .calwrap .calHead .dateBox p {color:#333;margin:0 10px;}
.calendarZone .calwrap .calHead .dateBox .arrow {display:block; width: 22px; height: 22px; background: #324246 url("/include/gdbookcafe/image/main/calendar_prev.png") no-repeat 50% 50%; border-radius: 100%;}
.calendarZone .calwrap .calHead .dateBox .arrow.next {display:block; background-image: url("/include/gdbookcafe/image/main/calendar_next.png");}
.calendarZone .calwrap .calList {width: 100%; padding:0;}
.calendarZone .calwrap .calList .calendar table {text-align: center;}
.calendarZone .calwrap .calList .calendar table th {height: 55px; font-weight: 400; color: #333; border-bottom: 1px solid #e8e8e8; border-top:1px solid #e8e8e8;}
.calendarZone .calwrap .calList .calendar table td {width: 14.28571428571429%; height: 35px; padding-top: 8px; text-align: center; font-weight: 100; color: #555;}
.calendarZone .calwrap .calList .calendar table td div {height: 35px; line-height: 35px;}
/* .calendarZone .calwrap .calList .calendar td.sun {color: red;}
.calendarZone .calwrap .calList .calendar td.sat {color: blue;} */
.calendarZone .calwrap .calList .calendar a {display: block; width: 35px; height: 35px; margin: 0 auto;}
.calendarZone .calwrap .calList .calendar a.holiday {color: #fff; background: #f0343f; border-radius: 100%;}
.calendarZone .calwrap .calList .calendar a.event {color: #fff; background: #67aae9;}
.calendarZone .calwrap .calList .guide_info {display:flex; justify-content:flex-end; margin-top: 15px; padding-left: 10px; font-size: 0.944em; font-weight: 100; color: #777; letter-spacing: -0.5px;}
.calendarZone .calwrap .calList .guide_info p {display: inline-flex; align-items: center; justify-content: center;}
.calendarZone .calwrap .calList .guide_info p + p {margin-left:15px;}
.calendarZone .calwrap .calList .guide_info p i {width: 19px; height: 19px; margin-right: 5px; border: 2px solid #fff;}
.calendarZone .calwrap .calList .guide_info p i.holiday {background-color: #f0343f; border-radius: 100%;}
.calendarZone .calwrap .calList .guide_info p i.event {background-color: #67aae9;}
.calendarZone .calwrap .calList .guide_info p span {padding-bottom: 1px; font-size: 0.944em; line-height: 1.1;}
.calendarZone .more a.typeB {background-color: #fff; border-radius: 100%;}


#section4 {position: relative; padding: 50px 0 100px; background-color: #fff;}

/* 북리스트 */
.bookZone {position: relative; width:740px;}
.bookZone .tab {display: flex; flex-wrap: wrap; margin-bottom: 35px; padding-right: 42px;}
.bookZone .tab > li + li {margin-left: 10px;}
.bookZone .tab > li a {display: flex; align-items: center; height: 52px; padding: 0 30px; line-height: 1.1; color: #111; background-color: #f6f8fa; border-radius: 10px; word-break: keep-all;}
.bookZone .tab > li.on a {font-size: 1.111em; color: #fff; background-color: #373737;}
.bookZone select {position:absolute; right:35px; top:5px;}
.bookListSwiper {overflow:hidden;}
.bookList {display: flex; margin-left: -24px; position: relative; padding-right:24px;}
.bookList > div {width: calc(33.33% - 21.5px); margin-left: 30px; position: relative;}
.bookList .bookArea .cover {display: block; position: relative; width: 100%; padding-top: 146.5%; background-color: #f8f8f8; box-shadow: 0 10px 20px rgba(206, 214, 227, .7); border-radius:10px;}
.bookList .bookArea .cover:focus {outline: 1px dotted #000;}
.bookList .bookArea .cover img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius:10px;}
.bookList .bookArea .bookInfo {display:none; position: absolute; right: 0; bottom: 0; width: 100%; padding: 15px 30px; background-color: rgba(0,0,0,.6); border-radius: 10px;}
.bookList .bookArea .bookInfo .infoBook span {display:block;}
.bookList .bookArea .bookInfo .infoBook .txt {display:block; width:100%; color: #fff; font-size:1.056em; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.bookList .bookArea .bookInfo .infoBook .writer {margin-top: 5px; color: #fff; font-weight: 100;}
.bookList .bookArea .lib {display:none; position:absolute; left:0; top:0; background-color:rgba(0,0,0,.6); color:#fff; padding:8px 15px; border-radius:10px 0 10px 0;}
.bookList .bookArea:hover .bookInfo,
.bookList .bookArea:hover .lib {display:block;}

.bookList .bookArea.first {position: absolute; left: 0; top: 0; width: 550px; padding: 0;}
.bookList .bookArea.first .cover {width: 218px; height: 324px; padding-top: 0;}
.bookList .bookArea.first .bookInfo {bottom: auto; top: 0; width: calc(100% - 258px); padding: 20px 0; border-radius: 0; box-shadow: none;}
.bookList .bookArea.first .bookInfo .infoBook .txt {font-size: 1.556em; font-weight: 500;}
.bookList .bookArea.first .bookInfo .infoBook .writer {margin-top: 13px; font-size: 1em; color: #555;}
.bookList .bookArea.first .bookInfo .infoPub {margin-top: 60px;}
.bookList .bookArea.first .bookInfo .infoPub span {font-size: 0.944em; color: #555; font-weight: 100;}
.bookList .bookArea.first .bookInfo .infoPub span + span {margin-top: 10px;}
.bookList .bookArea.first .bookLink {position: absolute; left: 258px; bottom: 0;}
.bookList .bookArea.first .bookLink span {display: flex; align-items: center; justify-content: center; width: 129px; height: 52px; padding-bottom: 1px; border: 3px solid #eaeaf8; border-radius: 52px;}
.bookList .bookArea.first .bookInfo .infoPub, .bookList .bookArea.first .bookLink {display: block;}

.bookList .bookArea .bookInfo .infoPub, .bookList .bookArea .bookLink {display: none;}


.bookListWrap .nodata {display: flex; align-items: center; justify-content: center; width: 100%; min-height: 326px; text-align: center;}
.bookListWrap .nodata::before {content: ""; width: 160px; height: 140px; background: url("/include/gdbookcafe/image/board/ico_nodata.png") no-repeat 0 0; margin-right: 20px;}


/* section01 - 슬라이드배너 */
#section1 {position:relative; background-color:#fefaf9; height:500px; border-bottom:1px solid #e5e5e5;}
.MainSliderWrap {overflow:hidden;}
.MainSliderWrap .swiper-wrapper .swiper-slide {position:relative;}
.MainSliderWrap .swiper-wrapper .swiper-slide .imgBox {position: absolute; left: 0;	top:0; width:60.52631578947368%; height:100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
.MainSliderWrap .swiper-wrapper .swiper-slide .imgBox img {width:1150px; height:500px;}
.MainSliderWrap .swiper-wrapper .swiper-slide .textBox {width:1200px; height:500px; margin: 0 auto; text-align:right;}
.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .tit {padding-top:50px;}
.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .tit h1 {font-size:2.778em; font-weight:600; color:#d94925;}
.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .tit h1 span {font-size:0.640em;}
.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .tit p {font-weight:400;}
.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .arrow {padding:20px 0 30px 0;}
.MainSliderWrap .pauseBtn {position: absolute; left: 50%; bottom: 100px; display: flex; align-items:center; justify-content: flex-end; transform: translateX(-50%); width: 100%; max-width: 1200px; z-index: 111;}
.MainSliderWrap .pauseBtn > span {cursor:pointer; width:20px; height:13px; position:relative; top:0; background: url("/include/gdbookcafe/image/main/swiper_start.png") no-repeat;}
.MainSliderWrap .pauseBtn > span.stop {background: url("/include/gdbookcafe/image/main/swiper_pause.png") no-repeat;}
.MainSliderWrap .pauseBtn .swiper-pagination {margin-right:15px;}
.MainSliderWrap .swiper-pagination-bullet {display:inline-block; margin:0 4px; width: 12px; height: 12px; text-align: center; opacity: 1; background:#dadde4; cursor:pointer; border-radius:100%;}
.MainSliderWrap .swiper-pagination-bullet-active {background: #fd8204; border-radius:5px; width:32px; transition:.2s;}
.MainSliderWrap .swiper-button-prev {background-image: url("/include/gdbookcafe/image/main/swiper_prev.png") !important; width:60px; height:60px; background-size:60px !important; left:40px;}
.MainSliderWrap .swiper-button-next {background-image: url("/include/gdbookcafe/image/main/swiper_next.png") !important; width:60px; height:60px; background-size:60px !important; right:40px;}

/* section02 - 검색/팝업존/공지사항 */
#section2 {min-height:500px;}
#section2 .sectionGroup {padding-top:65px;}

/* section03 - 문화행사 */
.cultureWrap .tit {display:flex; align-items:center; margin-bottom:20px;}
.cultureWrap .tit .htitle {margin-bottom:0; margin-right:20px;}
.cultureWrap .tit .more {top:17px;}
.mainCulture {overflow:hidden; border-radius:10px;}
.mainCulture .cultureSwiper {padding:35px 0 25px 40px; background:#fff;}
.mainCulture .cultureBox {background:#fff; padding-right:40px;}
.mainCulture .cultureBox .typeBox.ing p {color:#fc424d;}
.mainCulture .cultureBox .typeBox.wait p {color:#00aacc;}
.mainCulture .cultureBox .typeBox.deadline p {color:#555;}
.mainCulture .cultureBox .typeBox.end p {color:#999;}
.mainCulture .cultureBox .title {padding:10px 0 30px 0;}
.mainCulture .cultureBox .title a {display:block; font-size:1.056em; color:#333; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mainCulture .cultureBox .title a span {border-bottom:1px solid #333;}
.mainCulture .cultureBox .infoBox ul li {font-weight:400; font-size:0.944em;}
.mainCulture .cultureBox .libBox {padding-top:15px; margin-top:25px; border-top:1px solid #ddd;}
.mainCulture .cultureBox .libBox p {position:relative;}
.mainCulture .cultureBox .libBox p a {display:block; width:22px; height:22px; background: url("/include/gdbookcafe/image/main/ico_culture_link.png") 50% 50% no-repeat; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.mainCulture .pauseBtn {position: absolute; right:40px; top: 10px; display: flex; align-items:center; justify-content: flex-end; max-width: 1200px; z-index: 111;}
.mainCulture .pauseBtn > span {cursor:pointer; width:20px; position:relative; top:-1px;}
.mainCulture .pauseBtn .swiper-pagination {margin-right:15px;}
.mainCulture .pauseBtn .more {position:static; margin-left:25px; margin-top:1px;}
.mainCulture .swiper-pagination-bullet {display:inline-block; margin:0 4px; width: 12px; height: 12px; text-align: center; opacity: 1; background:#dadde4; cursor:pointer; border-radius:100%;}
.mainCulture .swiper-pagination-bullet-active {background: #fd8204; border-radius:5px; width:32px; transition:.2s;}

/* section04 - 추천도서/달력 */
#section4 .sectionGroup .tit {display:flex; align-items:center; margin-top:10px; margin-bottom:10px;}
#section4 .sectionGroup .tit p {font-weight:400; font-size:0.944em; margin-left:20px;}
#section4 .sectionGroup .tit .htitle + p {margin-bottom:14px;}
#section4 .sectionGroup .tit .more {top:20px;}
.bookListWrap .more {top: 5px;}
.bookListWrap .more a {width:15px; height:15px;}


@media screen and (max-width: 1024px){
	#section1 {padding: 0; background-size: cover; height:auto;}
	.MainSliderWrap .swiper-wrapper .swiper-slide .imgBox {width:100%; z-index:-1;}
	.MainSliderWrap .swiper-wrapper .swiper-slide .imgBox:before {display:block; content:''; background: url("/include/gdbookcafe/image/main/slider_shadow.png") no-repeat; width:100%; height:100%; position:absolute; right:0; top:0; background-size:cover; opacity:.7;}
	.MainSliderWrap .swiper-wrapper .swiper-slide .textBox {width:auto; z-index:10; padding:30px 30px 120px 30px; color:#fff; height:100%;}
	.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .tit {padding-top:0;}
	.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .tit h1 {color:#fff;}
	.MainSliderWrap .swiper-wrapper .swiper-slide .textBox .arrow {padding:10px 0 15px 0;}
	.MainSliderWrap .pauseBtn {padding-right:30px; bottom:80px;}
	.MainSliderWrap .pauseBtn > span {background: url("/include/gdbookcafe/image/main/swiper_start_m.png") no-repeat;}
	.MainSliderWrap .pauseBtn > span.stop {background: url("/include/gdbookcafe/image/main/swiper_pause_m.png") no-repeat;}
	.MainSliderWrap .swiper-button-prev,
	.MainSliderWrap .swiper-button-next {display:none;}
	.mainBestKeyword {display:none;}
	.mainSearchWrap {padding:20px 30px; top:-65px;}
	.mainSearchForm {width:100%;}
	.mainSearchKeywordWrap {padding-right:0;}
	.mainSearchKeywordWrap .mainSearchKeyword .btnSearch {width:auto;}
	.mainSearchKeywordWrap .mainSearchKeyword .btnSearch::before {margin-right:0;}

	#section2 {padding:20px 15px 30px;}
	#section2 .sectionGroup {padding-top:50px;}
	.boardZoneWrap {width:100%;}

	#section3 {padding:0 15px 30px;}
	.cultureWrap .tit {margin-bottom:10px;}

	#section4 {padding: 30px 15px 40px;}
	.bookZone {width:100%;}
	.calendarZone {margin-top:30px; padding:0 15px;}
	.calendarZone .more {right:20px; top:10px;}
	.calendarZone .calwrap {overflow:visible;}
	.calendarZone .calwrap .calHead select {position:absolute; right:35px; top:-10px;}


	/* 팝업존 */
	.popupZoneWrap {width: 100%; margin-bottom: 20px;}

	/* 게시판 탭 */
	.boardZone .boardListWrap {padding: 33px;}

	/* 이용시간 안내 */
	.timeZoneWrap {width: 285px;}
	.timeZone {padding: 25px 30px;}
	.timeZone + .more {right: 20px; top: 18px;}

	/* 문화행사 */
	.cultureZone {margin-bottom: 40px;}
	.cultureZone .mtitle {margin-bottom: 25px;}

	/* 도서관달력 */
	.calendarZone .mtitle {margin-bottom: 25px;}



	/* 북리스트 */
	.bookList {margin-left: -24px; padding-left: 0;}

	.bookList .bookArea.first {position: relative; width: 100%; margin-bottom: 40px;}
	.bookList .bookArea.first .cover {width: 269px; height: 400px;}
	.bookList .bookArea.first .bookInfo {width: calc(100% - 299px); pointer-events: none; cursor: default;}
	.bookList .bookArea.first .bookLink {left: 299px;}
}

@media screen and (max-width: 768px){

	#popup1 {width:100%;}

	#section1 {padding: 0;}
	.boardWrap {flex-wrap:wrap;}
	.boardWrap .boardSubBtn {width:100%;}
	.boardWrap .boardSubBtn ul {display:flex;}
	.boardWrap .boardSubBtn ul li,
	.boardWrap .boardSubBtn ul li:nth-child(3) {width:33.333%; height:95px;}
	.boardWrap .boardSubBtn ul li:nth-child(1) {border-radius:0 0 0 10px;}
	.boardWrap .boardSubBtn ul li a {padding:0;}
	.boardWrap .boardSubBtn ul li a span {padding-top:65px;}
	.boardWrap .boardSubBtn ul li a span:before {top:15px;}

	/* 게시판 탭 */
	.boardZoneWrap {width: 100%; margin-bottom: 0px;}
	.boardZone .more a {width: 20px; height: 20px;}
	.boardZone .tab {padding-right: 50px;}
	.boardZone .tab > li a {height: 50px;}
	.boardZone .boardListWrap {padding: 25px;}
	.boardZone .boardListWrap .boardList li p a {width: calc(100% - 75px);}
	.boardZone .boardListWrap .boardList li.top {margin-bottom: 24px;}
	.boardZone .boardListWrap .boardList li.top p a {height: 50px; line-height:1.6;}

	/* 이용시간 안내 */
	.timeZoneWrap {width: 100%;}
	.timeZone {padding: 25px;}
	.timeZone + .more {top: 17px;}


	#section3 {padding: 40px 0 40px 15px;}
	.mainCulture {border-radius:10px 0 0 10px;}
	.cultureWrap .more {right:15px;}

	/* 문화행사 */
	.cultureZone {margin-bottom: 30px;}
	.cultureZone .mtitle {margin-bottom: 20px;}

	/* 도서관달력 */
	.calendarZone .mtitle {margin-bottom: 20px;}


	#section4 {padding: 40px 15px 70px;}
	#section4 .sectionGroup .tit {margin-bottom:15px;}
	#section4 .sectionGroup .tit .htitle {margin-bottom:0; margin-right:20px;}
	#section4 .sectionGroup .tit .htitle + p {margin-bottom:0;}
	#section4 .sectionGroup .tit .more {top:15px;}

	/* 북리스트 */
	.bookZone select {position:static;}
	.bookList .bookArea .bookInfo {padding:15px;}
	.bookZone .tab {margin-bottom: 30px;}
	.bookZone .tab > li + li {margin-left: 5px;}
	.bookZone .tab > li a {height: 45px; padding: 0 20px;}

	.calendarZone .calwrap .calHead select {position:static;}
	.calendarZone .calwrap .calList {width:100%;}
}

@media screen and (max-width: 640px){
	.more a {width: 36px; height: 36px;}
	.mainGroup > div {width:100%;}


	#section1 {padding: 0;}

	/* 팝업존 */
	.popupZoneWrap {margin-bottom: 15px;}
	.popupZone .controlGroup {width: 150px; height: 45px;}
	.popupZone .controlGroup .nowpage {padding-bottom: 0;}
	.popupZone .controlGroup .arrowWrap {width: 70px; margin-right:10px;}

	/* 게시판 탭 */
	.boardZoneWrap {margin-bottom:0;}
	.boardZone .more {top:0;}
	.boardZone .tab {padding-right: 45px;}
	.boardZone .tab > li a {height: 45px;}
	.boardZone .boardListWrap {padding: 20px;}
	.boardZone .boardListWrap .boardList li p a {width: calc(100% - 70px);}
	.boardZone .boardListWrap .boardList li p a:before {top:9px;}
	.boardZone .boardListWrap .boardList li.top {margin-bottom: 20px;}
	.boardZone .boardListWrap .boardList li.top p {width: calc(100% - 96px);}
	.boardZone .boardListWrap .boardList li.top p a {height: 46px; width:100%;}
	.boardZone .boardListWrap .boardList li.top::before {width: 76px; height: 76px; background-size: cover;}
	.boardZone .boardListWrap .boardList li.top .dateBox {height:60px;}
	.boardZone .boardListWrap .boardList.data li + li {margin-top: 8px;}

	/* 이용시간 안내 */
	.timeZone {padding: 20px;}
	.timeZone + .more {top: 15px;}


	#section2 {padding: 15px 15px;}


	#section3 {padding: 15px 0 70px 15px;}
	.cultureWrap .tit .more {top:0;}
	.mainCulture .pauseBtn {top:auto; right:16px; bottom:-45px;}
	.mainCulture .cultureSwiper {padding:20px 0 20px 20px;}
	.mainCulture .cultureBox .infoBox ul li {display:flex;}

	/* 문화행사 */
	.cultureZone {margin-bottom: 20px;}
	.cultureZone .mtitle {margin-bottom: 12px;}
	.cultureZone .cultureList .cultureitem {height: 66px;}
	.cultureZone .cultureList .cultureitem .status {width: 80px; padding: 10px;}
	.cultureZone .cultureList .cultureitem .status span {right: 10px; bottom: 11px;}
	.cultureZone .cultureList .cultureitem .info {width: calc(100% - 80px); padding: 0 15px;}
	.cultureZone .cultureList .cultureitem .info .tit {width: calc(100% - 80px);}
	.cultureZone .more {top: -4px;}
	.mainCulture .cultureBox {padding-right:20px;}


	#section4 {padding: 30px 0 60px 15px;}
	#section4 .sectionGroup .tit .more {right:15px;}


	/* 북리스트 */
	.bookZone .tab {justify-content: space-between; margin-bottom: 20px; padding-right: 45px;}
	.bookZone .tab > li {width: calc(50% - 3px);}
	.bookZone .tab > li:nth-child(n+3) {margin-top: 5px;}
	.bookZone .tab > li + li {margin-left: 0;}
	.bookZone .tab > li a {justify-content: center; height: 40px; padding: 0 5px; text-align: center;}
	
	.bookList {margin-left:0; padding-right:0;}
	.bookList > div {margin-left:0;}
	.bookList .bookArea .bookInfo, .bookList .bookArea .lib {display:block;}


	.bookListWrap .more {top: 24px;}

	.bookListWrap .nodata {flex-direction: column;}
	.bookListWrap .nodata::before {width: 130px; height: 110px; background-size: cover; margin-right: 25px; margin-bottom: 20px;}
}

@media screen and (max-width: 480px){
	/* 팝업존 */
	.popupZone .textPopup .title {font-size: 1.444em;}
	.popupZone .textPopup .summary {font-size: 1em; line-height: 1.3;}
	.popupZone .textPopup .desc {font-size: 0.944em; line-height: 1.3;}


	#section4 {padding: 30px 0 50px 15px;}

	/* 북리스트 */
	.bookZone .tab > li {width: calc(50% - 2px);}
	.bookZone .tab > li:nth-child(n+3) {margin-top: 4px;}

	.bookList .bookArea.first {margin-bottom: 25px;}
	.bookList .bookArea.first .cover {width: 150px; height: 222px;}
	.bookList .bookArea.first .bookInfo {width: calc(100% - 170px);}
	.bookList .bookArea.first .bookInfo .infoPub {margin-top: 30px;}
	.bookList .bookArea.first .bookLink {left: 170px;}
	.bookList .bookArea.first .bookLink span {width: 110px; height: 40px; border-radius: 40px;}
}

@media screen and (max-width: 410px){
	.calendarZone {padding: 0 10px;}
}

@media screen and (max-width: 375px){
	/* 게시판 탭 */
	.boardZone .tab {padding-right: 40px;}
	.boardZone .tab > li a {height: 40px;}
	.boardZone .boardListWrap .boardList li + li {margin-top: 4px;}
	.boardZone .boardListWrap .boardList li.top p a {height: 36px;}
	.boardZone .boardListWrap .boardList.data li + li {margin-top: 9px;}


	/* 북리스트 */
	.bookList .bookArea .bookInfo {padding: 8px 10px;}
	.bookList .bookArea .bookInfo .infoBook .writer {margin-top: 5px;}

	.bookList .bookArea.first .cover {width: 120px; height: 178px;}
	.bookList .bookArea.first .bookInfo {width: calc(100% - 140px); padding: 10px 0;}
	.bookList .bookArea.first .bookInfo .infoPub {margin-top: 20px;}
	.bookList .bookArea.first .bookLink {left: 140px;}
	.bookList .bookArea.first .bookLink span {width: 100px; height: 35px; border-radius: 35px;}
}

@media screen and (min-width: 1025px){
	/* 팝업존/게시판/이용시간안내 */
	.popupZoneWrap {width: 520px; height: 400px;}
	.boardZoneWrap {width: 480px; height: 400px;}
	.timeZoneWrap {width: 300px; height: 400px;}

	/* 문화행사/도서관달력 */
	.cultureZone {width: 745px;}
	.calendarZone {width: 370px;}
	.cultureZone .cultureList, .calendarZone .calwrap {height: 100%;}
}