@import url(./font.css);
@import url(./common.css?ver=1.2);

/* sub_head css */
.sub_wrap .reserve_option {}

.sub_wrap .reserve_option ul li {
    padding: 0 20px;
}

.sub_wrap .reserve_option ul li p {
    width: 70%;
    text-align: right;
    align-items: center;
}

.reserve_option ul li.op_time select {
    width: 48%;
}

.reserve_option ul li.op_hcnt select {
    width: max(60px, 20%);
}

.sub_wrap .op_date p input {
    border: none;
    width: 100%;
    text-align: right;
    background: transparent !important;
}

/* 서브 상단 검색 */

/* 검색바 */
.sub_wrap .reserve_option {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 80px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    opacity: 1;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sub_wrap .reserve_option ul {
    width: calc(100% - 120px);
    height: 100%;
}

.sub_wrap .reserve_option ul li {
    width: 27.5%;
    height: 100%;
    padding: 0 35px;
    box-sizing: border-box;
}

.sub_wrap .reserve_option ul li+li {
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}

.sub_wrap .reserve_option ul li strong {
    position: relative;
    width: 65px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 18px;
}

.sub_wrap .reserve_option ul li strong .option_icon {
    display: block;
    width: 24px;
    height: 26px;
    position: absolute;
    left: 0
}

.sub_wrap .reserve_option ul li .only_pc {
    display: block;
}

.sub_wrap .reserve_option ul li .only_m {
    display: none;
}

.loca_icon {
    background: url('../img/m_bar_icon01.png') no-repeat;
}

.date_icon {
    background: url('../img/m_bar_icon02.png') no-repeat;
}

.time_icon {
    background: url('../img/m_bar_icon03.png') no-repeat;
}

.hcnt_icon {
    background: url('../img/m_bar_icon04.png') no-repeat;
}

.sub_wrap .reserve_option ul li select {
    width: 92px;
    font-size: 17px;
    color: #666;
    margin: 0;
    border: 0;
}

.sub_wrap .reserve_option ul li p {
    font-size: 17px;
    color: #666;
}

.sub_wrap .reserve_option ul li p span {
    font-size: inherit;
    color: inherit;
}

.sub_wrap .reserve_option ul li.op_time input {
    width: 30%;
}

.sub_wrap .reserve_option>a.option_search_btn {
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--point_color);
    color: #fff;
    font-size: 18px;
    border-radius: 0 0 18px 0;
}


/* scon01 - 시설예약1 */
html {
    *background: url('http://sian.geumdo.net/project/dgeiFacilities/sub02.jpg')top center no-repeat;
    background-size: 1920px;
}

/* .scon.scon01{position:relative; width:100%; height:100%; min-height:100vh; margin:0;} */

.tlt_st01 {
    position: relative;
    margin-bottom: 40px;
}

.tlt_st01 .total {
    padding-left: 20px;
}

.tlt_st01 .total:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url('../img/contents/icon_cir_arw.svg') no-repeat 50% 50%;
    background-size: 18px auto;
    opacity: .3;
}

.tlt_st01 h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.tlt_st01 p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
}

.tlt_st01 button.find_near {
    position: absolute;
    width: 110px;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: 0;
    border: 1px solid #eee;
    border-radius: 15px;
    text-align: center;
}

.tlt_st01 button.find_near span {
    color: #999;
    font-size: 14px;
    display: block;
    padding-left: 20px;
    position: relative;
}

