
html,body{
    overflow:visible;
}
body{
    overflow-x: hidden;
}
section.now-program,
section.etc{
    display: none;
}
section.contbox{
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
}
section.contbox:last-of-type{
    border-bottom: 0;
}
nav{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.95);
    z-index: 10;
    overflow-y: hidden;
    transition: ease-in 0.2s;
    border-bottom: 1px solid #dddddd;
}

nav ul{
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
nav ul li{
    width: 100%;
    text-align: center;
}
nav ul li a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}
/* nav ul li.active a */
nav ul li a.active{
    color:#70b34a;
    position: relative;
    border-bottom: 1px solid #70b34a;
}
section.v-area{
    background: #d77777;
    padding: 0;
    overflow: hidden;
	  background: url('') no-repeat center top;
     background-attachment: fixed;
}
section.v-area1{
    background: #000000;
    height: 470px;
    padding: 0;
    overflow: hidden;
    background: url('/images/look_ods_slide2.jpg') no-repeat center top;
    background-attachment: fixed;
}

section.v-area2{
    padding: 0;
    overflow: hidden;
    background: url('') no-repeat center top;
    background-attachment: fixed;
	height: 400px;
    background-size: auto 100%;
    background-attachment: scroll;
}

section.v-area .img-box{
    width: 100%;
    height: 100%;
}
section.v-area .img-box img{
    width: 100%;
    height: 100%;
}

section.v-area h1{
    position: absolute;
    display: flex;
    flex-direction: column;
    color:#ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    text-shadow: 0 0 1rem rgba(0,0,0,0.4);
}
section.v-area h1 span{
    font-size: 1.5rem;
    font-weight: 400;
    text-shadow: 0 0 1rem rgba(0,0,0,0.8);
}

/*   아래부터 width값 조정했음   */

section .content{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    /* display: flex;
    flex-direction: column;         */
    position: relative;
}
.look section.contbox,
.room section.contbox{
    max-width: 1000px;
}
.look section .content,
.room section .content{
    width: calc(100% + 200px);
}

/*   이전버전  margin-left: -100px;    */

