#sub_visual {}

.sub_reserve {
    height: 350px;
    background: url(../images/sub_reserve.jpg) center;
    background-sizing: cover;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.sub_member {
    height: 350px;
    background: url(../images/sub_member.jpg) center;
    background-sizing: cover;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.sub_club {
    height: 350px;
    background: url(../images/sub_club.jpg) center;
    background-sizing: cover;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.sub_board {
    height: 350px;
    background: url(../images/sub_board.jpg) center;
    background-sizing: cover;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.sub_guide {
    height: 350px;
    background: url(../images/sub_guide.jpg) center;
    background-sizing: cover;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.sub_course {
    height: 350px;
    background: url(../images/sub_course.jpg) center;
    background-sizing: cover;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

#sub_visual h2 {
    font-size: 50px;
    font-weight: 600;
    display: none
}

#sub_visual span {
    display: none
}

.menu_sub {
    height: 60px;
    line-height: 60px;
    background: #000;
}

.menu_sub ul {
    text-align: center;
}

.menu_sub ul li {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.menu_sub ul li+li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    background: #747474;
    width: 1px;
    height: 24px;
}

.menu_sub ul li a {
    color: #747474;
    padding: 0 50px;
}

.menu_sub ul li a.on {
    color: #fff;
}

.menu_sub ul li:hover a {
    color: #fff;
}



#container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.contents {}


/****퀵메뉴*******/
.quickmenu {
    display: none;
    position: fixed;
    top: 300px;
    right: 0;
    width: 100px;
    /* background:#b1955c; */
    background: rgba(152, 122, 67, 0.9);
    z-index: 3;
}

.quickmenu h2 {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 14px;
}

.quickmenu ul li {}

.quickmenu ul li a {
    display: table-cell;
    width: 100px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
}

.quickmenu ul li a span {
    display: block;
}

.quickmenu ul li a span img {
    width: 45px;
}

.quickmenu .top {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.quickmenu .top:before {
    display: inline-block;
    content: '▲';
    font-size: 13px;
    margin-right: 5px;
}


.point {
    color: #947742;
}


ul.commonUl01 {
    margin-top: 20px;
}

div.cntBox {
    margin-top: 50px;
}


/*******************************예약*****************************/
.reserve .subTxt01 {
    margin-top: 30px;
    padding: 30px 0;
    font-size: 24px;
    border: 3px solid #eee;
}

div.leftCnt {
    float: left;
    width: 450px;
}

div.leftCnt .colorIndex {
    padding-left: 170px;
    font-size: 14px;
    height: 30px;
    width: 450px;
    color: #000;
}

div.leftCnt .colorIndex li {
    position: relative;
    float: left;
    padding: 0 0 0 22px;
    margin-left: 15px;
}

div.leftCnt .colorIndex li:nth-child(1):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ccc4b4;
}

div.leftCnt .colorIndex li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #a2865a;
}

div.leftCnt .colorIndex li:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ededed;
}

div.leftCnt .colorIndex li:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #6d6d6d;
}

div.leftCnt h4 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

table.calTbl {
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
}

table.calTbl tr th {
    height: 30px;
    font-size: 13px;
    font-family: 'Noto Sans Light';
    color: #444;
    background: #e6e6e6;
    text-align: center;
}

table.calTbl tr td {
    height: 45px;
    border: 1px solid #ddd;
}

/*색 - 토,일*/
table.calTbl tr th.sat,
table.calTbl tr td.sat a {
    color: #0ba8d7
}

table.calTbl tr th.sun,
table.calTbl tr td.sun a {
    color: #b92c42
}

table.calTbl tr td a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
}

table.calTbl tr td a span {
    display: block;
    font-size: 13px;
}

table.calTbl tr td a.closed {
    background: #eee;
}

table.calTbl tr td a.holiday {
    background: #6d6d6d;
    color: #fff;
}

table.calTbl tr td a.closed span {
    color: #bbb;
}

table.calTbl tr td a.reserved span,
table.calTbl tr td a.pick span {
    font-family: 'Noto Sans Bold';
    color: #cd3e3e;
}

