﻿@charset "utf-8";
.mrgr10{margin-right: 10px !important;}
.margin20{margin: 20px 0;}
.mrgb30{margin-bottom: 30px;}
.center{text-align: center;}
.width01{width: 404px !important;margin: 0 auto;}
.mrg26{margin: 26px 0;}
.mrgr0{margin-right: 0 !important;}
.mrgt50{margin-top: 50px;}
.mrgt20{margin-top: 20px !important;}
.font-med{font-weight: 500;}
.mrgl40{margin-left: 40px;}
.mrgt100{margin-top: 100px;}
.mrgt10{margin-top: 10px !important;}
.mrgt100{margin-top: 100px;}
.mrgr25{margin-right: 25px !important;}
.mrg5020{margin: 50px 0 20px 0;}
.right{text-align: right !important;}
.bdr0{border-right: 0 !important;}
.margin30{margin: 30px 0 !important;}

/*---------------join-------------------*/
/*login*/
.login-container{
    height: 100%;
    width: 100%;
    background: url(/images/contents/join_back.png)no-repeat;
    background-size: 100%;
}
.login-h{height: 950px;}
.login-wrap{
    width: 498px;
    margin: 0 auto;
    padding-top: 196px;
}
.login-in{
    padding: 58px 47px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    background: #fff;
    animation: slipup 1s .2s both;
}
@keyframes slipup {
	0% { opacity: 0; transform: translateY(50px); }
	100% { opacity: 1; transform: translateY(0); }	
}	
.login-in h2 img{margin: 0 auto;}
.login-idpw input{
    width: 404px;
    height: 60px;
    margin: 0 auto;
    background: #f5f5f5;
    border: 0;
    text-align: center;
}
.login-idpw input::placeholder{
    text-align: center;
    color: #acacac;
    font-size: 18px;
    font-weight: 300;
}
.login-idpw input:focus::placeholder{color: transparent;}
.login-idpw li{position: relative;}
.login-idpw li:first-child{margin: 57px 0 29px 0;}
.login-idpw span{
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}
.login-btn{
    display: block;
    background:#bf261f;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    line-height: 55px;
    margin-top: 26px;
}
.loging-chk{
    text-align: center;
    margin: 56px 0 50px 0;
    position: relative;
}
.loging-chk li{
    display: inline-block;
    color: #535b5d;
    font-size: 18px;
}
.loging-chk li:first-child{margin-right: 90px;}
.loging-chk::after{
    content: "";
    display: block;
    width: 2px;
    height:29px;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.login-btm{text-align: center;}
.login-btm p{color: #535b5d;font-weight: 300;}
.login-btm a{color: #272727;font-weight: 700;font-size: 18px;}

/*join01*/
.contents-join-box{
    padding: 58px 34px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    background: #fff;
    animation: slipup 1s .2s both;
}
.contents-join-box.join{ padding: 67px 33px;}
.logo-login img{margin: 0 auto;}
.join-wrap{ width: 100%; margin:auto;}
.join-top-box{ 
    width: 100%; 
    background-color: #ea5815; 
    color: #fff; 
    font-weight: 300; 
    text-align: center; 
    line-height: 48px; 
    text-transform: uppercase; 
    font-size: 1.13em;
}
.join-top-box span{ color: #ffaf8a;}
.join-wrap h1.title{ 
    text-align: center; 
    font-size: 24px; 
    padding:30px 0 20px; 
    color: #535b5d; 
    font-weight: 500;
}
.text-login02{
    color: #535b5d;
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
}
.check-all{ 
    text-align: center; 
    width: 100%; 
    margin-bottom: 15px;
}
.check-all span{ 
    width: 34px; 
    height: 34px; 
    display: inline-block; 
    margin-top:15px;
}
.check-all p{ 
    font-size: 20px; 
    color: #505050; 
    padding:14px 0 5px;
}
.check-all input[type=checkbox] {
    display:none;
}
.check-all input[type=checkbox] + label { 
    cursor: pointer; 
    background-repeat: no-repeat;
    background-image: url('/images/contents/join_agree_before.svg');
	background-size: 34px 34px;
	padding: 17px;
    font-size: 0;
    width: 34px;
    height: 34px;
    transition: 0.3s all;
}
.check-all input[type=checkbox]:checked + label {
    background-image: url('/images/contents/join_agree_all.svg');
	background-size: 34px 34px;
}

.join-box{ width: 100%;}
.join-box ul li{ 
    width: 100%; 
    border-bottom:1px solid #dbdbdb; 
    display: table;
}
.join-box ul li h2.title{ 
    font-size:20px; 
    text-align: left; 
    color: #535b5d; 
    letter-spacing: -1px; 
    font-weight: 400;
    position: relative; 
    height: 88px; 
    width: 100%; 
    display: table-cell; 
    vertical-align: middle;
}
.join-box ul li h2.title b{ 
    color: #e42f2f; 
    padding-left: 2px; 
    display: inline-block;
}
.join-box ul li h2.title a{ 
    display: inline-block; 
    width: 104px; 
    padding: 8px 0; 
    color: #505050; 
    letter-spacing: -0.8px; 
    border:1px solid #c7c7c7; 
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.16); 
    text-align: center; 
    font-size: 16px; 
    border-radius: 10px; 
    margin-left: 16px;
}

.check-select{ 
    position: absolute; 
    right: 0px; 
    top:26px; 
    width: 34px; 
    height: 34px; 
}
.check-select input[type=checkbox] {display:none;}
.check-select input[type=checkbox] + label { 
    cursor: pointer; 
    background-repeat: no-repeat;
    background-image: url('/images/contents/join_agree_before.svg');
	background-size: 34px 34px;
	font-size: 0;
	padding: 17px;
    transition: 0.3s all;
}
.check-select input[type=checkbox]:checked + label {
    background-image: url('/images/contents/join_agree.svg');
	background-size: 34px 34px;
}

.join-tbl-nature{
    display: table-row;
    width: 100%;
}
.join-tbl{ 
    width: 100%; 
    border-top:1px solid #acacac; 
    font-size: 0.88em; 
    word-break: keep-all; 
    line-height: 1.5em; 
    color: #363636; 
    display: table-cell; 
    padding-bottom: 10px;
}
.join-tbl th{ 
    border:1px solid #e9e9e9; 
    padding: 6px 2px; 
    text-align: center; 
    background-color: #f5f5f5; 
    vertical-align: middle;
}
.join-tbl td{ 
    border:1px solid #e9e9e9; 
    padding: 6px 2px; 
    text-align: center; 
    vertical-align: middle;
}
.join-tbl .radio-sty01 input[type=radio] + label{ padding-right: 0; background-position: left top 2px;}

.join-tbl02{ 
    width: 100%; 
    border-top:1px solid #acacac; 
    font-size: 0.88em; 
    word-break: keep-all; 
    line-height: 1.5em; 
    color: #363636; 
    padding-bottom: 10px;
}
.join-tbl02 th{ 
    border:1px solid #e9e9e9; 
    padding: 6px 2px; 
    text-align: center; 
    background-color: #f5f5f5; 
    vertical-align: middle;
}
.join-tbl02 td{ 
    border:1px solid #e9e9e9; 
    padding: 6px; 
    text-align: left; 
    vertical-align: middle;
}
.join-tbl02 input{ background-color: #fff; text-indent: 0;}
.join-tbl02 .btn-certified2{ width: 80px;}
.join-tbl02 td div{ 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
.line-dashed{border: 1px dashed #dbdbdb;display: block;width: 100%;}

/*레이어 팝업*/
.pop-join{ 
    position: fixed; 
    top:50%;
    left:50%; 
    transform: translate(-50%, -50%);
}
.pop-join{ 
    width: 500px; 
    margin: auto; 
    padding: 37px 45px 85px; 
    border-radius: 20px; 
    border: solid 1px #e2e2e2; 
    background-color: #fff; 
    height: 75%; 
    max-height: 840px; 
    z-index: 1200;
}
.pop-join h2.title{ 
    font-size: 24px;
    font-weight: 500;
    color: #535b5d; 
    letter-spacing: -1px; 
    text-align: center;
}
.pop-close{ 
    position: absolute;
    right:10px; 
    top:10px; 
    width: 36px; 
    height: 36px; 
    cursor: pointer;
}

.pop-terms{ 
    white-space: pre-line; 
    line-height: 2em; 
    font-size: 18px; 
    height: 80%; 
    overflow-y: auto; 
    padding-right: 20px; 
    width: 100%; 
    color: #505050; 
    font-weight: 300; 
    letter-spacing: -1px;
}
.pop-terms2{ 
    height: 80%; 
    overflow-y: auto; 
    width: 100%; 
    color: #505050; 
    font-weight: 300; 
    letter-spacing: -1px;
}
.pop-join-text{ 
    font-size: 14px; 
    line-height: 1.5em; 
    word-break: keep-all;
    color: #535b5d;
}
.btn-login{
    text-align: center;
    margin-top: 55px;
} 
.btn-login a{
    width: 197px;
    height: 56px;
    background: #c2c2c2;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #fff;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}
.btn-login a.on{background: #bf261f;}
.overlay{ position: fixed; top:0; left: 0; right:0; bottom:0; background-color: rgba(0,0,0,0.8); z-index: 1100;}

.join-agree-box{ 
    width: 100%; 
    height: 100px; 
    border:1px solid #e8e8e8; 
    background-color: #f4f4f4; 
    font-size: 12px; 
    font-weight: 300; 
    padding : 12px; 
    margin-bottom:10px; 
    overflow: hidden; 
    overflow-y: scroll; 
    white-space: pre-line;
    line-height: 1.4em;
}
.text-join01{ 
    font-size: 0.875em; 
    line-height: 1.25em; 
    color: #535b5d; 
    word-break: keep-all; 
    text-align: left; 
    letter-spacing: -1px;
}
.text-join02{ 
    color: #a2a2a2; 
    font-weight: 300; 
    font-size: 18px; 
    word-break: keep-all; 
    /* width: 96%;  */
    margin: auto; 
    letter-spacing: -1px; 
    line-height: 1.8em;
}
.text-join02 span.text-big{ 
    color: #3d3d3d; 
    font-size: 18px; 
    font-weight: 400; 
    letter-spacing: -0.38px; 
    line-height: 25px;
}
.text-join02 span.text-big02{ 
    font-size: 18px; 
    font-weight: 400; 
    letter-spacing: -0.36px; 
    line-height: 2em; 
}
.text-join02 span.text-small{ font-size: 18px; letter-spacing: -0.65px;}
.text-join03{ 
    text-align: center; 
    margin-top: 57px;
    color: #a2a2a2; 
    word-break: keep-all; 
    font-size:18px; 
}

.certified-box{ 
    width: 100%; 
    overflow: hidden; 
    margin:30px 0 20px; 
    padding: 60px 0 40px; 
    border-top: 1px dashed #dbdbdb; 
    border-bottom:1px solid #dbdbdb;
}
.certified-box ul{ 
    display: flex; 
    justify-content: space-evenly; 
    width: 100%;
}
.certified-box li{
    /* width: 40%; float:left;*/ 
    text-align: center; 
    width: 33.33%;
}
.certified-box li h2{ color: #535b5d;  font-weight: 500;}
.certified-box li p{ 
    margin: 20px auto; 
    display: flex; 
    justify-content: center; 
    justify-items: center;
}
.certified-box li p img{ height: 70px;}

.member-info-box{ width: 100%;}
.member-info-box dl{ width: 100%; margin-bottom: 36px;}
.member-info-box dl::after{ clear: both; content: ''; display: block;}
.member-info-box dt{ 
    display: block; 
    margin-bottom: 15px; 
    color: #505050; 
    font-weight: 500; 
    font-size: 20px;
}
.member-info-box dt span{ 
    vertical-align: baseline; 
    color: #c80341; 
    font-weight: 500; 
    padding-left: 5px;
}
.member-info-box dd{ width: 100%; margin-bottom: 8px;}
.member-info-box p{ 
    line-height: 1.5em; 
    word-break: keep-all; 
    color: #4e4e4e;
}

.enter-name{ width: 100% !important; float: left;}
.enter-name input{ 
    background:#f4f4f4;
    text-indent: 20px;
    line-height: 60px;
    font-size: 18px;
}

.enter-sex{ width: 100%;}
.enter-sex span{ 
    width: 77px; 
    line-height: 60px; 
    display: inline-block; 
    border-radius: 10px; 
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16); 
    text-align: center;
}
.enter-sex span.man{ background-color: #2bafe6;color: #fff;margin-right: 17px;}
.enter-sex span.women{ background-color: #db5c97;color: #fff;margin-right: 17px;}
.enter-sex span.none{ background-color: #fff;color: #000; border: solid 1px #c7c7c7;
}

.enter-id{ width: 70% !important; float: left;}
.enter-id2{ width: 100% !important; float: left;}
.btn-overlap{ 
    width: 28% !important; 
    margin-left: 2%; 
    float: left; 
    background-color: #515151; 
    color: #fff; 
    font-weight: 400; 
    text-align: center; 
    line-height: 60px; 
    border-radius: 10px; 
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.area{ display: flex; justify-content: space-between}
.area .zone{ 
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.birthday{ width: 100%;}
.enter-date{ font-size: 24px;}
.email{ 
    display: flex; 
    justify-content: space-between; 
    justify-items: center; 
    line-height: 48px;
}
.email input[type="text"]{ width: 45%;}

.member-info-box .phone{ 
    width: 100%; 
    display: flex; 
    justify-content: space-between;
}
.member-info-box .phone input{ font-size: 0.94em;}
.member-info-box .phone ol{width: 32%;margin-left: 1.5%;position: relative;}

.radio-sty01{ font-size: 16px;}
.radio-sty01 input[type=radio] {
    display:none;
}
.radio-sty01 input[type=radio] + label { 
    background-repeat: no-repeat;
    background-image: url('/images/contents/join_radio.svg');
	background-size: 19px 19px;
	padding-left: 21px;
	padding-right: 20px;
	background-position: left top 4px;
    transition: 0.3s all;
}
.radio-sty01 input[type=radio]:checked + label {
    background-image: url('/images/contents/join_radio_on.svg');
	background-size: 19px 19px;
}

.join-finish{ width:100%; margin:52px 0 0;}
.join-finish a{
    width: 100%; 
    display: block;
    background-color: #fff; 
    color: #ea5815; 
    font-weight: 600; 
    line-height: 56px; 
    font-size: 20px; 
    border: 1px solid #ea5815; 
    text-align: center;
}

.input-disable{ 
    background-color: #f4f4f4; 
    text-indent: 20px; 
    line-height: 60px; 
    font-size: 18px;
}

/*join-select*/
.join-select {
	background: #f4f4f4;
	text-align: left;
	cursor: pointer;
	position: relative;
	text-indent: 1em;
	line-height: 60px;
    font-size: 18px;
}
.area-select{width: calc((100% - 7px)/2);}
.join-select.disabled{ 
    background-color: #fff; 
    border: 1px solid #e8e8e8; 
    line-height: 60px;
}
.join-select span{color: #000;font-weight: 300;}
.join-select li .options {
	display: block;
	margin: 0;
	background:#fff;
	position: absolute;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	border: 1px solid #e8e8e8;
	border-top:0;
	top:60px;
	left:0;
	opacity: 0;
	transition:0.5s ease all;
	z-index: 1;
	
}
.join-select li .options li {
    transition: 0.5s ease all; 
    border-bottom: 1px solid #e8e8e8;
}
.join-select li .options li:last-child {border-bottom:0;}
.join-select li .options li:hover {
  	background: #f3f3d4;
	color:#000;
}
.join-select li .options.open {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top:0;
	opacity: 1;
	max-height: 245px;
	overflow-y: auto;
}
.join-select:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.8em solid #000;
  position: absolute;
  top: 25px;
  right: 1em;
  transition: all ease 0.25s;
}

/*join02*/
.btn-certified2{
    width: 100%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 16%);
    border: solid 1px #c7c7c7;
    max-width: 104px;
    color: #505050;
    letter-spacing: -0.8px;
    background: #fff;
    padding: 6px 0;
}
.join02-phone input{
    width: 404px;
    height: 60px;
    margin: 0 auto;
    background: #f5f5f5;
    border: 0;
    text-align: center;
}
.join02-phone input::placeholder{
    text-align: center;
    color: #acacac;
    font-size: 18px;
    font-weight: 300;
}
.join02-phone input:focus::placeholder{color: transparent;}
.join02-phone span{
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}
.join02-phone img{margin: 0 auto;}
.certified-box02{
    display: block;
    width: 100%; 
    overflow: hidden; 
    margin:30px 0 20px; 
    padding: 60px 0 40px; 
    border-top: 1px dashed #dbdbdb; 
    border-bottom:1px solid #dbdbdb;
}
.certified-box02 ul{
    text-align: center;
}
.certified-box02 ul li:first-child img{margin: 0 auto;}
.certified-box02 ul li{margin-bottom: 30px;position: relative;}
.certified-box02 .title{
    font-size: 20px;
    color: #505050;
}
/*join03*/
.member-info-box dl dd{position: relative;}
.member-info-box .btn-close{
    position: absolute;join-wrap
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}
.member-info-box .btn-close.close-ph{right: 15px;}
.rightAdd{
    right: 145px !important;
   transform: translateY(-83%) !important;
}
/*join04*/
.id-check-box{
    width: 100%;
    padding: 22px 0 33px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.63px;
    line-height: 2.4em;
    color: #acacac;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
    margin: 55px 0 30px;
}
.id-check-box span{
    font-size: 35px;
    color: #000;
    line-height: 1.7em;
}
.text-add01{
    color: #3d3d3d;
}
/*find_id, find_pw*/
.find-wrap{
    width: 100%;
    margin: 0 auto;
}
.find-wrap h1.title{
    text-align: center;
    font-size: 24px;
    color: #535b5d;
    letter-spacing: -1.2px;
    font-weight: 500;
    margin: 44px 0 10px 0;
}
.find-wrap ul{margin-bottom: 25px;}
.find-wrap ul li{position: relative;}
.find-wrap ul li input{background: #f5f5f5;}
.find-wrap ul li.phone{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.find-wrap ul li.phone p{
    float: left;
    margin-left: 1.5%;
    width: 32%;
    position: relative;
}
.find-wrap ul li.phone p:first-child{margin-left: 0;}
.find-wrap ul li.phone p input{
    font-size: 18px;
}
.btn-certified{
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #535b5d;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    margin-bottom: 20px;
    line-height: 54px;
    border-radius: 15px;
}
.phone-certified{width: 100%;overflow: hidden;}
.phone-certified li{width: 25%; float: left;}
.phone-certified li:first-child{width: 74.5%;}
.phone-certified .certified-time{
    color: #acacac;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #dedede;
    border-left: 0;
}
.phone-certified input[type="number"]{
    width: 100%;
    background: #fff;
    border: 1px solid #dedede;
    border-right: 0;
    font-size: 18px;
}
.find-wrap .btn-close{
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}
.find-wrap .btn-close.close-ph{
    right: 15px;
}
.member-info-box textarea{
    width: 100%;
    background-color: #f5f5f5;
    border: 0;
    resize: none;
    height: 180px;
    /* padding: 20px; */
}

/*------------reservation---------------*/
/*golf_reservation*/
.reser-info-back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 284px;
    background: #f1f1f1;
    top: 380px;
}
.contents-reser{ 
    position: relative; 
    width: 100%; 
    height: 100%;
    margin: 0 auto;
    padding:160px 0 50px;
}
.wide-reser{ 
    /* width: 100%; */
    margin: 0 auto; 
    padding:0 clamp(0.625rem, -14.375rem + 18.75vw, 8.125rem);
}
.reser-top{ 
    position: relative; 
    width: 100%;
}
.reser-top .reser-tit{ 
    font-size: 27px; 
    color: #3d3d3d; 
    font-weight: 500;
}
.reser-top .reser-tit span{ 
    font-size: 20px; 
    margin-left: 17px; 
    line-height: 32px; 
    background-color: #bf261f; 
    color: #fff; 
    text-align: center; 
    border-radius: 20px; 
    font-weight: 300; 
    width:144px; 
    display: inline-block;
}
.reser-top .reser-tit span b{ font-size: 15px;}
.reser-top-menu{ 
    position: absolute; 
    right:0; 
    top:8px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
.reser-top-menu a{ 
    display: block; 
    font-size: 18px; 
    font-weight: 400; 
    transition: 0.3s all; 
    letter-spacing: -0.36px;
    color: #393939;
}
.reser-top-menu a.on{ font-weight: 600;}
/* .reser-top-menu a:hover{ font-weight: 600;} */
.reser-top-menu em{ 
    width: 1px; 
    height: 12px; 
    background-color: #707070; 
    margin:0 55px;
}

.calendar-wrap{ 
    width: 100%;
    border:1px solid #c4c4c4; 
    margin-top:18px; 
    display: flex;
}

.left-section{ 
    width: 560px; 
    border-right: 1px solid #e1e1e1;
}
.calendar-box{ 
    /* width: 100%;  */
    padding: 40px 70px 30px; 
    position: relative;
}
.calendar-box .bg-calendar{ 
    position: absolute; 
    top:0; 
    left: 0; 
    right:0; 
    bottom:0; 
    background-color: #fbfbfb; 
    z-index: -1;
}

.calendar-top{ width: 100%; position: relative;}
.calendar-tit{ 
    font-size: 35px; 
    line-height: 35px; 
    font-weight: 500; 
    color: #303030; 
    padding-left: 15px;
}
.calendar-right{ position: absolute; right:0; bottom:0;}
.calendar-right span{ 
    display: inline-block; 
    border-radius: 50%; 
    width: 14px; 
    height: 14px; 
    margin-left: 15px; 
    margin-bottom:-1px;
}
.calendar-right span.orange{ background-color: #eb7f13;}
.calendar-right span.blue{ background-color: #2bafe6;}

.calendar-box table{ 
    width: 100%; 
    min-height: 330px; 
    font-size: 24px; 
    margin-top: 30px;
}
.calendar-box table thead th{ 
    font-weight: 500; 
    color: #303030; 
    padding: 15px 0; 
}
.calendar-box table thead th:first-child{ color: #d20d0d;}
.calendar-box table thead th:last-child{ color: #1b77d2;}
.calendar-box table tbody td{ 
    color: #cfcfcf; 
    padding: 15px 0; 
    text-align: center; 
    font-weight: 300; 
    font-size:20px; 
    line-height: 1.5em; 
    position: relative;
}
.calendar-box table tbody td.today{ 
    font-weight: 500; 
    color: #fff !important;
}
.calendar-box table tbody td.today2::after{ 
    content: ''; 
    position: absolute; 
    top:50%; 
    right: -60px; 
    width: 120px; 
    height: 36px; 
    background-color: #eb7f13; 
    border-radius: 20px 20px; 
    z-index: -1; 
    transform: translateY(-50%)
}
.calendar-box table tbody td.today1::after{ 
    content: ''; 
    position: absolute; 
    top:50%; 
    left: 50%; 
    width: 36px; 
    height: 36px; 
    background-color: #eb7f13; 
    border-radius: 50%; 
    z-index: -1; 
    transform: translate(-50%, -50%)
}
.calendar-box table tbody td.possible{ color: #303030; }
.calendar-box table tbody td.possible:first-child{ color: #d20d0d;}
.calendar-box table tbody td.possible:last-child{ color: #1b77d2;}
.calendar-box table tbody td .wait{ 
    display: block; 
    position: absolute; 
    font-size: 14px;
    background-color: #2bafe6; 
    color: #fff; 
    border-radius: 20px; 
    line-height: 22px; 
    width: 64px; 
    left: 50%; 
    bottom:-13px; 
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 20;
}
.calendar-box tbody tr td.holiday{
    color:#E62B2B;
}
.calendar-box .holiday-back{
    position: absolute;
    font-size: 12px;
    background-color: #E62B2B;
    color: #fff;
    border-radius: 20px;
    line-height: 20px;
    width: 38px;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 20;
}

.calendar-info{ margin: 32px; }
.calendar-info p{ 
    overflow-y: auto; 
    height: 290px; 
    word-break: keep-all; 
    white-space: pre-line; 
    line-height: 1.75em; 
    color: #717171; 
    font-size: 18px; 
    font-weight: 300;
}
.calendar-info p span{ font-weight: 500 }

.right-section{ width: calc(100% - 560px); height: 100%;}
.reser-cos-wrap{ width: 100%; display: flex; overflow: hidden;}
.reser-cos{ width: 100%; text-align: center;}
.reser-cos h2.tit-cos1{ width: 100%; background-color: #535252; color: #fff; font-size: 25px; line-height: 63px;}
/* .reser-cos h2.tit-cos2{ width: 100%; background-color: #198cbc; color: #fff; font-size: 25px; line-height: 63px;} */

.reser-cos table{ 
    width: 100%; 
    font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem); 
    color: #434343; 
    font-weight: 300; 
}
.reser-cos table thead th{ line-height: 65px; font-weight: 400; }

.tbl-list-wrap{ width: 100%; height: 1057px; border-right: 1px solid #dbdbdb;}
.tbl-list-wrap.none{ border-right:none;}
.tbl-shadow{ border-bottom: 1px solid #bbb; width: 100%; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);}
.tbl-overflow{ height: 992px; overflow-y: auto;position: relative;}
.tbl-overflow::-webkit-scrollbar {
    width: 3px;
}
.tbl-overflow::-webkit-scrollbar-thumb {
    height: 10%;
    background: #a4a4a4; 
    border-radius: 10px;
}
.tbl-overflow::-webkit-scrollbar-track {
    background: #f1f1f1;;  /*스크롤바 뒷 배경 색상*/
}
/*.tbl-indent{ text-indent: -6px; }*/

.reser-cos table tbody{ overflow: auto; height: 100%; }
.reser-cos table tbody tr td{ padding: 10px 0; vertical-align: middle; border-bottom: 1px dashed #ccc; height: 68px; font-size: 20px;}
.reser-cos table tbody tr{ transition: 0.3s ease-in-out background-color; }
.reser-cos table tbody tr:hover{ background-color: #f6f6f6;}
.reser-cos table tbody tr td.discount span{ display: inline-block; color: #a8a8a8; font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem); text-decoration:line-through;}
.reser-cos table tbody tr td.discount b{font-size: 20px; font-weight: 300; display: inline-block; color: #cb2525;margin-left: 26px;}

.btn-reser{ 
    line-height: 32px; 
    border-radius: 10px; 
    border:1px solid #888; 
    color: #888; 
    letter-spacing: -0.4px; 
    display: inline-block; 
    text-align:center; 
    margin: auto; 
    transition: 0.2s ease-in-out; 
    max-width: 90px; 
    width: 80%;
}
.reser-cos table tbody tr:hover .btn-reser{ 
    background-color: #bf261f; 
    border:1px solid #bf261f; 
    color: #fff;
}

.reser-confirm{ width: 100%; margin-top: 32px;}
.sub-reser-tab{ width: 100%;}
.sub-reser-tab ul{ overflow: hidden; border-radius: 15px 15px 0 0;}
.sub-reser-tab li{ width: 50%; line-height: 60px; background-color: #ececec; color: #a7a7a7; font-size: 20px; text-align: center; float: left; cursor: pointer;}
.sub-reser-tab li.on{ background-color: #bf261f; color: #fff;}

.reser-confirm-box{ border:1px solid #e5e5e5; border-top: 0; /*width: 100%;*/padding: 30px 50px; min-height: 470px;}

.tbl-sty02{ width: 100%; border-top:1px solid #acacac; font-size: 18px; font-weight: 300;}
.tbl-sty02 thead th{ padding: 19px 0; border:1px solid #e9e9e9; border-top:0; background-color: #f5f5f5;}
.tbl-sty02 tbody{ border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;}
.tbl-sty02 tbody td{ padding: 19px 0; border-bottom:1px solid #e9e9e9; text-align: center;}
.tbl-sty02 tbody td.none{ text-align: center; color: #c1c1c1;}
.btn-normal{ width: 90px; text-align: center; line-height: 32px; border-radius: 10px; border:1px solid #888; color: #888; font-size: 18px; letter-spacing: -0.36px; display:inline-block;}
.btn-normal.on{ background-color: #545454; color: #fff;}
.btn-normal.add01{border: 1px solid #bf261f; color: #bf261f;}

#confirmBox2{ display: none;}

/*reser-pop*/
.pop-reser{ position: fixed; top:50%; left:50%; transform: translate(-50%, -50%);visibility: hidden;}
.pop-reser{ width: 850px; margin: auto; padding: 37px 45px; border-radius: 0; border: solid 1px #e2e2e2; background-color: #fff; max-height: 700px; z-index: 1200;overflow: hidden;overflow-y: auto;border-radius: 15px;}
.pop-reser h2.title{ font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem); color: #535b5d; letter-spacing: -1px; text-align: left;}

.pop-reser-text{ color: #3d3d3d; font-weight: 300;font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);white-space: pre-line;}
.pop-reser-text span{ color: #d52727; font-weight: 400;}

.pop-over-box{ height: 90%; overflow-y: auto; width: 100%; max-height: 470px;}
.pop-over-box::-webkit-scrollbar {
    width: 3px;
}
.pop-over-box::-webkit-scrollbar-thumb {
    height: 10%;
    background: #a4a4a4; 
    border-radius: 10px;
}
.pop-over-box::-webkit-scrollbar-track {
    background: #f1f1f1;;  /*스크롤바 뒷 배경 색상*/
}

.pop-reser .reser-confirm-box{ max-height: 470px; overflow-y: auto; padding: 10px;}
.pop-txt-add01{font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);font-weight: 500;position: relative;text-indent: 10px;}
.pop-txt-add02{font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);font-weight: 500;}
.pop-txt-add01::after{
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.room-reser-table table{
    width: 100%;
    border-top:1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #363636;
    font-size: 18px;
}
.table02-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.room-reser-table table tbody tr th{background: #f3f3f3;color: #363636;text-align: center;padding: 20px;}
.room-reser-table table tbody tr {border-bottom: 1px solid #acacac;}
.room-reser-table table tbody tr:last-child{border-bottom: 0;}
.room-reser-table table tbody tr td{padding: 20px;}

.room-reser-table02{
    width: 100%;
    border-top:1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #363636;
    font-size: 18px;
}
.room-reser-table02 table{width: 100%;}
.room-reser-table02 table thead tr th{background: #f3f3f3;padding: 20px; border-right: 1px solid #acacac;}
.room-reser-table02 tbody tr {border-bottom: 1px solid #acacac;}
.room-reser-table02 table tbody tr:last-child{border-bottom: 0;}
.room-reser-table02 table tbody tr td{padding: 20px; border-right: 1px solid #acacac;}

.pop-room-btn{
    background:#bf261f;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border-radius:15px;
    margin-left: 15px;
}
.pop-room-selBox{display: flex; float: left;}
.people-select{width: 122px;}
.pop-room-txt{display: inline-block;margin-top: 7px;}
.pop-room-selBox dt{margin: 15px 15px 0 0;}

.room-pop-reser-btn{display: block;text-align: center;margin-top: 30px;}
.room-pop-reser-btn a{
    display: inline-block;
    text-align: center;
    color: #888;
    border-radius:10px;
    width: 147px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #cfcfcf;
}
.room-pop-reser-btn a.on{
    background:#bf261f;
    color: #fff;
    margin-left: 15px;
    border: 1px solid #bf261f;
}
.radio-room label{font-size: 18px;}

/*객실예약*/
.reser-room-wrap{ 
    width: 100%; 
    display: flex; 
    overflow: hidden;
}
.reser-room{ 
    width: 100%; 
    text-align: center;
}
.tit-room{ 
    width: 100%;
    height: 63px;
    color: #fff; 
    font-size: clamp(0.8125rem, 0.3125rem + 1.0417vw, 1.5625rem);
    /* font-size: 25px;  */
    line-height: 63px;
}
.tit-room li{width: calc((100%)/7);color: #fff;float: left;cursor: pointer;}
.tit-room li:first-child{background: #7777;}
.tit-room li:nth-of-type(2){background: #777777;}
.tit-room li:nth-of-type(3){background: #979797;}
.tit-room li:nth-of-type(4){background: #b8b8b8;}
.tit-room li:nth-of-type(5){background: #c5c5c5;}
.tit-room li:nth-of-type(6){background: #cfcfcf;}
.tit-room li:last-child{background: #d6d6d6;}
.room-list-wrap{ 
    width: 100%; 
    height: 1057px; 
    border-right: 1px solid #dbdbdb;
}
.tit-room li.on{
    background:#bf261f;
}
.room-overflow{ height: 992px; overflow-y: auto;}
.room-overflow::-webkit-scrollbar {
    width: 3px;
}
.room-overflow::-webkit-scrollbar-thumb {
    height: 10%;
    background: #a4a4a4; 
    border-radius: 10px;
}
.room-overflow::-webkit-scrollbar-track {
    background: #f1f1f1;;  /*스크롤바 뒷 배경 색상*/
}
.room-detail{
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-bottom: 1px dashed #ccc;
}
.room-detail:hover{background: #f6f6f6;}
.room-detail li{display: inline-block;position: relative;}
.room-img{max-width: 315px;}
.room-img img{cursor: pointer;}
.room-img span{
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.room-txt{width: 40%;text-align: left;margin-left: 30px;}
.room-txt p{
    font-size:clamp(1.125rem, 0.9583rem + 0.3472vw, 1.375rem);
    color: #202020;
    letter-spacing: -0.44px;
    font-weight: 500;
    margin-bottom: 12px;
}
.room-txt span{
    line-height: 1.6em;
    font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
    letter-spacing: -0.36px;
}
.room-btn{width: 20%;margin-left: 20px;}
.room-btn a{
    display: block;
    width: 147px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    color: #888;
    font-size: clamp(0.75rem, 0.5833rem + 0.3472vw, 1rem);
    margin-bottom: 8px;
    line-height: 45px;
}
.room-btn a.on{
    background: #bf261f;
    border: 1px solid #bf261f;
    color: #fff;
}
.no-con-img-area{
    margin: 110px auto;
}
.no-con-img-area img{
    margin: 0 auto;
}
.sub-room-tab{ width: 100%;}
.sub-room-tab ul{ 
    overflow: hidden;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 15px;
    width: 100%;
}
.sub-room-tab li{ 
    width: calc((100%)/7); 
    line-height:52px; 
    color: #3d3d3d; 
    font-size: clamp(1rem, 0.75rem + 0.5208vw, 1.375rem);
    text-align: center; 
    float: left; 
    cursor: pointer;
    letter-spacing: -0.44px;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
}
.sub-room-tab li.on{ background-color: #bf261f; color: #fff;}

.room-view-box{
    max-height: 470px;
    /* overflow-y: auto; */
    padding: 10px;
    background: #e8e8e8;
    min-height: 470px;
}
/*reser_check*/
.reser-info-tab{
    text-align: center;
    margin: 50px auto;
}
.reser-info-tab li{
    /* width: 128px; */
    display: inline-block;
    height: 49px;
    margin-right: 30px;
}
.reser-info-tab li:last-child{margin-right: 0}
.reser-info-tab li.on{
    border-radius:25px;
    color: #fff;
    background: #bf261f;
}
.reser-info-tab li a{
    display: block;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    padding: 0 20px;
}
/*room-reser-slick*/
.roomSlick{
    width: 100%;
    height: 100%;
    position: relative;
}
.room_con{
    position: relative;
    z-index: 1;
}
.roomSlick .room_img{
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-right: 20px;
}
.roomSlick .room_img img{
    width: 100%;
    height: 472px;
    object-fit: cover;
    /* width: auto; */
    /* margin: 0 auto;
    transition: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}
.roomSlick .slick-dots{
    bottom: -30px;
    transform: translateX(-50%);
}
.roomSlick .slick-dots li>button{
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 100%;
}
.roomSlick .slick-dots li.slick-active>button{
    width: 5px;
    height: 5px;
}
.roomSlick .room_slide_con .slick-prev{
    display: none !important;
}
.roomSlick .room_slide_con .slick-next{
    display: none !important;
}
.controler{position: relative;}
.roomSlick .stop{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-85px);
    width: 15px;
    height: 20px;
    background: none;
}
.roomSlick .slick-dots li{
    margin-right: 10px;
}


/*club-info*/
.info-contents{
    position: relative; 
    width: 100%; 
    height: 100%;
    margin: 0 auto;
    padding:160px 0 50px;
    overflow-y: hidden;
}
.info-section01{
    width: 100%;
    height: 900px;
    position: relative;
}
.sec01-back{
    width: 100%;
    height: 100%;
    background: url(/images/contents/join_back.png)no-repeat;
    background-size: 100%;
    background-position: center;  
    position: relative;
    filter: grayscale(100);
    transform: rotate(90deg);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    /* animation-duration: 3s;
    animation-name: slidein; */
    opacity: 0;
    margin-right: 100%;
}
/* @keyframes slidein {
    0% {
        margin-right: 100%;
        opacity:0;
    }
    100% {
        margin-right: 0%;
        opacity: 1;
    }
} */
.sec01-aos{
    position: absolute;
    top: 200px;
    left: 176px;
}
.sec01-txt{
    animation-duration: 2s;
    animation-name: slide-right;
    /* transition: all 1s ease-in; */
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.sec01-txt h1{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 1.17em;
}
.sec01-txt p{
    font-size: 17px;
    color: #929292;
    line-height: 26px;
    white-space: pre-line;
    font-weight: 300;
    margin-top: 16px;
}
.sec01-img{
    position: absolute;
    right: 0;
    bottom: -100px;
    opacity: 0;
}

.info-section02{
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    position: relative;
    z-index: 1;
}
.img-01{width: 560px;height: 560px;}

.slide-title{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
}
.slide-container {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    height:100vh;
    width: 50%;
    will-change: transform;
    position: relative;
    margin-left: 400px;
    }
    
.slide-section {
    height: 100vh;
    display:flex;
    overflow: hidden;
    left: 0;
    background:#1d1d1d;
    min-width: 100%;
    /* transition: all 1s ease-out; */
}

.section-wrap {
    height: calc(100vh - 160px);
    width: 100%;
    position: relative;
}
.section-wrap02{
    width: 100%;
    height: calc(100vh - 160px);
}
.img-width{position: relative;}
.slider-img01{
    padding: 13vw 0 0 0; 
    position: absolute;
    z-index: 1;
    height: 560px;
}
.slider-img02{
    padding: 22vw 0 0 0;
    position: relative;
    height: 560px;
}
.slider-img03{
    padding: 14vw 0 0 5vw;
    position: relative;
    z-index: 1;
    height: 560px;
}

.info-title{
    font-size: 119px;
    color: #363635;
    letter-spacing: -2.38px;
    font-weight: 700;
    position: absolute;
}
.info-sub-t{
    font-size: 50px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 60px;
    text-align: left;
    font-weight: 700;
    position: absolute;
    white-space: pre-line;
}
.slider-img01 p{
    right: -205px;
    bottom: 0px;
}
.slider-img01 h4{
    top: -117px;
    right: 7px;
    z-index: -1;
}
.slider-img02 p{
    right: -66px;
    top: -60px;
}
.slider-img03 h4{
    bottom: 90px;
    left: -229px;
    z-index: -1;
    transform: rotate(270deg);
}

.sight-seeing{
    padding-bottom:150px ;
    background: #1d1d1d;
}
.sight-seeing h2{
    width: 1606px;
    margin: 0 auto;
    padding-top: 160px;
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 72px;
}
.sight-flex{
    display: flex;
    justify-content: center;
}
.sight-flex li{margin-right:45px ;}
.sight-flex li:last-child{margin-right:0;}

.location-wrap{width: 1606px;margin: 0 auto;}
.location-wrap h2{
    margin-top: 158px;
    font-size: 50px;
    font-weight: 700;
    color: #1d1d1d;
}
.location-wrap p{
    font-size: 20px;
    margin: 10px 0;
    color: #1d1d1d;
    font-weight: 500;
}
.map-area{margin: 0 auto;width: 100%;}

.map-txt-area h3{
    font-size: 24px;
    color: #1d1d1d;
    margin: 30px 0;
    font-weight: 500;
}
.map-txt-area h4{
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 500;
    margin-right: 15px;
}
.map-txt-area p{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 300;
    white-space: pre-line;
    display: inline-block;
}
.map-txt-area span{
    display: block;
    border: 1px dashed #b7b7b7;
    margin: 20px 0;
    width: 100%;
}
.map-h4{display: inline-block;}
.scrollIcon02{
    margin: 0 auto -5px auto;
    width: 22px;
    height: 36px;
    border: 2px solid #000;
    border-radius: 15px;
}
.scrollIcon02::before{
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 4px;
    height: 10px;
    background: #000;
    margin-left: -2px;
    border-radius: 4px;
    /* animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll; */
}
.map-txt-area ul li{
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    text-indent: 10px;
    margin-left: 20px;
}
.map-txt-area ul li:first-child{margin-left: 0;}
.map-txt-area ul li::after{
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.map-bar{position: relative; margin-right: 20px !important;}
.map-bar::after{
    content: "";
    width: 1px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-41%);
    right: -14px;
}

/*golf*/
/*golf-info*/
.golf-contents{
    position: relative; 
    width: 100%; 
    height: 100%;
    margin: 0 auto;
    padding:160px 0 50px;
}
.golf-contents.facil{
    padding:160px 0 0;
}
.golf-info-back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 284px;
    background: url(/images/contents/golf_back.png)no-repeat center / cover;
    top: 380px;
}
.golf-info-tab{
    text-align: center;
    margin: 50px auto;
}
.golf-info-tab li{
    display: inline-block;
    height: 49px;
    margin-right: 30px;
    padding: 0 20px;
}
.golf-info-tab li:last-child{margin-right: 0}
.golf-info-tab li.on{
    border-radius:25px;
    color: #fff;
    background: #bf261f;
}
.golf-info-tab li a{
    display: block;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
}
.golf-contents h1{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.golf-info-wrap{
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #e4e4e4;
    border-radius: 15px;
    padding: 45px;
    z-index: 10;
    background: #fff;
    margin-top: 90px;
}
.info-detail{
    margin-bottom: 60px;
}
.info-detail .strong{line-height: 28px;font-size: 18px;}
.golf-info-wrap h2{
    font-size: 25px;
    margin-bottom: 36px;
    font-weight: 500;
}
.golf-info-wrap h3{
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 18px;
}
.golf-info-wrap h3::after{
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.golf-info-wrap p{
    white-space: pre-line;
    word-break: keep-all;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56em;
}
.golf-info-wrap h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}
.golf-info-sub-title{
    font-size: 18px;
    font-weight: 500;
}
.info-rule{
    margin: 20px 0;
}
.golf-info-table{
    margin-top: 50px;
}
.golf-info-table table{width: 100%;text-align: center;}
.golf-info-table thead tr th{
    background: #b5b5b5;
    border-right: 1px solid #e2e2e2;
    color: #fff;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    padding: 10px;
}
.golf-info-table table tr th:first-child{background: #656565;}
.golf-info-table tbody tr td{
    border: 1px solid #707070;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    color: #060606;
    font-weight: 300;
    padding: 10px;
    white-space: pre-line;
}
/*course*/
.course-line{
    display: flex;
    margin-top: 25px;
    width: 100%;
}
.course-line-in{
    position: relative;
    width: calc((100% - 44px)/3);
    height: 423px;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    border: 1px solid #c9c9c9;
    padding: 15px;
    margin-right: 22px;
}
.course-line-in-left{

}
.course-line-in-left p{
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
}
.course-line-in-left span{
    font-size: 20px;
    display: inline-block;
}
.color-group{
    margin-top: 25px;
}
.color-group li{
    line-height: 1.5em;
    position: relative;
    text-indent: 20px;
}
.color-group .red::after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #e81919;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.color-group .gray::after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #a1a1a1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.color-group .green::after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #7bab45;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.course-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    transition:1s;
    opacity:0;
    border-radius: 15px;
}
.course-line-in:hover .course-mask{opacity: 0.9;}
.course-mask-txt{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    transform:translate(-50%, -50%);
    color:#fff;
}
.course-mask-txt h4{
    font-size: 30px;
    margin-bottom: 32px;
}
.course-mask-txt p{
    margin-bottom: 132px;
    white-space: pre-line;
    line-height: 1.5em;
    font-weight: 300;
    padding: 0 20px;
}
.course-mask-txt ul li{
    display: inline-block;
    margin-right: 30px;
}
.course-mask-txt ul li:last-child{margin-right: 0;}

/*event*/
.event-list{
    margin-top: 50px;
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
    border-top: 1px solid #3a3a3a;
}
.event-list ul{
    padding: 20px 0;
}
.event-list ul:last-child{
    border-bottom: 0;
}
.event-list ul li{
    overflow: hidden;
    margin-bottom: 20px;
}
.event-list-img{
    display: inline-block;
    float: left;
    width: 252px;
}
.event-list-img b{
    float: left;
    width: 250px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #bebebe;
}
.event-list-img b img{
    width: 250px;
    height: 150px;
    object-fit: cover;
}
.event-list-contents{
    width: 910px;
    margin-left: 38px;
    text-align: left;
    float: left;
    font-weight: 300;
    color: #101010;
    border-bottom: 1px solid #bebebe;
}
.event-list-contents ul{
    padding: 0;
}
.list-num{
    padding: 7px 0 10px;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
}
.list-title{
    font-size: 20px;
    line-height: 1.45em;
    width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0 !important;
}
.list-date{
    padding: 40px 0 18px;
    font-size: 15px;
    margin-bottom: 0 !important;
}

/*room*/
.room-info-back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 284px;
    background: url(/images/contents/room_back.png)no-repeat center / cover;
    top: 380px;
}
.room-step{display: flex;margin-top: 25px;}
.room-step li{
    width: 259px;
    height: 104px;
    border-radius: 15px;
    padding: 20px;
    background: #7e7e7e;
    margin-right: 61px;
    text-align: center;
    position: relative;
}
.room-step li:last-child{margin-right: 0;}
.room-step li:first-child::before{
    content: "";
    background: url(/images/contents/room_arrow.svg)no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.room-step li:nth-of-type(2)::before{
    content: "";
    background: url(/images/contents/room_arrow.svg)no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.room-step li.on{background:#bf261f;}
.room-step li p{
    color: #fff;
    font-size: 18px;
    line-height: 55px;
}
.room-step li span{
    font-weight: 300;
    color: #fff;
}
.txt-add01, .txt-add02{
    display: inline-block;
}
.txt-add02{margin-left: 10px;}

.room-info-wrap{
    width: 1200px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 45px;
    z-index: 10;
    margin-top: 90px;
}
.room-info-wrap h2{
    font-size: 35px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 10px;
}

/*room-slider*/
.swiper-container{
    border-radius: 15px;
}
.pic-room{
    height: 520px;
    border-radius: 15px;
}
.back-img{width: 100%;}
.back-img img{width: 100%;object-fit: cover;}
.swiper-button-next{
    background: url(/images/contents/room_arrow_right.svg)no-repeat;
    width: 50px;
    height: 50px;
    bottom: -3px;
    right: -2px;
}
.swiper-button-prev{
    background: url(/images/contents/room_arrow_left.svg)no-repeat;
    width: 50px;
    height: 50px;
    bottom: -3px;
    right: -3px;
    left: 0;
}
.room-detail-btn{margin-top: 25px;text-align: right;display: block;}
.room-detail-btn a{
    display: inline-block;
    width: 157px;
    height: 49px;
    line-height: 49px;
    border-radius: 25px;
    border: 1px solid #d2d2d2;
    font-size: 20px;
    text-align: center;
}
/*객실상세보기 팝업*/
.room-pop{
    width: 1110px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -688px);
}
.room-pop2{
    width: 1110px;
    height: 446px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -578px);
}
.tower-view-deatil-wrap{
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    display: flex;
    padding: 50px;
}
.deatil-wrap02{
    border: none;
    border-radius: none;
    padding: 0;
}
.tower-view{width: 50%;}
.tower-view h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 16px;
}
.tower-view p{
    font-size: 18px;
    font-weight: 300;
    color:#000;
    margin: 5px 0 25px 0;
    width: 1007px;
    white-space: pre-line;
}
.tower-view-info{
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    border: 1px solid #707070 !important;
}
.tower-view-info thead tr th{
    color: #fff;
    background: #B5B5B5;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 0 15px;
}
.tower-view-info thead tr th.on{
    color: #fff;
    background: #656565;
}
.tower-view-info tbody tr td{
    border: 1px solid #707070;
    padding:0  15px;
}
.tower-view-btn{
    display: block;
    text-align: center;
    color: #fff;
    width: 133px;
    height: 49px;
    line-height: 49px;
    background: #bf261f;
    border-radius: 25px;
    font-size: 25px;
    margin-top: 30px;
}
.tower-view-btn02{
    display: block;
    text-align: center;
    color: #fff;
    width: 250px;
    height: 48px;
    line-height: 49px;
    background: #bf261f;
    border-radius: 25px;
    font-size: 20px;
    margin-top: 30px;
}
.tower-view-img{padding-bottom: 75px;width: 50%;}
.tower-view-img img{margin: 0 auto;}
.tower-view-img h4{
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 28px 0;
    text-align: center;
}
/*room-guide*/
.room-guide-flex{
    display: flex;
    align-items: center;
}
.room-guide-flex img{
    width: 44px;
    height: 33px;
}
.room-guide-flex li:first-child{
    width: 204px;
    height: 104px;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}
.room-guide-flex li:first-child img{
    margin: 0 auto;
}
.room-guide-flex li:last-child{
    margin-left: 40px;
}
.room-guide-flex li:last-child p{
    font-size: 22px;
    font-weight: 500;
}
.room-guide-flex li:last-child span{
    font-size: 18px;
    font-weight: 300;
}
.room-guide-line{border: 1px dashed #bebebe; margin: 50px 0;display: block;}
/* .room-guide-flex li:first-child:hover{background:#BF261F;} */

/*skylounge*/
.lounge-info-wrap{
    width: 1200px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 45px;
    z-index: 10;
    margin-top: 90px;
}
.lounge-back{
    width: 100%;
    position: relative;
}
.lounge-back img{
    width: 100%;
}
.lounge-back-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    transition:1s;
    opacity:0;
    border-radius: 15px;
}
.lounge-back-txt{
    position: absolute;
    left: 75px;
    bottom: 75px;
}
.lounge-back-txt h4{
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
}
.lounge-back-txt p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    white-space: pre-line;
}
.golf-info-wrap{
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #e4e4e4;
    border-radius: 15px;
    padding: 45px;
    z-index: 10;
    background: #fff;
    margin-top: 90px;
}
.lounge-info-header{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.lounge-info-header h3{
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.lounge-info-header h3::after{
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.lounge-info-header a{
    color: #fff;
    width:239px;
    height: 49px;
    line-height: 49px;
    background: #bf261f;
    font-size: 20px;
    border-radius: 25px;
    text-align: center;
}
.golf-info-table{
    margin-top: 50px;
}
.lounge-table table{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
}
.lounge-table thead tr th:first-child{background:#656565;}
.lounge-table thead tr th{
    background: #b5b5b5;
    border-right: 1px solid #e2e2e2;
    color: #fff;
    padding: 10px;
}
.lounge-table tbody tr th{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #060606;
    font-weight: 300;
}
.lounge-table tbody tr td{
    border: 1px solid #ccc;
    color: #060606;
    font-weight: 300;
    padding: 10px;
    white-space: pre-line;
    text-align: left;
    padding: 30px;
}
.lounge-table-add01{
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    color: #060606;
    margin-top: 15px;
}
.line-after{
    position: relative;
}
.line-after::after{
    content: "-";
    position: absolute;
    color: #000;
    left: -10px;
    top: 30px;
}
.lounge-slider-wrap{
    margin-bottom: 150px;
}
.lounge-slider-wrap h3{
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.lounge-slider-wrap h3::after{
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.lounge-slider-wrap p{
    font-size: 20px;
    margin: 36px 0 15px 0;
}
/*menu*/
.lounge-menu01{
    display: flex;
    width: 100%;
}
.lounge-menu01-in{
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    border: 1px solid #d5d5d5;
    padding-bottom: 30px;
}
.menu-back{
    height: 185px;
    background: #efefef;
    margin: 11px 9px 0 10px;
    position: relative;
}
.menu-back img{
    width: auto;
    margin: 0 auto;
    transition: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-txt{padding: 10px 0 0 17px;}
.menu-txt span{
    font-size: 13px;
    color: #afafaf;
    font-weight: 300;
    white-space: pre-line;
}
.menu-txt p{
    font-size: 15px;
    line-height: 1.43em;
    font-weight: 500;
    white-space: pre-line;
    margin: 0;
}
/*menu-slider*/
/* .menuSlick{
    width: 100%;
    margin: 10px auto 0 auto;
}
.menuSlick .menu_mCC_img{
    width: 285px;
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-right: 17px;
    padding-bottom: 20px;
}
.menu-img-back{
    width: 266px;
    height: 185px;
    background: #efefef;
    margin: 11px 9px 0 10px;
    position: relative;
}
.menuSlick .menu_mCC_img img{
    width: auto;
    margin: 0 auto;
    transition: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lounge-slider01 .menuSlick .slick-dots{display: none !important;}
.menuSlick .slick-dots{
    bottom: -73px;
    width: none;
    position: absolute;
    left: 50%;
    transform: translateX(24px);
}
.menuSlick .slick-dots li>button{
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 100%;
}
.menuSlick .slick-dots li.slick-active>button{
    width: 5px;
    height: 5px;
}
.menuSlick .slick-dots li{
    margin-right: 10px;
}
.menu-txt{padding: 10px 0 0 17px;}
.menu-txt span{
    font-size: 13px;
    color: #afafaf;
    font-weight: 300;
    white-space: pre-line;
}
.menu-txt p{
    font-size: 15px;
    line-height: 1.43em;
    font-weight: 500;
    white-space: pre-line;
    margin: 0;
}
.menuSlick .menu_slide_con .slick-prev{
    display: none !important;
}
.menuSlick .menu_slide_con .slick-next{
    display: none !important;
}
.lounge-slider-wrap .controler{position: relative;}
.lounge-slider-wrap .stop{
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
} */
.lounge-slider-wrap .line-dash-add{
    display: block;
    border: 1px dashed #c5c5c5;
    margin: 50px 0;
    width: 100%;
}
/*tour*/
.tour-info-back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 284px;
    background: url(/images/contents/tour_back.png)no-repeat center / cover;
    top: 380px;
}
.tour-info-wrap{
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #e4e4e4;
    border-radius: 15px;
    padding: 45px;
    z-index: 10;
    background: #fff;
    margin-top: 90px;
}
.tour-info-wrap h3{
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.tour-info-wrap h3::after{
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.tour-img-area{
    display: flex;
    width: 100%;
    border-radius:15px;
    margin-top: 35px;
}
.tour-img-area li{
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    position: relative;
}
.tour-img-area li img{width: 100%;}
.tour-img-area li:last-child{
    margin-right: 0;
}
.tour-img-area li span{
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.tour-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    transition:1s;
    opacity:0;
    border-radius: 15px;
}
.tour-img-area li:hover .tour-mask{opacity: 0.9;}
.tour-mask-txt{
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    transform:translate(-50%, -50%);
    color:#fff;
}
.tour-mask-txt h4{
    font-size: 18px;
    margin-bottom: 20px;
}
.tour-mask-txt p{
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    width: 200px;
    margin: 0 auto;
}
/*facilities*/
.facilities-wrap{
    width: 100%;
    height: 725px;
    position: relative;
}
.facilities-wrap .swiper-container{
    border-radius: 0;
}
.faci-back-img{width: 100%;position: relative;}
.faci-back-img img{width: 100%;height: 725px;object-fit: cover;}
.faci-back-img-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0.2;
}
.facilities-wrap .faci-next{
    background: url(/images/contents/facilities_slider_right.svg)no-repeat;
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 42px;
    opacity: 0.5;
}
.facilities-wrap .faci-prev{
    background: url(/images/contents/facilities_slider_left.svg)no-repeat;
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 105px;
    left: inherit;
    opacity: 0.5;
}
.facilities-wrap .faci-next:hover{
    background: url(/images/contents/facilities_slider_right_wh.svg)no-repeat;
}
.facilities-wrap .faci-prev:hover{
    background: url(/images/contents/facilities_slider_left_wh.svg)no-repeat;
}
.faci-txt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 114px;
    z-index: 100;
}
.faci-txt h2{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.faci-txt a{
    display: block;
    width: 166px;
    height: 51px;
    line-height: 51px;
    color: #fff;
    font-size: 19px;
    border: 1px solid #fff;
    border-radius:20px;
    text-align: center;
    margin-top: 10px;
}
.faci-txt a:hover{
    background: #fff;
    color: #000;
}
/*faci-popup*/
.pop-faci{ 
    width: 590px;
    height: 100%;
    margin: auto; 
    padding: 0 70px; 
    border-radius: 0;
    background-color: #fff; 
    z-index: 1200;
    overflow: hidden;
/*    border: 1px solid #6a6a6a;*/
    position: absolute;
    top:0;
    left:-100%; 
    /* visibility: hidden; */
}
.pop-faci01{
/*    height: 596px;*/
}
.pop-faci02{
 /*   top: 1106px;*/
}
.pop-faci03{
    top: 1831px;
    height: 596px;
}
.pop-faci033{
    height: 596px;
}
.pop-faci04{
    top: 2556px;
    height: 596px;
}
.pop-faci044{
    height: 596px;
}

.faci-pop-wrap{
    position: absolute;
    bottom: 100px;
    padding-right: 70px;
}

.pop-faci h2{ 
    font-size: 30px; 
    letter-spacing: -0.6px; 
    font-weight: 700;
    margin-bottom: 30px;
}
.pop-faci h3{ 
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.pop-faci p{ 
    font-weight: 300;
    font-size: 14px;
    /*white-space: pre-line;
    line-height: 24px;*/
}
.faci-pop-line-dashed{
    display: block;
    border: 1px dashed #a1a1a1;
    margin: 35px 0;
}
.faci-pop-table table{
    width: 100%;
    color: #060606;
    text-align: center;
}
.faci-pop-table table thead tr th{
    background: #b5b5b5;
    border-right: 1px solid #e2e2e2;
    font-size: 14px;
    padding: 10px;
}
.faci-pop-table table tbody tr td{
    border: 1px solid #e2e2e2;
    font-size: 14px;
    padding: 10px;
}
.faci-pop-table table tbody tr th{
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #b5b5b5;
    font-size: 14px;
    padding: 10px;
}
/*board*/
.board-info-back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 284px;
    background: url(/images/contents/talk_back.png)no-repeat center / cover;
    top: 380px;
}
.board-wrap{
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #e4e4e4;
    border-radius: 15px;
    padding: 45px;
    z-index: 10;
    background: #fff;
    margin-top: 90px;
}
.board-wrap h2{font-size: 25px;font-weight: 500;margin-bottom: 10px;}
.board-wrap p{font-size: 18px;}
.board-search-wrap{ width: 100%; position: relative; height: 50px;}
.board-search{ padding: 0;}
.board-search ul{ display: flex; justify-content:flex-end;  }
.search-select{ width: 134px; height: 50px; border: 1px solid #e1e1e1; background-color: #f4f4f4; font-size: 18px; margin-right: 5px; text-align: center}
.search-select::placeholder{color: #565656;}
.search-text{ background-color: #f4f4f4; border: 1px solid #e1e1e1; display: flex; align-items: center;  height: 50px;}
.search-text input{ width: 360px; margin: 0 6px; text-align: center; font-size: 18px;  height: 48px;}
.search-text input::placeholder{ color: #565656;}
.search-btn{ background-color: #f4f4f4; padding:0 23px; height: 48px;}

.list-tab{ position: absolute; left: 0;}
.list-tab ul{ display: flex;}
.list-tab li{ text-align: center; line-height: 48px; font-size: 25px; font-weight: 300; margin-right: 10px; font-weight: 500; padding: 0 10px; cursor: pointer;}
.list-tab li:last-child{ margin-right: 0px; }
.list-tab li.on{ background-color: #198cbc; border:1px solid #198cbc; color: #fff; font-weight: 300; }

.board-table{ width: 100%; margin: 20px 0; text-align: center;}
.board-th{ width:100%; background-color: #3a3a3a; overflow: hidden; margin-bottom:13px;}
.board-th ul{ display: table; width: 100%;}
.board-th li{ text-align: center; color: #fff; display: table-cell; width:898px; font-size: 18px; line-height: 1.5em; padding: 10px 0; font-weight: 300; width: 12%;}
.board-th li:first-child{ width: 8%;}
.board-th li:nth-of-type(2){ width: 56%;}

.board-td{ width: 100%;  table-layout: fixed;}
.board-td-table{ width: 100%; border:1px solid #bebebe;  table-layout: fixed; }
.board-td-table tr{ transition: 0.3s background-color ease;}
.board-td-table tr:hover{ background-color: #f2f2f2;}
.board-td-table td{ text-align: center; vertical-align: middle; font-weight: 300; font-size: 18px; border-bottom:1px solid #bebebe; padding: 27px 0; width: 12%;}
.board-td-table td:first-child{ width: 8%;}
.board-td-table td:nth-of-type(2){ width: 56%;}
.board-td-table td a{display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.board-td-table td.center a{ width: 100%;}
.board-td-table td img{ display: inline-block; margin: 0 3px; vertical-align: middle;}

.page-num-wrap{ margin: 40px 0; display: flex; align-items: center; justify-content: center;}
.page-num-wrap a{ margin: 0 8px; }
.page-num-wrap.view a{ margin: 0 30px;}
.page-num{ display: flex; margin: 0 5px}
.page-num a{ margin: 0 20px; font-size: 20px; font-weight: 300;}
.page-num a.on{ border-bottom: 1px solid #000; font-weight: 500;}
.join-td{display: flex;justify-content: center;width: 95%;}
.join-td li{display: inline-block;font-size: 15px;text-align: left;}
.join-td li:first-child{margin-right: 15px;}
.td02{width: 16%;}

/*board-view*/
.board-view-th{ /*width: 100%;*/ padding:17px; line-height: 1.5em; word-break: keep-all; text-align: center; background-color: #3a3a3a; color: #fff; font-weight: 100;}
.board-view-th2{ width: 100%; border-bottom:1px solid #e6e6e6; padding: 14px 0; text-align: right; font-size: 15px;}
.board-view-th2 span{ padding:0 40px 0 10px;}
.board-view-th2 span:last-child{ padding-right: 20px;}

.board-view-td{ /*width: 100%;*/ padding: 20px; border-bottom: 1px solid #707070; }
.board-view-td li{ line-height: 1.5em; padding: 20px; text-align: left;}
.board-view-td img{ display: block; margin: auto; max-width: 100%;}

.board-bottom{ width: 100%; overflow: hidden;}
.board-bottom::after{ content: ''; display: block; clear: both;}
.attachment{ width: 80%; text-align: left; padding: 15px 0px; float: left;}
.attachment li{ overflow: hidden; margin: 15px 0;}
.attachment li p{ float: left; display: flex; font-size: 18px; width: 120px; position: relative;}
.attachment li p::after{content: ''; position: absolute; right: 0px; top: 4px; width: 1px; height: 13px; background-color: #000; display: block;}
.attachment li p img{ width: 24px; margin-right: 10px;}
.attachment li a{ float: left; text-align: left; margin-left: 20px; width: 700px; line-height: 1.2em;}

.btn-list{
    font-size:20px; 
    text-align: center; 
    display: block; 
    margin: 28px 0; 
}
.btn-list a{
    width: 200px; 
    text-align: center;
    display: inline-block;
    background-color: #7d7d7d; 
    color: #fff; 
    padding: 17px 0; 
    border-radius: 15px; 
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); 
    border: solid 1px #fff;
}
.btn-list a.on{
    background: #BF261F;
}
.btn-board-list{ width: 164px; margin:0 0; float: right; font-size:18px; text-align: center; display: inline-block; border:1px solid #aaa6a6; padding: 14px 0; font-weight: 300;}
.btn-board-list::after{ content: ''; display: block; clear: both;}

/*policy*/
.policy-info-back{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 284px;
    background: url(/images/contents/policy_back.png)no-repeat center / cover;
    top: 380px;
}
.policy-wrap{
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #e4e4e4;
    border-radius: 15px;
    padding: 45px;
    z-index: 10;
    background: #fff;
    margin-top: 90px;
}
.policy-wrap h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.policy-wrap h3{
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.policy-box{
    width: 257px;
    height: 60px;
    background:#f5f5f5;
    margin-bottom: 20px;
}
.policy-box span{
    color: #acacac;
}
.policy-wrap p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    white-space: pre-line;
    word-break: keep-all;
}
.policy02-span{
    width: 100%;
    background:#f2f2f2;
    border-radius: 15px;
    margin: 20px 0;
}
.mypage-txt{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    color: #535b5d;
}
.mypage-txt02{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
    display: block;
    color: #000;
}

.wait-table{
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
}
.wait-list{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
.wait-select{
    width: 198px;
}
.wait-title{
    font-size: 22px;
    margin-bottom: 50px;
}
.wait-date{
    font-size: 18px;
    color: #fff;
    background:#535252;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 30px;
}
.wait-line{margin: 0 10px;}
.wait-list-btn{
    display: flex;
    width: 100%;
    justify-content: center;
}
.wait-list-btn a{
    color: #fff;
    width: 141px;
    height: 50px;
    line-height: 50px;
    background: #919191;
    border-radius: 10px;
}
.wait-list-btn a.on{
    background:#2BAFE6;
}
.chk-wait{
    width: 100%;
    background:#BF261F;
    border-radius: 15px 15px 0 0;
    height: 60px;
    color: #fff;
    text-align: center;
}
.chk-wait p{
    line-height: 60px;
    font-size: 20px;
    font-weight: 400;
}
.btn-chk-w{
    width: 130px;
    background: #fff !important;
    border: 1px solid #888 !important;
    color: #888 !important;
}
.chk-wait-title{
    font-size: 25px;
    font-weight: 500;
}

/*join-view*/
.board-th.join-list li:first-child{ width: 9%;}
.board-th.join-list li:nth-of-type(2){ width: 18%;}
.board-th.join-list li:nth-of-type(3){ width: 15%;}
.board-th.join-list li:nth-of-type(4){ width: 28%;}
.board-th.join-list li:nth-of-type(5){ width: 40%;}

.join-list-table td:first-child{ width: 4%;}
.join-list-table td:nth-of-type(2){ width: 7%;}
.join-list-table td:nth-of-type(3){ width: 6%;}
.reply-wrap{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.reply-wrap textarea{
    width: 85%;
    height: 140px;
    margin-right: 15px;
    border: 1px solid #c1c1c1;
}
.reply-wrap a{
    background: #757472;
    border: 1px solid #757472;
    width: 164px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    font-size: 18px;
}
.reply-area{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.reply-area li{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #010101;
}
.reply-area01 li:first-child{
    margin-right: 100px;
}
.reply-area02 li:last-child{
    margin-left: 50px;
}
.reply-area02 li:first-child{
    color: #B4B4B4;
}
.reply-wrap02{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.reply-wrap02 textarea{
    width: 85%;
    height: 49px;
    margin-right: 15px;
    border: 1px solid #c1c1c1;
}
.reply-wrap02 a{
    background: #BF261F;
    border: 1px solid #bf261f;
    width: 164px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 18px;
}
.join-write-wrap{
    width: 100%;

}
.join-write-header{
    margin-top: 30px;
}
.join-write-header ul{
    display: flex;
}
.join-write-in{
    margin-top: 30px;
}
.join-write-in textarea{
    width: 100%;
    height: 417px;
    border: 1px solid #c1c1c1;
}
.join-write-select{
    width: 164px;
    margin-right: 15px;
}
.join-write-select02{
    /* width:263px; */
    padding-right: 50px;
}
.join-write-header input{
    margin-top: 30px;
    text-align: center;
}
.join-view-list{
    background: none;
    border-bottom: 1px solid #c1c1c1;
}
.join-view-list li{color: #000;}
.board-th.join-view-list li:first-child{ width: 12%;}
.board-th.join-view-list li:nth-of-type(2){ width: 16%;}
.board-th.join-view-list li:nth-of-type(3){ width: 16%;}
.board-th.join-view-list li:nth-of-type(4){ width: 18%;}
.board-th.join-view-list li:nth-of-type(5){ width: 15%;}
.board-th.join-view-list li:nth-of-type(6){ width: 22%;}
.reply-close{width: 15px;height: 15px;margin-left: 20px !important;}
.view-back{background: #c3c3c3;color: #fff !important;}

.basic-pop1{ 
    background-color: #fff;
    border-radius: 8px; 
    position:absolute; 
    z-index:1010; 
    width: 338px; 
    height: 338px; 
    padding: 15px; 
    top:50%; 
    left: 50%; 
    transform: translate(-240px, -330px); 
    border: 1px solid #BF261F;
    z-index: 1200;
}
.basic-pop .calendar-area{ 
    padding-bottom: 0; 
    font-size:11px;
}
.calendar-area02 tbody tr td{font-size: 14px;}
.calendar-area02 thead tr th{font-size: 11px;}

.month_choice h2{text-align: center;font-size: 14px;}
.m_calendar{width: 100%; font-family: 'Montserrat', serif; text-align: center; margin: 0 auto; border-bottom: 1px solid #E8E8E8;}
.m_calendar thead tr th{border-bottom: 1px solid #E8E8E8; padding: 0.5em 0; text-transform: uppercase; font-size: 14px; font-family: 'Montserrat', sans-serif;}
.m_calendar tbody tr td{border-bottom: 1px solid #E8E8E8; padding: 0.5em 0; font-family: 'Montserrat', sans-serif;font-size: 20px;cursor: pointer;}
.m_calendar tbody tr:last-child{border-bottom: none !important;}
.m_calendar tbody tr td span{display: block; font-size: 14px; color: #A14D37; font-family: 'Noto Sans KR'; letter-spacing: 0.5px;}
.m_calendar tbody tr td.choice{background: #F3F3D4;}
.m_calendar tbody tr td.end{background:#F4F4F4; color: #B4BBBC !important;cursor: default;}
.m_calendar tbody tr td.end span{color: #B4BBBC !important; }
.m_calendar thead tr th:first-child{color:#D57878;}
.m_calendar thead tr th:last-child{color:#4E85AA;}
.m_calendar tbody tr td:first-child{color:#D57878;}
.m_calendar tbody tr td:last-child{color:#4E85AA;}
.m_calendar tbody tr:last-child td:last-child{color: #000 !important;}

/* calendar title, arrow */
.arrow_prev02, .arrow_next02{position: relative;}
.arrow_prev02::before{
    content: "◀"; 
    color: #E8E8E8; 
    position: absolute; 
    top: 3px; 
    left: 4px; 
    cursor: pointer; 
    font-size: 11px;
}
.arrow_next02::before{
    content: "▶"; 
    color: #535B5D; 
    position: absolute; 
    top: 3px; 
    right: 4px; 
    cursor: pointer; 
    font-size: 11px;
}

/*동반자등록*/
.sub-line-title{
    padding-bottom: 10px; 
    width: 100%; 
    position: relative; 
    font-size: 30px; 
    font-weight: 500; 
    color: #393939; 
    letter-spacing: -0.6px; 
    border-bottom: 1px solid #cfcfcf; 
    margin-bottom: 45px;
}
.sub-title{ font-size: 22px; 
    line-height: 22px; 
    margin-bottom: 20px; 
    font-weight: 500; 
    position: relative;
}
caption{width: 1px; height: 1px; overflow: hidden;}
.inner_table{margin: 10px 0 70px;}

.mypage_search2 { 
    border-top: 2px solid #012754; 
    border-bottom:1px solid #ddd; 
    width: 100%; 
    text-align: center; 
    font-size: 18px;
}
.mypage_search2 th {border-bottom: 1px solid #ddd; background-color: #f7f7f7; font-weight: 400;}
.mypage_search2 td {border-bottom: 1px solid #ddd; color: #6E6E6E; font-size: 16px; font-weight: 300;}
.mypage_search2 th, .mypage_search2 td {padding: 20px;}
    
.mypage_table {border-top:2px solid #012754;font-size: 18px;width: 100%;}
.mypage_table th {border-bottom:1px solid #012754;padding: 20px 0;position: relative;}
.mypage_table td {border-bottom:1px solid #dddddd;color: #888888;padding: 25px 0;font-size: 16px;text-align: center;}
.mypage_table .radio-sty01 label:last-child{ padding-right: 0;}

.partner-btn{ 
    width: 80px; 
    height: 30px; 
    line-height: 30px; 
    padding: 0; 
    color: #fff; 
    background-color: #999; 
    font-size: 16px;
    border-radius: 10px;
}
.partner-btn.on{ background: #bf261f;}
.partner-absol{ position: absolute; right: 0; top:0;}

.basic_input{
    background: #fff !important; 
    border: 1px solid #dbdbdb !important; 
    width: 175px !important; 
    color: #6d6d6d; 
    height: 40px !important;
}
.basic_input::placeholder{color: #7d7d7d; font-size: 16px;}




/*reservation reponsive*/
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 768px) {
    .calendar-wrap{width: 100%;}
    .left-section{width: 368px;}
    .right-section{width: calc(100% - 368px);}

    .calendar-box{padding: 40px 20px 30px;}
    .calendar-box table tbody td{font-size: 15px;}
    .calendar-box table thead th{font-size: 16px;}
    .calendar-tit{font-size: 30px;}
    .calendar-right span{font-size: 14px;}
    .calendar-box table tbody td.today::after{width: 100px;height: 28px;right: -50px;}
    .calendar-box table tbody td.possible span{width: 21px;height: 17px;font-size: 10px;}

    .reser-top .reser-tit{font-size: 18px;}
    .reser-top .reser-tit span{font-size: 14px;width: 113px;line-height: 21px;}
    .reser-top-menu a{font-size: 14px;}
    .reser-cos h2.tit-cos1{font-size: 16px;background: #bf261f;line-height: 40px;}
    .reser-cos table tbody tr td{font-size: 14px;height: 50px;}
    .reser-cos table tbody tr td.discount b{font-size: 14px;margin-left: 0;}
    .reser-cos table tbody tr td.discount span{font-size: clamp(0.75rem, 0.5625rem + 0.3906vw, 0.875rem);display: block;}
    .btn-reser{width: 65%;line-height: 22px;}
    .reser-top-menu em{margin: 0 40px;}
    .reser-cos table thead th{line-height: 44px;}
    .tbl-overflow{height: 922px;}
    .tbl-list-wrap{height: 966px;}

    .pop-reser{width: 450px;}
    .btn-normal{font-size: 14px;width: 65px;line-height: 28px;}
    .tbl-sty02{font-size: 15px;}
    .sub-reser-tab li{font-size: 18px;}
    .room-btn a{width: 80px; line-height: 30px;}
    .room-detail{padding: 16px;}
    .room-detail li{padding: 0 5px;}

    .room-list-wrap{height:945px;}
    .room-overflow{height: 945px;}

    .sub-room-tab li{width: 110px;}
    .room-img span{bottom: 12px;right: 17px;}
    .tit-room{height: 40px;}
    .tit-room li{white-space: pre-line; height: 40px;line-height: 20px;}
    .tit-room li:first-child{line-height: 40px !important;}
    .room-detail{display: block;}
    .room-img{width: 100%;}
    .room-detail li{display: block;}
    .room-detail li:last-child{display: inline-block !important;}
    .room-btn{width: 100%;margin-top: 25px;text-align: right;}
    .room-btn a{display: inline-block;text-align: center;}
    .room-img img{margin: 0 auto; width: 100%;}
    .room-txt{width: 100%; margin-top: 14px;}
    .pop-room-selBox.mrgl40{margin-left: 0 !important;}
    .btn-chk-w{width: 88px;}
}

/*231120*/
.policy-img-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.policy-img{
    display: flex;
    align-items: center;
}
.policy-list{
    margin: 40px 0;
}
.policy-list h2{
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.policy-list li{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
    white-space: pre-line;
    word-break: keep-all;
}
.policy-table-title{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.policy-list-box-wrap{
    margin: 40px 0;
}
.policy-list-box-wrap h2{
    width: 100%;
    text-align: center;
    background:#b5b5b5;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 0;
}
.policy-list-box{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.policy-list-box-in{
    border: 1px solid #ccc;
    display: table-cell;
    padding: 20px;
    text-align: center;
}
.policy-list-box-in p{
    margin-top: 15px;
}
.policy-list-box-in img{
    margin: 0 auto;
}
.policy-click{
    font-weight: 700;
    text-decoration: underline;
}


/*231201*/
.notice-txt{
    background-color: #fff787;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    margin: 8px 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: absolute;
    width: 410px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.notice-txt b{
    text-decoration: underline;
    color: #278fbb;
}
.pop-agree{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;                
}
.pop-agree input[type=checkbox] {
    display:none;
}
.pop-agree input[type=checkbox] + label { 
    cursor: pointer; 
    background-repeat: no-repeat;
    background-image: url('/images/contents/join_agree_before.svg');
    background-size: 23px 23px;
    padding-left: 30px;
    display: inline-block;
    transition: 0.3s all;
}
.pop-agree input[type=checkbox]:checked + label {
    background-image: url('/images/contents/join_agree_all.svg');
    background-size: 23px 23px;
}
.pop-reser h2.title.header-b{ font-weight: 700; font-size: 20px; color: #000;}

/*231208*/
.join-txt-p{
    font-size: 16px;
    text-align: center;
    white-space: pre-line;
    padding-top: 15px;
}
.check-select.check-select02{
    right: 190px;
    top: 17px;
    width: 20px;
    height: 20px; 
}
.check-select.check-select02 input[type=checkbox] + label { 
	background-size: 20px 20px;
}
.check-select.check-select02 input[type=checkbox]:checked + label {
	background-size: 20px 20px;
}
.title2{
    font-size: 16px;
    text-align: left;
    color: #535b5d;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    vertical-align: middle;
    padding: 15px 0;
    position: relative;
}
.title2 b{ 
    color: #e42f2f; 
    padding-left: 5px; 
    display: inline-block;
}
.tTtile01{
    font-size: 15px;
    margin-bottom: 3px;
}
.strongP{
    font-weight: 700;
}
.pb40{padding-bottom: 40px;}