/**
 * 게시판 / 예약신청 폼
 */
.form-table{
    width: 100%;
    border-collapse: collapse;

    border-top: 2px solid #000;
}
.form-table th,
.form-table td{
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.form-table thead tr:first-child th {border-bottom:0;} /*m*/
.form-table td{--padding: 0 20px; } /*m*/

.form-table th{
    width: 130px;
    font: 600 15px/2.40em 'NanumGothic';
    color: #343434;
    text-align: left;
    background: #f7f7f7;
    vertical-align: top;
}




.form-table th {width: 25%;font-size: 20px;line-height: normal; background: #fff;} /*m*/
.form-table2 th {background: #f7f7f7;vertical-align: middle;} /*m*/
.form-table td{
    font-size: 0;
}
.form-table td > *{
    vertical-align: middle;
}
.form-table label{
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.form-table .text{
    width: 768px;
}

.form-table .text{width: 96%; } /*m*/

.form-table .half{
    width: 268px;
}
.form-table .half{width: 96%; } /*m*/


.form-table .tel{
    width: 70px;
}

.form-table .tel{width: 27%; } /*m*/

.form-table .text.tel{
    margin-left: 7px;
}

.form-table .mail1{
    width: 240px;
}
.form-table .mail1{width: 34%; } /*m*/
.form-table i{
    margin: 0 10px;
    font: 400 14px/2em 'NanumGothic';
}
.form-table .mail2{
    width: 140px;
    margin-right: 12px;
}
.form-table .mail2{ width: 20%;} /*m*/

.form-table .mail3{
    width: 120px;
}

.form-table .mail3{width: 20%; } /*m*/
.form-table .text input,
.form-table .text textarea{
    margin: 0;
    padding: 0;
    width: 100%;
    font: 400 14px/1.32em 'NanumGothic';
    color: #727272;
    border: 0 none;
    resize: none;
}

.form-table .text input {font: 400 20px/2.32em 'NanumGothic'; }/*m*/

.form-table .text textarea{
    font-size: 20px;
    height: 160px;
}


.form-table .select span{
    display: block;
    font: 400 14px/1.32em 'NanumGothic';
    color: #727272;
    background: url(../imgs/reservation/arrow_down.png) no-repeat right center;
}

.form-table .select span{font: 400 20px/2.32em 'NanumGothic';opacity: 0;} /*m*/

.form-table .select select{
    position: absolute;
    top: 0; bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.form-table .select select {opacity: 1;font: 400 20px/2.32em 'NanumGothic';color: #727272;background: transparent;border-radius: 0;border: 0;} /*m*/

/**
 * 버튼
 */
.btn-group{
    text-align: center;
    font-size: 0;
}
.btn-group .btn{
    display: inline-block;
    margin: 0 6px;
    padding: 17px 0;
    width: 148px;
    font: 600 15px/1em 'NanumGothic';
    color: #727171;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.btn-group .btn {--width: initial;padding: 20px 0;width: 130px;font-size:18px;} /*m*/

.btn-group .btn-blue{
    color: #fff;
    background-color: #0089de;
    border-color: #0089de;
}

/**
 * 서브페이지
 */
article.sub{position: relative; margin: 70px auto; width: 1000px; }
article.sub{width: initial;background-color: #fff;margin:0;padding-top:70px;padding-bottom:70px;} /*m*/

/**
 * reservation.php
 */
article.reservation h2{
    margin: 70px auto 30px;
    width: auto;
    font: 600 21px/1em 'NanumGothic';
    color: #3b3b3b;
    text-align: center;
    text-decoration: underline;
}

article.reservation h2 {margin: 0 auto 30px;font-size: 24px;} /*m*/

article.reservation .privacy .pre-box{
    padding: 0 13px;
    height: 240px;
    border: 1px solid #e5e5e5;
    overflow-y: scroll;
}
article.reservation .privacy .pre-box pre{
    padding: 13px 0;
    width: 100%;
    font: 400 13px/2em 'NanumGothic';
    color: #a7a7a7;
    letter-spacing: 0.1em;
}

article.reservation .privacy .pre-box {padding: 30px;font-size: 18px;line-height: 25px;color: #a7a7a7;} /*m*/

article.reservation .privacy label{
    display: block;
    margin-top: 18px;
    text-align: center;
    cursor: pointer;
}
article.reservation .privacy label{margin-bottom:70px;} /*m*/
article.reservation .privacy label span{
    font: 400 14px/1em 'NanumGothic';
    color: #343434;
}
article.reservation .privacy label span {font-size: 20px;} /*m*/

article.reservation .form .btn-group{
    margin-top: 60px;
}

article.reservation .form .g-recaptcha > div{
    margin: 20px auto 0;
}

article.notice_list .form-table tr{
    cursor: pointer;
}
article.notice_list .form-table th{
    width: auto;
    text-align: center;
}
article.notice_list .form-table td{
    font: 400 15px/1.8em 'NanumGothic';
    text-align: center;
    color: #727171;
}
article.notice_list .form-table td {font-size: 20px;line-height: 88px;} /*m*/
article.notice_list .form-table td a{
    display: block;
    font: inherit;
    color: inherit;
    text-align: left;
}
article.notice_list .form-table td a{color: #000; }/*m*/
article.notice_list .pagination{
    margin-top: 60px;
    font-size: 0;
    text-align: center;
}
article.notice_list .pagination a{
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    font: 400 15px/1.87em 'NanumGothic';
    color: #727171;
    border: 1px solid #d7d7d7;
    background: #fff no-repeat center center;
    vertical-align: middle;
}

article.notice_list .pagination a{width: 50px; height: 50px;font-size: 25px;line-height: 50px;} /*m*/

article.notice_list .pagination a.ov{
    background-color: #0089de;
    border-color: #0089de;
    color: #fff;
}
article.notice_list .pagination a.prev{
    background-image: url(../imgs/notice/icon_prev.png);
}
article.notice_list .pagination a.next{
    background-image: url(../imgs/notice/icon_next.png);
}
article.notice_view .form-table td strong{
    margin-right: 20px;
    font: 600 13px/1.87em 'NanumGothic';
    color: #636363;
}
article.notice_view .form-table td strong{font-weight: normal;font-size: 16px;margin-right: 5px;} /*m*/
article.notice_view .form-table td span{
    margin-right: 70px;
    font: 400 13px/1.87em 'NanumGothic';
    color: #636363;
}

article.notice_view .form-table td span {margin-right: 0px;font-size: 16px;} /*m*/
article.notice_view .form-table td span.bar {display: inline-block;width: 1px;height: 14px;background-color: #c0c0c0;margin: 0 10px;} /*m*/
// article.notice_view .form-table td span:after {position: absolute;content: "";right: -8px;top:0;bottom: 0;width: 1px;background-color: #c0c0c0;}

article.notice_view .form-table td .photo-box img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
article.notice_view .form-table td .text-box{
    font: 400 15px/1.87em 'NanumGothic';
    padding: 26px;
    color: #727171;
}
article.notice_view .btn-group{
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
article.notice_view .btn.prev{
    float: left;
}
article.notice_view .btn.prev span{
    padding-left: 20px;
    background: url(../imgs/notice/icon_prev.png) no-repeat left center;
}
article.notice_view .btn.next{
    float: right;
}
article.notice_view .btn.next span{
    padding-right: 20px;
    background: url(../imgs/notice/icon_next.png) no-repeat right center;
}