<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("../css/NotoKR.css");

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Regular'
}

div.contents {
    padding: 50px 0;
    box-sizing: border-box;
}

/*-- tabMenu --*/
ul.tabMenu {
    position: fixed;
    width: 100%;
    display: flex;
    margin-top: 10px;
    height: 45px;
    background-color: rgba(195, 161, 133, 0.2);
    text-align: center;
    z-index: 999;
}

ul.tabMenu li {
    display: inline-block;
    margin: 0 auto
}

ul.tabMenu li a {
    padding: 0 5px;
    display: inline-block;
    font-size: 1.2vh;
    line-height: 45px;
    color: #C3A185;
}

ul.tabMenu li a.active {
    height: 42px;
    border-bottom: 3px solid #86ad52;
    color: #c3a185;
}

ul.tabMenu_my li {
    display: inline-block;
    margin: 0 5px;
}

ul.tabMenu_my li {
    display: inline-block;
    margin: 0 5px;
}

ul.tabMenu_my li a {
    padding: 0 20px;
    display: inline-block;
    font-size: 22px;
    line-height: 45px;
    color: #ccc;
}

/*-- END tabMenu --*/

/*-------------------------------- 서브 컨텐츠 영역------------------------------------*/
section {
    margin-top: 70px;
    min-height: 700px;
    font-family: 'Noto Sans Regular'
}

div.contents {
    padding: 20px 5px;
    box-sizing: border-box;
}

h1.sub_h1 {}

h2.subTit01 {
    font-size: 20px;
    text-align: center;
    color: #213046;
    font-family: 'Noto Sans Regular'
}

/*--서브탭메뉴--*/
div.subMenu,
div.subMenu2,
div.subMenu3 {
    margin: 20px auto 10px;
}

div.subMenu a {
    float: left;
    display: block;
    width: 25%;
    height: 35px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    color: #333;
    background-color: #eee;
    border-bottom: 1px solid #71a52d;
    box-sizing: border-box;
}

div.subMenu2 a {
    float: left;
    display: block;
    width: 50%;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #333;
    background-color: #eee;
    border-bottom: 1px solid #86ad52;
    box-sizing: border-box;
}

div.subMenu3 a {
    float: left;
    display: block;
    width: 33.33%;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #333;
    background-color: #eee;
    border-bottom: 1px solid #90bf50;
    box-sizing: border-box;
}

div.subMenu::after,
div.subMenu2::after,
div.subMenu3::after {
    display: block;
    content: '';
    clear: both;
}

div.subMenu a:nth-child(2),
div.subMenu3 a:nth-child(2) {
    border-right: none
}

div.subMenu a:nth-child(3) {
    border-right: none
}

div.subMenu a.active,
div.subMenu2 a.active,
div.subMenu3 a.active {
    font-family: 'Noto Sans Medium';
    /*background-color:#c3a186;*/
    color: #5d7b34;
    border-bottom: 4px solid #4d642e;
    font-weight: bold;
}



h2.subTit02 {
    font-size: 15px;
    font-family: 'Noto Sans Light';
    font-family: 'Noto Sans Regular';
    margin-top: 20px;
}

/*-- 상단 예약정보 --*/
.reser_box {
    width: 100%;
    text-align: center;
    height: 35px;
    background-color: #e9e9e9;
    margin: 5px 0 20px;
    padding: 8px 2px
}

.reser_box&gt;p {
    display: inline-block;
    color: #cd042a;
    vertical-align: middle;
    padding: 0 0 0 3%;
    border-left: 1px solid #c3a185;
    font-size: 14px;
    font-family: 'Noto Sans Regular'
}

.reser_box&gt;p&gt;.fa,
.far,
.fas {
    margin-right: 5px
}

.reser_box&gt;p:nth-child(1) {
    border-left: none;
    padding-left: 0;
    padding-right: 1%;
}

.reser_box&gt;p&gt;span {
    margin-left: 3px;
    width: 20%;
    color: #213046;
    font-size: 14px;
    font-family: 'Noto Sans Regular'
}

.reser_box&gt;p&gt;i.fas,
i.far {
    font-size: 13px
}

.reserv_box02 {
    width: 100%;
    text-align: center;
    height: 50px;
    border: 1px solid #b3c796;
    margin: 5px 0 20px;
    padding: 14px 2px;
    border-radius: 12px
}

.reserv_box02&gt;p {
    display: inline-block;
    color: #507b16;
    vertical-align: middle;
    padding: 0 0 0 5%;
    border-left: 1px solid #c3a185;
    font-size: 17px;
    font-family: 'Noto Sans Regular';
    font-weight: bold
}

.reserv_box02&gt;p:nth-child(1) {
    border-left: none;
    padding-left: 0;
    padding-right: 5%;
}

.reserv_box02&gt;p.activeOn {
    color: #961a1e;
    font-weight: bold;
}

/*------- 달력 -------*/
.reserv {
    clear: both;
    /*overflow: hidden;*/
    border-top: 0;
    display: inline-block;
    width: 100%;
}

.reserv .box_calender {
    float: left;
    width: 1100px;
}

.reserv .box_booking {
    float: left;
    width: 700px;
}

div.calBox&gt;h2.calHead {
    font-size: 18px;
    color: #363636;
}

div.calBox&gt;.calendar-haader&gt;span.year {
    font-size: 22px;
    color: #363636;
}

div.calBox&gt;.calendar-haader&gt;span.month {
    font-size: 22px;
    color: #363636;
}

.reserv .reser_box {
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: #e9e9e9;
    margin-bottom: 20px
}

