/* 팝업 */
.dim { display: none; position: fixed; z-index: 9998; width: 100%; right: 0; left: 0; bottom: 0; top: 0; background-color: rgba(0,0,0,0.2); }
.sub_pop { display: none; position: fixed; z-index: 9999; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 912px; border-radius: 10px; overflow: hidden; }
.sub_pop .tit_wrap { width: 100%; padding: 25px 40px; background-color: #252c28; color: #fff; box-sizing: border-box; }
.sub_pop .tit_wrap h3 { display: inline-block; margin-right: 10px; font-size: 30px; }
.sub_pop .tit_wrap p { display: inline-block; font-size: 20px; }
.sub_pop .close { position: absolute; right: 29px; top: 29px; }
.sub_pop .pop_cont_wrap { padding: 50px; background-color: #fff; }
.sub_pop .pop_cont_wrap .tit { font-size: 20px; }
.sub_pop .pop_cont_wrap .pop_cont { padding: 15px 0; }
.sub_pop .pop_cont_wrap .pop_cont img { float: left; }
.sub_pop .pop_cont_wrap .pop_cont .text { font-size: 14px; line-height: 200%; box-sizing: border-box; }/* 20200623 kgy */
.sub_pop .pop_cont_wrap .pop_cont .text span { text-decoration: underline; }
.sub_pop .conf_btn { display: block; width: 7%; margin: 25px auto 0 auto; padding: 20px 70px; border: 1px solid #ddd; border-radius: 5px; text-align: center; color: #232323; }

.sub_pop.service .pop_cont_wrap .pop_cont .text { float: left; padding: 3px 0 0 20px;} /* 20200623 kgy */
.sub_pop.refund .pop_cont { margin-bottom: 50px; }
.sub_pop.refund .pop_cont:last-child { margin-bottom: 0; }
.sub_pop.refund table { width: 100%; margin: 30px 0 100px 0; font-size: 14px; text-align: center; border: 1px solid #ddd; }
.sub_pop.refund th { padding: 10px 0; color: #272727; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f5f5f5; }
.sub_pop.refund td { padding: 10px 0; color: #666; border-right: 1px solid #ddd; }



/* sub 시작 */

.sub_cont_wrap .guide { max-width: 1200px; }

.sub_visual { position: relative; height: 300px; background-position: top center; background-size: cover; background-repeat: no-repeat; }
.sub_visual .sub_tit_wrap { padding: 155px 0 0 25px; color: #fff; font-weight: 400; }
.sub_visual .sub_tit_wrap .sub_tit { display: inline; font-size: 50px; }
.sub_visual .sub_tit_wrap .sub_eng_tit { display: inline; font-size: 25px; margin-left: 20px; }
.sub_visual.sub01 { background-image: url('../img/sub01_visual_img.jpg'); }
.sub_visual.sub02 { background-image: url('../img/sub02_visual_img.jpg'); }
.sub_visual.sub03 { background-image: url('../img/sub03_visual_img.jpg'); }
.sub_visual.sub04 { background-image: url('../img/sub04_visual_img.jpg'); }
.sub_visual.sub05 { background-image: url('../img/sub05_visual_img.jpg'); }
.sub_visual.reservation { background-image: url('../img/sub01_visual_img.jpg'); }

.lnb_wrap { border-bottom: solid 1px #ecf0f5; border-top: solid 1px #ecf0f5; }
.lnb_wrap .lnb li { float: left; position: relative; width: 200px; line-height: 50px; text-align: center; border-right: solid 1px #ecf0f5; box-sizing: border-box; }
.lnb_wrap .lnb li:first-child { border-left: solid 1px #ecf0f5; }
.lnb_wrap .lnb li:hover,
.lnb_wrap .lnb li.select { color: #a63b23; }
.lnb_wrap .lnb li:hover::after,
.lnb_wrap .lnb li.select::after { content: ''; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background-color: #a63b23; z-index: 10; }
.lnb_wrap .lnb li a { display: block; }

/* 서브 공통 */
.sub_contents { padding: 80px 0; line-height: 150%; }
.cont_wrap { margin-top: 50px; }
.cont_wrap:first-child { margin-top: 0; }
.cont_wrap > .tit_wrap { position: relative; border-bottom: solid 1px #d7d7d7; }
.cont_wrap > .tit_wrap .tit { position: relative; display: inline-block; padding: 15px 20px; min-width: 200px; font-size: 20px; font-weight: 400; }
.cont_wrap > .tit_wrap .tit::after { content: ''; display: block; position: absolute; width: 100%; height: 3px; left: 0; bottom: -2px; background-color: #4eae00; }
.cont_wrap .cont { padding: 20px; word-break: keep-all; }
.cont_wrap .cont .cont_left { float: left; width: 49%; } /* 20200623 kgy */
.cont_wrap .cont .cont_right {float: left;width: 44%;margin-left: 7%;}/* 20200623 kgy */

.font20 {font-size: 20px; line-height: 160%;} /* 20200623 kgy */

.cont_wrap .img_tit_wrap { position: relative; }
.cont_wrap .img_tit_wrap .tit { position: absolute; display: inline-block; font-size: 60px; background-color: rgba(0, 0, 0, 0.8); color: #fff; bottom: 50px; left: 0; padding: 25px 80px; line-height: 150%; }


.download_btn { background-color: #fff; border: solid 1px #e1e1e1; border-radius: 5px; color: #666; font-size: 14px; padding: 10px 15px 10px 50px; background: url('../img/download_icon.png') left 15px center no-repeat; }

.table_cont { border-top: solid 1px #ddd; border-right: solid 1px #ddd; }
.table_cont div { box-sizing: border-box; }
.table_cont .tr { border-bottom: solid 1px #ddd; }
.table_cont .td { float: left; width: 100%; padding: 5px; border-left: solid 1px #ddd; text-align: center; font-size: 14px; line-height: 150%; }
.table_cont .td.th { background-color: #f5f5f5; }
.table_cont::after,
.table_cont .tr::after { content: ''; display: block; float: none; clear: both; }

.list_table { width: 100%; border: solid 1px #ddd; font-size: 14px; text-align: center; }
.list_table th, .list_table td { border: solid 1px #ddd; padding: 5px; }
.list_table th { background-color: #f5f5f5; }

.cont_wrap .tit_wrap + .table_cont,
.cont_wrap .tit_wrap + .list_table { margin-top: 20px; }

/* sub0101 */
.room_contents .room_wrap .room_pic_wrap { position: relative; float: left; width: 800px; height: 500px; margin-right: 80px; box-sizing: border-box; border: solid 1px #d7d7d7; overflow: hidden; }
.room_contents .room_wrap .room_pic_wrap .room_pic { float: left; width: 100%; }
.room_contents .room_wrap .room_pic_wrap .slick-dots { position: absolute; width: 100%; left: 0; bottom: 40px; text-align: center; }
.room_contents .room_wrap .room_pic_wrap .slick-dots > li { display: inline-block; font-size: 0; width: 10px; height: 10px; border-radius: 50%; background-color: #cdcdcd; margin: 0 4px; cursor: pointer; }
.room_contents .room_wrap .room_pic_wrap .slick-dots > li.slick-active { background-color: #fff; }
.room_contents .room_wrap .room_pic_nav { margin: 10px 0 35px; }
.room_contents .room_wrap .room_pic_nav li { float: left; width: 75px; height: 46.875px; border: solid 1px #d7d7d7; box-sizing: border-box; margin: 0 6px 6px 0; overflow: hidden; cursor: pointer; }
.room_contents .room_wrap .room_pic_nav li img { width: 100%; }
.room_contents .room_wrap .room_info_wrap { float: left; width: 320px; padding: 10px 0; }
.room_contents .room_wrap .room_tit { font-size: 45px; margin-bottom: 35px; line-height: 130%; }
.room_contents .room_wrap .room_info li { float: left; width: 49%; margin-right: 2%; }
.room_contents .room_wrap .room_info li:nth-child(2n+0) { margin-right: 0; }
.room_contents .room_wrap .info_tit { font-size: 14px; }
.room_contents .room_wrap .info_cont { font-size: 28px; font-weight: 700; color: #a63b23; line-height: 150%; }
.room_contents .room_wrap .reservation_btn_wrap .info_tit { margin-bottom: 10px; }
.room_contents .room_wrap .reservation_btn { width: 270px; height: 60px; background-color: #a63b23; color: #fff; text-align: center; font-size: 18px; border-radius: 5px; line-height: 28px; }
.room_contents .room_wrap .reservation_btn img { vertical-align: middle; margin-right: 10px; }
.room_contents .cont_wrap .cont { font-size: 14px; color: #666; line-height: 150%; }
.room_contents .cont_wrap .cont .red { color: #a63b23; }
.room_contents .tit_wrap a { position: absolute; right: 20px; bottom: 10px; text-decoration: underline; font-size: 14px; }
.room_contents .cont_wrap > .tit_wrap .tit::after { background-color: #a63b23; }
.room_contents .table_cont .td.week,
.room_contents .table_cont .td.friday,
.room_contents .table_cont .td.weekend { width: 33.33%; } /* 주중, 금요일, 주말 순서 */
.room_contents .table_cont .td.area { width: 8%; } /* 실제 평수 */
.room_contents .table_cont .td.people { width: 8%; } /* 최대 인원 */
.room_contents .table_cont .td.info { width: 49%; } /* 시설안내 */
.room_contents .table_cont .td.add { width: 35%; } /* 추가시설 */
.room_contents .table_cont .sub_table { float: left; width: 50%; }

/* sub0205 */
.sub0205 .cont_wrap .cont .cont_left { float: left; width: 60%; }
.sub0205 .cont_wrap .cont .cont_right { float: left; width: 38%; margin-left: 2%; }

/* sub0206 */
.sub0206 .tit_wrap .download_btn { position: absolute; right: 20px; bottom: 10px; }


/* board */
.board-wrap { max-width: 1200px; width: 90%; margin: 0 auto; padding: 80px 0; }