table.calTbl tr td a.reserved {
    display: block;
    background: #ccc4b4;
    color: #fff;
}

table.calTbl tr td a.reserved:hover,
table.calTbl tr td a.pick,
table.calTbl tr td a.pick span,
table.calTbl tr td a.reserved:hover span {
    background: #a2865a;
    color: #fff;
}


div.selectTime {
    float: right;
    width: 650px;
}

div.selectTime h4 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

div.selectTime p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    color: #cd3e3e
}

div.today {
    margin: 15px 0;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

div.today span {
    color: #b92c42;
}

div.reservTab {
    margin-top: 15px;
}

div.reservTab a {
    float: left;
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #525252;
    border: 1px solid #eee;
}

div.reservTab a.tabOn {
    background-color: #000;
    border: 1px solid #04574e;
    color: #fff;
}

table.timeTbl {
    width: 650px;
}


table.timeTbl tr {
    border-bottom: 1px solid #ddd;
}

table.timeTbl tr th {
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #454545;
    background: #f7f7f7;
}

table.timeTbl tr td {
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #7b7b7b;
}

.timeInner ul {
    width: 650px;
    height: 46px;
    line-height: 46px;
    background: #f8f3e8;
    border-top: 2px solid #000;
}

.timeInner ul li {
    float: left;
    width: 20%;
    text-align: center;
    color: #000;
    font-size: 18px;
}

table.timeTbl tr td {
    width: 130px;
}

table.timeTbl tbody {
    float: left;
    overflow-y: auto;
    height: 700px;
}

table.timeTbl tr td.price {
    text-decoration: line-through;
}

table.timeTbl tr td.sale {
    color: #dc843c;
}

table.timeTbl tr td p.fees {
    color: #333;
}

table.timeTbl tr td a {
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #cd3e3e;
    font-size: 13px;
    line-height: 25px;
    color: #cd3e3e;
}

table.timeTbl tr td a.reservBtn {
    border: 1px solid #9b7e50;
    background: #fff;
    color: #9b7e50;
}

table.timeTbl tr td a.reservBtn:hover {
    background-color: #9a8b6d;
    color: #fff;
}

table.timeTbl tr td a.closedBtn {
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    background: #eee;
}

table.timeTbl tr td a.ingBtn {
    border: 1px solid #ca920a;
    color: #ca920a;
}

div.calHead {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-weight: 400;
}




/*---- table 테이블 ----*/
table.tbl01 {
    margin-top: 15px;
    width: 100%;
}

table.tbl01 caption {
    margin-bottom: 5px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

table.tbl01 tr th {
    padding: 12px 20px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    background: #f9f9f9;
}

table.tbl01 tr td {
    padding: 12px 20px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #454545;
    line-height: 20px;
    text-align: center;
}

table.tbl01 tr td a.col {
    background-color: #667985;
}

table.tbl01 tr td a {
    display: inline-block;
    padding: 3px 14px;
    background-color: #caced1;
    font-size: 14px;
    color: #fff;
}

table.tbl_left {
    margin-top: 15px;
    width: 100%;
}

table.tbl_left caption {
    margin-bottom: 5px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

table.tbl_left tr th {
    padding: 12px 20px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    background: #f9f9f9;
}

table.tbl_left tr td {
    padding: 12px 20px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #454545;
    line-height: 20px;
}

table.tbl_left tr td a.col {
    background-color: #667985;
}

table.tbl_left tr td a {
    display: inline-block;
    padding: 3px 14px;
    background-color: #caced1;
    font-size: 14px;
    color: #fff;
}

table.tbl02 {
    width: 100%;
    text-align: center;
    border-top: 2px solid #0c2c40;
}

table.tbl02 tr {
    border-bottom: 1px solid #ccc;
}

table.tbl02 tr th {
    position: relative;
    height: 50px;
    background-color: #f9f9f9;
    font-weight: 500;
    color: #454545;
}

table.tbl02 tr th:first-child::after {
    display: none;
}

table.tbl02 tr th::after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #e0e0e0;
}

table.tbl02 tr td {
    height: 55px;
    font-size: 15px;
    color: #555;
}

table.tbl_C {
    margin-top: 15px;
    width: 100%;
}

table.tbl_C caption {
    margin-bottom: 5px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

table.tbl_C tr th {
    padding: 12px 20px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    background: #f9f9f9;
}

table.tbl_C tr td {
    padding: 12px 20px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #454545;
    line-height: 20px;
    text-align: center;
}

/*-- END table 테이블 --*/


/*---- button 버튼 ----*/
div.bigBtn,
div.mediumBtn {
    margin-top: 50px;
    text-align: center;
}

div.bigBtn a {
    display: inline-block;
    margin: 0 10px;
    width: 260px;
    height: 55px;
    background-color: #caced1;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    color: #fff;
}

div.bigBtn a.col,
div.mediumBtn a.col,
div.smallBtn a.col {
    background-color: #000;
}

div.mediumBtn a {
    display: inline-block;
    margin: 0 10px;
    width: 160px;
    height: 50px;
    background-color: #caced1;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

div.smallBtn {
    margin-top: 50px;
    text-align: right;
}

div.smallBtn a {
    display: inline-block;
    margin: 0 10px;
    width: 80px;
    height: 35px;
    background-color: #caced1;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

div.smallBtn a.col02 {
    background-color: #334652;
}

a.sBtn {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: #caced1;
}

/*-- END button 버튼 --*/


h3.subTit02 {
    font-size: 22px;
    font-weight: 600;
    /* font-family: 'Noto Sans Medium'; */
    color: #444;
}

h3.subTit02 span {
    float: right;
    text-align: right;
}

ul.commonUl01 li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 26px;
    color: #555;
}

ul.commonUl01 li::after {
    position: absolute;
    top: 10px;
    left: 5px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #283b46;
}




/********* 클럽소개 **********/
.greetingTit {
    font-size: 22px;
}

.subTxt01 {
    margin: 30px 0;
}

.intro {}

.intro div.right {
    float: left;
    width: 600px;
    padding-top: 30px;
}

.intro ul.left {
    float: left;
    width: 600xp;
    margin-right: 100px;
}

.intro ul.left li {
    font-size: 18px;
}

.intro ul.left li+li {
    margin-top: 10px;
}

.intro ul.left li span {
    color: #7d622f;
    font-wieght: 500;
    margin-right: 30px;
}

.intro1 .left {
    float: left;
    width: 550px;
    padding-top: 100px;
    margin-right: 50px
}

.intro1 .right {
    float: right;
    width: 600px;
    padding-top: 100px;
}

.map {
    margin-top: 30px;
}

.map .left {
    float: left;
    width: 400px;
    height: 200px;
    padding-top: 50px;
}

.map .left li span {
    display: inline-block;
    width: 60px;
    color: #7d622f;
}

.map .rigth {
    float: left;
    width: 500px;
}

.map .left h3 {
    margin-top: 50px;
}



/************** 코스 ****************/

.course_info {
    float: left;
    width: 600px;
    text-align: center;
}

.course_info div.tip {
    text-align: left;
    margin: 10px 0;
    padding-left: 70px;
    color: #444;
}

.course_info div.tip h1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.course_info p {
    width: 460px;
}

.course_img {
    float: right;
    width: 550px;
}


.course_sel {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.course_sel li {
    display: inline-block;
    border: 1px solid #ddd;
}

.course_sel li a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.course_sel li a.on {
    background: #a2865a;
    color: #fff;
}

.course_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.course_box li {
    display: inline-block;
}

.course_box li+li {
    margin-left: 15px;
}

.course_box li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #444;
    text-align: center;
}

.course_box li a:hover,
.course_box li a.on {
    background: #444;
    color: #fff;
}


.tbl_course {
    width: 800px;
    margin: 0 auto;
    border-top: 2px solid #444;
    border-bottom: 1px solid #ccc;
}

.tbl_course th {
    background: #dbd0ba;
    padding: 10px;
    color: #000;
    border-left: 1px solid #9b917d;
    border-bottom: 1px solid #9b917d;
}

.tbl_course th:nth-child(1) {
    border-left: none;
    border-bottom: 1px solid #9b917d;
}

.tbl_course td {
    padding: 20px;
    border-left: 1px solid #ccc;
    color: #1a1a1a;
}

.tbl_course td:nth-child(1) {
    border: none;
    font-size: 22px;
}

.tbl_course td:nth-child(2) {
    font-size: 22px;
}

.tbl_course td:nth-child(3) {
    font-size: 22px;
}


/*******************부대시설********************/
#facility {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#facility .slider {
    overflow: hidden;
}

#facility .slider li {
    float: left;
    width: 1200px;
    height: 500px;
}

#facility .slider li img {
    width: 1200px;
}

/* PAGER */
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/arr_prev.png) no-repeat;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url(../images/arr_next.png) no-repeat;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 10;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.sub_ui li span {
    display: inline-block;
    color: #7d622f;
    width: 80px;
}