.content .txt-box h1,
.title-box h1{
    font-size: 2.5rem;
    font-weight: 600;
}
.txt-box p{
    font-size: 1.1rem;
}
.container .txt-box a{
    text-decoration: underline;
    color:#70b34a;
    font-weight: 500;
}
.title-box{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.gallery-box{
    max-width: 1000px;
    width: 100%;
    max-height: 600px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.gallery-box .swiper-slide,
.gallery-box .swiper-slide img{

    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}
.thumbs{
    overflow: hidden;
    width: 100%;
    background: rgba(0,0,0,0.8);
}
.thumbs ul{
    width: 100%;
}
.thumbs li{
    width: 20%;
    height: 8rem;
    opacity: 0.4;
    font-size: 0;
    cursor: pointer;
}
.thumbs .swiper-slide-thumb-active{
    opacity: 1;
    border:3px solid #6eb43f;
    filter: none;
}
.thumbs li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-box .slide-prev,
.gallery-box .slide-next{
    transform: none;
    right: 1rem;
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    background-image: url(/images/icon-arrow-white.svg);
    background-size: 2rem;
    background-color: rgba(0,0,0,0.5);
}
.gallery-box .slide-prev{
    transform: rotate(180deg);
    left: 1rem;
    right: auto;
}
.gallery-box .swiper-button-disabled{
    display: block;
}
.contbox .txt-box{
    position: relative;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 2rem auto 0;
}
.contbox .txt-box p{
    width: 100%;
}

.txt-box .item-list{
    margin-top: 3rem;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.txt-box .item{
    width: calc(100% / 3 - 1rem);
    margin-right: 1.5rem;
}
.txt-box .item:nth-child(3n){
    margin-right: 0;
}

.txt-box .item .txt-box{
    margin-top: 0;
}

.txt-box .item:first-of-type{
    margin-left: 0;
}
.txt-box .item h1{
    font-size: 1.2rem;
    font-weight: 500;
}
.txt-box .desc{
    color:#666666;
    margin-top:0.5rem;
    font-size: 0.9rem;
}

.txt-box table{
    width: 100%;
    border-top: 1px solid #999999;
    margin-top: 3rem;
}
.txt-box table tr{
    border-bottom: 1px solid #dfdfdf;
}
.txt-box table th{
    width: 15%;
    padding: 1.5rem;
    background: #f7f7f7;
    color:#666666;
}
.txt-box table td{
    padding: 1.5rem;
}
section.list-container {
    max-width: 1200px;
    padding: 0;
    margin: 1rem auto 3.5rem;;
}
section .item-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.meditation .item-list .item {
    width: calc(100% / 3);
    margin-bottom: 2.5rem;
    position: relative;
}
section .item-list .item .btn-box{
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 0.5rem;
}
section .item-list .item .img-box {
    height: 200px;
}
section .item-list .item .img-box img {
    transition: 1s;
    transform-origin: center;
}
section .item-list .item h1 {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.8rem;
    /* text-indent: 1rem; */
}
.meditation .txt-box p{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    padding: 2rem;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.95rem;
}
.meditation .item:hover .txt-box p{
    display: block;
}
.meditation section.page-title,
.ods-family section.page-title,
section.page-title{
    border:0;
    justify-content: center;
    text-align: center;
}
.meditation section.page-title p,
.ods-family section.page-title p,
section.page-title p{
    width: 100%;
    color: #808080;
    margin-top: 0.2rem;
}
.meditation section.now-program,
.meditation section.etc{
    display: block;
}

.ods-family section.list-container{
    display: flex;
    flex-wrap: wrap;
}
.ods-family [type="radio"].tab,
.ods-family .box{
    display: none;
}
.ods-family #instructor:checked ~ .instructor,
.ods-family #family:checked ~ .family{
    display: block;
}
.ods-family label.tab{
    width: 50%;
    font-size: 1.1rem;
    padding:1rem;
    text-align: center;
    display: block;
    background: #f7f7f7;
    color:#666666;
    /* color:#6eb43f; */
    border-bottom:1px solid #6eb43f;
    /* border-bottom: 1px solid #666666; */
    cursor: pointer;
}
.ods-family #instructor:checked ~ label[for="instructor"],
.ods-family #family:checked ~ label[for="family"]{
    background: #6eb43f;
    color:#ffffff;
    border-bottom: 0;
    font-weight: 600;
}
.ods-family .item-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
.ods-family .family .item-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 2rem;
}
.ods-family .item-list .item{
    display: flex;
    width: 100%;;
    margin-top:2rem;
    margin-bottom: 2rem;
}
.ods-family .family .item-list .item{
    flex-wrap: wrap;
    margin-bottom: 0;
    flex-direction: column;
}
.ods-family .item-list li .img-box{
    min-width: 240px;
    min-height: 320px;
    width: 240px;
    height: 320px;
}
.ods-family .family .item-list li .img-box{
    min-width: auto;
    width: 100%;
    height: 220px;
}
.ods-family .item-list li .txt-box{
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
}
.ods-family .family .item-list li .txt-box{
    margin-left: 0;
}
.ods-family .item-list li .txt-box h1{
    margin: 0.25rem 0 1rem 0;
}
.ods-family .family .item-list li .txt-box h1{
    margin:1rem 0 0.5rem;
    font-size: 1.2rem;
}
.ods-family .item-list li .txt-box li{
    font-size: 0.9rem;
    width: 100%;
    padding: 0.25rem 0;
    color:#666666;
}
.ods-family .item-list li .txt-box p{
    margin-top: auto;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.ods-family .family .item-list li .txt-box p{
    margin-top: 1rem;
    margin-bottom: 0;
}
.ods-family .item-list li .txt-box p strong{
    display: block;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color:#666666;
}
.ods-family .item-list li .txt-box p a{
    background: #eef7eb;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    margin: 0.25rem 0.2rem 0.25rem 0;
    font-size: 0.8rem;
    text-decoration: none;
    color:#487529;
}
.ods-family .family .item-list li .txt-box p strong{
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
}
/* .ods-family .family .item-list li .txt-box p a{
    font-size: 0.6rem;
    padding: 0.3rem 0.8rem;
} */
.ods-family h1.section-title{
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    margin:2rem 0 0;
    border-top: 1px solid #dddddd;
    padding-top: 2rem;
}
.ods-family h1.section-title:first-of-type{
    border:0;
    padding-top: 0;
}

.tabgroup #tab4 .content{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}
.tabgroup #tab4 .look-box{
    display: none;
}
.tabgroup #tab4 input[type="radio"]{
    display: none;
}
.tabgroup #tab4 input[type="radio"]#look1:checked ~ .look1,
.tabgroup #tab4 input[type="radio"]#look2:checked ~ .look2,
.tabgroup #tab4 input[type="radio"]#look3:checked ~ .look3{
    display: block;
}
.tabgroup #tab4 label{
    width: 25%;
    padding: 1rem;
    background: #ffffff;
    border:1px solid #dddddd;
    border-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tabgroup #tab4 label:first-of-type{
    border-left: 1px solid #dddddd;
}
.tabgroup #tab4 input[type="radio"]#look1:checked ~ label[for="look1"],
.tabgroup #tab4 input[type="radio"]#look2:checked ~ label[for="look2"],
.tabgroup #tab4 input[type="radio"]#look3:checked ~ label[for="look3"]{
    background: #70b34a;
    border-color: #70b34a;
    color:#ffffff;
}
.tabgroup #tab4 .look-box{
    width: 100%;
}
.tabgroup #tab4 .look-box .map{
    margin:2rem auto;
    text-align: center;
    max-width: 695px;
}
.tabgroup #tab4 .look-box .map img{
    width: 100%;
}
.tabgroup #tab4 .look-box ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.tabgroup #tab4 .look-box ul li{
    width: calc(100% / 3 - 1rem);
    margin:0 1.5rem 2rem 0;
}
.tabgroup #tab4 .look-box ul li:nth-child(3n){
    margin-right: 0;
}
.tabgroup #tab4 .look-box ul li .img-box{
    width: 100%;
    height: 140px;
}
.tabgroup #tab4 .look-box ul li .txt-box{
    margin-top: 1rem;
}
.tabgroup #tab4 .look-box ul li .txt-box h1{
    font-size: 1rem;
}
.swiper-pagination{
    display: none;
}
.certificate table{
    border:1px solid #dddddd;
}
.certificate table th{
    background:#c89f57;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0.4rem;
    border: 1px solid #c89f57;
    border-right: 1px solid #ffffff2a;
}
.certificate table th:last-of-type{
    border-right-color: #c89f57;
}
.certificate table tr{
    border-bottom: 1px solid #dddddd;
}
.certificate table td{
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
}
.certificate table td.price{
    width: 23%;
}
.certificate table td[rowspan="9"]{
    border:1px solid #dddddd;
    width: 11rem;
}
.certificate table td a[target="_blank"]{
    display: inline-block;
    font-weight: 500;
    font-size: 0.95rem;
    background: url(/images/icon-link-blank.svg) no-repeat center right;
    background-size: 0.8rem;
    padding-right: 1.5rem;
    text-decoration: underline;
    opacity: 0.8;
}
.certificate table td a[target="_blank"]:hover{
    opacity: 1;
}
.certificate table td.tit,
.certificate table td strong{
    font-weight: 500;
}
.certificate table td span{
    font-size: 0.8rem;
    color: #666666;
    line-height: 1rem;
    display: block;
    margin-top: 0.5rem;
}