.tlt_st01 button.find_near span:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url('../img/contents/sub_icon_position.png') no-repeat;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* .place_list_wrap{position:absolute; left:0; bottom:0; width:600px; padding:80px 40px 40px; height:100%; overflow-y:scroll; min-height:100vh; background:#fff;} */
/* .place_list {margin-top: 40px; margin-left: -10px; margin-right: -10px; font-size: 0;} */
.place_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.place_list li {
    display: inline-block;
    width: calc(33% - 15px);
}

/* .place_list li + li{padding-top:30px; margin-top:30px; border-top:1px solid #ddd;} */
.place_list li .place_img_wrap {
    display: block;
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.place_list li .place_img_wrap>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place_list li .place_info_wrap {
    position: relative;
    display: block;
}

.place_list li .place_info_wrap a strong {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.place_list li .place_info_wrap a strong:hover {
    color: #000;
}

.place_list li .place_info_wrap>span {
    display: block;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    position: relative;
    margin-top: 15px;
}

.place_list li .place_info_wrap>span:before {
    content: '';
    width: 15px;
    height: 18px;
    display: block;
    background: url('../img/contents/sub_icon_location.png') no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.place_list li .place_info_wrap .loca_icon {
    display: block;
    width: 18px;
    height: 18px;
    background: url('../img/contents/sub_icon_position.png') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.place_list li .pi_with_icon {
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #f7f7f7;
    flex-wrap: wrap;
}

.place_list li .pi_with_icon span {
    width: 50%;
    font-size: 16px;
    color: #333;
    display: block;
    padding-left: 20px;
    margin: 3px 0;
    position: relative;
}

/* .place_list li .pi_with_icon span + span{margin-right:40px;} */

.place_list li .pi_with_icon span:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.place_list li .pi_with_icon span:first-child:before {
    background: url('../img/contents/sub_icon_clock.png') no-repeat;
}

.place_list li .pi_with_icon span:nth-child(2):before {
    background: url('../img/contents/sub_icon_user.png') no-repeat;
}

.place_list li .pi_with_icon span:nth-child(3):before {
    background: url('../img/contents/sub_icon_fee.png') no-repeat;
}

.place_list li .pi_with_icon span:nth-child(4):before {
    background: url('../img/contents/sub_icon_park.png') no-repeat;
}

.scon01 section.full_map {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background: #eee;
}

/* scon02 - 시설예약(상세) */
.scon section+section {
    margin-top: 60px;
}

.sub_visual {
    width: 100%;
    height: 280px;
    text-align: center;
    background: url('../img/contents/sub_visual.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

.page_tlt {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page_tlt h3 {
    font-family: var(--point_f_tlt);
    font-size: 46px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.page_tlt span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    margin-top: 15px;
}

.scon {
    margin: 75px auto;
}

.scon_tlt {
    display : block;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 73px;
}

.tlt_st02 {
    position: relative;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.tlt_st02 .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: var(--point_color);
}

.tlt_st02 .btn span {
    color: #fff;
}

.total {
    font-weight: normal;
    color: #999;
}

.total b {
    color: var(--point_color);
}

/* 2023.08.16 수정 */
.fac_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.fac_cont {
    width: calc(100% - 440px);
}

/* .fac_menu {position: -webkit-sticky; position: sticky; top: 5%; width: 400px; height: 100%; margin-left: 40px; border: 1px solid #eee;} */
.fac_menu {
    width: 400px;
    height: 100%;
    margin-left: 40px;
    border: 1px solid #eee;
    background-color: #fff;
}

.fac_menu .fac_menu_item {
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
}

.fac_menu .fac_menu_item:last-child {
    border-bottom: 0;
}

.fac_menu .fac_menu_item h5 {
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.time .time_state {
    font-size: 0;
    margin-bottom: 10px;
}

.time .time_state li {
    display: inline-block;
    font-size: 1rem;
    color: #666;
    margin-left: 20px;
}

.time .time_state .state {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0072bc;
    border-radius: 50%;
    margin-right: 5px;
}

.time .time_state .state1 {
    background-color: #eef4f7;
}

.time .time_state .state2 {
    background-color: #e6f9f5;
}

.time .time_state .state3 {
    background-color: #f9e7e9;
}

.time .time_state .state4 {
    background-color: var(--point_color);
}

.time .time_object .obj {
    display: inline-block;
    min-width: 90px;
    position: relative;
    padding: 4px 10px;
    font-size: 15px;
    color: #666;
    border-radius: 30px;
    border: 1px solid #ddd;
    margin: 2px;
    text-align: center;
}

.fac_menu .time_list {
    font-size: 0;
}

.fac_menu .time_list li {
    display: inline-block;
    width: calc(20% + 1px);
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
}

.fac_menu .time_list li a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    color: #999;
    border: 1px solid #eee;
}

.fac_menu .time_list li.active a {
    background-color: var(--point_color);
    border-color: var(--point_color);
    color: #fff;
}

.fac_menu .seat_count {
    margin-top: 20px;
}

.fac_menu .seat_count .tit {
    color: #666;
    font-weight: 600;
}

.fac_menu .seat_count .count {
    font-size: 0;
}

.fac_menu .seat_count .count button {
    width: 50px;
    height: 50px;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 20px;
    color: #999;
    border: 1px solid #eee;
}

.fac_menu .seat_count .count button.down {
    border-right: 0;
}

.fac_menu .seat_count .count button.up {
    border-left: 0;
}

.fac_menu .seat_count .count input {
    width: 100px;
    text-align: center;
    font-size: 1rem;
}

.fac_menu .fac_menu_item small {
    font-size: 14px;
    color: #999;
}

.fac_menu .fac_menu_item .btn_wrap {
    padding-top: 0;
    z-index : 1;
}

.fac_menu .fac_menu_item .btn_wrap .btn {
    width: 100%;
}

.fac_menu .fac_menu_item .btn_wrap .btn:last-child {
    background-color: #eee;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.fac_menu .fac_menu_item .btn_wrap .btn span {
    color: #fff;
}

.fac_menu .fac_menu_item .btn_wrap .btn:last-child span {
    color: #666
}

/* .fac_menu .fac_name {font-size: 28px; font-weight: bold;} */

.fac_rsv_top {
    align-items: flex-start;
}

/* .fac_img_box{width:560px; height:400px; border-radius:10px;} */
.fac_img_box {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.fac_img_box ul {}

.fac_img_box ul li {
    position: relative;
}

.fac_img_box ul li>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: none;
    min-width: 100%;
    object-fit: cover;
}

.fac_img_box .fac_img_btns {
    width: 180px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px 0 30px;
}

.fac_img_box .fac_img_btns .swiper .swiper-notification {
    position: static;
}

.fac_img_box .fac_img_btns .swiper-pagination-current,
.fac_img_box .fac_img_btns .swiper-pagination-total,
.fac_img_box .fac_img_btns .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    position: static;
    width: fit-content;
    font-weight: 300;
    color: #fff;
}

.fac_img_box .fac_img_btns .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: 12px;
    height: 18px;
    display: block;
    background: url('../img/contents/fac_arrow_pre.png') no-repeat;
}

.fac_img_box .fac_img_btns .swiper-button-next {
    position: static;
    margin-top: 0;
    margin-left: 20px;
    width: 12px;
    height: 18px;
    display: block;
    background: url('../img/contents/fac_arrow_next.png') no-repeat;
}

/* .fac_txt_box{width:calc(100% - 560px); padding-left:100px; padding-top:13px;} */
.fac_txt_box .fac_name {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

#reserveBtn {
    display: none;
}

.fac_txt_box>p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 145%;
    word-break: keep-all;
}

.fac_txt_box .list_st_dotted {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 22px;
}

.list_st_dotted {}

.list_st_dotted li {
    padding-left: 25px;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.list_st_dotted li+li {
    margin-top: 5px;
}

.list_st_dotted li b {
    position: relative;
    display: inline-block;
    width: 125px;
    font-size: 17px;
}

.list_st_dotted li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
}

.list_st_dotted li span {
    display: inline-block;
    width: calc(100% - 125px);
    font-size: 17px;
    color: #999;
}

.fac_rsv_mid {
    margin-top: 90px;
}

.fac_rsv_mid div {
    padding: 10px 0;
}

.fac_rsv_mid div p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 175%;
}

.fac_rsv_mid div p+p {
    margin-top: 30px;
}

.fac_rsv_mid #map {
    display: block;
    width: 100%;
    height: 400px;
    background-color: #f8f8f8;
}

.fac_rsv_bottom {
    align-items: flex-start;
    flex-wrap: wrap;
}

.fac_bot_left {
    width: 560px;
}


.calendar_box .cal_tit {
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
}

.calendar_box .cal_tit span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: -3px;
    vertical-align: middle;
}

.calendar_box .cal_tit strong {
    display: inline-block;
    font-size: 23px;
    font-weight: 800;
    vertical-align: middle;
}

.calendar_box .cal_state {
    font-size: 0;
    margin-top: 10px;
}

.calendar_box .cal_state li {
    display: inline-block;
    font-size: 1rem;
    color: #666;
    margin-left: 20px;
}

.calendar_box .cal_state .state {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0072bc;
    border-radius: 50%;
    margin-right: 5px;
}

.calendar_box .cal_state .state1 {
    background-color: var(--point_color);
}

.calendar_box .cal_state .state2 {
    background-color: #eef4f7;
}

.calendar_box .cal_state .state3 {
    background: transparent;
    border: 1px solid var(--point_color);
    color: var(--point_color);
}

.calendar_box .cal_state .state4 {
    background-color: #f9e7e9;
}

.calendar ul {
    font-size: 0;
}

.calendar ul li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    width: 14.28%;
    text-align: center;
    vertical-align: middle;
}

.calendar ul li:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.calendar ul li a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.calendar .cal_week li a {
    color: #666;
}

.calendar .cal_week li a:first-child {
    color: #f05050;
}

.calendar .cal_week li a:last-child {
    color: var(--point_color);
}

.calendar .cal_day li a {
    color: #999;
}

.calendar .cal_day li:hover a,
.calendar .cal_day li.state a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    transition: all 0.4s;
}