/************코스소개*************/
.common {
    width: 1200px;
    margin-top: 30px;
}

.common .left {
    float: left;
    width: 600px;
}

.common .right {
    float: right;
    width: 600px;
}

.common .left p {
    vertical-align: middle;
}


/**********코스갤러리***************/

.galleryCell {
    position: relative;
    float: left;
    width: 300px;
    height: 270px;
    padding: 10px;
}

.galleryCell a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.galleryT li:nth-child(n+5) {
    margin-top: 50px;
}

.galleryCell img {
    width: 100%;
    overflow: hidden;
}

.galleryCell .galleryCimg {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.galleryCell .galleryTitle {
    font-size: 16px;
    display: block;
    padding: 5px 0 0 0;
}

.galleryCell .galleryDate {
    font-size: 12px;
    display: block;
    color: #989898;
}


/*241223- 예약화면 변경*/
.cal-wrap {
    width: 100%;
    position: relative;
}

.cal-list-wrap {
    position: relative;
    width: 100%;
}

.cal-list-wrap ul {
    display: flex;
    gap: 0 15px;
    align-items: flex-end;
}

.cal-list-wrap ul li {
    flex: 1;
}

.cal-wrap .colorIndex {
    padding-left: 110px;
    font-size: 14px;
    height: 30px;
    width: 450px;
    color: #000;
}

.cal-wrap .colorIndex li {
    position: relative;
    float: left;
    padding: 0 0 0 22px;
    margin-left: 15px;
}

.cal-wrap .colorIndex li:nth-child(1):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ccc4b4;
}