.reserv .reser_box&gt;p {
    display: inline-block;
    color: #c3a185;
    vertical-align: middle;
    margin: 17px 30px;
    padding: 0 0 0 60px;
    border-left: 1px solid #c3a185;
}

.reserv .reser_box&gt;p&gt;.fa,
.far,
.fas {
    margin-right: 5px
}

.reserv .reser_box&gt;p:nth-child(1) {
    border-left: none
}

.reserv .reser_box&gt;p&gt;span {
    margin-left: 7px;
    width: 20%;
    color: #213046;
    font-size: 19px;
}

.reserv .reser_box&gt;p&gt;i.fas,
i.far {
    font-size: 13px
}

table.calenda {
    width: 100%;
}

div.leftCnt {
    float: left;
    margin: 0 40px 0 0;
    width: 310px;
    text-align: center;
}

div.leftCnt&gt;h3&gt;span {
    color: #c3a185;
    font-size: .9em;
}

div.calBox {
    margin: 10px 0;
}

div.calBox .calendar-haader {
    border: 1px solid #c8c8c8;
    padding: 10px 0;
    border-bottom: none;
    text-align: center;
}

div.calBox .calendar-haader&gt;a.btn-prev {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border: 1px solid #c8c8c8;
    background: url(../img/icon_arr_11.png) 50% no-repeat;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 5px;
}

div.calBox .calendar-haader&gt;a.btn-next {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    border: 1px solid #c8c8c8;
    background: url(../img/icon_arr_12.png) 50% no-repeat;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 5px;
}

table.calendar {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    background: #fff;
    font-family: Noto Sans Regular;
}

table.calendar tr td {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    padding-bottom: 0;
}

table.calendar tr th {
    text-align: center;
    border-bottom: 2px solid #4d642e;
    border-right: 1px solid #c8c8c8;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    background-color: #ddd;
    line-height: 20px
}

table.calendar tr td {
    height: 40px;
}

table.calendar tr td a {
    display: block;
    color: #888;
    height: 50px;
    line-height: 30px;
    font-size: 17px;
    font-family: 'Noto Sans Regular';
    box-sizing: border-box;
}

table.calendar tr td span {
    display: block;
    font-size: 11px;
    /* border-top:1px solid #dadada;*/
    line-height: 15px;
}

/*color*/
table.calendar tr th.sun,
table.calendar tr td.sun a,
table.calendar tr td.reserved.sun a {
    color: #fc574a;
}

table.calendar tr th.sat,
table.calendar tr td.sat a,
table.calendar tr td.reserved.sat a {
    color: #5b77bb;
}

/*closed 마감*/
table.calendar tr td.closed a {
    background-color: #f4f4f4;
    color: #aaa;
}

table.calendar tr td.closed a span {
    color: #aaa;
}

/*reserved 예약가능*/
table.calendar tr td.reserved a {
    background-color: #fff;
    color: #000;
}

table.calendar tr td.reserved a:hover {
    background: #4d652e;
    color: #fff;
}

table.calendar tr td.reserved a span {
    color: #6ea227;
}

table.calendar tr td.reserved a:hover span {
    color: #fff;
}

/*ready 준비중*/
table.calendar tr td.ready a {
    color: #888888;
    background: #fff;
}

table.calendar tr td.ready a span {
    background: #fff;
    display: block;
    color: #999;
    font-size: 11px;
}

/*reserved 오픈*/
table.calendar tr td.open a {
    background-color: #4d642e;
    color: #fff;
}

table.calendar tr td.open a span {
    background: #4d642e;
    display: block;
    color: #fff;
    font-size: 11px;
}

/*------//달력-------*/

/*------코스 시간 선택 테이블----*/
table.timeTbl {
    width: 100%;
}

.wrap ul.time_tabbox {
    clear: both;
    overflow: hidden;
    margin: 10px 0 5px;
}

.wrap ul.time_tabbox li {
    float: left;
    height: 30px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #c8c8c8;
    width: 25%;
}

.wrap ul.time_tabbox li:first-child {
    border-left: 1px solid #c8c8c8
}

.wrap ul.time_tabbox li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    text-decoration: none
}

.wrap ul.time_tabbox li:hover {
    background: #c3a185;
    border-color: #c3a185
}

.wrap ul.time_tabbox li:hover a {
    color: #fff
}

.wrap ul.time_tabbox li.on {
    background: #004c2d;
    border-color: #213046
}

.wrap ul.time_tabbox li.on a {
    color: #fff
}

.time-tbl .tabBtn li:nth-child(5) {
    width: 40%;
}

.time-tbl .tabBtn li {
    margin-right: 0px;
    float: left;
    width: 15%;
    height: 35px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}

div.scrollBox {
    height: auto;
    overflow-y: scroll;
}

table.timeTbl tbody tr:hover {
    background-color: #eee
}

table.timeTbl tr th {
    border: 1px solid #c8c8c8;
    border-bottom: 2px solid #c3a185;
    height: 18px;
    background: #4d642e;
    font-size: 12px;
    font-family: 'Noto Sans DemiLight';
    color: #fff;
    padding: 2px 0;
    line-height: 18px;
}

table.timeTbl tr td {
    border: 1px solid #c8c8c8;
    height: 40px;
    font-size: 13px;
    text-align: center;
    color: #777;
}

table.timeTbl tr td.fees {
    text-decoration: line-through;
}

table.timeTbl tr td.sale {
    color: #e67337;
}

table.timeTbl tr td a {
    font-family: 'Noto Sans Medium';
    color: #4d642e;
    display: block;
    font-size: 13px;
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 2px;
    border: 1px solid #b4d28a;
    border-radius: 2px;
}