.calendar .cal_day li.today a {
    background-color: transparent;
    border: 1px solid var(--point_color);
    color: var(--point_color);
    font-weight: 800;
}

.calendar .cal_day li:not(.end):hover a,
.calendar .cal_day li.active a {
    background-color: var(--point_color);
    color: #fff;
    font-weight: 800;
}

.calendar .cal_day li.end a {
    background: #eef4f7;
    cursor: default;
}

.calendar .cal_day li.impossible a {
    background-color: #f9e7e9;
    cursor: default;
}

.calendar_box .btn_wrap {
    padding-top: 40px;
    margin: 0 -8px;
}

.calendar_box .btn_wrap .btn {
    width: calc(50% - 18px);
    margin: 0 8px;
}

.fac_bot_right {
    width: calc(100% - 560px);
    padding-left: 100px;
}

.fac_bot_right .btn.sm {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    background: var(--point_color);
    color: #fff;
}

.fac_bot_right .btn span {
    color: inherit;
}

.fac_bot_right .input_box {
    padding-bottom: 70px;
}

.fac_bot_right .input_box .input_field {
    padding: 10px 0;
}

.fac_bot_right .input_box .input_field label {
    display: inline-block;
    width: 135px;
    font-size: 17px;
    margin: 0;
}

.fac_bot_right .input_box .input_field input {
    width: calc(100% - 139px);
    margin: 0;
    color: #999;
}

.fac_bot_right .input_box .input_field textarea {
    width: calc(100% - 139px);
    margin: 0;
    color: #999;
}

.fac_bot_right .input_box .input_field .marking:after {
    color: #333;
}

.fac_bot_right .input_box .input_field .time {
    display: inline-block;
    width: calc(100% - 139px);
}

.fac_bot_right .input_box .input_field .time select {
    margin: 0;
    width: 100%;
}

.fac_bot_right .input_box .input_field .time select option:disabled {
    opacity: 0.4;
}

.fac_bot_right .input_box .input_field .time span {
    font-size: 17px;
    color: #999;
    vertical-align: middle;
    padding: 0 13px;
}

.fac_bot_right .identify_box {
    overflow: hidden;
}

.fac_bot_right .identify_field {
    width: calc(50% - 8px);
    float: left;
    margin-right: 16px;
}

.fac_bot_right .identify_field:last-child {
    float: right;
    margin: 0;
}

.fac_bot_right .identify_field strong {
    position: relative;
    font-size: 17px;
    padding-right: 9px;
}

.fac_bot_right .identify_field strong:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #d6d6d6;
}

.fac_bot_right .identify_field span {
    padding-left: 9px;
    color: #999;
}

.fac_bot_bot.btn_wrap {
    width: 100%;
    padding-top: 30px;
}

.fac_bot_bot.btn_wrap>a {
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #eef4f7;
    color: #666
}

/* .fac_bot_bot.btn_wrap > a:first-child{background:var(--point_color); font-size:18px; color:#fff;} */
.fac_bot_bot.btn_wrap>a+a {
    margin-left: 20px;
}

.fac_bot_bot.btn_wrap>a>span {
    font-size: inherit;
    color: inherit;
}