.cal-wrap .colorIndex li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #a2865a;
}

.cal-wrap .colorIndex li:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ededed;
}

.cal-wrap .colorIndex li:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #6d6d6d;
}

.cal-wrap h4,
.time-wrap h4 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

.time-wrap {
    padding-top: 50px;
}

.time-wrap h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-wrap h4 p {
    font-size: 14px;
    color: #cd3e3e;
}


.time-list {
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
}

.time-list li {
    flex: 1;
}

.time-list li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 30px 0 10px;
    text-align: center;
}

.time-list li table.timeTbl {
    width: 100%;
    table-layout: fixed;
}

.time-list li .timeInner ul {
   display: flex;
    align-items: center;
    padding-right: 0;
    gap: 0px; 
    padding:0 10px;
}

.time-list li .timeInner ul li {
    white-space: nowrap; 
    text-align:left;
}

.time-list li .timeInner ul li:last-child {
    padding-left:6px;
}

.time-list li table.timeTbl tr td {
    width: calc(100% / 7);
    padding: 0 5px;
}

.time-list li table.timeTbl tr td a {
    width: 65px;
}

.time-list li .timeInner ul {
    display: flex;
    align-items: center;
    padding-right: 18px;
}

.time-list li .timeInner ul li {
    float: none;
    font-size: 16px;
}

.facil-menu {
    max-width: 1000px;
    display: block;
    padding: 30px 0;
}