table.timeTbl tr td a:hover {
    color: #fff;
    background-color: #659900;
}

/*------// 코스 시간 선택 테이블----*/


/*-- 예약조회 변경 테이블---*/
table.table_reserv {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 10px auto;
    text-align: center;
    border-top: 2px solid #4d642e;
    font-size: 13px;
    font-family: 'Noto Sans Regular';
}

table.table_reserv tr th {
    line-height: 20px;
    background-color: #f1f1f1;
    border: 1px solid #c8c8c8;
    font-family: 'Noto Sans Regular';
    font-weight: normal
}

table.table_reserv tr td {
    line-height: 20px;
    background-color: #FDFDFD;
    border: 1px solid #c8c8c8;
    padding: 5px
}

table.table_reserv tr td span.bt_cancel {
    background-color: #c3a185;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
}

table.table_reserv tr td span.bt_ok {
    background-color: #213046;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
}

table.table_reserv tr td&gt;a.col02 {
    border: 1px solid #213046;
    ;
    color: #213046;
    padding: 5px 7px;
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    font-family: 'Noto Sans Medium';
}

table.table_reserv tr td .select_box02 {
    padding-left: 15px;
    width: 80%;
    height: 30px;
    border: 1px solid #d0d0d0;
    color: #666;
    box-sizing: border-box;
    background: url(../img/arrowDwon.jpg) no-repeat right 12px center;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 13px
}

/*table.table_reserv tr td &gt; a { width: 25%; height: 15px; background-color: #c3a185; color: #fff; display: inline-block; float: left; line-height: 15px;}*/
table.table_reserv tr td&gt;a.col {}

/*---- 버튼 -----*/
div.btn {
    text-align: center;
}

div.btn a.col {
    background: #4d632e;
}

div.btn a {
    display: inline-block;
    margin: 10px 3%;
    width: 25%;
    height: 30px;
    background: #fc574a;
    /*background-color: #aaa;*/
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

div.btn a.btn_small {
    width: 25%;
}

div.btn a.btn_small100 {
    width: 90%;
}

/*---예약 주의사항---*/
div.gBox_gray {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    border-top: 1px solid #4d632e;
    padding: 0 10px 10px;
}

div.gBox_gray&gt;div&gt;img {
    display: inline-block;
    width: 30px;
    height: 25px;
    padding: 20px 0 0;
}

div.gBox_gray&gt;div&gt;p {
    font-size: 13px;
    color: #333;
    line-height: 16px;
    text-align: justify;
    margin-bottom: 10px;
    background: url('../img/bg-sdot.png') no-repeat 0 0;
    padding-left: 18px;
}

/*-- 예약취소 변경--*/
table.table_reserv tr td span.bt_cancel {
    background-color: #aaa;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    font-size: 13px;
    width: 30%;
}

table.table_reserv tr td span.bt_ok {
    background-color: #4d642e;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    font-size: 13px;
    width: 30%;
}

table.table_reserv tr td&gt;a.col02 {
    border: 1px solid #213046;
    color: #213046;
    padding: 5px 7px;
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    font-family: 'Noto Sans Medium';
}

/*---- 동반자 등록하기 -----*/
table.table_reserv td&gt;input {
    padding-left: 15px;
    width: 80%;
    height: 30px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}

table.table_reserv td&gt;a&gt;i {
    font-size: 20px
}

.massage_search {
    overflow: hidden;
    background-color: #e9e9e9;
    height: 43px;
    margin-bottom: 20px;
    text-align: center;
}

.massage_search input[type=text] {
    border: none;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 5px 10px;
    font-size: 14px;
    width: 50%;
    text-align: center;
}

.massage_search p {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    color: #213046;
}

.massage_search span&gt;a&gt;i.fas {
    display: inline-block;
    font-size: 18px;
    color: #c3a185;
}

/*--공지사항 테이블--*/
table.noticeTbl {
    width: 100%;
    text-align: center;
    border-top: 2px solid #4d642e;
    margin-top: 20px;
}

table.noticeTbl tr {
    border-bottom: 1px solid #ccc;
}

table.noticeTbl tr th {
    position: relative;
    line-height: 20px;
    height: 0px;
    background-color: #f4f4f4;
    font-weight: 500;
    color: #454545;
    border: none;
    padding: 2px;
    font-size: 13px;
}

table.noticeTbl tr th:first-child::after {
    display: none;
}

table.noticeTbl tr th::after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #e0e0e0;
    font-size: 13px;
}

table.noticeTbl tr td {
    height: 40px;
    font-size: 13px;
    color: #555;
    padding: 2px;
    line-height: 15px
}

table.noticeTbl tr .boardTit {
    padding: 0 2px;
    text-align: left;
    font-size: 12px;
}

table.noticeTbl tr td span.noticePoint {
    padding: 2px;
    background-color: #961a1e;
    color: #fff;
    font-size: 13px;
}

table.noticeTbl td.listtitle {
    text-align: left;
    padding-left: 4px
}

table.noticeTbl td.listtitle a {
    color: #191919;
    font-size: 13px;
    font-family: 'Noto Sans Medium';
}

table.noticeTbl td.notice {
    text-align: left;
    padding-left: 4px
}

table.noticeTbl td.notice a {
    color: #534c46;
    font-size: 13px;
    font-family: 'Noto Sans Regular';
}

table.noticeTbl tr td.boardTit a {
    color: #333;
    font-size: 13px;
    font-family: 'Noto Sans Regular';
}

table.noticeTbl tr td.boardTit a:hover {
    text-decoration: underline
}

table.noticeTbl tr td span.joinbBtn {
    background-color: #213046;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
}