/* 시설예약 리뷰 */
.review_cont .cell {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.review_cont .img {
    position: relative;
    width: 160px;
    height: 120px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.review_cont .img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: none;
    min-width: 100%;
    object-fit: cover;
}

.review_cont .txt {
    width: calc(100% - 160px);
    padding-left: 30px;
}

.review_cont .txt p {
    font-size: 15px;
    line-height: 1.4;
}

.review_cont .txt .tit {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.review_cont .txt dl {
    font-size: 0;
    margin-top: 10px;
}

.review_cont .txt dl * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}

.review_cont .txt dl dt {
    position: relative;
    font-weight: 600;
    padding-right: 10px;
}

.review_cont .txt dl dt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #ddd;
}

.review_cont .txt dl dd {
    color: #999;
    padding-left: 10px;
}


/* 공지사항 */
.bbsTop {
    margin-bottom: 40px;
}

.bbsTop .search {
    justify-content: center;
}

.bbsTop .search select {
    width: 140px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 0 20px;
}

.bbsTop .search .search_input {
    margin-left: 1%;
}

.bbsTop .search .search_input input {
    width: 540px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-radius: 25px;
    padding-left: 20px;
}

.bbsTop .search .search_input button {
    margin-left: 10px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background: #333;
}

.bbsTop .search .search_input button.search_on {
    background-color: var(--point_color);
}

/* .bbsMid {margin-top:40px;} */

/* 테이블 */
.tb_st01 {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #000;
}

.tb_st01 tbody {
    background: #fff;
}

.tb_st01 tr {
    border-bottom: 1px solid #eee
}

.tb_st01 th,
.tb_st01 td {
    vertical-align: middle;
    padding: 25px;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
    text-align: center;
}

.tb_st01 th {
    color: #666;
    text-align: center;
    padding: 15px;
    font-weight: 400;
}

.tb_st01 td {
    color: #333;
    font-weight: 400;
}

.tb_st01 td * {
    font-size: inherit;
}

.tb_st01 td.tb_subject {
    display: block;
    text-align: left;
}

.tb_st01 .inc_file {
    display: block;
    width: 15px;
    height: 16px;
    background: url('../img/contents/file_icon.png') no-repeat;
    cursor: pointer;
    margin: auto;
}

.n_exsist {
    color: #999;
}

.notice_sign {
    font-size: 12px;
    color: var(--point_color);
}

/* 게시판 버튼 wrap */
.bbs_btns {
    overflow: hidden;
    margin-top: 40px;
}

.bbs_btns .btn_group_left {
    float: left;
}

.bbs_btns a {
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background: #eef4f7;
    color: #333;
}

.bbs_btns .btn_group_right {
    float: right;
}

.bbs_btns a+a {
    margin-left: 10px;
}

.bbs_btns .ful_bg_btn {
    background: var(--point_color);
    color: #fff;
}

.bbs_btns .ful_deny_btn {
    background: #dc3741;
    color: #fff;
}

.bbs_btns .line_btn {
    border: 1px solid var(--point_color);
    background: #fff;
    color: var(--point_color);
}

/*페이징*/
.pagination {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.pagination .page_number {
    display: inline-block;
    min-width: 25px;
    position: relative;
    height: 32px;
    line-height: 30px;
    padding: 0 0px;
    margin: 3px 5px;
    background: no-repeat 50% 50%;
    font-family: 'Play', sans-serif;
    color: #666;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.pagination .page_number:after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid transparent;
}

.pagination .page_number.current {
    color: var(--point_color);
}

.pagination .page_number.current:after {
    border-bottom-color: var(--point_color);
}

.page_control_next,
.page_control_prev {
    display: inline-block;
    vertical-align: top;
}

.pagination .page_number.first,
.pagination .page_number.prev,
.pagination .page_number.next,
.pagination .page_number.last {
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    font-size: 0;
    background-size: 25px auto;
}

.pagination .page_number.first {
    background-image: url(../img/contents/icon_bbs_first.png)
}

.pagination .page_number.prev {
    background-image: url(../img/contents/icon_bbs_prev.png)
}

.pagination .page_number.next {
    background-image: url(../img/contents/icon_bbs_next.png)
}

.pagination .page_number.last {
    background-image: url(../img/contents/icon_bbs_last.png)
}

.pagination .page_number.first:hover,
.pagination .page_number.prev:hover,
.pagination .page_number.next:hover,
.pagination .page_number.last:hover {
    background-color: #333;
    transition: all 0.4;
}

/* bbs view */
.tlt_st03 {
    font-size: 28px;
    font-weight: bold;
    line-height: 145%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 40px;
    width: 100%;
    word-break: keep-all;
}

.bbsView {
    border-top: 2px solid #000;
    position: relative;
}

.bbs_remote {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.bbs_remote a {
    color: #999;
    font-size: 14px;
}

.bbs_remote a.bbs_pre:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #ddd;
    background: url('../img/contents/icon_bbs_prev.png') center no-repeat;
    background-size: 20px;
    margin-bottom: 5px;
}

.bbs_remote a.bbs_next:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #ddd;
    background: url('../img/contents/icon_bbs_next.png') center no-repeat;
    background-size: 20px;
    margin-bottom: 5px;
}

.bbsView .view_mid {
    min-height: 400px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}


