/* animation */
@keyframes fadeInLeft {
    0% {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

*{
    letter-spacing: -0.02em;
}
html{
    background: #F9F9F9;
}
html, body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    line-height: 1;
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
    color: #000;
    overflow-x: hidden;
}
body{
    background: #fff;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
main{
    min-height: calc(100vh - 180px);
    padding-top: 80px;
}
a:link,
a:visited,
a:active,
a:hover{
    text-decoration: none;
    color: #000;
}
section{
    position: relative;
}
.content{
    width: calc(100% - 90px);
    margin: 0 auto;
}
.tit{
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 38px;
}
.link{
    font-size: 20px;
}
.link img{
    width: auto;
    height: 23px;
}
.eb{

}
b{
    /* font-family: 'NanumSquareAcb'; */
    font-weight: bold;
}

/* nav */
#reservation{
    position: fixed;
    bottom: 122px;
    left: 50%;
    transform: translatex(-50%);
    margin-left: 205px;

    font-size: 23px;
    background: #61b47d;
    color: #fff;
    width: 187.91px;
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .5s;
    padding: 12px 18px;
    overflow: hidden;
    border-radius: 38px;
    z-index: 9;
}
#reservation img{
    width: 40px;
    height: auto;
    margin-right: 18px;
}
#reservation div{
    overflow: hidden;
}
header{
    position: fixed;
    width: 720px;
    height: 100vh;
    overflow: hidden;
    z-index: 20;
    pointer-events: none;
}
header .top{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* font-size: 25px; */
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    z-index: 7;
    color: #fff;
    background: #61b47d;
    text-align: center;
    padding: 27.5px 0px;
    pointer-events: all;
max-width: 720px;
}
header .top a{
    display: flex;
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    justify-content: center;
    left: 0;
    align-items: center;
}
header .top a img{
   display: block;
    width: auto;
    height: 25px;
 /*    margin-bottom: -25px;*/
}
header nav{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 100px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -10px 20px rgba(0,0,0,5%);
    z-index: 9;
    pointer-events: all;
    font-weight: bold;

}
header nav div{
    position: relative;    width: 100%;    height: 100%;
}
header nav div a,
header nav div{

    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #8dc5a0 !important;
    cursor: pointer;
}
header nav div.active a,
header nav div.active{    color: #ff7310 !important;
}
header nav div img.nclick{   display: block;
}
header nav div img.click{    display: none;
}
header nav div.active.other_btn img.nclick{    display: none;
}
header nav div.active.other_btn img.click{    display: block;
}
header nav div a.bk{
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 27px;
    transform: translateX(-50%);
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background: #61b47d;
    color: #fff !important;
}
header nav div img{
    width: auto;
    height: 36px;
    margin-bottom: 10px;
}
header .bg_menu{
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: calc(100vh - 100px);
    background: rgba(0,0,0,50%);
    display: none;
    z-index: 8;
    cursor: pointer;
    pointer-events: all;
}
header .back{
/*    width: 250px;*/ width:300px;
    height: calc(100vh - 100px);
    background: #fff;
	position: absolute;
    top: 0;
    right: 0;
	display: none;
    animation: fadeInLeft .3s;
    z-index: 12;
    pointer-events: all;
}
header .aside_area{
    position: relative;
    width: 100%;
    height: 100%;
}
header .aside_area a{
    display: block;
    color: #000;
    width: 100%;
    padding:  0 25px;
}
header .aside_area .aside_top{
/*    font-size: 19px;*/ font-size:22px;
    background: #61b47d;
    color: #fff;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .aside_area .aside_top img{
    margin-right: 5px;
	width:22px; height:22px; /*추가*/
}
header .aside_area ul li{
    border-bottom: 1px solid #f2f2f2;
}
header .aside_area ul li a,
header .aside_area ul li:last-child,
header .aside_area .aside_bottom{

/*    font-size: 18px;*/ font-size:22px;
    color: #666666;
    padding: 26px 24px;
}
header .aside_area ul li:last-child div{
    color: #fe7a1d;
}
header .aside_area ul li:last-child a{
    font-family: 'NanumSquareAcr';
/*    font-size: 16px;*/ font-size:20px;
    color: #666666;
    padding: 20px 0 0 0;
}
header .aside_area .aside_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px 25px;
}