table.noticeTbl tr td span.joinbBtn_close {
    background-color: #ddd;
    color: #213046;
    padding: 2px 10px;
    font-size: 13px;
}

table.noticeTbl tr td.invite {
    color: #961a1e
}

table.noticeTbl tr td.request {
    color: #2c5486
}


/*--- 단체예약안내 infoBox---*/
.infoBox {
    background-color: #f4f4f4;
    padding: 10px;
}

.infoBox_img {
    background-color: #f4f4f4;
    padding: 10px
}

.infoBox&gt;li {
    line-height: 20px;
    font-size: 13px;
    padding-left: 10px;
    background: url('../img/bull.png') no-repeat 1.5px 8px;
}

.infoBox&gt;li&gt;a&gt;img {
    float: left;
    margin: 20px 0 0 10px;
}

.infoBox&gt;li&gt;a&gt;span {
    display: inline-block;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #213046;
}

.pointBox {
    padding: 10px;
    border: 1px solid #ccc
}

.pointBox p {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.pointBox span {
    font-size: 13px;
    line-height: 20px;
    display: block;
}

.infoBox_img&gt;p {
    display: block
}

.infoBox_img&gt;span {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3a185;
}

.infoBox_img&gt;li {
    display: inline-block
}

.infoBox_img&gt;li&gt;p {
    float: left;
    text-align: center;
    width: 120px;
    line-height: 20px;
    font-size: 13px;
    height: 120px;
    border: 1px solid #c3a185;
    border-radius: 120px;
    padding: 10px;
    margin: 10px 22%;
}

.infoBox_img&gt;li&gt;p&gt;a {
    display: block;
    color: #234f90;
    line-height: 15px;
}

.infoBox_img&gt;li:nth-child(4) {
    padding-left: 20px
}

.infoBox_img&gt;li&gt;p&gt;a&gt;i {
    font-size: 30px;
    display: block;
    color: #c3a185;
    padding: 10px;
}


/*--- 이용방법 안내---*/
.imgBox ul {
    overflow: hidden;
    /*height:130px; */
}

.imgBox ul li {
    float: left;
    position: relative;
    width: 30%;
    height: 130px;
    padding-top: 25px;
    margin-left: 0;
    border-bottom: 1px solid #c8c8c8;
    background: url('../img/prev-01.png') no-repeat 100% 0;
    text-align: center;
    font-size: 13px
}

/*.imgBox ul li:after {display:block; position:absolute; top:90%; right:-38.5px; z-index:10; width:35px; height:35px; margin-top:-18px; background:url('../img/next-01.png') no-repeat 0 0; font-size:0; content:''; font-family: 'Noto Sans Regular'}*/
.imgBox ul li:first-child {
    margin-left: 0
}

.imgBox ul li:nth-child(2) {
    width: 70%
}

.imgBox ul .line_1&gt;p,
.line_2&gt;p,
.line_3&gt;p,
.line_4&gt;p {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: #213046;
    width: 100%;
    line-height: 25px;
    color: #c3a185;
}

.imgBox ul .line_1&gt;span,
.line_2&gt;span,
.line_3&gt;span,
.line_4&gt;span {
    display: block;
    margin: 5px 0 10px;
    font-size: 15px;
    color: #333;
}

.imgBox ul li.lineNone {
    background-image: none;
    border-top: none;
    padding: 10px 0 50px;
    text-indent: 5px;
    text-align: left;
    background-color: #f9f9f9;
}

.imgBox ul li.lineNone&gt;span.line_s {
    cplor: #333;
    font-size: 12px;
    display: block;
    line-height: 18px
}

.imgBox ul li.lineNone:after {
    background-image: none
}

.imgBox ul li.line_1 {
    background: url('../img/guide_01.png') no-repeat 50% 50px;
    background-size: 70%;
}

.imgBox ul li.line_2 {
    background: url('../img/guide_02.png') no-repeat 50% 55px;
    background-size: 70%;
}

.imgBox ul li.line_3 {
    background: url('../img/guide_03.png') no-repeat 50% 50px;
    background-size: 70%;
}

.imgBox ul li.line_4 {
    background: url('../img/guide_04.png') no-repeat 50% 50px;
    background-size: 70%;
}

.imgBox ul li.line_4:after {
    display: none
}

.imgBox .menu-booking .guidelinewrap .caution-list {
    margin-top: 40px
}

.imgBox ul li strong {
    display: block;
    margin-top: 5px
}


/*--내장 및 정산--*/
ul.base {
    margin: 5px 10px
}

ul.base&gt;li {
    line-height: 20px;
    font-size: 13px;
}


/*--- 부대시설 코스탭--*/
.tabs1,
.tabs4 {
    display: flex;
    flex-wrap: wrap;
}

.tabs1 label {
    width: 33.15%;
    order: 1;
    display: block;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    transition: background ease 0.2s;
    border: 1px solid #c3a185;
    border-left: none;
}

.tabs4 label {
    order: 1;
    display: inline-block;
    float: left;
    padding: 2px 0px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    transition: background ease 0.2s;
    width: 70px;
    height: 70px;
    border: 1px solid #c3a185;
    border-radius: 70px;
    color: #c3a185;
    font-size: 16px;
    ;
    background: url(../img/icon/quick_course_e.png) 50% 20% no-repeat;
    background-size: 50%;
    margin: 5px;
}

.tabs1 label:nth-child(2) {
    border-left: 1px solid #c3a185;
}

/*.tabs4 label:nth-child(2) {border-left:1px solid #c3a185;} */
.tabs1 .tab,
.tabs4 .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background: #fff;
    border: none;
    height: auto;
}