p.bbs_ev {
    justify-content: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

p.bbs_ev>span {
    display: block;
    color: #666
}

p.bbs_ev>span+span {
    margin-left: 20px;
}

p.bbs_ev b {
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
}

/* bbs_write picture_view */

.bbsWrite table {
    border-top: 2px solid #000;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}

.bbsWrite table th,
.bbsWrite table td {
    padding: 20px;
}

.bbsWrite table th {
    border-bottom: 1px solid #eee;
}

.bbsWrite table th strong {
    font-size: 18px;
    font-weight: 800;
}

.bbsWrite table td {
    text-align: left;
    border-bottom: 1px solid #eee;
}

.bbsWrite input,
.bbsWrite textarea {
    border-radius: 5px;
}

.bbsWrite .designFile {
    position: relative;
    font-size: 0;
}

.bbsWrite .designFile > div {
    display: inline-block;
    vertical-align: middle;
}

.bbsWrite .designFile .input_box {padding-left: 20px;}
.bbsWrite .designFile .img_box {position: relative; width: 200px; height: 150px; overflow: hidden; border: 1px solid #eee;}
.bbsWrite .designFile .img_box > img {position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}

.bbsWrite input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}

.bbsWrite a {display: inline-block; vertical-align: middle;}
.bbsWrite .upload_btn {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid var(--point_color);
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
    padding: 0;
    vertical-align: middle;
}

.bbsWrite .upload_btn span {
    color: var(--point_color);
}

.bbsWrite .bbs_remark {
    margin-top: 10px;
    color: #999;
    font-size: 15px;
}

.bbsWrite input,
.bbsWrite select,
.bbsWrite textarea {
    width : 100%;
}

.file img {
    display: block;
    margin-bottom: 10px !important;
}


/* faq */
.faq_wrap {}

.faq_wrap ul {}

.faq_wrap ul>li {
    border: 2px solid #d6e9f2;
    padding: 40px;
    border-radius: 10px;
    cursor: pointer;
}

.faq_wrap ul>li+li {
    margin-top: 40px;
}

.faq_wrap ul>li+li .faq_a {
    display: none;
}

.faq_wrap ul>li p {
    position: relative;
}

.faq_wrap ul>li span.faq_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    transition: all 0.4s;
}

.faq_wrap ul>li span.faq_close:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border-bottom: 2px solid var(--point_color);
    border-right: 2px solid var(--point_color);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.6
}

.faq_q>b {
    font-size: 25px;
    font-family: var(--point_f_tlt);
}

.faq_a {
    padding: 30px 0;
    font-size: 18px;
    color: #666;
    line-height: 175%;
    word-break: keep-all;
}

.faq_wrap ul>li.on {
    background: #eef4f7;
    border: 1px solid #d6e9f2;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
}

.faq_wrap ul>li.on span.faq_close {
    transform: rotate(180deg);
}

/* 로그인 */
.login_box {
    max-width: 500px;
    margin: 0 auto;
}

.login_box .input_group+.input_group {
    margin-top: 30px;
}

.login_box .input_group p {
    padding-left: 20px;
    margin-top: 5px;
}

.login_box .input_group .txt {
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}

.login_box .input_field {
    position: relative;
    padding-top: 20px;
}

.login_box .input_field:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    display: block;
    width: 18px;
    height: 25px;
    background: no-repeat 50% 50%;
    background-size: auto 24px;
    opacity: .5;
    transition: opacity .3s;
}

.login_box .input_field.active:after {
    opacity: 1;
}

.login_box .input_field input {
    border: 0;
    border-bottom: 1px solid #eee;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
}

.login_box .input_field input:focus,
.login_box .input_field input:active {
    border-color: #0f5ec0;
}

.login_box .input_field.active label,
.login_box .input_field input:focus+label,
.login_box .input_field input:active+label {
    top: 5px;
}

.login_box .input_field label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    font-weight: 800;
    display: inline-block;
    width: 120px;
    text-transform: uppercase;
    transition: all .3s;
    color: #999;
    font-weight: 400;
}

.login_box .login_ect {
    padding-top: 20px;
}

.login_box .login_ect .checkbox {
    display: inline-block;
}

.login_box .login_ect .checkbox label {
    margin: 0;
    color: #999;
}

.login_box .login_ect ul {
    float: right;
}

.login_box .login_ect ul li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    padding: 0 10px;
}

.login_box .login_ect ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5.5px;
    width: 1px;
    height: 11px;
    background-color: #eee;
}

.login_box .login_ect ul li:last-child {
    padding-right: 0;
}

.login_box .login_ect ul li:last-child:after {
    content: none;
}

.login_box .login_ect ul li a {
    color: #999;
}

/* 로그인/회원가입 공통 */
.join_login_box .btn_wrap {
    padding-top: 60px;
}

.join_login_box .btn_wrap a {
    display: block;
    width: 100%;
    line-height: 58px;
    text-align: center;
    font-size: 17px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
}

.join_login_box .btn_wrap a.login_btn {
    background: var(--point_color);
    color: #fff;
}

.join_login_box .btn_wrap a.join_btn {
    background: transparent;
    color: var(--point_color);
    border: 1px solid var(--point_color);
}

.join_login_box .btn_wrap a:hover {
    opacity: 0.8;
}

.join_login_box .sns_btn_wrap .tit {
    position: relative;
    display: block;
    text-align: center;
}

.join_login_box .sns_btn_wrap .tit:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: -1;
}

.join_login_box .sns_btn_wrap .tit strong {
    font-size: 18px;
    font-weight: 800;
    background-color: #fff;
    padding: 0 20px;
}

.join_login_box .sns_btn_wrap>div {
    text-align: center;
    margin-bottom: 25px;
}

.join_login_box .sns_btn_wrap>div.flex_s {
    justify-content: center;
}

.join_login_box .sns_btn_wrap a {
    text-align: center;
}

.join_login_box .sns_btn_wrap a+a {
    margin-left: 20px;
}

.join_login_box .sns_btn_wrap a span {
    font-weight: 300;
    display: block;
}