/* input */
.input_wrap ul li{
    margin-bottom: 20px;
}
.input_wrap ul li > div{
font-size: 1.2em;
    padding-bottom: 22px;
}
.input_wrap .chk_wrap{
    padding: 10px 0;
}
input[type="text"],input[type="tel"],input[type="number"],input[type="password"],textarea{
   font-size: 1em;
    width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 80px;
    border: 1px solid #cecece;
    border-radius: 10px;
    color: #000;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"],
input[type="password"],
textarea::placeholder{
    color: #666;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"],
textarea:focus{
    outline: none;
    border: 1px solid #61b47d;
    background: #fff;
}
input[type="submit"],input[type="button"]{

    font-size: 22px;
    width: 100%;
    background: #61b47d;
    border-radius: 10px;
    height: 60px;
    border: none;
    color: #fff;
    /* margin-top: 20px; */
    cursor: pointer;
}
input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    height: 0 !important;
}
input[type="checkbox"] + label{
    display: inline-block;
/*    width: 20px;    height: 20px;*/
	width:25px; height:25px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #cecece;
    margin-bottom: -5px;
}
input[type="checkbox"]:checked + label{
    background: url(../images/icon_chk.svg) no-repeat center/70% auto #61b47d;
    border: 1px solid #61b47d;
}
input[type="checkbox"] + label + label{
    font-family: 'NanumSquareAcr';
/*    font-size: 18px;*/
	font-size:26px;
    cursor: pointer;
    color: #666;
    width: auto !important;
    padding-left: 10px;
}
input[type="checkbox"]:checked + label + label{
    color: #61b47d;
}
input[type="search"]{
    font-family: 'NanumSquareAcr';
/*    font-size: 20px;  height: 60px;*/ font-size:23px;  height:65px;
    border: 1px solid #cecece;
    background: #fbfbfb;
    border-radius: 10px;
    width: 100%;   
    padding: 0 20px;
}
input[type="search"]::placeholder{
    font-family: 'NanumSquareAcl';
/*    font-size: 20px; */ font-size:23px; color:#000;
}
input::-ms-clear,
input::-ms-reveal{
    display:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}
input[type="file"]{
    display: none;
}
input[type="file"] + label{
    margin-left:20px;
    background: url(../images/icon_photo.png) no-repeat center/140px auto #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    width: 180px;
    height: 60px;
    display: block;
    cursor: pointer;
}
.checks{
    position: relative;
}
.checks input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}
.checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.checks input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 100%;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="radio"]:checked + label:before {
    border-color: #666;
}
.checks input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #666;
    border-radius: 100%;
}

/* star */
.star-rating{
    display: flex;
    flex-direction: row-reverse;
    text-align:center;
}
.star-rating input{
    display:none;
}
.star-rating label {
    background: url(../images/star.png) no-repeat center/23px auto;
    width: 23px;
    height: 23px;
    cursor:pointer;
}
.star-rating :checked ~ label{
    background: url(../images/star_active.png) no-repeat center/23px auto;
}