.tabs1 input[type="radio"] {
    display: none;
}

.tabs1 input[type="radio"]:checked+label {
    border-top: 3px solid #c3a185;
    border-bottom: none;
}

.tabs1 input[type="radio"]:checked+label+.tab {
    display: block;
}

.tabs4 input[type="radio"] {
    display: none;
}

.tabs4 input[type="radio"]:checked+label {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    color: #213046;
    font-size: 16px;
    border: 1px solid #213046;
    background-color: #f5f5f5;
    background-image: url(../img/icon/quick_course_e-on.png) 50% 20% no-repeat;
    background-size: 50%
}

.tabs4 input[type="radio"]:checked+label+.tab {
    display: block;
}

.tabs4 input+label&gt;span {
    display: inline-block;
    vertical-align: super;
    margin-top: 35px;
}

.tabs4 input[type="radio"]:checked+label&gt;span {
    display: inline-block;
    vertical-align: super;
    margin-top: 35px;
}

.tabs4 input[type="radio"]:checked+labe&gt;img {
    width: 30%
}

.tabs4 label&gt;img {
    width: 30%
}

.menu-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}


/*---부대시설탭---*/
.subMenuBox .subBoxUl .submenuUl_col5 {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
}

.subMenuBox .subBoxUl .submenuUl_col5 li {
    display: inline-block;
    border-right: 1px solid #d3d3d3;
    line-height: 20px;
    width: 18.9%;
    font-size: 11px;
    loat: left;
    border-top: 1px solid #d3d3d3;
    text-align: center;
}

.subMenuBox .subBoxUl .submenuUl li:Hover,
.submenuUl_col5 li:Hover {
    background: #eae4d5;
    border-right: 1px solid #dec6b4;
    border-top: 1px solid #dec6b4;
}

.subMenuBox .subBoxUl .submenuUl li.menuOn,
.submenuUl_col5 li.menuOn {
    background: #213046;
    color: #ffffff;
}

.subMenuBox .subBoxUl .submenuUl li.menuOn a,
.submenuUl_col5 li.menuOn a {
    color: #ffffff;
}

.subMenuBox .subBoxUl .submenuUl li a,
.submenuUl_col5 li a {
    color: #000000;
    display: inline-block;
    width: 100%;
}

/*-- 코스소개--*/
.course_map {
    position: relative;
    padding: 5px;
}

.course_map img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 50px
}

.tit_h4 {
    display: block;
    height: 27px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #151515;
}

.box_tbl {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 0px;
    overflow: hidden;
}

.box_tbl table.board_write {
    border: none
}

table.courseTbl {
    width: 100%;
    text-align: center;
    border-top: 2px solid #4d652e
}

table.courseTbl tr {
    border-bottom: 1px solid #ccc;
}

table.courseTbl tr th {
    position: relative;
    height: 0px;
    background-color: #f4f4f4;
    font-weight: 500;
    color: #454545;
    border: none;
    padding: 7px 20px;
    font-size: 13px;
}

table.courseTbl tr th:first-child::after {
    display: none;
}

table.courseTbl tr th::after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #e0e0e0;
    font-size: 13px;
}

table.courseTbl tr td {
    font-size: 13px
}

.tbl_top_left {
    display: block;
    margin: 0 0 3px;
    color: #1c1d1d;
    font-size: 16px;
}

.tbl_top_right {
    display: block;
    margin: -19px 0 5px;
    text-align: right;
    color: #838383;
    font-size: 12px;
}

.tbl_top_right strong {
    color: #dd1e04
}

.box_tbl {
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    overflow: hidden;
    border-top: none
}

.box_tbl table.board_write {
    border: none
}

.box_tbl table.board_write thead tr:first-child th {
    border-top: none;
}

.box_tbl table.board_write tr:last-child th,
.box_tbl table.board_write tr:last-child td {
    border-bottom: none
}

.box_tbl table.board_write tr td:last-child {
    border-right: none
}

.box_tbl .bot_bor_none {
    border-bottom: none
}


/*---코스공략탭---*/
.subMenuBox {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 10px;
}

.subMenuBox .subBoxUl {
    margin: 20px auto 0;
}

/*.subMenuBox .subBoxUl .submenuUl, .submenuUl_col {border-left: 1px solid #d3d3d3; }*/
.subMenuBox .subBoxUl .submenuUl li {
    display: inline-block;
    border-right: 1px solid #d3d3d3;
    line-height: 40px;
    height: 40px;
    width: 20%;
    font-size: 13px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    text-align: center;
    border-radius: 10px;
}

.subMenuBox .subBoxUl .submenuUl_col2 li {
    display: inline-block;
    border-right: 1px solid #d3d3d3;
    line-height: 45px;
    height: 45px;
    width: 49.7%;
    font-size: 16px;
    loat: left;
    border-top: 1px solid #d3d3d3;
    text-align: center;
}

.subMenuBox .subBoxUl .submenuUl li:Hover,
.submenuUl_col2 li:Hover {
    background: #eae4d5;
    border-right: 1px solid #dec6b4;
    border-top: 1px solid #dec6b4;
}

.subMenuBox .subBoxUl .submenuUl li.menuOn,
.submenuUl_col2 li.menuOn {
    color: #ffffff;
    background-color: #4d642e;
    background-size: 30%
}

.subMenuBox .subBoxUl .submenuUl li.menuOn a,
.submenuUl_col2 li.menuOn a {
    color: #ffffff;
}

.subMenuBox .subBoxUl .submenuUl li a,
.submenuUl_col2 li a {
    color: #000000;
    display: inline-block;
    width: 100%;
    line-height: 12px;
}