.join_login_box .sns_btn_wrap a span:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: no-repeat 50% 50%;
    background-size: 40px auto;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 50%;
}

.join_login_box .sns_btn_wrap a.kakao_btn span:before {
    background-image: url(../img/contents/kakao_btn_icon.svg);
    background-color: #fee500;
}

.join_login_box .sns_btn_wrap a.naver_btn span:before {
    background-image: url(../img/contents/naver_btn_icon.svg);
    background-color: #03c75a;
}

.join_login_box .sns_btn_wrap a.google_btn span:before {
    background-image: url(../img/contents/google_btn_icon.svg);
    background-color: #fff;
    border: 1px solid #ddd;
}

.bbs_file .inc_file {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../img/contents/file_icon.png') no-repeat;
    text-align : left;
}

.check_reservation {
    display : none;
}

.place_list_wrap {
    clear : both;
}

/* check */
.designChk{display:inline-block; margin:2px 0px; vertical-align:middle;}
.designChk input[type="checkbox"]{position:absolute; opacity:0; visibility:hidden;}
.designChk input[type="checkbox"] + label{display:inline-block; position:relative; padding-left:20px; padding-bottom:2px; margin:0 10px 0 0; color:#999; cursor:pointer; /*font-size:14px;*/}
.designChk input[type="checkbox"] + label:before{content:""; display:block; position:absolute; top:3px; left:0px; width:16px; height:16px; background:url(/admin/common/images/board/icon_chk_pack.svg) no-repeat 0 -16px; background-size:16px 48px;}
.designChk input[type="checkbox"]:checked + label{color: #333; font-weight: 600;}
.designChk input[type="checkbox"]:checked + label:before{background-position:0px 0px;}
.designChk input[type="checkbox"]:disabled + label:before{background-position:0px -32px;}
.designChk label + .marking{display:inline-block; margin-left:-8px; vertical-align:initial;}
.designChk.onlyChk input[type="checkbox"] + label{width: 13px; height: 13px; margin-right: 0; padding-left: 0; vertical-align: top;}

/*photoList*/
.photoList{font-size:0;}
.photoList > li{display:inline-block; width:31%; margin-left:2%; margin-bottom:40px; font-size:1rem; vertical-align:top;}
.photoList > li > a{display:block;}
.photoList > li .thumb{overflow:hidden; display:block; position:relative; width:100%; padding-top:55%; background:#fff no-repeat 50% 50%; text-align:center; transition:opacity .3s ease-out;}
.photoList > li .thumb i{display:block; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; transition:all 0.3s ease-out;}
.photoList > li .thumb img{position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); transition:all 0.3s ease-out; object-fit: cover;}
.photoList > li .thumb.nothumb{background-image:url(/admin/images/unnamed.jpg); border:1px solid #ddd;}
.photoList > li .desc{padding:28px 0 30px;} 
.photoList > li .tit{display:block; margin-bottom:6px; line-height:1.4; font-size:17px; font-weight:600; letter-spacing:-.5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.photoList > li .time{line-height:1;}
.photoList > li .info{color:#999;}
.photoList > li .info *{display:inline-block; position:relative; padding-left:10px; margin-left:10px;}
.photoList > li .info *:before{content:""; display:block; position:absolute; top:50%; left:0; width:1px; height:8px; margin-top:-4px; background-color:#888;}
.photoList > li .info *:first-child{padding-left:0; margin-left:0;}
.photoList > li .info *:first-child:before{content:none;}
.photoList > li .write{display:none;}



@media screen and (max-width: 1440px) {
    .sub_wrap .con_inner {
        padding: 0 20px;
    }

    .sub_wrap .reserve_option {
        padding: 0;
    }

}

@media screen and (max-width: 1280px) {
    .sub_wrap .reserve_option {
        position: relative;
        margin-top: -20px;
        top: 30px;
    }

    .sub_visual {
        height: 240px;
    }

    .scon {
        margin: 50px auto;
    }

    .page_tlt h3 {
        font-size: 36px;
    }

    .scon_tlt {
        margin-bottom: 60px;
        font-size: 32px;
    }

    .tlt_st02 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 21px;
    }

    .fac_txt_box>p br.only_pc {
        display: none;
    }

    .fac_bot_bot.btn_wrap>a {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 17px;
    }

    /* .fac_img_box{width:55%; height:430px}
    .fac_img_box ul li img{width:100%; height:100%; object-fit:cover;}
    .fac_txt_box{width:45%; padding-left:4%;}
    .fac_txt_box > p br.only_pc{display:none;}
    .fac_bot_left, .fac_bot_right{width:46%; padding-left:0;}
    .fac_bot_right .input_box .input_field label{font-size:16px;}
    .fac_bot_right .identify_field strong{font-size:16px;}
    .fac_bot_bot.btn_wrap > a{width:180px; height:45px; line-height:45px; font-size:17px;} */


    /* 게시판 */
    .check_reservation {
        display : none;
    }

}

@media screen and (max-width: 1202px) {
    .gnb nav.sub_nav {
        display: flex;
    }

    .input_field input {font-size:14px;}

    /* 상단 검색창 */
    .sub_wrap .reserve_option {
        height: auto;
        padding: 20px;
    }

    .sub_wrap .reserve_option ul li {
        flex-wrap: wrap;
        width: 25%;
    }

    .sub_wrap .reserve_option ul li strong {
        width: 100%;
        height: 20px;
    }

    .sub_wrap .reserve_option ul li p {
        width: 100%;
        text-align: left;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 5px 10px;
    }

    .sub_wrap .reserve_option ul li.op_area p select:first-child {
        width: 100%;
    }

    .sub_wrap .reserve_option ul li.op_time select {
        padding: 0 10px 0 0;
    }

    .sub_wrap .reserve_option ul li.op_time p span {
        margin-right: 8px;
    }

    .sub_wrap .reserve_option ul li.op_hcnt select {
        width: 80%;
    }

    .sub_wrap .reserve_option ul li strong .option_icon {
        width: 15px;
        height: 16px;
        background-size: 100%;
        top: 3px;
    }

    .sub_wrap .reserve_option ul li strong {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .sub_wrap .reserve_option ul li select,
    .sub_wrap .op_date p input {
        height: 35px;
    }

    .sub_wrap .reserve_option>a.option_search_btn {
        border-radius: 10px;
    }

    /* 예약 리스트 */
    .place_list li .place_info_wrap .loca_icon {
        top: 3px;
    }

    .place_list li .pi_with_icon span {
        color: #666;
        font-size: 15px;
    }

    /* 예약 상세 */
    .fac_img_box {
        height: 360px;
    }

    .check_reservation {
        display : none;
    }

    /* .calendar ul:nth-child(n+3){margin-top:5px;} */

}

@media screen and (max-width: 1024px) {
    .scon section+section {
        margin-top: 40px;
    }

    /* 상단 검색창 */
    .sub_wrap .reserve_option {
        flex-wrap: wrap;
        padding: 20px 0 0;
        display: none;
    }

    .sub_wrap .reserve_option ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .sub_wrap .reserve_option ul li,
    .sub_wrap .reserve_option ul li:last-child {
        width: 50%;
    }

    .sub_wrap .reserve_option ul li:nth-child(3) {
        border-left: none;
    }

    .sub_wrap .reserve_option ul li:nth-child(n+3) {
        padding-top: 15px;
    }

    .sub_wrap .reserve_option>a.option_search_btn {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        border-radius: 0 0 10px 10px;
    }

    /* 예약 리스트 */
    .place_list_wrap .place_list .place_img_wrap {
        height: 172px;
    }

    .place_list li {
        width: calc(33.3% - 15px);
    }

    .place_list li .place_info_wrap>span:before {
        top: 3px;
    }

    .place_list li .place_info_wrap a strong {
        font-size: 18px;
    }

    /* 예약 상세 */
    .fac_menu {
        width: 360px;
    }

    .fac_cont {
        width: calc(100% - 400px);
    }

    .fac_txt_box .fac_name {
        font-size: 24px;
    }

    .list_st_dotted li b {
        width: 100px;
        font-size: 16px;
    }

    .list_st_dotted li span {
        font-size: 16px;
    }

    /* .fac_rsv_top{flex-wrap:wrap;}
    .fac_img_box{width:100%;}
    .fac_txt_box{width:100%; padding-top:30px; padding-left:0;}
    .fac_txt_box .list_st_dotted{display:flex; flex-wrap:wrap; justify-content:space-between;}
    .fac_txt_box .list_st_dotted li{width:50%;}
    .fac_txt_box .list_st_dotted li:first-child{width:100%;}
    .list_st_dotted li{padding-left:15px;}
    .list_st_dotted li b{width:85px; font-size:16px;}
    .list_st_dotted li span{font-size:16px;} */

    .calendar_box .cal_tit strong {
        font-size: 20px;
    }

    .calendar .cal_day li:hover a,
    .calendar .cal_day li.state a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .bbsTop .search .search_input input {
        width: 400px;
    }

    /* 게시판 작성폼 */
    /*
    .bbsWrite table th strong {
        font-size: 16px;
        font-weight: 500;
    }
    */

    .check_reservation {
        display : none;
    }

    /* 첨부파일 폼 */
    .bbsWrite .designFile > div {display: block;}
    .bbsWrite .designFile .input_box {padding: 0;}
}

@media screen and (max-width: 768px) {
    .photoList > li{display:block; width:98%; margin-bottom:40px; font-size:1rem; margin-right : 2%;}

    .gnb nav.sub_nav ul {
        display: none;
    }

    .scon_tlt {
        display: none;
        /* margin-bottom: 40px;
        font-size: 28px; */
    }

    /* 예약 현황 버튼 */
    .check_reservation {
        position: absolute;
        top : 115px;
        right : 20px;
        display : block;
    }

    /* 상단 검색 */
    .sub_wrap .reserve_option ul li select,
    .sub_wrap .op_date p input {
        font-size: 16px;
        height: 30px;
    }

    /* 서브 비주얼 */
    .sub_visual {
        display: none;
    }

    /* 예약 리스트 */
    .place_list_wrap .place_list>li {
        width: calc(50% - 15px);
    }

    /* 예약 상세 */
    .fac_img_box {
        height: 300px;
        margin-bottom: 30px;
    }

    .fac_txt_box .reserveBtn {
        width: 90%;
        position: fixed;
        bottom: 20px;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 3;
    }

    .fac_txt_box .list_st_dotted li {
        width: 100%;
        height: auto;
        display: flex;
    }

    .fac_txt_box .list_st_dotted li:before {
        top: 13px;
        bottom: auto;
    }

    .fac_txt_box .list_st_dotted li b {
        font-size: 15px;
    }

    .fac_txt_box .list_st_dotted li span {
        display: block;
        width: 100%;
        word-break: keep-all;
        font-size: 15px;
    }

    .fac_cont {
        width: 100%;
    }

    .fac_menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        overflow-y: auto;
        z-index: 10;
        margin-left: 0;
        padding-bottom: 110px;
        border: 0;
        transition: right .5s ease;
    }

    /* .calendar .cal_day li:hover a, .calendar .cal_day li.state a{width:50px; height:50px; line-height:50px;} */

    /* 예약 상세 열렸을 때 */
    .reserve_open {
        overflow: hidden;
    }

    .reserve_open .fac_menu {
        right: 0;
    }

    .reserve_open .fixed_btn {
        position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
    }

    .fac_rsv_bottom {
        flex-wrap: wrap;
    }

    .fac_bot_left,
    .fac_bot_right {
        width: 100%;
    }

    .calendar_box {
        border: 1px solid #eee;
        padding: 30px;
        border-radius: 20px;
    }

    .fac_bot_right,
    .fac_bot_bot.btn_wrap {
        margin-top: 60px;
    }

    .fac_bot_bot.btn_wrap>a {
        width: 40%;
    }

    /* 게시판 리스트 */
    .bbsTop .search {
        justify-content: center;
        flex-wrap: wrap;
    }

    .bbsTop .search select {
        width: calc(20% - 10px);
    }

    .bbsTop .search .search_input {
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-top: 10px;
        justify-content: center;
    }

    .bbsTop .search select {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .bbsTop .search .search_input input {
        padding-right: 45px;
        height: 45px;
        line-height: 45px;
        width: calc(100% - 45px);
    }

    .bbsTop .search .search_input button {
        min-width: auto;
        width: 45px;
        height: 45px;
        font-size: 0;
        text-indent: -999px;
        color: transparent;
        box-shadow: none;
        margin: 0;
        margin-left: 10px;
    }

    .bbsTop .search .search_input .search_on {
        background: var(--point_color) url('../img/contents/search_icon_w.png') no-repeat;
        background-position: center;
    }

    .bbsTop .search .search_input button:last-child {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url('../img/contents/reset_icon.png') no-repeat;
        right: 50px;
        background-position: center;
    }

    .bbsMid table .only_pc {
        display: none;
    }

    .bbsMid table .tb_num {
        width: 12% !important;
    }

    .bbsMid table .tb_date {
        width: 25% !important;
    }

    .bbsMid table .tb_subject a {
        font-size: 15px;
    }

    .tb_st01 th,
    .tb_st01 td {
        height: auto;
        padding: 10px;
        font-size: 15px;
    }

    .bbs_btns a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }

    /* 게시판 뷰 */
    .tlt_st03 {
        font-size: 24px;
    }

    p.bbs_ev b,
    p.bbs_ev span{font-size:15px;}


    .bbs_btns a {
        width: 100px;
    }

    .bbsTop p {
        margin-top: 80px !important;
    }

    /* 게시판 작성폼 */
    .bbsWrite table,
    .bbsWrite table tbody,
    .bbsWrite table tr,
    .bbsWrite table th,
    .bbsWrite table td {display: block; width: 100%;}
    .bbsWrite table th {background-color: #f7f7f7; text-align: center;}

    .bbsWrite .designFile > div {display: block; width: 100%;}
}

@media screen and (max-width: 640px) {
    .gnb nav {
        width: fit-content
    }

    .gnb nav>a {
        display: none;
    }

    .scon_tlt {
        /* margin-bottom: 25px;
        font-size: 28px; */
        display: none;
    }

    /* 예약 현황 버튼 */
    .check_reservation {
        position: absolute;
        top : 115px;
        right : 20px;
        display : block;
    }

    /* 예약 리스트 */
    .place_list_wrap .place_list>li {
        width: 100%;
    }

    .place_list_wrap .place_list>li+li {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .place_list_wrap .place_list>li:nth-child(n+3) {
        margin-top: 30px;
    }

    .calendar .cal_day li:hover a,
    .calendar .cal_day li.state a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    /* 게시판 뷰 */
    .tlt_st03 {
        font-size: 20px;
    }

    p.bbs_ev>span {
        font-size: 15px;
    }

    /* 게시판 작성폼 */

    .bbsWrite table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .bbsWrite table tr+tr {
        margin-top: 10px;
    }

    p.bbs_ev {
        justify-content: left !important;
        flex-wrap:wrap;
    }
    p.bbs_ev{padding:0;}
    p.bbs_ev > span{width:100%; text-align:center; display:flex; }
    p.bbs_ev > span + span{border-top:1px solid #eee;}
    p.bbs_ev > span > b{font-size:14px; width:30%; padding:10px; background:#f9f9f9;}
    p.bbs_ev > span > b + span{font-size:14px; width:70%; padding:10px;}
    p.bbs_ev > span + span{margin-left:0;}

    .bbs_file .download {font-size:13px;}
    iframe{width:100%;}
}

@media screen and (max-width: 576px) {
    /* 첨부파일 */
    .bbsWrite .designFile .input_box input {width: calc(100% - 135px) !important;}
}

@media screen and (max-width: 425px) {
    .scon_tlt {
        display: none;
    }

    /* 예약 현황 버튼 */
    .check_reservation {
        position: absolute;
        top : 115px;
        right : 20px;
        display : block;
    }

    .gnb h1 {
        height: 24px;
    }

    .gnb nav>a {
        height: 32px;
        line-height: 32px;
    }

    .gnb nav a span {
        font-size: 14px;
    }

    .sub_wrap .reserve_option ul li {
        width: 100%;
    }

    .sub_wrap .reserve_option ul li+li {
        padding-top: 15px;
    }

    .fac_rsv_mid #map {
        height: 240px;
    }

    .review_cont .cell {
        display: block;
    }

    .review_cont .img {
        display: block;
    }

    .review_cont .txt {
        width: 100%;
        padding-left: 0;
    }


    .fac_bot_bot.btn_wrap>a {
        width: calc(50% -10px);
    }
}

@media screen and (max-width: 360px) {}