﻿
@charset "utf-8";
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.dashed{width: 100%;border: 1px dashed #cbcbcb;display: block;margin: 30px 0;}
.margin20{margin: 20px;}
.margin40{margin: 40px 0;}
.margin50{margin: 40px 0;}
.mrgb30{margin-bottom: 30px !important;}
.center{text-align: center;}
.mrgt80{margin-top: 80px;}
.mrgt50{margin-top: 50px;}
.mrgl0{margin-left: 0 !important;}
.mrgr0{margin-right: 0 !important;}
.line{width: 100%;border: 1px solid #dbdbdb;display: block;margin: 30px 0;}
.bdb0{border-bottom: 0 !important;}
.bdr0{border-right: 0 !important;}
.color01{color: #CF1818;}
.mrgt100{margin-top: 100px;}
.pdb0{padding-bottom: 0 !important;}
.mrgt10{margin-top: 10px;}
.pdt35{padding-top: 35px;}

/*login*/
.login-container{
    height: 100%;
    width: 100%;
    background: url(/images/contents/join_back.png)no-repeat center / cover;
}
.login-wrap{
    width: 498px;
    margin: 0 auto;
    padding: 150px 0;
}
.login-in{
    padding: 58px 47px; 
    border: 1px solid #e2e2e2; 
    background: #fff;
}
.login-in h2 img{margin: 0 auto;}
.login-in p{
    font-size: 14px;
    font-weight: 300;
    margin: 30px 0;
    text-align: center;
}
.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:rgb(16, 26, 50);
    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;}

.loging-chk02{
    text-align: center;
    margin: 56px 0 50px 0;
    position: relative;
}
.loging-chk02 li{
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.loging-chk02 li a{
    height: 60px;
    border-radius: 20px;
    display: block;
    background: #F5F5F5;
    line-height: 60px;
}
.loging-chk02 li a.on{
    background: #111A33;
    color: #fff;
}
.loging-chk02 li:last-child{
    margin-bottom: 0;
}

/*join01*/
.contents-join-box{
    padding: 58px 34px;
    border: 1px solid #e2e2e2;
    background: #fff;
    animation: slipup 1s .2s both;
}
.contents-join-box.join{ padding: 67px 33px;}
.logo-login img{margin: 0 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;}
.text-join03{ 
    text-align: center; 
    margin-top: 57px;
    color: #a2a2a2; 
    word-break: keep-all; 
    font-size:18px; 
}
.btn-login{
    text-align: center;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
} 
.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;
}
.btn-login a.on{background: #3ba0b5;}
.login-kakao{
    width: 100%;
    height: 56px;
    background: #FAE100;
    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: #000;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}
.login-kakao img{
    display: inline-block;
    vertical-align: middle;

}

/*레이어 팝업*/
.pop-join{ 
    position: fixed; 
    top:50%;
    left:50%; 
    transform: translate(-50%, -50%);
}
.pop-join{ 
    width: 500px; 
    margin: auto; 
    padding: 37px 45px 85px; 
    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-terms h3{
    font-size: 18px;
    font-weight: 700;
}
.pop-terms p{
    font-size: 18px;
    font-weight: 300;
    white-space: pre-line;
}
.pop-terms2{ 
    height: 80%; 
    overflow-y: auto; 
    width: 100%; 
    color: #505050; 
    font-weight: 300; 
    letter-spacing: -1px;
}
.pop-terms2 h4{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}
.pop-terms2 p{
    font-size: 18px;
    font-weight: 300;
    white-space: pre-line;
}
.pop-join-text{ 
    font-size: 14px; 
    line-height: 1.5em; 
    word-break: keep-all;
    color: #535b5d;
}
.pop-btn{justify-content: center;}
.overlay{ position: fixed; top:0; left: 0; right:0; bottom:0; background-color: rgba(0,0,0,0.8); z-index: 1100;}

/*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;
}
.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;}

/*join03*/
.join-wrap{
    width: 100%;
    margin: 0 auto;
}
.contents-join-box{
    padding: 58px 34px;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.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: #acacac;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: 0.5em;
  transition: all ease 0.25s;
}
.member-info-box dl dd{position: relative;}
.member-info-box .btn-close{
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}
.member-info-box .btn-close.close-ph{right: 15px;}
.rightAdd{
    right: 145px !important;
   transform: translateY(-14px) !important;
}

.reser-select01::before{
    right: 12px;
}
.reser-select02::before{
    right: -17px;
}
.course-select02::before{
    right: -25px;
}
.option-last span{
    margin-left: 10px;
}

/*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; */
}
.btn-join04{
    justify-content: center;
}
/*mypage*/
.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;
}
.member-info-box textarea{
    width: 100%;
    background-color: #f5f5f5;
    border: 0;
    resize: none;
    height: 180px;
    /* padding: 20px; */
}

/*sub-menu-common*/
.sub-menu-wrap img{
    margin: 0 auto 10px auto;
    cursor: pointer;
}
.sub-menu-open{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.sub-menu-select{
    width: 150px;
    background: #fff;
    line-height: 29px;
    text-indent: 12px;
}
.select02{
    width: 135px;
}
.po-se{
    width: 170px;
}
.po-se::before{
    right: -20px;
}
.sub-menu-select::before{
    content: "";
    width: 16px;
    height: 15px;
    background: url(/images/contents/icon_select_down.svg)no-repeat;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    transition: none;
    top: 9px;
}
.sub-menu-select span{
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.sub-menu-select li .options{
    width: 130px;
    overflow: inherit;
    transition: none;
    top: 35px;
    left: 11px;
    /* text-align: center; */
}
.sub-menu-select li .options.open{
    max-height: none;
    overflow-y: inherit;
    border: 1px solid #c1c1c1;
}
.sub-menu-select li .options li{
    height: 29px;
    border-bottom: 1px solid #c1c1c1;
}
.sub-menu-select li .options li:hover{
    background: #fff;
}
.sub-menu-select li .options li a{
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}
.sub-menu-select.select02::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #000;
    transform: rotate(270deg);
    position: absolute;
    left: 0;
    top: 10px;
}
.select02 li .options{
    left:0px;
}
.number02{
    display: flex;
}
.number02 input{
    width: 95%;
    margin-right: 7px;
}
.number02 button{
    width: 30%;
    background: #515151;
    color: #fff;
    border-radius: 10px;
}
.number01-btn{
    width: 100%;
    height: 100%;
    background: #515151;
    color: #fff;
    border-radius: 10px;
}

/*reservation*/
.contents-reser{ 
    position: relative; 
    width: 100%; 
    height: 100%; 
    margin: 0 auto; 
    padding: 150px 0 50px;
}
.wide-reser{ 
    width: 75%; 
    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: #535252; 
    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;
}
.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-right span.blue00{ background-color: #121B33;}
.calendar-right span.green{ background-color:  #5E9B2C;}

.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: 10px 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.today::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.on{ 
    font-weight: 500; 
    color: #000 !important;
    cursor: pointer;
}
.calendar-box table tbody td.on::after{ 
    content: ''; 
    position: absolute; 
    top:50%; 
    left: 50%; 
    width: 36px; 
    height: 36px; 
    background-color: #DFDFDF; 
    border-radius: 50%; 
    z-index: -1; 
    transform: translate(-50%, -50%)
}
.calendar-box table tbody td.possible{ color: #303030; cursor: pointer;}
.calendar-box table tbody td.wait{ 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.holiday{ color: #d20d0d;}
.calendar-box table tbody td .posi-num{ 
    display: block; 
    position: absolute; 
    font-size: 14px; 
    background-color: #2bafe6; 
    color: #fff; 
    border-radius: 20px; 
    line-height: 18px; 
    width: 40px; 
    left: 50%; 
    bottom: -8px; 
    transform: translateX(-50%);
    cursor: pointer;
}
.calendar-box table tbody td .posi-num.on{ 
    background-color: #121B33; 
}
.calendar-box table tbody td .wait{ 
    display: block; 
    position: absolute; 
    font-size: 14px; 
    background-color: #121B33; 
    color: #fff; 
    border-radius: 20px; 
    line-height: 20px; 
    width: 40px; 
    left: 50%; 
    bottom:-17px; 
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 100;
}
.calendar-box table tbody td.open-before{
    color: #5E9B2C;
    font-weight: 500;
}

.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%;min-width: 500px;}
.reser-cos-wrap{ width: 100%; overflow: hidden;}
.reser-cos{ width: 100%; text-align: center;}
.tit-cos1{ 
    width: 100%; 
    background-color: #121b33; 
    color: #fff; 
    font-size: 25px; 
    line-height: 63px;
    text-align: center;
}
.reser-cos h2.tit-cos2{ 
    width: 100%; 
    background-color: #364365; 
    color: #fff; 
    font-size: 25px; 
    line-height: 63px;
}

.reser-cos table{ 
    width: 100%;  
    font-size: clamp(0.875rem, 0.625rem + 0.3125vw, 1rem); 
    color: #434343; 
    font-weight: 300; 
}
.reser-cos table thead th{ line-height: 65px; font-weight: 400; }

.tbl-list-wrap{ 
    width: 100%; 
    height: 1390px; 
    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: 1325px; overflow-y: auto;}
.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;
}
.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: block; 
    color: #a8a8a8; 
    font-size: clamp(0.8125rem, 0.4375rem + 0.4688vw, 1rem); text-decoration:line-through;
}
.reser-cos table tbody tr td.discount b{ display: block; color: #cb2525;}

.btn-reser {
    line-height: 32px;
    border-radius: 10px;
    border: 1px solid #888;
    color: #FFF;
    letter-spacing: -0.4px;
    display: inline-block;
    text-align: center;
    margin: auto;
    transition: 0.2s ease-in-out;
    max-width: 90px;
    width: 80%;
    background-color: #283f49;
    border: 1px solid #283f49;
}

.reser-cos table tbody tr:hover .btn-reser {
    background-color: #3ba0b5;
    border: 1px solid #3ba0b5;
    color: #fff;
}

.btn-reser-ing {
    line-height: 32px;
    border-radius: 10px;
    border: 1px solid #888;
    color: #FFF;
    letter-spacing: -0.4px;
    display: inline-block;
    text-align: center;
    margin: auto;
    transition: 0.2s ease-in-out;
    max-width: 90px;
    width: 80%;
    background-color: #f8843e;
    border: 1px solid #f8843e;
}

.reser-cos table tbody tr:hover .btn-reser-ing {
    background-color: #3ba0b5;
    border: 1px solid #3ba0b5;
    color: #fff;
}


.reser-confirm{ width: 100%; margin-top: 32px;}

.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.checkin{ border:1px solid #06aae7; color: #06aae7;}

#confirmBox2{ display: none;}

/*reser_layerPopup*/
.commonPop{ 
    background-color: #fff;
    position: fixed;
    z-index: 3000;
	left: 50%;
	top:50%;
	word-break: keep-all;
}
.overlay{ position: fixed; top:0; left: 0; right:0; bottom:0; background-color: rgba(0,0,0,0.8); z-index: 1100;}

/* layer1 */
.commonPop.layer1{width: 530px; overflow-y: auto; padding: 45px 40px; transform: translate(-50%, -50%);}
.commonPop.layer1 .reser-info-box h3{text-align: right; padding: 10px 0; font-size: 14px;}
.commonPop.layer1 .reser-info-box h3 span{font-weight: 400; color: #003566; margin: 0 5px;}
.commonPop.layer1 .reser-info-box h4{font-size: 20px; text-align: right; padding: 5px 0;}
.commonPop.layer1 .reser-info-box h4 span{color:#de3b18; font-weight: 400;}
.commonPop .pop-title{text-align: center; font-size: 28px;}
.reser-info-box{background: #f9f9f9; border-radius: 15px; border: 1px solid #e4e4e4; margin-top: 30px; padding: 20px 30px; font-weight: 300;}
.check-info{text-align: center; font-weight: 300;margin-top: 20px;}
.commonPop h2.mainTit img{ vertical-align: middle;}
.commonPop .commonTxt{ line-height: 1.5em; letter-spacing: -0.5px;}
.btnBox{width: 100%; position: relative; text-align: center; margin-top: 50px;}
.btnBox a{color: #fff; font-weight: 400; padding: 10px 0; width: 190px; display: inline-block; margin-right: 20px; font-size: 20px; border-radius: 10px; background: #919191;}
.btnBox a.on{background: #3ba0b5; color: #fff; border: 0;}
.btnBox a:last-child{margin-right: 0;}
.reser-info-box p{padding: 10px 0;}

.pop-sub-title{font-size: 14px;font-weight: 300;text-align: center;margin: 20px 0 50px 0;}
.pop-date-info{font-size: 20px; color: #D22C2C; font-weight: 500;text-align: center;}

/*reser-check*/
.reser-chk-contents{
    position: relative; 
    width: 1184px; 
    height: 100%; 
    margin: 0 auto; 
    padding:200px 0 100px;
}
.reser-chk-title{
    font-size: 50px;
    font-weight: 700;
    color: #121b33;
    display: block;
    text-align: center;
}
.reser-tab{ 
    width: 100%;
    margin-top: 100px;
}
.reser-tab ul{ 
    text-align: center;
}
.reser-tab li{ 
    line-height: 50px; 
    color: #000; 
    font-size: 20px; 
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
	margin-right: 50px;
}
.reser-tab li:last-child{
    margin-right: 0;
}
/* .reser-tab li:nth-of-type(2){
    margin: 0 50px;
} */
.reser-tab li.on{ 
    background-color: rgb(167,176,186);
    border-radius: 20px;
    color: #fff;
}
.reser-chk-detail{
    margin-top: 100px;
}
.reser-chk-detail ul{
    background:#f3f3f3;
    border-radius: 15px;
    padding: 20px;
}
.reser-chk-detail ul li{
    text-align: left;
    font-size: 18px;
    line-height: 1.89em;
}
.reser-chk-detail p{
    color: #070707;
    font-size: 15px;
    margin-top: 15px;
}

.reser-chk-list{
    width: 100%;
    margin: 80px 0 50px 0;
}
.reser-chk-list-title{
    font-size: 26px;
    color: #333;
    position: relative;
    text-indent: 10px;
}
.reser-chk-list-title::after{
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.reser-chk-table{
    margin-top: 20px;
    width: 100%;
}
.reser-chk-table table{
    width: 100%;
    font-size: 20px;
    border: 1px solid #707070;
    text-align: center;
}
.reser-chk-table thead tr th{
    background: #8d8d8d;
    color:#fff;
    font-weight: 300;
    padding: 10px;
}
.reser-chk-table tbody tr td{
    color:#434343;
    font-weight: 300;
    padding: 15px;
}
.reser-chk-table tbody tr{
    border-bottom: 1px solid #dcdcdc;
}
.reser-chk-table tbody tr:last-child{
    border-bottom: 0;
}
.chk-info{
    color: #b2b2b2;
}
.reser-chk-btn01{
    background:#3ba0b5;
    color: #fff;
    line-height: 39px;
    border-radius: 20px;
    padding: 10px 15px;
}
.reser-chk-btn02{
    background:#afafaf;
    color: #fff;
    line-height: 39px;
    border-radius: 20px;
    padding: 10px 15px;
}
.reser-chk-btn03{
    background:#121B33;
    color: #fff;
    line-height: 39px;
    border-radius: 20px;
    padding: 10px 15px;
}

.page-list{width: 100%;}
.pageNum{width: 100%; vertical-align: middle;}
.pageNumWrap{
    width: 100%; 
    margin-top: 30px; 
    text-align: center; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageNumWrap li{
    margin: 0 20px; 
    font-size: 20px; 
    font-weight: 300;
}
.pageNumWrap li.on{font-weight: 400;}
.pageNumWrap li:first-child, .pageNumWrap li:last-child{margin: 0;}

/*reser_guide*/
.reser-guide-wrap{
    width: 1200px;
    margin: 100px auto 300px auto;
    height: 100%;
}
.reser-guide-in{
    background: #F9F9F9;
    padding: 30px;
    position: relative;
}
.reser-guide-title{
    display: block;
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-radius: 20px;
    background: #121B33;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.reser-guide-title02{
    display: block;
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-radius: 20px;
    background: #3BA0B5;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.reser-guide-txt h3{
    font-size:20px;
    font-weight: 500;
    margin-left: 15px;
    position: relative;
}
.reser-guide-txt h3::after{
    content: "";
    width: 3px;
    height: 15px;
    background: #000;
    border-radius: 15px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.reser-guide-txt p{
    font-size:18px;
    line-height: 28px;
    margin-left: 15px;
    white-space: pre-line;
    font-weight: 300;
}
.reser-guide-table{
    width: 100%;
}
.reser-guide-table table{
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    border: 1px solid #707070;
    margin: 50px 0 10px 0;
}
.reser-guide-table table thead tr th{
    background: #9B9B9B;
    color: #fff;
    padding: 20px;
    border-right: 1px solid #707070;
}
.reser-guide-table table tbody tr th{
    background: #F3F3F3;
    color: #000;
    padding: 20px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.reser-guide-table table tbody tr td{
    color: #000;
    padding: 20px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.reser-guide-table-span{
    font-size: 18px;
    font-weight: 300;
    color: #DF3030;
}

/*예약위임*/
.rser-en-wrap{
    width: 1200px;
    margin: 100px auto 0 auto;
}
.reser-en-title{
    font-size: 26px;
    position: relative;
    margin-left: 10px;
}
.reser-en-title::after{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width:5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
}
.reser-en-cont{
    margin: 20px 0 100px 0;
}
.name-box {
    height: 140px;
    border: 2px solid #3BA0B5;
    margin: 60px 0;
}
.name-box ul {
    text-align: center;
    margin: 47px 0;
}
.name-box ul li {
    display: inline-block;
    font-size: 22px;
    color: #384043;
    margin: 0 80px;
    text-align: center;
    vertical-align: text-top;
    line-height: 40px;
}
.name-box ul span {
    font-size: 18px;
    color: #2f3334;
    font-weight: 600;
    padding-right: 18px;
}
.reser-en-table h2{
    font-size: 22px;
    color: #2f3334;
    white-space: pre-line;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}
.reser-en-table{
    width: 100%;
}
.reser-en-table table{
    width: 100%;
    font-size: 18px;
}
.en-btn{
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
}
.short-btn{
    width: 240px;
    border: 1px solid #3BA0B5;
    text-align: center;
    line-height: 50px;
}
.long-btn{
    width: 450px;
    background:#3BA0B5;
    color: #fff;
    margin-left: 10px;
    line-height: 50px;
    text-align: center;
}

.reser-en-table table tbody tr{
    border-top: 1px solid #000;
    border-bottom: 1px solid #dddddd;
}
.reser-en-table table tbody tr th{
    color: #202020;
    padding: 15px;
    text-align: left;
}
.reser-en-table table tbody tr td{
    font-weight: 500;
    padding: 15px;
}
.reser-input-area{
    display: flex;
    align-items: center;
    position: relative;
}
.reser-input-area .btn-close{
    position: absolute;
    right: 240px;
}
.reser-input-area .btn-close02{
    position: absolute;
    right: 30px;
}
.reser-input01{
    width: 189px;
}
.reser-input02{
    width: 382px !important;
}
.reser-input03{
    background: #f4f4f4;
    color:#C4C4C4 ;
    padding: 17px 10px;
    margin-left: -5px;
}
.reser-en-table b{
    margin: 0 10px;
}
.reser-en-btn{
    height: 59px;
    background:#3BA0B5;
    color: #fff;
    font-size:17px;
    font-weight: 300;
    border-radius: 15px;
    padding: 0 20px;
}

.reser-en-cont02{
    margin-top: 30px;
}
.reser-en-table02{
    width: 100%;
}
.reser-en-table02 table{
    width: 100%;
    font-size: 18px;
    border: 1px solid #707070;
    text-align: center;
}
.reser-en-table02 table thead tr th{
    color: #fff;
    background: #8D8D8D;
    padding: 15px;
}
.reser-en-table02 table tbody tr td{
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px;
}
.reser-chk input[type=checkbox] {display:none;}
.reser-chk 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;
}
.reser-chk input[type=checkbox]:checked + label {
    background-image: url('/images/contents/join_agree.svg');
	background-size: 34px 34px;
}
.reser-chk b{
    vertical-align: -webkit-baseline-middle;
    color: #434343;
    margin-left: 5px;
}
.reser-en-cont02-title{
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.reser-en-cont02-title h2{
    margin-right: 50px;
}
.reser-en-cont02-title input{
    width: 324px;
}
.reser-en-cont02-title button{
    background: #121B33;
    height: 59px;
    padding: 0 35px;
    color: #fff;
    border-radius: 15px;
    margin-left: 20px;
}
.reser-en-cont02-title .btn-close{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-160px, -50%);
}
.reser-en-cont02-title .btn-close img{
    display: inline-block;
}
.reser-en-cont03-title{
    margin: 50px 0 30px 0;
}
.reser-en-cont03{
    border: 1px solid #C4C4C4;
    border-radius: 15px;
}
.reser-en-input input{
    width: 188px;
    position: relative;
}
.reser-en-input .btn-close{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-290px, -50%);
}
.btn-reser-en{
    text-align: right;
    height: 59px;
    margin-top: 20px;
}
.btn-reser-en a{
    color: #fff;
    font-size: 17px;
    text-align: center;  
    line-height: 59px;
    display: inline-block;
    background: #121B33;
    border-radius: 15px;
    padding: 0 20px;
}

/*대기예약 팝업*/
.reser-wait-box table{
    width: 100%;
}
.reser-wait-box table tbody tr{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 45px;
    margin-top: 40px;
}
.reser-wait-box table tbody tr::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 67%;
    border: 1px dashed #BCBCBC;
}
.reser-wait-box table tbody tr:last-child::after{
    border: 0;
}
.reser-wait-box table tbody tr td{
    margin-right: 20px;
}
.reser-wait-box table tbody tr td:last-child{margin-right: 0;}
.reser-wait-box table tbody tr td button{
    color: #636363;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
}
.reser-wait-box table tbody tr td button.on{
    color: #fff;
    background:#121B33;
}
.padd{padding: 10px 90px !important;}

/*way*/
.contents-tab{ 
    width: 100%;
    margin-top: 50px;
}
.contents-tab ul{ 
    text-align: center;
}
.contents-tab li{ 
    line-height: 50px; 
    color: #000; 
    font-size: 20px; 
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    margin-right:50px ;
}
.contents-tab li:last-child{
    margin-right: 0;
}
.contents-tab li.on{ 
    background-color: rgb(167,176,186);
    border-radius: 20px;
    color: #fff;
}

.way-wrap{
    position: relative; 
    width: 100%; 
    height: 100%; 
    margin: 0 auto; 
    padding-bottom: 300px;
}
.map-area{
    width: 90%;
    margin: 90px auto 0 auto;
}
.root_daum_roughmap{width: 100% !important;}
.way-txt-wrap{
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
}
.way-txt{
    margin-top: 20px;
}
.way-txt li{
    display: inline-block;
    margin-right: 20px;
}
.way-txt li:last-child{
    margin-right: 0;
}

/*club_info*/
.info-wrap{
    position: relative; 
    width: 100%; 
    height: 100%; 
    margin: 0 auto; 
    padding-bottom: 300px;
}
.info-wrap-back{
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-750px);
}
.info-sec01{
    width: 100%;
    height: 704px;
    background: url(/images/contents/club_info_img01.png)no-repeat center / cover;
    position: relative;
}
.info-sec01-txt{
    width: 557px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #0F1B35;
}
.info-sec01-txt-in{
    padding:30px;
}
.info-sec01-txt h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.info-sec01-txt p{
    font-size: 17px;
    white-space: pre-line;
    margin-bottom: 20px;
}
.info-sec01-txt p strong{
    font-weight: 700;
    font-size: 18px;
}
.club-info-wrap{
    position: relative; 
    width: 1628px; 
    height: 100%; 
    margin: 0 auto; 
    padding: 100px 0 50px;
}
/* .info-sec02{
    width: 100%;
    height: 424px;
    background:#121B33;
    position: relative;
} */
.info-sec02-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.info-sec02-txt h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 90px;
}
.info-sec02-txt h3{
    font-size: 18px;
    line-height: 45px;
}
.info-sec02-txt p{
    font-size: 25px;
    white-space: pre-line;
    color: #fff;
}
.info-sec02-txt p::after{
    content: "";
    width: 82px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.info-sec02-in{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.info-sec02-in01{

}
.info-sec02-in02{
    
}
.info-sec02-in02-txt{
    height: 424px;
    background: #fff;
    position: relative;
}
.info-sec02-in02-txt p{
    width: 55%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #000;
    white-space: pre-line;
}
.info-sec02-in02-txt p .count{
    font-size: 31px;
    font-weight: 700;
    color: #0B1B37;
}
.info-sec02-in02-txt p strong{
    font-size: 31px;
    font-weight: 700;
    color: #0B1B37;
}
.info-sec02-in02-img{
    margin-top: 32px;
}
.info-sec03{
    margin-top: 50px;
    width: 100%;
    height: 950px;
    background: url(/images/contents/club_info_img04.png)no-repeat center / cover;
}
.info-sec04{
    margin-top: 30px;
    position: relative;
}
.info-sec04-wrap{width: 100%;}
.blub-back{
    width:274px;
    height: 274px;
    background:#121B33;
}
.blub-back02{
    width:138px !important;
    height: 138px !important;
    background:#3BA0B5;
}
.blub-back03{
    width:138px !important;
    height: 138px !important;
    background:#121B33;
}
.info-sec04-01{
    display: flex;
    flex-direction: row;
}
.info-sec04-02{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.info-sec04-03{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.info-sec04-02>div{
    width: 274px;
    height: 274px;
}
.healing{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #1D1D1D;
}
.info-sec04-03{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 274px;
}
.golf-club{
    width: 274px;
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
}
.flex01{
    width: 529px; 
    height: 529px;
}
.flex02{
    width: 138px; 
    height: 274px;
}
.flex03{
    width: 529px !important;
}
.info-sec04-04{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 274px;
}
.info-sec04-04>div{
    width: 274px;
    height: 274px;
}
.flex04{
    width: 667px !important;
}
.start01{opacity: 0;}
.start02{opacity: 0;}
.start03{opacity: 0;}
.start04{opacity: 0;}
.start05{opacity: 0;}
.info-sec04-txt{
    position: absolute;
    right: 0;
    top: 35px;
}
.info-sec04-txt h2{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 30px;
}
.info-sec04-txt h3{
    font-size: 18px;
    text-align: right;
    margin-bottom: 10px;
}
.info-sec04-txt p{
    font-size: 15px;
    font-weight: 300;
    white-space: pre-line;
    text-align: right;
}

/*club_house*/
.club-house-wrap{
    position: relative; 
    width: 90%; 
    height: 100%; 
    margin: 0 auto; 
    padding:200px 0 60px;
}
.club-house-sec01{
    width: 100%;
    height: 911px;
    background: url(/images/contents/club_house_img01.jpg)no-repeat center / cover;
    position: relative;
}
.club-house-sec01-txt{
    text-align: center;
    margin-top: 80px;
    color: #121B33;
}
.club-house-sec01-txt h2{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
}
.club-house-sec01-txt p{
    font-size: 25px;
}
.club-house-sec01-txt p b {
    color: #4A5D91;
}
.club-house-sec02{
    width: 100%;
    height: 100%;
    margin-top: 270px;
    position: relative;
}
.club-house-sec02::after {
    content: "";
    width: 100%;
    height: 281px;
    background: url(/images/contents/logo_back.svg)no-repeat top center;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-size: 75%;
}
.club-house-sec02::before {
    content: "";
    width: 100%;
    height: 1375px;
    background: url(/images/contents/logo_back02.jpg)no-repeat center center / cover;
    position: absolute;
    top: 339px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    background-size: 100%;
}
.club-house-sec02 .img-big img{
    width: 85%;
    height: 680px;
    margin: 0 auto;
}
.club-house-sec02 .img-big .text {
    font-size: 25px;
    font-weight: 300;
    line-height: 150%;
    color: #121B33;
    width: 85%;
    margin: 64px auto 0 auto;
}
.club-house-sec02 .img-wrapper {
    margin-top: 160px;
    display: flex;
    gap: 0 104px;
}
.club-house-sec02 .img-wrapper .img01 {
    width: calc(60% - 104px);
    height: 754px;
}
.club-house-sec02 .img-wrapper .img01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.club-house-sec02 .img-wrapper .img02 {
    width: 40%;
}
.club-house-sec02 .img-wrapper .img02 .text {
    font-size: 25px;
    line-height: 150%;
    color: #121B33;
    font-weight: 300;
    margin-bottom: 128px;
    position: relative;
    margin-top: 158px;
}
.club-house-sec02 .img-wrapper .img02 .text::after {
    content: "";
    width: 64px;
    height: 1px;
    background: #121B33;
    position: absolute;
    top: -32px;
    left: 0;
}
.club-house-sec02 .img-wrapper .img02 img {
    width: 686px;
    height: 458px;
    object-fit: cover;
}
.club-house-sec03{
    margin-top: 200px;
    width: 100%;
    height: 858px;
    display: flex;
}
.club-house-sec03-slide {
    width: 65%;
    height: 100%;
    position: relative;
}
.club-house-sec03-slide-in {
    width: 100%;
    height: 100%;
    position: relative;
} 
.basic-swiper {
    position: relative;
    height: 100%;
}
.basic-swiper .swiper-slide {
    position: relative;
}
.basic-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.basic-swiper-nav .prev, .basic-swiper-nav .next {
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.basic-swiper-nav .prev {
    right: -64px;
    cursor: pointer;
}
.basic-swiper-nav .next {
    right: -129px;
    cursor: pointer;
}
.club-house-sec03 .info-facil {
    width: 35%;
    height: 100%;
    background: #F5F7FA;
    padding: 120px 0 0 80px;
    box-sizing: border-box;
}
.club-house-sec03 .info-facil h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    color: #121B33;
}
.club-house-sec03 .info-facil h2::after {
    content: "";
    width: 64px;
    height: 1px;
    background: #121B33;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.club-house-sec03 .info-facil p {
    font-size: 24px;
    line-height: 150%;
    color: #121B33;
    margin: 40px 0 65px 0;
}
.club-house-sec03 .info-facil .info-facil-btn {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.club-house-sec03 .info-facil .info-facil-btn a {
    display: block;
    width: 271px;
    border: 1px solid #121B33;
    color: #121B33;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 17px 0;
}
.club-house-sec04{
    margin-top: 224px;
    width: 100%;
    position: relative;
    padding-bottom: 150px;
}
.club-house-sec04-back {
    width: 100%;
    height: 757px;
}
.club-house-sec04 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 28px;
    width: 85%;
    margin: 0 auto 83px auto;
}
.club-house-sec04 .img-wrapper img{
    width: calc((100% - 28px)/2);
    height: 534px;
    object-fit: cover;
}
.club-house-sec04::before {
    content: "";
    width: 100%;
    height: 757px;
    background: url(/images/contents/logo_back02.jpg)no-repeat center center / cover;
    position: absolute;
    top: 269px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    background-size: 100%;
}
.club-house-sec04 .text {
    text-align: center;
    color: #121B33;
}
.club-house-sec04 .text h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.club-house-sec04 .text p {
    font-size: 25px;
    font-weight: 300;
    line-height: 150%;
}
.club-house-sec05{
    width: 100%;
    height: 858px;
    display: flex;
}
.club-house-sec05-slide {
    width: 65%;
    height: 100%;
    position: relative;
}
.club-house-sec05-slide-in {
    width: 100%;
    height: 100%;
    position: relative;
} 
.club-house-sec05 .info-facil {
    width: 35%;
    height: 100%;
    background: #F5F7FA;
    padding: 160px 0 0 80px;
    box-sizing: border-box;
}
.club-house-sec05 .info-facil h2 {
    font-size: 36px;
    font-weight: 700;
}
.club-house-sec05 .info-facil p {
    font-size: 24px;
    font-weight: 300;
    padding: 40px 0 56px 0;
}
.club-house-sec05 .info-facil ul li {
    line-height: 150%;
    font-weight: 500;
    color: #121B33;
    display: flex;
}
.club-house-sec05 .info-facil ul li span {
    width: 30%;
}
.club-house-sec05 .info-facil ul li b {
    font-weight: 300;
}
.basic-swiper-nav.sec05 .prev {
    left: -129px;
    cursor: pointer;
}
.basic-swiper-nav.sec05 .next {
    left: -64px;
    cursor: pointer;
}

/*course*/
/*course_guide*/
.course-guide-wrap{
    margin-top: 100px;
}
.course-guide-back{
    width: 100%;
    height: 955px;
    background: url(/images/contents/course_guide_img01.png)no-repeat center / cover;
    position: relative;
    z-index: 0;
}
.course-guide-back-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    opacity:0.2;
    z-index: 0;
}
.course-in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -185px);
}
.course-guide-back-top{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.course-guide-back-top li{
    height: 65px;
    line-height: 60px;
    font-size: 25px;
    border: 1px dashed #fff;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 20px;
    position: relative;
}
.course-guide-back-top li:last-child{margin-right: 0;}
.course-guide-back-top li strong{
    font-size: 30px;
    font-weight: 700;
}
.course-guide-back-top li.on{
    background:#121B33;
    border: 1px solid #121b33;
}
.course-guide-back-top-after::after{
    content: "";
    width: 2px;
    height: 34px;
    background: #C2C2C2;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.course-number01{
    position: absolute;
    bottom: 132px;
    right: 50%;
    transform: translateX(428px);
}
.course-number01 p{
    font-size: 27px;
    color: #fff;
    margin-bottom: 15px;
}
.course-number01 span{
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}
.course-number01 .course-num{
    text-align: center;
    position: relative;
    text-align: center;
    margin-left: 10px;
}
.course-number01 .course-num02{
    text-align: center;
    position: relative;
    text-align: center;
    margin-right: 0;
}
.course-number01 .course-num::after{
    content: "";
    width: 34px;
    height: 34px;
    background:#4F77DB;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.course-number01 .course-num02::after{
    content: "";
    width: 34px;
    height: 34px;
    background:#4F77DB;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.course-number02{
    position: absolute;
    top: 50%;
    transform: translate(-390px, -180px);
    left: 50%;
}
.course-number02 span{
    font-size: 18px;
    margin-right: 20px;
}
.course-number02 p{
    font-size: 27px;
    color: #fff;
    margin-bottom: 15px;
}
.course-number02 .course-num{
    text-align: center;
    position: relative;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}
.course-number02 .course-num02{
    text-align: center;
    position: relative;
    text-align: center;
    margin-right: 0;
    color: #fff;
}
.course-number02 .course-num::after{
    content: "";
    width: 34px;
    height: 34px;
    background:#e8a751;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.course-number02 .course-num02::after{
    content: "";
    width: 34px;
    height: 34px;
    background:#e8a751;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.course-number02 .course-line{color: #fff;}

.course-tab-wrap{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:-25px;
    position: relative;
    z-index: 20;
}
/* .course-tab-wrap::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #DFDFDF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
} */
.course-tab-wrap li{
    width: 50px;
    height: 50px;
    background:#EBEBEB;
    border-radius: 100%;
    text-align: center;
    margin-right: 30px;
}
.course-tab-wrap li:last-child{margin-right: 0;}
.course-tab-wrap li a.on{background:#121B33;color: #fff;}
.course-tab-wrap li.on a{color: #fff;}
.course-tab-wrap li a{
    display: block;
    line-height: 50px;
    font-size: 20px;
    color:#A5A5A5;
    border-radius: 100%;
}
.course02{
    display: inline-block;
}
.course02 a{
    display: block;
    background: #3BA0B5;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
}


.course-guide-contents{
    margin-top: 80px;
}
.course-tab-cont h3{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 100px;
    color: #fff;
}
.course-tab-cont{
    width: 1200px;
    margin: 0 auto;
}
.course-tab-cont-area{
    width: 100%;
}
.course-tab-cont-in{
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}
.course-tab-cont01{
    width: 80%;
}
.course-tab-cont01 h2{
    font-size: 36px;
}
.course-tab-cont01 h2 strong{
    font-size: 100px;
    font-weight: 700;
}
.course-tab-cont01 h3{
    font-size: 25px;
    text-align: left;
    font-weight: 400;
}
.course-tab-cont01 h3 strong{
    font-size: 43px;
    font-weight: 700;
}
.course-tab-cont02{
    width: 35%;
    height: 35%;
    border-radius: 100%;
    border: 1px solid #707070;
}
.course-tab-cont03{
    z-index: -1;
    position: relative;
    top: -170px;
}
.top100{top: -100px !important;}
.top45{top: -45px !important;}
.back02{
    height: 100% !important;
}
.cu-mask01{z-index: -1 !important;}
.color-wrap{
    margin: 30px 0 30px 30px;
    display: flex;
}
.color-wrap li{
    margin-right: 45px;
    font-size: 18px;
}
.color-wrap li:last-child{
    margin-right:0;
}
.black{position: relative;}
.color-wrap .blue{position: relative;}
.red{position: relative;}
.white{position: relative;}

.black::after{
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: #000;
    border-radius: 100%;
}
.color-wrap .blue::after{
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: #5367CE;
    border-radius: 100%;
}
.red::after{
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: #E84F4A;
    border-radius: 100%;
}
.white::after{
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
}
.course-tab-cont01-txt{
    margin-top: 50px;
}
.course-tab-cont01-txt span{
    font-size: 24px;
    font-weight: 700;
}
.course-tab-cont01-txt p{
    font-size: 18px;
    white-space: pre-line;
}

.course-table-wrap{
    width:993px;
    margin:100px auto 0 auto;
}
.course-table{
    width: 100%;
}
.course-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-header h2{
    font-size: 26px;
    margin-bottom: 15px;
}
.course-table table{
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}
.course-table table thead tr th{
    background: #A5A5A5;
    color: #fff;
    padding: 10px;
}
.course-table table thead tr th.cTitle{
    background: #4F77DB;
}
.course-table table tbody tr th{
    background: #474747;
    color: #fff;
}
.course-table table tbody tr td{
    height: 48px;
    border-bottom: 1px solid #ECECEC;
}
.course-table table tbody tr td:last-child{
    border-right: 1px solid #ECECEC;
}
.course-table table thead tr th.cTitle2{
    background: #e8a751;
}



/*policy*/
.contents-policy{ 
    position: relative; 
    width: 100%; 
    height: 100%; 
    margin: 0 auto; 
    padding:200px 0 50px;
}
.policy-wrap{
    position: relative; 
    width: 1320px; 
    height: 100%; 
    margin: 100px auto 0 auto; 
    padding:30px;
    border: solid 1px #e4e4e4;
}
.policy-wrap h3{
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
} 
.policy-wrap h4{
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0;
}
.policy-wrap p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    white-space: pre-line;
    word-break: keep-all;
}
.policy02-span{
    width: 100%;
    background:#f2f2f2;
    border-radius: 15px;
    margin: 20px 0;
}
.policy-table{
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.policy-table table{
    width: 100%;
    margin: 30px 0 50px 0;
}
.policy-table table thead tr th{
    color: #fff;
    background:#121B33;
    border-right: 1px solid #fff;
    padding: 20px;
    border-top: 1px solid #fff;
}
.policy-table table tbody tr td{
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    padding: 20px;
    white-space: pre-line;
}
.policy-table table tbody tr th{
    background: #121B33;
    color: #fff;
    border-top: 1px solid #fff;
}
.bdth1{border-top: 1px solid #707070 !important;}
.bdtd1{border-top: 1px solid #707070;}

.policy-in01{
    padding: 5px 10px;
    background: #f5f5f5;
}
.policy-in02{
    background: #707070;
    color: #fff;
}

/*board*/
/*list*/
.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;}

/*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;
}

/*식음추가 230418*/
.menu-info-back{
    width: 100%;
    height: 635px;
    background: url(/images/contents/menu_info_back.png)no-repeat center / cover;
    position: absolute;
}
.menu-info-back-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.7;
}
.menu-info-contents{
    position: relative; 
    width: 100%; 
    height: 100%; 
    padding:200px 0 100px;
}
.menu-info-wrap{
    width: 100%;
    /*height: 1300px;*/
    margin: 100px 0;
    position: relative;
}
.menu-info-in{
    width: 1345px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: -50px;
}
.menu-info-in-cont{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.menu-info-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-info-header h2{
    font-size: 26px;
    position: relative;
    font-weight: 400;
    margin-left: 15px;
}
.menu-info-header h2::after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    background: #000;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-info-header a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background:#3BA0B5;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    width: 197px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.menu-info-table-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
}
.menu-info-table-wrap02{
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.menu-info-table-wrap02 .menu-info-table{
    margin-right: 20px;
}
.menu-info-table-wrap02 .menu-info-table:last-child{
    margin-right: 0;
}
.menu-info-table{
    width: calc((100% - 40px)/3);
}
.menu-info-table h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.menu-info-table table{
    width: 100%;
    font-size: 18px;
    text-align: center;
    border:1px solid #707070;
}
.menu-info-table table thead tr th{
    background:#121B33;
    color: #fff;
    padding: 10px;
}
.menu-info-table table thead tr th:first-child{
    border-right: 1px solid #fff;
}
.menu-info-table table tbody tr td{
    padding: 10px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

/*230525*/
.reser-chk-table tbody tr td .reser-chk-txt{
    font-size: 13px;
    display: block;
}
.reser-chk-btn05{
    background:#fff;
    color: #3ba0b5;
    border: 1px solid #3ba0b5;
    line-height: 39px;
    border-radius: 20px;
    padding: 10px 15px;
}
.id-chk{
    width: 20px !important;
    height: 20px !important;
    vertical-align: text-bottom;
    margin-right: 10px !important;
}
.reser-tab-wrap{
    width: 100%;
    display: flex;
    font-size: 25px; 
    line-height: 63px;
    text-align: center;
}
.reser-tab-wrap li{
    background: #fff;
    cursor: pointer;
    width: calc((100%)/3);
    border: 1px solid #707070;
}
.reser-tab-wrap li.on{
    background: #121b33;
    color: #fff;
    border: 1px solid #121b33;
}
.reser-tab-wrap li:first-child{
    border-right: 0;
}
.reser-tab-wrap li:nth-of-type(2){
    border-right: 0;
}
.pop-sub-title02{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-sub-title02 li{
    font-weight: 500;
    margin-right: 10px;
}
.pop-sub-title02 li:last-child{
    margin-right: 0;
}
.reser-info-box02{
    margin-top: 30px; 
    padding: 20px 30px; 
}
.reser-info-box02 ul{
    display: flex;
}
.reser-info-box02 ul li{
    font-size: 18px;
}
.reser-info-box02 ul li a{
    display: inline-block;
    width: 106px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #CCCCCC;
    margin-right: 20px;
    border-radius: 10px;
    text-align: center;
}
.reser-info-box02 ul li a.on{
    background:#121B33;
    border: 1px solid #121B33;
    color: #fff;
}
.reser-info-box02 ul li:nth-of-type(2){line-height: 45px;}
.dis-head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8D8D8D;
    padding: 10px 0;
}
.dis-head li{
    display: flex;
    color: #fff;
}
.dis-head li:nth-of-type(2){
    font-size: 24px;
    font-weight: 500;
    margin: 0 30px;
}

/*230721-추가*/
.normal-tab{
    width: 100%;
}
.normal-tab span{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #ababab;
    border-radius: 27px;
    line-height: 55px;
    padding: 0 28px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.normal-tab span.on{
    background-color: #d45822;
}
.food-tab{
    font-size: 24px;
    color: #252525;
    font-weight: 700;
}
.food-tab ul{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.menu-info-box{ margin-top:40px;}
#contents2{ display: none;}
.food-tab span{
    color: #252525;
}
.food-tab ul li{
    margin-right: 20px;
    color: #908f8f;
    font-weight: 700;
    cursor: pointer;
}
.food-tab ul li:last-child{
    margin-right: 0;
}
.food-tab ul li.on{
    color: #252525;
}
.food-con{
    width: 100%;
    margin-top:35px;
    background: #f3f3f3 url(/images/contents/bg_food_tit.png) top center no-repeat;
    background-size:contain;
    border-radius: 20px;
    text-align: center;
    padding: 226px 0 60px;

}
.food-con img{ display: inline-block;}



/*240201*/
.commonPop.layer1 .reser-info-box .reser-pop-info h3{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: left;
}
.commonPop.layer1 .reser-info-box .reser-pop-info h3::after{
    content: "";
    width: 3px;
    height: 15px;
    background: #000;
    border-radius: 15px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.enter-card-info{
    width: 100%;
    margin-bottom: 15px;
}
.enter-card-info dl{
    display: table;
    padding-bottom: 7px;
}
.enter-card-info dl dt, .enter-card-info dl dd{
    display: table-cell;
    vertical-align: middle;
}
.enter-card-info dl dt{
    width: 70px;
}
.enter-card-info dl dd select{
    border: 1px solid #707070;
    width: 85px;
    height: 35px;
    background-color: #fff;
    font-size: 16px;
    padding: 3px; 
}
.enter-card-info dl dd input {
    border: 1px solid #707070;
    width: 77px;
    height: 28px;
    background-color: #fff;
    font-size: 16px;
    padding: 3px;
    text-align: center;
}
.enter-card-info dl dd input.wide{
    width: 174px;
}
.enter-card-info dl dd input.short{
    width: 56px;
}
.reser-pop-info .tbl-agree{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.25em;
}
.reser-pop-info .tbl-agree th{
    border: 1px solid #707070;
    background-color: #8d8d8d;
    color: #fff;
    line-height: 50px;
}
.reser-pop-info .tbl-agree td{
    vertical-align: middle;
    border: 1px solid #707070;
    padding: 8px;
    min-height: 60px;
}
.commonPop.layer1 .reser-info-box .reser-pop-info .tbl-agree td h4{ 
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    padding: 0 0 5px;
}
.commonPop.layer1 .reser-info-box .reser-pop-info .tbl-agree td .radio-sty01{
    margin-bottom: 10px;
}
/*//240201*/