/*---코스공략도----*/
.mainContainer {
    width: 100%;
    margin: 15px auto 0px auto;
    font-size: 16px;
    padding: 0 0 20px 0;
}

.cosBox01 {
    position: relative
}

.cosBox01 img {
    width: 100%
}

.cosBox02 {
    margin-top: -13px;
}

.cosBox02 dd {
    border-top: 1px solid rgba(195, 161, 133, 0.4);
    padding-top: 10px;
    border-bottom: 1px solid rgba(195, 161, 133, 0.4);
    padding: 10px 0;
    text-align: center;
}

.cosBox02 dd p {
    position: relative;
    padding-left: 13px;
    font-size: 14px;
    display: inline-block;
}

.cosBox02 dd p:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.cosBox02 dd p:nth-child(1):before {
    background: #75c4e4;
}

.cosBox02 dd p:nth-child(2):before,
.cosBox02 dd p:nth-child(3):before,
.cosBox02 dd p:nth-child(4):before {
    background: #ddd;
}

.cosBox02 dd p&gt;span {
    font-size: 17px
}

.cosBox02 dd p:nth-child(2),
.cosBox02 dd p:nth-child(3),
.cosBox02 dd p:nth-child(4) {
    margin-left: 10px
}

.cosBox02&gt;h3 {
    font-size: 18px;
    font-weight: 100;
}

.cosBox02&gt;img {
    width: 100%;
    margin: 50px 0;
}

.cosPar {
    font-family: 'Noto Sans Regular';
    font-size: 28px;
    color: #4484C0;
}

.cosM {
    font-family: 'Noto Sans Regular';
    font-size: 28px;
    color: #4484C0;
    padding-left: 20px;
}

p.cosTxt {
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 40px 0;
    letter-spacing: 0px;
    height: 100px;
    color: #5f5f5f;
}

.cosT01 {
    width: 100%;
    height: 55px;
    background-color: #d0d0d0;
    border-top: 1px solid #4d652e;
}

.cosBox02 .courseNO {
    position: absolute;
    border: 3px solid #a7da8d;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    text-align: center;
    margin: 20px 10px;
    right: 0;
}

.cosBox02 .courseNO .no_NO {
    font-size: 30px;
    font-weight: bold;
    color: #4d632e;
    border-bottom: 1px solid #a7da8d;
    padding-bottom: 3px;
}

.cosBox02 .courseNO .no_hole {
    margin-top: 8px;
    font-size: 12px;
    color: #777
}

.cosBox02 .courseNO .no_inout {
    color: #4d632e;
    margin-top: 2px;
    font-size: 13px
}

.cosT01 tr th {
    font-size: 20px;
    color: #838383;
    text-align: center;
    font-family: 'Noto Sans DemiLight';
    border: none;
    padding: 0 10px 0;
}

.cosT01 tr th.holeTxt {
    font-family: 'Noto Sans Medium';
    color: #424242
}

.cosT01 tr th {
    border-bottom: 1px solid #ddd
}

/*.cosT01 tr th.holeTxt::after{position: absolute; content: ''; top: 672px; left: 40px; width: 50px;height: 1px; background: #cecece}
.cosT01 tr th:nth-child(2)::after{position: absolute; content: ''; top: 672px; left:125px; width: 50px; height: 1px; background: #cecece}
.cosT01 tr th:nth-child(3)::after{position: absolute; content: ''; top: 672px; left:215px; width: 50px; height: 1px; background: #cecece}
.cosT01 tr th:nth-child(4)::after{position: absolute; content: ''; top: 672px; left:300px; width: 50px; height: 1px; background: #cecece}
.cosT01 tr th:nth-child(5)::after{position: absolute; content: ''; top: 672px; left:390px; width: 50px; height: 1px; background: #cecece}
.cosT01 tr td {font-size: 12px; color: #B5B5B5; text-align: center; padding:0 0 5px;border-bottom: 1px solid #ddd; }*/
.T_black {
    font-size: 12px;
    text-align: center;
    color: #000 !important
}

.T_blue {
    font-size: 12px;
    text-align: center;
    color: #1764af !important
}

.T_white {
    font-size: 12px;
    text-align: center;
    color: #fff !important
}

.T_gold {
    font-size: 12px;
    text-align: center;
    color: goldenrod !important
}

.T_red {
    font-size: 12px;
    text-align: center;
    color: firebrick !important
}

.pointc01 {
    font-size: 30px;
    font-weight: normal;
    color: #359c42;
    font-family: 'Noto Sans Regular';
}

.pointc01::after {
    position: absolute;
    content: '';
    top: 45px;
    left: 550px;
    width: 142px;
    height: 1px;
    background: #767676;
}

ul.hole {
    margin: 20px auto;
    font-size: 0;
    text-align: center;
}

ul.hole li {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #a5d466;
    color: #213046;
    margin: 0 1%;
}

ul.hole li a {
    display: block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #444;
    border-radius: 100%;
    font-size: 15px;
}

ul.hole li a:hover,
ul.hole li a.on {
    background: #4d642e;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
}


/*--- 코스재원탭--*/
.tabs,
.tabs2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px
}

.tabs label {
    width: 33.33%;
    order: 1;
    display: block;
    padding: 5px 0px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    transition: background ease 0.2s;
    border: 1px solid #c3a185;
    border-left: none;
}

.tabs2 label {
    width: 50%;
    order: 1;
    display: block;
    padding: 5px 0px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    transition: background ease 0.2s;
    border: 1px solid #c3a185;
    border-left: none;
}

.tabs label:nth-child(2) {
    border-left: 1px solid #c3a185;
}