.certificate .b-table{
    margin-top: 1rem;

}
.certificate .b-table ul li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.certificate .b-table ul li:first-of-type .box{
    border-top: 1px solid #dddddd;
}
.certificate .b-table ul li .title{
    width: 17%;
    background: #c89f57;
    padding: 1rem;
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificate .b-table ul li .box{
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    width: calc(100% - 17%);
}
.certificate .b-table ul.desc li{
    border:0;
    list-style: disc;
}
.popup.swipe-info{
    display: none;
}
.pqi-box{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pqi-box a{
    display: inline-block;
    color: #6eb43f;
    background: url(/images/icon-arrow-right-green.svg) no-repeat center right;
    background-size: 0.8rem;
    border: 1px solid rgba(110,180,63,0.7);
    padding: 0.6rem 2rem 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    background-position-x: calc(100% - 1rem);
    border-radius: 4px;
    width: 11rem;
}
.pqi-box .certi-pop{
    padding: 0.8rem;
    /* border:1px solid #dfdfdf; */
    border-radius: 4px;
    text-decoration: underline;
    opacity: 0.8;
}
.pqi-box .certi-pop:hover{
    opacity: 1;
}
.popup.certi-info{
    display: none;
    justify-content: center;
    align-items: center;
}
.popup.certi-info.on{
    display: flex;
}
.popup.certi-info .container{
    max-width: 900px;
    max-height: 900px;
    width: 100%;
    height: 90%;
    background: #ffffff;
    padding: 5rem;
    font-size: 0.9rem;
    overflow: hidden;
    overflow-y: auto;
    color:#555555;
    position: relative;
}
.popup.certi-info button.close{
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    border: 1px solid #aaa;
    right: 1rem;
    top: 1rem;
    background: url(/images/icon-close.svg) no-repeat center;
    background-size: 1rem;
    border-radius: 50%;
}
.popup.certi-info .container h1{
    font-size:2rem;
    font-weight: 600;
    text-align: center;
    color:#111111;
    margin-top: 0;}
.popup.certi-info .container .date{
    text-align: right;
    padding: 1.5rem 0;
}
.popup.certi-info .container .cont0{
    border:1px solid gray;
    padding: 1.5rem;
    text-align: justify;
}
.popup.certi-info .container h3{
    text-align: center;
    font-weight: 600;
    margin:2rem 0 1rem;
}
.popup.certi-info .container h4{
    margin-top: 1rem;
    font-weight: 500;
}
.popup.certi-info .container ol{
    padding-left: 20px;
    list-style-position: inside;
    margin: 1rem 0;
}
.popup.certi-info .container ol li{
    list-style-type: decimal;
}
.popup.certi-info .container ol ol{
    list-style-position: inside;
    margin: 5px 0 5px 10px;
}
.popup.certi-info .container ol ol li{
    list-style: none;
    position: relative;
}
.popup.certi-info .container ol ol li i{
    margin-left: -1rem;
}
.popup.certi-info .container span.bold{
    font-weight: 500;
    color:#333333;
}
.popup.certi-info .container .certi_tbl {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}
.certi_tbl th,
.certi_tbl td {
    border: 1px solid #dddddd;
    padding: 5px;
    word-break: keep-all;
    vertical-align: middle;
}
.certi_tbl th{
    background: #efefef;
}
.certi_tbl td > table.fraction td{
    border: none;
    text-align: left;
}
.fraction span.denominator {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
}
table.fraction td {
    padding: 0 !important;
}
.numerator {
    text-align: center;
    padding-left: 35px;
}

/*Rules*/
.rules .page-title h1{
    font-size: 3rem;
}
.rules .page-title p{
    font-size: 1.2rem;
}
.rules .item-list{
    max-width: 900px;
}
.rules .item-list li{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}
.rules .item-list li:nth-child(2n){
    flex-direction: row-reverse;
}
.rules .item-list li .img-box{
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4rem;
}
.rules .item-list li:nth-child(2n) .img-box{
    margin-right: 0;
    margin-left: 4rem;
}
.rules .item-list li .txt-box{
    width: calc(100% - 16rem);
}
.rules .item-list li h1{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.rules .item-list li h1 strong{
    color: #6eb43f;
    font-size: 1.2rem;
    display: block;
}
.rules .item-list li p{
    font-size: 1rem;
    color: #666666;
}
section.p-title {
    padding: 80px 0;
    text-align: center;
}
section.p-title h1 {
    font-size: 3rem;
    font-weight: 600;
}
section.p-title p {
    color: #666;
    max-width: 70%;
    margin: auto;
    margin-top: 1rem;
    font-size: 1.2rem;
}
section.p-title p strong{
    font-weight: 500;
    color:#444444;
}
button.reserv{
    background: #6eb43f url(/images/icon-right-arrow.svg) no-repeat;
    background-position: calc(100% - 0.8rem) 50%;
    background-size: 0.6rem;
    color: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 130px;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.7rem 0;
    padding-right: 1rem;
}
.room button.reserv{
    position: absolute;
    right: 0;
    top: 0;
}
.stay-long section.contbox{
    border:0;
}
.stay-long section .content{
    max-width: 1200px;
}
.stay-long .letter{
    display: flex;
    align-items: center;
    margin:3rem auto;
}
.stay-long .letter.type2{
    flex-direction: row-reverse;
}
.stay-long .letter .txt-box{
    width: calc(100% - 380px);
}
.stay-long .letter.type2 .txt-box{
    padding-left: 10rem;
}
.stay-long .letter .img-box{
    width: 380px;
    height: 380px;
}
.stay-long .contact{
    padding: 60px 0;
    background: #f7f7f7;
}
.stay-long .contact .content{
    max-width: 1000px;
}
.stay-long .contact .item-list{
    justify-content: space-between;
}
.stay-long .contact .item-list li:first-of-type{
    border-left: 3px solid #6eb43f;
    padding-left: 2rem;
}
.stay-long .contact .item-list li:last-of-type{
    display: flex;
    align-items: flex-end;
}
.stay-long .contact h1{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.stay-long .contact p{
    font-size: 0.9rem;
    color:#666666;
}
.stay-long .contact button{
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #6eb43f;
    background: #ffffff url(/images/icon-arrow-right-green.svg) no-repeat center right;
    background-size: 0.8rem;
    /* border: 1px solid rgba(110,180,63,0.7); */
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    background-position-x: calc(100% - 1rem);
    border-radius: 4px;
}
.stay-long .item-list.warning{
    max-width: 800px;
    position: relative;
}
.stay-long .item-list.warning > h1{
    width: 100%;
    text-align: center;
    font-size: 1.5rem !important;
    margin-bottom: 2rem !important
}
.stay-long .item-list.warning h1{
    font-size: 1rem;
    font-weight: 500;
    margin:0.5rem 0;
}
.stay-long .item-list.warning li{
    width: 100%;
    margin:1rem 0;
}
.stay-long .item-list.warning li div{
    font-size: 0.95rem;
    color:#666666;
    padding-left: 1.5rem;
    margin:0.25rem 0;
}
.stay-long .item-list.warning li div:before{
    content: '-';
    position: absolute;
    left: 0.8rem;
    /* margin-left:-1rem; */
}
.stay-long .item-list.warning li div .desc{
    font-size: 0.85rem;
}
.stay-long .item-list.warning a.link{
    color: #6eb43f;
    text-decoration: none;
    display: inline-block;
    padding-right: 1rem;
    background: url(/images/icon-arrow-right-green.svg) no-repeat center right;
    background-size: 0.6rem;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-left: 1rem;
}
.stay-long .letter .txt-box p{
    font-size: 1.2rem;
}

.youth .apply{
    max-width: 100%;
    background: #f7f7f7;
}

.youth .contbox{
    border-bottom: 0;
}
.youth .contbox.review{
    max-width: 900px;
}
.youth .content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.youth .content .txt-box{
    width: 50%;
    margin:0 auto;
}
.youth .review .title-box h2{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
    font-weight: 600;
}
.youth .content .txt-box p{
    font-size: 1.1rem;
}
.youth .content.letter .txt-box{
    width: 100%;
}
.youth .content.letter .txt-box p{
    font-size: 1.3rem;
    text-align: center;
}
.youth .content button.green{
    background: #6eb43f url(/images/icon-right-arrow.svg) no-repeat;
    background-position: calc(100% - 0.8rem) 50%;
    background-size: 0.6rem;
    color: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 280px;

    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 0;
    padding-right: 1rem;
    margin-top: 3rem;
    height: 3.2rem;
}
.youth .content .txt-box ul li{
    margin:0.25rem 0;
    font-size: 1.1rem;
}
.youth .content .txt-box ul:first-of-type li{
    padding-left: 0.8rem;
    position: relative;
}
.youth .content .txt-box ul:first-of-type li:before{
    content: '·';
    position: absolute;
    left: 0;
    font-size: 1rem;
    font-weight: 600;
}

.youth ul.review-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin:auto;
}
.youth ul.review-list li{
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
}
.review-list [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 4.3rem;
    width: 100%;
    opacity: 0;
}
.review-list [type="checkbox"]:checked ~ .answer{
	height: auto;
	padding: 1.5rem;
}
.review-list label {
    display: flex;
    width: 100%;
    padding: 1.5rem 0;
}
.review-list label h1 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    width: 80%;
}
.review-list label .name {
    font-size: 0.85rem;
    margin-left: 2rem;
    margin-right: 1rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review-list label .date {
    color: #999999;
    font-size: 0.8rem;
}
.review-list .answer {
    overflow: hidden;
    height: 0;
    font-size: 0.9rem;
    color: #666666;
    width: 100%;
    background: #f7f7f7;
}
.youth .review .button-box{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.youth .review button.review-write{
    position: absolute;
    right: 0;
    top: 2rem;
    margin:0;
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
}
.youth .prolist{
    width: 100%;
    margin-top: 2rem;
    font-weight: 500;
    font-size: 0.9rem;
}
.youth .prolist .end{
    text-decoration: line-through;
    color:#999999;
}

.youth .popup{
    display: none;
}
.youth .popup .container{
    position: relative;
    max-width: 550px;
    width: 90%;
    background: #ffffff;
    margin: auto;
    padding: 30px;
    border-radius: 0.5rem;
    overflow: auto;
    max-height: 90%;
}
.youth .popup .container ul{
    border: 1px solid #dfdfdf;
    padding:1.5rem 2rem;
    border-radius: 0.25rem;
}
.youth .popup .container h1{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin:1rem 0 1.5rem;
}
.youth .popup .container li{
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    align-items: center;
}
.youth .popup .container li.t-area{
    align-items: flex-start;
}
.youth .popup .container li.t-area > label{
    margin-top: 0.5rem;
}
.youth .popup .container li label{
    width: 6rem;
    font-weight: 500;
    font-size: 0.9rem;
    color:#777777;
}
.youth .popup .container li .content label{
    width: auto;
}
.youth .popup .container li .content{
    width: calc(100% - 6rem);
    font-weight: 500;
    color:#333333;
    display: flex;
    align-items: center;
}
.youth .popup .container li .content input[type="number"],
.youth .popup .container li .content input[type="text"],
.youth .popup .container li .content textarea{
    width: 20%;
    border: 1px solid #aaaaaa;
    border-radius: 0.2rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    height: 2.5rem;
    font-weight: 400;
    width: 70%;
}
.youth .popup .container li .content textarea{
    width: 100%;
    height: 6rem;
}
#lunar, #male, #female{
    margin:0 0.5rem;
}
#female {
    margin-left: 2rem;
}
.youth .popup .container .button-box{
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
.youth .popup .container .button-box button{
    width: 100%;
}
.popup .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 2rem;
    height: 2rem;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background-size: 0.5rem;
}
.youth .volunteer-complete{
    /* display: flex; */
}
.youth .volunteer-complete p{
    text-align: center;
    background: #f6f6f6;
    padding: 2rem;
    font-size: 0.95rem;
}
.youth .volunteer-complete p strong{
    font-size: 1rem;
    font-weight: 600;
    color:#6eb43f;
}
.youth .volunteer-complete .container .button-box button{
    width: 10rem;
}
.map section.map-box{
    padding: 0;
}
.map section .container{
    max-width: 700px;
    margin:auto;
    position: relative;
}
.map section.trans .box{
    display: flex;
    margin-bottom: 3rem;
}
.map section.trans .img-box{
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
    border:2px solid #6eb43f;
    border-radius: 50%;
    padding: 1rem;
}
.map section.trans .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.map section.trans .txt-box{
    width:calc(100% - 6rem);
}
.map section.trans .txt-box h1{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.map section.trans .box li{
    font-size: 0.9rem;
    color:#666666;
    margin-bottom: 0.25rem;
}
.map section.trans .car span,
.map section.trans .bus span{
    font-size: 1rem;
    font-weight: bold;
    margin:0 0.5rem;
}
.map .bus-time-popup{
    border:1px solid #6eb43f;
    color:#6eb43f;
    padding: 0.1rem 0.5rem 0.2rem;
    font-weight: 700;
    font-size: 0.7rem;
    margin-left:0.25rem;
    border-radius: 1rem;
    vertical-align: middle;
}
.map .rough-map{
    padding: 0;
}
.map .rough-map .container{
    display: flex;
}
.map .rough-map-popup{
    padding: 0.5rem 3rem;
    margin: 1rem auto 0;
    color:#6eb43f;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: underline;
}
.popup.bus-time{
    display: none;
}
.popup.bus-time.on{
    display: flex;
}
.bus-time .container{
    background: #ffffff;
    max-width: 640px;
    width: 90%;
    margin: auto;
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
    font-size: 0;
    text-align: center;
    position: relative;
}
.bus-time .container > h1{
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.5rem;
}
.bus-time .container [type="radio"]{
    display: none;
}
.bus-time .container label{
    font-size: 0.9rem;
    border:1px solid #aaaaaa;
    border-right: 0;
    padding: 0.5rem 2rem 0.3rem;
    display: inline-block;
    cursor: pointer;
}
.bus-time .container label:last-of-type{
    border-right: 1px solid #aaaaaa;
}
.bus-time .container .hiddenarea{
    display: none;
}
.bus-time .container [type="radio"]#time1:checked ~ label[for="time1"],
.bus-time .container [type="radio"]#time2:checked ~ label[for="time2"],
.bus-time .container [type="radio"]#time3:checked ~ label[for="time3"]{
    background: #6eb43f;
    color:#ffffff;
}
.bus-time .container [type="radio"]#time1:checked ~ .time1,
.bus-time .container [type="radio"]#time2:checked ~ .time2,
.bus-time .container [type="radio"]#time3:checked ~ .time3{
    display: block;
}
.bus-time .container .tit strong{
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}
.bus-time .container .tit{
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
.bus-time .container .guide{
    font-size: 0.8rem;
    margin-top: 1rem;
    padding-left: 1rem;
    color:#666666;
    text-align: left;
}
.bus-time .container .guide li{
    list-style: circle;
    padding: 0.15rem 0;
}
.bus-time th{
    background: #efefef;
    font-size: 0.8rem;
    padding: 0.3rem 0 0.2rem;
    color:#999999;
}
.bus-time td{
    padding: 0.8rem 0.5rem;
    font-size: 0.9rem;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.bus-time td.txt_red{
    color:#ea4d4d;
}

.map .popup.roughmap{
    display: none;
}
.map .popup.roughmap.on{
    display: flex;
}
.map .popup.roughmap .container{
    margin: auto;
    padding: 2rem;
    background: #ffffff;
    max-width: 760px;
    width: 90%;
    position: relative;
}
.map .popup.roughmap .container > h1{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}
.map .popup.roughmap img{
    width: 100%;
}
.sitemap .content{
    margin: auto auto 80px auto;
}
.sitemap section.box{
    padding: 0;
}
.sitemap .content ul{
    display: flex;
    flex-wrap: wrap;
}
.sitemap .content ul li{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 3rem;
}
.sitemap .content ul h1{
    font-size: 1rem;
    font-weight: 600;
    border:1px solid rgba(0,0,0,0.05);
    padding: 0.4rem 0;
    background: #f7faf6;
}
.sitemap .content ul li a{
    display: block;
    padding: 5px 1rem;
}
.sitemap .content ul li > a:first-of-type{
    margin-top: 1rem;
}
@media (max-width:640px) {
    .wrap-a{
        overflow: visible;
    }
    section{
        padding:40px 0;
    }
    section.v-area {
        height: 350px;
        background-size: auto 100%;
        background-attachment: scroll;
    }
    section.v-area h1 {
        width: 100%;
        font-size: 2rem;
        font-weight: 600;
    }
    nav:after{
        height: 54px;
    }
    nav ul{
        font-size: 1rem;
        font-weight: 500;
        overflow-x: auto;
        justify-content: flex-start;
    }
    nav ul li a{
        width: 8.5rem;
        height: 50px;
        padding: 0 0.8rem;
    }
    .title-box h1{
        font-size: 1.5rem;
    }
    .gallery-box{
        height: 60vw;
    }
    .gallery-box li img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contbox .txt-box{
        padding: 0 1.5rem;
    }
    .txt-box p{
        font-size: 1rem;
    }
    .txt-box table{
        margin-top: 2rem;
    }
    .txt-box table tr{
        display: flex;
        flex-wrap: wrap;
        border-bottom: 0;
    }
    .txt-box table th{
        width: 25%;
        padding: 1rem;
        border-bottom: 1px solid #dfdfdf;
        font-size: 0.9rem;
        text-align: center;
    }
    .txt-box table td{
        width: 75%;
        padding: 1rem;
        border-bottom: 1px solid #dfdfdf;
    }
    .txt-box .item-list{
        margin-top: 2rem;
    }
    .txt-box .item{
        margin-bottom: 1rem;
    }
    .txt-box .item .txt-box{
        padding:0;
        margin-top:0.5rem;
    }
    .txt-box .item h1{
        font-size: 1rem;
    }
    section.list-container {
        padding: 0 20px;
    }
    section .item-list{
        display: block;
    }
    section.page-title{
        position: relative;
        padding: 1.5rem 0 0.5rem 20px;
    }
    .meditation section.page-title p{
        font-size: 0.8rem;
    }
    section.page-title h1{
        font-size: 1.3rem;
    }
    section .item-list .item{
        border:1px solid #dddddd;
        /* border-radius: 4px; */
        overflow: hidden;
        width: 100%;
        margin-right: 0;
    }
    .meditation .item-list .item{
        width: 100%;
    }
    section .item-list .item h1{
        text-indent: 0;
    }
    section .item-list .item .img-box{
        height: 180px;
    }
    section .item-list .item .txt-box{
        padding: 1.2rem;
        width: 100%;
        /* background: #eef7eb; */
    }
    section .item-list .item h1{
        margin:0;
        font-size: 1rem;
    }
    .meditation .item .txt-box p{
        display: block;
        position: relative;
        color:#666666;
        height: auto;
        padding: 0;
        background: transparent;
        font-size: 0.9rem;
        margin-top: 0.3rem;
    }
    .ods-family label.tab{
        font-size: 1rem;
        padding: 0.5rem;
    }
    .ods-family .item-list{
        display: block;
    }
    .ods-family .item-list .item{
        flex-wrap: wrap;
    }
    .ods-family .item-list li .img-box{
        max-width: 100%;
        width: 100%;
        min-height: auto;
    }
    .ods-family .instructor .item-list li .txt-box{
        margin: 0;
        padding: 1.5rem;
        background: #f9f9f9;
    }
    .ods-family .item-list li .txt-box h1{
        margin: 0 0 0.5rem;
        font-size: 1.2rem;
    }
    .ods-family .item-list li .txt-box li{
        font-size: 0.80rem;
        padding:0.1rem 0;
    }
    .ods-family .item-list li .txt-box p{
        margin-bottom: 0;
        margin-top: 1rem;
    }
    .ods-family .item-list li .txt-box p strong{
        font-size: 0.7rem;
        margin-bottom: 0.25rem;
        color:#999;
        font-weight: 500;
    }
    .ods-family .item-list li .txt-box p a{
        font-size: 0.7rem;
        padding: 0.5rem 0.8rem;
    }
    .ods-family .family .item-list{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.2rem;
        margin-bottom: 1rem;
    }
    .ods-family .family .item-list li .txt-box{
        padding: 1rem 1rem 1rem 0;
    }
    .ods-family .family .item-list li .txt-box h1{
        margin: 0;
        font-size: 1rem;
    }
    .ods-family h1.section-title{
        padding-top: 1rem;
    }
    .ods-family .item-list .item{
        margin-top: 1rem;
        border: 0;
        border-radius: 0;
    }
    .meditation section.page-title p,
    .ods-family section.page-title p,
    .certificate section.page-title p{
        font-size: 0.8rem;
    }
    .ods-family h1.section-title:first-of-type{
        margin-top: 1rem;
    }
    .swiper-pagination{
        display: flex;
        background: rgba(0,0,0,0.5);
        border-radius: 2rem;
        color:#ffffff;
        width: 3rem;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
        height: 1.5rem;
        left:auto !important;
        right:1.5rem;
        z-index: 1;
    }
    .swiper-pagination span{
        padding: 0 0.25rem;
    }
    .tabgroup #tab4 .content{
        padding: 0 1.5rem;
    }
    .tabgroup #tab4 label{
        padding: 0.5rem 0;
        font-size: 0.8rem;
    }
    .tabgroup #tab4 .look-box ul li{
        width: calc(100% / 2 - 0.5rem);
        margin: 0 1rem 2rem 0;
    }
    .tabgroup #tab4 .look-box ul li .txt-box{
        padding-left: 0;
    }
    .tabgroup #tab4 .look-box ul li:nth-child(3n){
        margin-right: 1rem;
    }
    .tabgroup #tab4 .look-box ul li:nth-child(2n){
        margin-right: 0;
    }
    .tabgroup #tab4 .look-box ul li .img-box{
        height: 80px;
    }
    .tabgroup #tab4 .look-box ul li .txt-box{
        margin-top: 0.5rem;
    }
    .tabgroup #tab4 .look-box ul li .txt-box h1{
        font-size: 0.9rem;
        font-weight:  400;
    }
    .certificate .list-container{
        padding: 0;
        overflow: auto;
        /* white-space: nowrap; */
    }
    .certificate .list-container table,
    .certificate .b-table ul{
        margin-left: 20px;
        width: 250vw;
    }
    .certificate table td{
        padding: 1rem;
        font-size: 0.8rem;
    }
    .certificate table td.tit{
        font-size: 0.95rem;
    }
    .certificate table td[rowspan="9"]{
        width: auto;
    }
    .popup.swipe-info{
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
    }
    .popup.swipe-info .container{
        /* display: flex;
        flex-wrap: wrap;
        align-content: center; */
    }
    .popup.swipe-info .container{
        width: 8rem;
        height: 8rem;
        /* border:1px solid #ffffff; */
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        background: rgba(0,0,0,0.4);
    }
    .popup.swipe-info .container img{
        width: 50%;
        height: 50%;
        /* left: 50%;
        top: 50%; */
        object-fit: contain;
        animation: swipe 0.7s infinite;
        animation-direction: alternate-reverse;
    }
    .popup.swipe-info.off{
        display: none;
    }
    .meditation section.page-title,
    .ods-family section.page-title,
    .certificate section.page-title{
        padding-right: 20px;
    }
    .pqi-box{
        margin-left: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .pqi-box .certi-pop{
        margin-top: 1.5rem;
        padding: 0;
        font-size: 0.9rem;
    }
    .popup.certi-info .container{
        padding: 3rem 1.5rem;
        height: 100%;
    }
    .popup.certi-info .container h1{
        font-size: 1.5rem;
    }
    .popup.certi-info button.close{
        position: fixed;
        width: 2.5rem;
        height: 2.5rem;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        border: 0;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-size: 0.8rem;
        background-color: rgba(255,255,255,0.6);
    }
    @keyframes swipe {
        0%{
            margin-left: 0%;
            /* transform: translate(30%, -50%); */
        }
        100%{
            margin-left: 70%;
            /* transform: translate(-30%, -50%); */
        }

    }
    section.p-title{
        padding: 2rem 2rem 2rem;
        overflow: visible;
    }
    section.p-title h1{
        font-size: 1.5rem;
    }
    section.v-area{
        height: 280px;
    }
    .room button.reserv{
        position: relative;
        margin:1.5rem 0 0 auto;
        width: 100%;
    }
    section.contbox{
        border-bottom: 1px solid #dfdfdf;
    }
    .look section .content,
	.room section .content{
		width: 100%;
		margin: 0;
	}
    section.p-title p{
        font-size: 0.9rem;
        margin-top: 0.5rem;
        max-width: 100%;
    }
    .stay-long .letter,
    .stay-long .letter.type2{
        flex-direction: column-reverse;
        /* margin: 0; */
    }
    .stay-long .letter:first-of-type{
        margin-top: 0;
    }
    .stay-long .letter .txt-box{
        width: 100%;
    }
    .stay-long .letter.type2 .txt-box{
        padding: 0 1.5rem;
    }
    .stay-long section.v-area{
        display: none;
    }
    .stay-long section.contbox{
        padding-top: 0;
    }
    .stay-long .contact{
        padding:40px 1.5rem;
    }
    .stay-long .contact button{
        width: 100%;
        margin-top: 2rem;
    }
    .stay-long .item-list.warning{
        width: calc(100% - 3rem);
        margin:3rem auto;
    }
    .stay-long .item-list.warning > h1{
        font-size: 1.2rem !important;
    }
    .stay-long .item-list.warning h1{
        font-size: 0.95rem;
    }
    .stay-long .item-list.warning li div{
        font-size: 0.85rem;
    }
    .stay-long .letter .txt-box p{
        font-size: 1.1rem;
    }
    .youth .content.letter .txt-box p{
        font-size: 1rem;
    }
    .youth .content .txt-box{
        width: 100%;
    }
    .youth .content .txt-box ul li{
        font-size: 0.95rem;
    }
    .txt-box .desc{
        font-size: 0.8rem;
    }
    .youth .prolist{
        text-align: center;
    }
    .youth .content button.green{
        width: 100%;
        margin:2rem 0;
    }
    .youth .content .img-box,
    .youth .content .img-box .movie{
        width: 100%;
        height: 240px;
    }
    .youth .content .img-box .movie iframe{
        width: 100%;
        height:100%;
    }
    .youth .contbox.review{
        width: 100%;
        padding:40px 20px;
    }
    .youth .review button.review-write{
        font-weight: 500;
        position: relative;
        padding: 0.5rem 0.8rem;
        top: auto;
        margin-left: auto;
    }
    .youth .review .title-box{
        margin-bottom: 1rem;
    }
    .review-list [type="checkbox"]{
        height: 5rem;
    }
    .review-list label{
        flex-wrap: wrap;
        padding: 1rem 0;
    }
    .review-list label h1{
        font-size: 1rem;
        font-weight: 500;
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .review-list label .name {
        margin-left: 0;
    }
    .review-list label .date {
        color: #999999;
        font-size: 0.8rem;
    }
    .youth .popup .container{
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        padding: 20px;
        padding-bottom: 3rem;

    }
    .youth .popup .container ul{
        padding: 1rem 1.5rem;
    }
    .youth .popup .container li{
        padding:1rem 0;
    }
    .youth .popup .container li label,
    .youth .popup .container li .content{
        width: 100%;
    }
    .youth .popup .container li > label{
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
    }
    #male{
        margin-left: 0;
    }
    .map section.p-title{
        padding: 1.5rem;
    }
    .map section.p-title h1{
        font-size: 1.5rem;
    }
    .map section.trans{
        padding: 40px 30px;
    }
    .bus-time .container label{
        padding: 0.5rem 1rem 0.3rem;
    }
    .map section.trans .box li{
        margin-bottom: 0.8rem;
    }
    .map section.trans .box.taxi{
        margin-bottom: 0;
    }
    .bus-time .container{
        padding: 1rem;
        max-height: 90vh;
        width: 95%;
    }
    .bus-time .container > h1{
        margin-top:2rem;
    }
    .bus-time td{
        padding: 0.8rem 0.2rem;
    }
    .bus-time th{
        font-size: 0.6rem;
    }
    .map .popup.roughmap .container{
        padding: 2rem 1rem 1rem;
    }
    .sitemap .content ul li{
        width: 100%;
    }
    .sitemap .content{
        padding: 0 1rem;
    }
    .sitemap .content ul h1{
        padding: 0;
    }
    .sitemap .content ul li a{
        padding: 10px;
    }
    .sitemap .content ul li{
        margin-bottom: 1.5rem;
    }
}