/* calendar */
.calendar{    text-align: center;}
.calendar thead tr:first-child{    background: #f4f8f5;}
.calendar thead tr:first-child td{    font-family: 'NanumSquareAcb';    font-size: 18px;    padding: 11px 0;    color: #666;}
.calendar thead tr:first-child td:nth-child(2){    color: #000;}
.calendar thead tr:nth-child(2) td{    font-size: 16px;    color: #666666;    padding: 19px 0;}
.calendar > tbody > tr > td{    border: 1px solid #d3d3d3;}
.calendar > tbody > tr > td > p{    font-family: 'NanumSquareAcb';    font-size: 18px;    width: 80px;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}   

.calendar > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}
.calendar0 > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}
.calendar1 > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}
.calendar2 > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}
.calendar3 > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}
.calendar4 > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}
.calendar5 > tbody > tr > td:first-child p, .holiday{    color: #ff0000;}

.calendar0{    text-align: center;width: 100%;}
.calendar0 thead tr:first-child{    background: #f4f8f5;}
.calendar0 thead tr:first-child td{    font-family: 'NanumSquareAcb';   /*font-size: 18px;    padding: 11px 0;    */ font-size:25px; padding:20px 0;color: #666;}
.calendar0 thead tr:first-child td:nth-child(2){    color: #000;}
.calendar0 thead tr:nth-child(2) td{    /*font-size: 16px;    */ font-size:20px;color: #666666;    padding: 19px 0;}
.calendar0 > tbody > tr > td{    border: 1px solid #d3d3d3;width: 14%;}
.calendar0 > tbody > tr > td > p{    font-family: 'NanumSquareAcb';    font-size: 18px;    width: 100%;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}   

.calendar1{    text-align: center;width: 100%;}
.calendar1 thead tr:first-child{    background: #f4f8f5;}
.calendar1 thead tr:first-child td{    font-family: 'NanumSquareAcb';    font-size: 25px;    padding: 20px 0;    color: #666;}
.calendar1 thead tr:first-child td:nth-child(2){    color: #000;}
.calendar1 thead tr:nth-child(2) td{    font-size: 16px;    color: #666666;    padding: 19px 0;}
.calendar1 > tbody > tr > td{    border: 1px solid #d3d3d3;width: 14%;}
.calendar1 > tbody > tr > td > p{    font-family: 'NanumSquareAcb';    font-size: 18px;    width: 100%;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}   

.calendar2{    text-align: center;width: 100%;}
.calendar2 thead tr:first-child{    background: #f4f8f5;}
.calendar2 thead tr:first-child td{ font-family: 'NanumSquareAcb';    font-size: 25px;    padding: 20px 0;    color: #666;}
.calendar2 thead tr:first-child td:nth-child(2){    color: #000;}
.calendar2 thead tr:nth-child(2) td{font-size: 16px;    color: #666666;    padding: 19px 0;}
.calendar2 > tbody > tr > td{		border: 1px solid #d3d3d3;width: 14%;}
.calendar2 > tbody > tr > td > p{   font-family: 'NanumSquareAcb';    font-size: 18px;    width: 100%;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}   

.calendar3{    text-align: center;width: 100%;}
.calendar3 thead tr:first-child{    background: #f4f8f5;}
.calendar3 thead tr:first-child td{ font-family: 'NanumSquareAcb';    font-size: 25px;    padding: 20px 0;    color: #666;}
.calendar3 thead tr:first-child td:nth-child(2){    color: #000;}
.calendar3 thead tr:nth-child(2) td{font-size: 16px;    color: #666666;    padding: 19px 0;}
.calendar3 > tbody > tr > td{		border: 1px solid #d3d3d3;width: 14%;}
.calendar3 > tbody > tr > td > p{   font-family: 'NanumSquareAcb';    font-size: 18px;    width: 100%;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}   

.calendar4{    text-align: center;width: 100%;}
.calendar4 thead tr:first-child{    background: #f4f8f5;}
.calendar4 thead tr:first-child td{ font-family: 'NanumSquareAcb';    font-size: 25px;    padding: 20px 0;    color: #666;}
.calendar4 thead tr:first-child td:nth-child(2){    color: #000;}
.calendar4 thead tr:nth-child(2) td{font-size: 16px;    color: #666666;    padding: 19px 0;}
.calendar4 > tbody > tr > td{		border: 1px solid #d3d3d3;width: 14%;}
.calendar4 > tbody > tr > td > p{   font-family: 'NanumSquareAcb';    font-size: 18px;    width: 100%;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}   

.calendar5{    text-align: center;width: 100%;}
.calendar5 thead tr:first-child{    background: #f4f8f5;}
.calendar5 thead tr:first-child td{ font-family: 'NanumSquareAcb';    font-size: 25px;    padding: 20px 0;    color: #666;}
.calendar5 thead tr:first-child td:nth-child(2){    color: #000;}
.calendar5 thead tr:nth-child(2) td{font-size: 16px;    color: #666666;    padding: 19px 0;}
.calendar5 > tbody > tr > td{		border: 1px solid #d3d3d3;width: 14%;}
.calendar5 > tbody > tr > td > p{   font-family: 'NanumSquareAcb';    font-size: 18px;    width: 100%;    height: 60px;    vertical-align: middle;    display: flex;
    justify-content: center;    align-items: center;    color: #000;    background: #fff;    cursor: pointer;}

.pastDay{    color: #878787 !important;    cursor: default !important;    background: #f2f2f2 !important;}
.choiceDay{    background: #61b47d !important;      color: #fff !important;}

/* modal */
.modal{
    position: fixed;
    width: 720px;
    height: 100%;
    background: rgba(0,0,0,30%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 20;
}
.modal .modal_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
/*    width: 400px;    height: 390px;*/
	width:500px; height:400px;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
/*    overflow: hidden;*/
}
.modal .modal_inner .modal_tit{
    font-family: 'NanumSquareAcb';
/*    font-size: 20px;*/
    font-size:1.2em;
    text-align: center;
    color: #61b47d;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
}
.btn_open{
    cursor: pointer;
}
.modal .modal_inner > .btn_close{
    font-family: 'NanumSquareAcb';
/*    font-size: 20px; */ font-size:24px;
    position: absolute;
    top: 23px;
    right: 22px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}
.modal input[type="submit"]{
/*    font-size: 16px;    height: 45px; */ height:70px; font-size:1.2em;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    width: 400px;
    background: #61b47d;
    color: #fff;
    border-radius: 0;
}

.modal-pw .btn_wrap .btn_close {height:70px; font-size:24px;} /*추가 2023.03.14*/

/* review */
/* select */
.select_wrap{
    display: flex;
}
.select2{
    margin-left: 16px;
}
.select2-container--default .select2-selection--single{
    font-family: 'NanumSquareAcr';
    font-size: 0.8em;
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #666 transparent transparent transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 12px;
 line-height: 50px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #999;
}
.select2-search--dropdown{
    display: none;
}
.select2-dropdown{
    border: 1px solid #999;
}
.select2-results__options{
    font-size: 16px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #61b47d;
}
.select2-container--default .select2-results__option--selected{
    background: #f5f5f5;
}
.select2-results__option{
    padding: 6px 12px;
}
.select2-results__options::-webkit-scrollbar {
    width: 6px;
    display: block;
}
.select2-results__options::-webkit-scrollbar-thumb {
    height: 103px;
    border-radius: 10px;
    background: #C5C5C5;
    margin-right: 3px;
}
#select_year{
    width: 85px;
}
#select_month{
    width: 64px;
}

/* footer */
footer{    font-size: 24px;    color: #000006;    line-height: 1.5;    background: #eee;}


footer .footer_inner{
    padding: 20px 37px 120px;
}
footer .footer_inner ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
footer .footer_inner ul li span{
    width: 1px;
    height: 9px;
    display: inline-block;
    background: #666;
    margin: 0 12px;
}
footer .footer_inner div{    font-family: 'NanumSquareAcb';    font-size: 24px;}

.sec1 .content > div button {height:65px;} /*추가 2023.03.14*/


#select_year_{
    font-size: 0.9em;
    width: 140px;
    height: 50px;
    padding: 0 10px;
	background: #fff url(/images/common/select_arrow@2x.png) no-repeat right 3px center / 22px 22px;
}
#select_month_{
    font-size: 0.9em;
    width: 140px;
    height: 50px;
    padding: 0 10px;
	background: #fff url(/images/common/select_arrow@2x.png) no-repeat right 3px center / 22px 22px;
}
option {
    font-size: 14px;
	color: #444;  
	-webkit-tap-highlight-color : #444;
}
input:focus{
	outline:none;
}