.tabs2 label:nth-child(2) {
    border-left: 1px solid #c3a185;
}

.tabs .tab,
.tabs2 .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background: #fff;
    border: none;
    height: scroll;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    border-top: 3px solid #c3a185;
    border-bottom: none;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
    overflow: auto;
}

.tabs2 input[type="radio"] {
    display: none;
}

.tabs2 input[type="radio"]:checked+label {
    border-top: 3px solid #c3a185;
    border-bottom: none;
}

.tabs2 input[type="radio"]:checked+label+.tab {
    display: block;
    overflow: auto;
}

/*--- 오시는 길----*/
.txt_map {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px
}

.txt_map&gt;span {
    font-size: 13px;
    color: #496B9C;
    font-family: 'Noto Sans Regular';
}

.txt_map&gt;span&gt;i {
    color: #999;
    font-size: 13px;
    line-height: 16px
}

.mapBox&gt;ul {
    display: inline-block;
    background-color: #f4f4f4;
    padding: 10px;
    width: 100%;
}

.mapBox&gt;ul:nth-child(2) {
    margin-right: 0
}

.mapBox&gt;ul&gt;li {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin: 10px 20px 0;
    text-indent: 20px;
}

.mapBox&gt;ul&gt;li&gt;i {
    color: #999;
    font-size: 13px;
    line-height: 16px;
    margin-left: -10px;
}

.mapBox&gt;ul&gt;li:nth-child(2),
.mapBox&gt;ul&gt;li:nth-child(3) {
    border-left: 1px solid #a2a2a2;
}

.mapBox&gt;ul&gt;li&gt;p {
    text-indent: 23px;
    color: #555;
}


/*--- 이벤트 ---*/
ul.eventBoard li {
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-right: 29.3333px;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    overflow: hidden;
}

.h37 {
    height: 370px !important
}

ul.eventBoard li img {
    width: 100%;
    height: auto;
}

ul.eventBoard li:nth-child(3n) {
    margin-right: 0;
}

ul.eventBoard li a {
    position: relative;
    display: block;
    width: 100%;
}

.eventInner-2 {
    padding: 20px;
    width: 100%;
    height: 165px;
    background-color: #fff;
    font-family: 'Noto Sans Regular'
}

ul.eventBoard-2 li {
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-right: 29.3333px;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    overflow: hidden;
}

.h37 {
    height: 370px !important
}

ul.eventBoard-2 li img {
    width: 100%;
    height: auto;
}

ul.eventBoard-2 li:nth-child(3n) {
    margin-right: 0;
}

ul.eventBoard-2 li a {
    position: relative;
    display: block;
    width: 100%;
}

div.eventInner {
    padding: 20px;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: 'Noto Sans Regular'
}

div.eventInner p.tit {
    font-size: 17px;
    font-family: 'Noto Sans Medium';
    color: #333;
}

div.eventInner p.date {
    font-size: 14px;
    color: #366889;
    margin-top: 10px;
}

div.eventInner p.date01 {
    margin-top: 10px;
    font-size: 13px;
    color: #366889;
}

div.eventInner p.date02 {
    font-size: 13px;
    color: #366889;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

div.eventInner p.date01&gt;span,
p.date02&gt;span {
    margin: 5px 5px 0px 0;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #c3a185;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #c3a185;
}

div.eventInner p.date03 {
    font-size: 14px
}

div.eventInner p.date03&gt;span {
    margin: 5px 5px 0px 0;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #c3a185;
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #c3a185;
}

div.eventBoard span.viewBtn {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 105px;
    height: 25px;
    background-color: #000;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

ul.eventBoard li:hover span.viewBtn {
    background-color: #9f1e32;
}

div.imgBox {
    /*height:252px*/
}


/*--- 이미지 슬라이드---*/
.mainslide {
    height: auto;
    width: 100%;
    float: left;
    position: relative
}

ul.slide {
    width: 100%;
    height: 100%
}

ul.slide li img {
    width: 100%;
    height: 100%
}

.bx-wrapper {
    position: relative;
    margin-bottom: -2px
}

.bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    height: 30px;
    text-align: center;
    z-index: 100;
}

.bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.bx-pager-item&gt;a {
    margin: 0 5px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #a3bac7;
    border-radius: 10px;
    font-size: 0;
    color: transparent;
    opacity: 0.5;
}

.bx-pager-item&gt;a.active {
    background-color: #ffffff;
    opacity: 1
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 20px;
    height: 61px;
    text-indent: -9999px;
    z-index: 100;
}

.bx-prev {
    display: block;
    left: 10px;
    background-image: url(../img/btn-pre.png);
    background-repeat: no-repeat
}

.bx-next {
    display: block;
    right: 10px;
    background-image: url(../img/btn-next.png);
    background-repeat: no-repeat
}


/*--- 관광정보 ---*/
.imgBox2 {
    margin: 0 10%;
}

.imgBox2 ul {
    overflow: hidden;
}

.imgBox2 ul li {
    position: relative;
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 1px solid #c8c8c8;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

.imgBox2 ul .line_1&gt;a&gt;span,
.line_2&gt;a&gt;span,
.line_3&gt;a&gt;span {
    display: block;
    margin: -10px 0 10px;
    font-size: 18px;
    color: #333;
}

.imgBox2 ul .line_1&gt;a&gt;p,
.line_2&gt;a&gt;p,
.line_3&gt;a&gt;p {
    position: absolute;
    top: 95px;
    left: 0;
    background-color: rgba(195, 161, 133, 0.5);
    width: 100%;
    line-height: 40px;
    height: 40px;
    color: #213046;
    font-family: 'Noto Sans Medium';
}

.imgBox2 ul .line_1&gt;a&gt;img,
.line_2&gt;a&gt;img,
.line_3&gt;a&gt;img {
    width: 60%;
}

.imgBox2 ul li:nth-child(1) {
    margin-left: 0
}

.imgBox2 ul li.lineNone {
    background-image: none;
    border-top: none;
    padding: 10px 0 50px;
    text-indent: 15px;
    text-align: left;
    background-color: #f9f9f9;
}

/*--- 실시간예약 알림---*/
.rightCnt_02 {
    float: left;
    width: 790px;
}

.time_notice {
    width: 100%;
    padding: 8px;
    border: 1px solid #cd042a;
    border-radius: 10px;
}

.time_notice p {
    font-weight: 600;
    color: #cd042a;
    font-weight: bold;
    margin-bottom: 10px
}

.time_notice span {
    font-size: 12px;
    text-align: justify
}



/*-- 검색--*/
.board_notice_search {
    overflow: hidden;
    background-color: #e9e9e9;
    height: 42px;
    margin-bottom: 20px;
}

.board_notice_search select {
    position: absolute;
    top: 194px;
    left: 30px;
    ;
    padding-left: 15px;
    width: 80px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #d0d0d0;
    color: #666;
    box-sizing: border-box;
    background: url(../img/arrowDwon.jpg) no-repeat right 12px center;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
}

.board_notice_search a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 12px;
}

.board_notice_search a:hover {
    background-color: #ddd;
    color: black;
}

.board_notice_search a.active {
    background-color: #2196F3;
    color: white;
}

.board_notice_search input[type=text] {
    float: left;
    border: none;
    height: 23px;
    line-height: 23px;
    margin: 10px 0 0px 110px;
    font-size: 12px;
    width: 45%;
    padding-left: 10px;
}

.board_notice_search span {
    float: left;
}

.board_notice_search span&gt;a&gt;i.fas {
    display: inline-block;
    font-size: 20px;
    color: #4d652e;
}

/*-- 조회---*/
.privatinfo {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}

.privatinfo&gt;li {
    float: left;
    line-height: 50px;
    margin-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    background: url(../img/slash_icon.png) no-repeat left center;
    width: 100%;
    color: #333;
}

.privatinfo&gt;li:first-child {
    background: none;
}

.btn_small {
    margin: 0 auto;
    display: inline-block;
    width: 15%;
    height: 27px;
    line-height: 27px;
    background-color: #4d652e;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
}

.date_box {
    line-height: 20px;
    font-size: 11px;
    width: 27%;
}


/*-- 오시는 길--*/
.club_box {
    width: 100%;
    text-align: left;
    height: 70px;
}

.club_box&gt;p {
    display: inline-block;
    color: #4d642e;
    vertical-align: middle;
    margin: 15px;
    font-size: 12px;
    line-height: 25px;
}

.club_box&gt;p&gt;.fa,
.far,
.fas {
    margin-right: 5px
}

.club_box&gt;p:nth-child(1) {
    border-left: none
}

.club_box&gt;p&gt;span {
    margin-left: 7px;
    width: 20%;
    color: #213046;
    font-size: 12px;
}

.club_box&gt;p&gt;i.fas,
i.far {
    font-size: 13px
}

/*-- 약관--*/
.clause_guide {
    width: 100%;
    font-size: 12px;
    color: #747474;
    margin: 0 auto;
    padding: 10px
}

.clause_guide .title_jang {
    display: block;
    font-size: 18px;
    line-height: 35px;
    color: #000;
}

.clause_guide .title_jo {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #5b5b5b;
}

.clause_guide .con_jo {
    margin: 0 0 19px;
    font-size: 13px;
    line-height: 18px;
    color: #747474;
}

.clause_guide .con_jo ul li {
    display: block;
    padding: 0 0 0 14px;
    text-indent: -14px;
    font-size: 12px;
    line-height: 18px;
    color: #747474;
}

.tbl_clause {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_clause th {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #666;
    text-align: center;
    border: 1px solid #cadfe8;
    background-color: #e7edf1
}

.tbl_clause td {
    font-size: 12px;
    line-height: 28px;
    color: #666;
    text-align: center;
    border: 1px solid #cadfe8;
}



/*예약전 레이어 팝업*/
#popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    z-index: 999;
    color: #535353;
}

#popup .popup_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    color: #000;
    padding: 10px 10px 50px;
    z-index: 9999;
}

.pointBtn {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: #000;
}

.pointBtn a {
    display: block;
    color: #fff;
    font-size: 24px;
}

.popup_inner .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #535353;
    margin-bottom: 20px;
}

#popup span.point {
    color: red;
}

#popup b {
    color: #535353;
}

/* 예약안내 */
.reservation_box {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}

.reservation_box:after {
    display: block;
    clear: both;
    content: ''
}

.reservation_box li {
    float: left;
    width: 49%;
    border: 1px solid #c8c8c8;
    margin-right: 1%;
    margin-bottom: 20px;
    line-height: 0;
}

.reservation_box li:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0;
}

.reservation_box li p {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.reservation_box img {
    display: block;
    margin: 0 auto;
}

.reservation_text_box {
    display: block;
    background: #f4f4f4;
    height: 100px;
}

.reservation_box li .reservation_text_box p {
    font-size: 14px;
    text-align: justify;
    letter-spacing: -0.5px;
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
    line-height: 1.5;
    padding: 10px
}

.club_box1 {
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.club_box1&gt;p {
    display: inline-block;
    color: #4d642e;
    vertical-align: middle;
    margin: 15px;
}</pre></body></html>