/* 프로그램 */
.program section.p-title{
	text-align: center;
	padding-top: calc(80px - 2rem);
}
.program.org section.p-title{
	padding:60px 0;
}
.program section.p-title h1{
	font-size: 3rem;
	font-weight: 600;
}
.program section.p-title p{
	color: #666;
	max-width: 70%;
	margin: auto;
	margin-top: 1rem;
	font-size: 1.2rem;
}
.program section.p-title p strong{
	font-weight: 600;
	color: #555;
}

.program section.photo-slide{
	padding: 0;
	width: 100%;
	height: 625px;
	overflow: hidden;
}
.program section.photo-slide .cont-box{
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.program.jngb section.photo-slide{
	height: 500px;
}
.program section.photo-slide .cont-box .img-box {}
.program.jngb section.photo-slide .cont-box .img-box{
	height: 100%;
}
.program section.search-area{
	/* padding:1rem 0;
	background: #f7f7f7; */
}
.program section.search-area .search-box{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	display: flex;
	background: #ffffff;
	box-shadow: 0 0px 1px rgba(0,0,0,0.8);
	/* border: 1px solid #dfdfdf; */
	overflow: hidden;
	border-radius: 4px;
}
.program section.promotion{
	background: #f7f7f7;
	padding:60px 0;
}
/* .program .search-box .box:first-of-type{
	border-left: 1px solid #e5e5e5;
} */
.program section.sub-menu{
	padding: 0;
	display: none;
}
.program section.sub-menu ul{
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin:0 auto;
}
.program section.sub-menu li{
	font-size: 1.2rem;
	padding:2rem 0 calc(2rem - 4px);
}
.program section.sub-menu li.on{
	border-bottom: 4px solid #00b8fd;
	color: #00b8fd;
	font-weight: 500;
}
.program section.detail{
	padding:80px 0;
	/* border-bottom: 1px solid #cccccc; */
}
.stay-detail.program section.detail{
	border-bottom: 1px solid #dfdfdf;
}
.program section.detail.program-view{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.program.org section.detail,
.program.meditation section.detail.about{
	border:0;
}
.program section.detail.price{
	padding: 80px 0;
	background: #fafcfc;
}
.program section.detail .txt-box{
	font-size: 1.2rem;
	line-height: 180%;
}
.program section.detail .txt-box .desc{
	font-size: 1rem;
	color: #666666;
	margin-bottom: 1rem;
}
.program section.detail.about .txt-box{
	/* width: 60%; */
	margin: auto;
	text-align: center;
}
.program section.detail.about .txt-box{
	/* width: 60%; */
}
.program section.detail.about .txt-box .sub-desc{
	font-size: 1rem;
	margin-top: 3rem;
	color:#555555;
}
.program section.detail .pictogram{
	background: transparent;
	width: 100%;
	margin: auto;
	padding:40px 0;
}
.program section.detail.schedule{
	display: flex;
}
.program section.schedule .content,
.program section.price .house-box{
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	justify-content:space-between;
	margin: auto;
}
.program section.price .house-box{
	padding:3rem 0;
	border-bottom: 1px solid #ccc
}
.program section.price .house-box:last-of-type{
	border: 0;
}
.program section.now-program{
	border-top: 0;
}
.schedule-box{
	width: 50%;
	display: flex;
}
.schedule-box h1{
	font-size: 1.5rem;
	font-weight: 600;
	width: 20%;
}
.schedule-box ul{
	width: 80%;
}
.schedule-box li{
	padding:0.5rem 0;
}
.schedule-box li span{
	margin-right: 1rem;
	color:#666;
	font-weight: 400;
	font-family: 'Noto Sans KR';
	display: inline-block;
	width: 3rem;
	text-align: center;
	color:#999999;
}
.schedule .desc{
	width: 100%;
	font-size: 0.8rem;
	margin:1rem;
	text-align: right;
	color: #999999;
}
.warning,
.program .price .warning{
	max-width: 1200px;
	margin: auto 0;
	font-size: 0.85rem;
	color:#555555;
	margin-top: 1rem;
}
.warning li{
	padding:0.2rem 0 0.2rem 0.8rem;
	position: relative;
}
.warning li:before{
	content: '*';
	position: absolute;
	left: 0;
	top: 0.35rem;
}
.warning li strong{
	font-weight: 600;
	color: #222222;
	text-decoration: underline;
}
.program section.detail h1.title{
	font-size: 2rem;
	font-weight: 600;
	width: 100%;
	display: flex;
}
.program section.detail h2.title{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.program section.detail h2.sub-title{
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
.program section.detail.review h1.title{
    width:50%;
}
.program section.dc h1.title{
    display: flex;
    flex-wrap: wrap;
}
.program section.dc h1.title span{
    margin-left: auto;
    font-size: 1rem;
    color:#6eb43f;
    margin: auto;
    margin-right: 0.8rem;
    font-weight: 400;
}
.program section.dc h1.title button{
    border:1px solid #6eb43f;
    padding:0.8rem 1rem;
    color:#6eb43f;
    border-radius: 4px;
    font-weight: 600;
}

.program section.price h1.title span{
	font-size: 0.9rem;
	font-weight: 400;
	font-size: 0.9rem;
	font-weight: 400;
	border: 1px solid #dfdfdf;
	padding: 0 1rem;
	border-radius: 4px;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.program section.detail .table-box{
	font-size: 1rem;
}
.program section.price .table-box{
	width: 55%;
	padding-left: 4rem;
}
.program section.price .type2 .table-box{
	width: 100%;
}
.program section.price .table-box h2{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.program section.price .table-box table{
	width: 100%;
}
.program .price .warning{
	margin-top: 0rem;
	text-align: left;
}
.program .price button.reservation{
	text-align: right;
	font-size: 1rem;
	height: 2.8rem;
	background: #6eb43f url(/images/icon-right-arrow.svg) no-repeat;
	background-position: calc(100% - 0.8rem) 52%;
	background-size: 0.6rem;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	font-weight: 500;
	font-size: 0.9rem;
	padding-right: 2rem;
}
.program section.review .content,
.program section.faq .content{
	max-width: 1000px;
	display: flex;
	flex-direction: column;
}
.sub-main section.review ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program section.review ul li{
	width: 100%;
}
.program section.review .title-box,
.program .review .title-box{
	display: flex;
	margin-bottom: 1rem;
    position: relative;
}
.program .review .title-box{
	flex-wrap: wrap;
	align-items: center;
}
.program .review .title-box h2{
	margin-bottom: 1rem;
}
.program .review .title-box p{
	color:#6eb43f;
	text-align: right;
	font-size: 0.85rem;
	font-weight: 500;
}
section .content{
    width: 1200px;
    margin: auto;
	position: relative;
}
section.with-img .content{
	display: flex;
	justify-content: space-between;
}
section.with-img .content .img-box{
	width: calc(100% - 120px);
    margin-right: 120px;
	/* max-height: 540px; */
}
section.with-img .content .txt-box{
	width: 100%;
}
.program section.faq h1.title:before{
	display: none;
}
.program .review button.review-write,
.program section.review button.review-write{
	margin:0 0 0 auto;
	padding: 0.6rem 1rem;
	font-size: 0.8rem;
	font-weight: 500;
}
.program section.review button.review-write img{
	width: 0.8rem;
	height: 0.8rem;
}
.program section.review button.more{
	margin-left: auto;
	margin-top: 1rem;
	font-size: 0.9rem;
	font-weight: 500;
}
.program .review ul li{
	border-top: 0;
}
.program .review ul li:first-of-type{
	border-top:1px solid #dfdfdf;
}
section.faq .container ul{
	width: 100%;
}
section.faq h3{
	font-weight: 500;
	font-size: 0.85rem;
	margin-bottom: 2rem;
	color:#999999;
}
.faq-list li{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.faq-list li:first-of-type{
	border-top: 1px solid rgba(0,0,0,0.1);
}
.faq [type="checkbox"]{
	display: none;
}
.faq .title{
	width: 100%;
	font-size: 1.05rem;
	font-weight: 500;
	padding: 1.5rem 2rem 1.5rem 0;
	display: block;
	color: #444;
	position: relative;
	cursor: pointer;
}
.faq .title:before{
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 0.5rem);
	width: 1rem;
	height: 1rem;
	z-index: 1;
	background: url(../images/icon-arrow-right.svg) no-repeat center;
	background-size: 1rem;
	opacity: 0.3;
}
.faq .answer{
	display: none;
	font-size: 0.9rem;
	color:#666666;
	padding:0rem 0 1.5rem 0;
}
.faq #tab1:checked ~ .title,
.faq #tab2:checked ~ .title,
.faq #tab3:checked ~ .title,
.faq #tab4:checked ~ .title,
.faq #tab5:checked ~ .title{
	padding:1rem 1.5rem 1rem 0;
}
.faq #tab1:checked ~ .answer,
.faq #tab2:checked ~ .answer,
.faq #tab3:checked ~ .answer,
.faq #tab4:checked ~ .answer,
.faq #tab5:checked ~ .answer{
	display: block;
}
.faq #tab1:checked ~.title:before,
.faq #tab2:checked ~.title:before,
.faq #tab3:checked ~.title:before,
.faq #tab4:checked ~.title:before,
.faq #tab5:checked ~.title:before{
	transform: rotate(90deg);
	/* top: calc(50% + 0.5rem); */
	opacity: 0.8;
}

.tab-menu{
    display: flex;
	background-color: #ffffff;
	width: 100%;
	/* height: 50px; */
	max-width: 1000px;
}
.sub-menu .tab-menu{
	margin: 60px auto 0;
}
.program-view .tab-menu-clone{
	display: none;
	height: 50px;
	width: 100%;
}
.program-view.fixed .tab-menu{
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 2;
	max-width: 100%;
	transform: translateX(-50%);
	border-bottom: 1px solid #6eb43f;
	display: flex;
	justify-content: center;
	border-top:0;

}
.program-view.fixed .tab-menu-clone{
	display: block;
}
.tab-menu [type="radio"]{
	display: none;
}
.tab-menu label{
	display:flex;
    width: 250px;
    text-align: center;
    /* border:1px solid #dfdfdf; */
    border-left: 0;
	justify-content: center;
	align-items: center;
	position:relative;
}
.tab-menu label a:before{
	content: '';
	position: absolute;
	border-left: 1px solid #ddd;
	height: 1rem;
	right: 0;
	top: calc(50% - 0.5rem);
}
.tab-menu a{
	display: flex;
    font-size: 0.9rem;
    padding: 0;
    width: 100%;
    height: 48px;
    background: #f7faf6;
    justify-content: center;
    align-items: center;
}
.tab-menu [type="radio"]#menu1:checked ~ label[for="menu1"] a,
.tab-menu [type="radio"]#menu2:checked ~ label[for="menu2"] a,
.tab-menu [type="radio"]#menu3:checked ~ label[for="menu3"] a,
.tab-menu [type="radio"]#menu4:checked ~ label[for="menu4"] a,
.tab-menu [type="radio"]#menu4:checked ~ label[for="menu5"] a,
.tab-menu.copy label[for="menu1"] a{
    background: #88b337;
    color:#fff;
    border-color: #88b337;
}
.tab-menu [type="radio"]#menu1:checked ~ label[for="menu1"] a:before,
.tab-menu [type="radio"]#menu2:checked ~ label[for="menu2"] a:before,
.tab-menu [type="radio"]#menu3:checked ~ label[for="menu3"] a:before,
.tab-menu [type="radio"]#menu4:checked ~ label[for="menu4"] a:before,
.tab-menu [type="radio"]#menu4:checked ~ label[for="menu5"] a:before,
.tab-menu label:last-of-type a:before,
.tab-menu.copy label[for="menu1"] a:before{
    display: none;
}
.program-view.fixed .tab-menu label{
	border-top:0;
	border-bottom:0;
}

.program .program-view article{
    border-bottom: 1px solid #aaaaaa;
    padding:4rem 0;
	overflow: hidden;
	position: relative;
}
.program .program-view article.p-schedule{
    display: flex;
    flex-wrap: wrap;
	border-bottom: 0;
}
.program .program-view article.p-schedule{
	border:0;
}
.program .program-view article.photo{
	border-top: 1px solid #aaaaaa;
	overflow: visible;
}

.program .program-view article:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.program-view article h1,
.program-view article h2{
    font-size: 1.5rem;
    font-weight: 600;
    margin:0rem 0 1.5rem;
    width: 100%;
}
.program-view article h2{
    font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2rem;
	width: 100%;
}
.program .program-view article.about > div{
	margin-bottom: 2rem;
}
.program .program-view article.about > div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.program-view article .txt-box h1{
    font-size: 1.3rem;
    margin:0 0 0.5rem 0;
    font-weight: 500;
	width:calc(100% - 1rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.program .program-view article .txt-box{
    font-size: 1.05rem;
	width: 100%;
	text-align: left;
	color: #666;
}
.program .program-view article.about {
    display: flex;
    flex-wrap: wrap;
}
.program .program-view article.about .txt-box{
	text-align: center; 
}
.program .program-view article.about .txt-box{

}
.program .program-view article.about .txt-box .warning-info{
	margin-top: 1.5rem;
}
.program .program-view article.about .txt-box .warning-info h1{
	font-size: 0.95rem;
	width: 100%;
	margin: 0 0 1rem;
	text-align: center;
}
.program .program-view article.about .txt-box .warning-info li{
	font-size: 0.9rem;
	/* list-style: disc; */
	margin-left: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: .9rem;
}
.program .program-view article.about .img-center{
	width:100%;
	text-align:center;
}
.program .program-view article.about .img-center img{
	width:100%;
	max-width:800px;
}
.program .program-view article.about .img-box{
    display: none;
}
.program .program-view article.teacher .img-box{
    margin-right: 3rem;
}
.program .program-view article.teacher .txt-box{
    font-size: 0.9rem;
    margin:auto 0 auto;
	width: calc(100% - 13rem);
}
.program .program-view article.teacher .txt-box h1{
	font-weight: 600;
    font-size: 1rem;
    color: #333333;
}
.program-view article.teacher{
    display: flex;
    flex-wrap: wrap;
}
.program-view article.teacher h2{
    width: 100%;
}
.program-view article.teacher .img-box{
    width: 10rem;
    height: 10rem;
    overflow: hidden;
    border-radius: 50%;
}
.program-view article.teacher strong{
    display: block;
    font-size: 0.9rem;
    color:#333333;
    margin-top: 1rem;
}

.about table.type2 td{
	font-size: 1rem;
	padding: 2rem 1rem;
	background: #fff;
	text-align: left;
}
.about table.type2 td label{
	font-size: 1rem;
}

/*프로그램 가격*/
.program section.detail.about .content,
.program section.detail.price .content,
.program section.detail.dc .content,
.program section .etc-info .content,
.program section.detail.program-view .content{
	max-width: 1000px;
}
.program section.detail.price .button-box{
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}
.program section.detail.price .button-box a.house-view{
	text-decoration: underline;
	font-size: 0.8rem;
}
.program section.detail.price .reservation{
	margin-left: auto;
	margin-bottom: 6rem;
}
.program section.detail.price .content:last-of-type .reservation{
	margin-bottom: 0;
}
.program section.detail.price h1.title{
	font-size: 1.8rem;
	text-align: center;
	display: block;
	margin-bottom: 0.5rem;
}
.stay-detail.program section.detail.price h1.title{
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.program section.detail.price .date{
	font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    padding: 0.4rem 0.5rem;
    /* border: 1px solid #dfdfdf; */
    border-radius: 2rem;
    width: 6rem;
    margin: 0 auto 1rem;
}
.program .reservation.p-list li{
    position: relative;
    display: flex;
    padding: 2rem;
    margin-bottom: 10px;
    flex-wrap: wrap;
	/* background: #f7faf6; */
	align-items: center;
    transition: 0.1s;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 3px;
}
/* .program .reservation.p-list li:hover{
	box-shadow: 0 0.3rem 1.5rem rgba(0,0,0,0.1);
	z-index: 1;
	background: #ffffff;
} */
.program .reservation.p-list li:last-of-type{
	margin-bottom: 0;
}
.program .reservation.p-list li h1{
	font-size: 1.4rem;
	font-weight: 500;
	max-width: 40%;
	margin-right: auto;
	margin-left: 1rem;
}
.program .reservation.p-list li .price-area{
	display: flex;
	align-items: center;
}
.program .reservation.p-list li .price-area .badge{
	padding: 0.4rem 0.6rem 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1.5px solid #ee5668;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #ee5668;
}
.program .reservation.p-list li .price-area .f-price{
	font-size: 1.4rem;
	font-weight: bold;
}
.program .reservation.p-list li .price-area .f-price span{
	font-size: 0.9rem;
	font-weight: 400;
	margin-left: 0.2rem;
}
.program .reservation.p-list li .price-area .p-count{
	margin-left: 3rem;
	color:rgba(0,0,0,0.5);
}
.program .reservation 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;
	margin-left: 4rem;
}
.program .reservation button.reserv:hover{
	background-color: #4c9c17;
}
.program .reservation button.reserv.off{
    background: lightgray;
	border-color: lightgray;
    cursor: unset;
	padding-right: 0;
}
.program .reservation button.reserv.waiting{
	background: transparent url(/images/icon-arrow-right-green.svg) no-repeat;
	background-position: calc(100% - 0.8rem) 55%;
	background-size: 0.6rem;
	border:1px solid #6eb43f;
	color: #6eb43f;
}

.program .reservation .title{
    font-size: 1.5rem;
    font-weight: 600;
    width: 15%;
    margin: auto 0;
}
.program .reservation .price{
    margin: auto 0;
}
.program .reservation .desc{
     display: flex;
    color: #666666;
    font-size: 0.9rem;
    margin: auto 0.5rem;
}
.program .reservation .dc-price{
    text-decoration: line-through;
    color: #999999;
    margin-right: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
}
.program .reservation strong{
    font-weight: 600;
    font-size: 1.2rem;
    color: #333333;
}
.program .reservation .dc-label{
    color: #ee5668;
    border:2px solid #ee5668;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;;
    font-weight: 600;
    margin: auto 0 auto 0.5rem;
    height: 1.4rem;
}
.program .reservation .date{
    width: 85%;
    font-size: 0.95rem;
    color: #999999;
    margin-left: auto;
}

/*프로그램 가격 및 할인 안내*/
.program section.detail.dc{
	/* padding-top: 0; */
}
.program section.detail.dc .content{
	padding: 0rem 4rem;
	/
}
.program section.detail.dc h1.title{
	font-size: 1.2rem;
	justify-content: center;
}
.program section.detail.dc .warning li{
	font-size: 0.9rem;
}
.program section.detail.dc .warning{
	margin-top: 1.5rem;
}
.dc table.type1 tr{
	border:0;
}
.dc table.type1 td{
	padding: 1rem;
	font-size: 0.9rem;
	padding: 0.3rem 0;
}
.dc table.type1 td:first-of-type{
	font-weight: 500;
}
.dc table.type1 td:nth-of-type(2){
	width: 70%;
	color:#666666;
}
.dc .coupon-area{
	max-width: 900px;
	margin: auto auto 3rem;
	text-align: center;
}
.dc .coupon-area button{
	font-size: 1.5rem;
    font-weight: 600;
    background: #f0f7eb;
    color: #6eb43f;
    border-radius: 4px;
    padding: 1rem 1rem 1rem 0rem;
    height: 7rem;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -2px;
    border-left: 1rem solid #6eb43f;
    position: relative;
	margin: auto;
	box-shadow:0 2px 3px rgba(0,0,0,0.15)
}
.dc .coupon-area button:after{
	content: '';
    position: absolute;
	width: 2rem;
    height: 2rem;
    background: #ffffff;
    border-radius: 50%;
    top: calc(50% - 0.8rem);
	right: -1rem;
}
.dc .coupon-area .desc{
	font-size: 0.9rem;
	margin-top: 1rem;
	color:#666666;
}
.dc .coupon-area .desc a{
	text-decoration: underline;
	color:#6eb43f;
}

/*기타 정보 제공영역*/
.program section .etc-info .txt-box{
	font-size: 1rem;
	/* width: calc(100% - 15rem); */
}
.program section .etc-info .txt-box li{
	margin:0.5rem 0 0.5rem 1rem;
	list-style: disc;
}
.program section .etc-info.with-img .content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.program section .etc-info.with-img .img-box{
	max-width: 33%;
	margin-right: 4rem;
}
.program section .etc-info.with-img h1,
.program section .etc-info.with-img h2{
	font-size: 1.3rem;
	font-weight: 600;
	margin:1rem 0;
	overflow: visible;
}
.program section .etc-info.with-img h1 label,
.program section .etc-info.with-img h2 label{
	font-size: 0.85rem;
	border:1px solid #aaaaaa;
	padding: 0.5rem 0.8rem;
	margin-right: 0.5rem;
}
.program section .etc-info.with-img h2{
	font-size: 1.1rem;
	text-align: left;
}
.program section .etc-info.with-img ul{
	margin:2rem 0;
}
.program section .etc-info.with-img ul li{
	font-size: 0.85rem;
	margin:0.25rem 0 0.25rem 1rem;
	color:#777777;
}
.p-schedule .plane{
    width: 100%;
}
.p-schedule .plane h1,
.p-schedule .plane h2{
    width: 20%;
    font-size: 1rem;
    margin: auto 0;
    font-weight: 500;
    text-align: center;
    color:#666666;
	display: flex;
    justify-content: center;
    align-items: center;
}
.p-schedule .plane h1{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.p-schedule .plane ul li{
    display: flex;
    border-bottom:1px solid #dfdfdf;
    padding:0rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.p-schedule .plane ul li:first-of-type{
    border-top:1px solid #dfdfdf;
}
.p-schedule .plane ul li .txt-box{
    width: 80%;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #efefef;
}
.p-schedule .plane.day1 ul li .txt-box{
	width: 100%;
	border-left: 0;
}
.p-schedule .plane ul li .txt-box:last-of-type{
    border-bottom: 0;
}
.p-schedule .plane ul.cont{
    width: 80%;
    padding: 1rem 0;
    border-left: 1px solid #efefef;
}
.p-schedule .plane ul.cont li{
    border:0;
    padding:0.3rem 1rem 0.3rem 2rem;
    font-size: 0.9rem;
    color: #666666;
}
.p-schedule .plane ul.cont li{
    justify-content:flex-start;
}
.p-schedule .plane ul.cont li .time{
    width: 20%;
    color: #666666;
}
.p-schedule .desc{
    font-size: 0.8rem;
    color:#999999;
    text-align: right;
    margin-top: 1rem;
    width:100%;
}
.program .photo ul{
	display: flex;
}
.program .photo ul li{
    width: calc(100% / 3);
	margin-right: 1px;
}
.program li.empty{
	width: 100% !important;
    text-align: center;
    min-height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    color: #666666;
}

/*  프로그램이미지영역  */
.program .photo ul .swiper-slide {height:100%; width:100%; display: flex; object-fit:cover;  }

.program .photo ul li .img{    
	width:332px;
	height:220px;	
	display: flex;
	object-fit:cover; 
	position: relative;
}
.program .photo ul li .txt-box{
    position: relative;
    background: none;
    padding: 0 1rem 0 0;
    margin-top: 1rem;

}
.program .photo ul li .txt-box p{
    font-size: 0.9rem;
	color:#666;
	width: calc(100% - 1rem);
	line-height: 160%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
}
.review.program ul li{
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
}
.review-list li{
	position: relative;
}
.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: auto;
    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 [type="checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
	height: 4.3rem;
	width: 100%;
	opacity: 0;
}
.review-list .answer{
	overflow: hidden;
	height: 0;
	font-size: 0.9rem;
    color: #666666;
    width: 100%;
    background: #f7f7f7;
}
.review-list [type="checkbox"]:checked ~ .answer{
	height: auto;
	padding: 1.5rem;
}
.program .review button.review-write{
    display: flex;
    justify-content: center;
}
.program .info .box{
    margin-bottom: 2rem;
}
/* 프로그램상세하단   */
.program .info h3 {color: #7ca524; margin-bottom:0.5rem; font-weight:500; margin-top:3rem;}
.program .info h4{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.program .info h4{
    font-size: 0.95rem;
    font-weight: 600;
}
.red{
    color: #ee5568 !important;
}
.program .info p{
    font-size: 0.85rem;
    color:#666666;
}
#slider{
	height: 100%;
}
.slick-list,
.slick-track{
	height: 100%;
}
.slide {
	height: 100%;
	width: 100vw;
	max-width: 1200px;
	background-color: #000000;
}

.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	height: 3rem;
	background-color: rgba(6, 6, 6, 0.51);
	width: 3rem;
	border: 0;
	cursor: pointer;
	font-size: 0;
	background: url(/images/icon-right-arrow.svg) no-repeat 54% 50%;
	background-size: 1rem;
	transform: translateY(-50%);
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
}

.slick-prev {
	left: 20px;
	transform:translateY(-50%) rotate(180deg);
}
.slick-next {
	right: 20px;
}

.slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slick-initialized .slick-slide img{
	opacity: 0.5;
}
.slick-initialized .slick-slide.slick-active img{
	opacity: 1;
}
.sub-header{
	display: none;
}
.badge-box{
	display: flex;
}
.program section.p-title .badge-box h1,
.program section.p-title .badge-box h2{
	font-size: 0.9rem;
	font-weight: 500;
	color:#70b34a;
	border:1px solid #70b34a;
	padding: 0rem 1rem;
	border-radius: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-right: 0.5rem;
}
.program section.p-title .badge-box h1.end{
	color:gray;
	border-color:#cccccc;
	background: #f7f7f7;
}
.program section.p-title .badge-box h2{
	border:0;
	background: rgba(112, 179, 74, 0.08);
}
.util-box{
	display: flex;
	justify-content: flex-end;
}
.util-box button.share{
	margin-left: auto;
}
.util-box button{
	width: 3rem;
	height: 3rem;
	display: block;
	border:1px solid #dddddd;
	border-radius: 50%;
	margin:0 0.25rem;
}
.util-box button img{
	width: 1.5rem;
	height: 1.5rem;
}
section.page-title{
	border:0;
}
section.page-title .menu{
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 2rem;
}
section.page-title .menu li{
	margin-right: 2.5rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #999999;
	padding-bottom: 0.5rem;
}
section.page-title .menu li.on{
	border-bottom: 4px solid #6eb43f;
	color: #333333;
	font-weight: 600;
}
section.page-title .menu li:hover a{
	color:#333333;
}
section.page-title button.r-calendar{
	position: absolute;
	right: 0;
	top: auto;
	height: 3rem;
    padding: 0 1rem;
	align-items: center;
}
section.list-container{
	padding: 0;
	margin:1rem 0 80px;
}
section .item-list{
	max-width: calc(1200px + 2rem);
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}
section .item-list.down-list{
	padding: 2rem 2rem 1rem 2rem;
	background: #f0f0f0;
	margin-bottom: 100px;
}
section .item-list li.empty{
	width: 100%;
    text-align: center;
    min-height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    color: #999999;
}

section .item-list .item{
	/* width: calc(100% / 3 - 2rem); */
	width:calc(-2rem + 33.3333%);
	margin:1rem 1rem 2.5rem;
	/* font-size: 0; */
	position: relative;
}
section .item-list .item.type2{
	/* border:1px solid #dddddd; */
}
section .item-list .item.type2 .txt-box{
	/* padding: 0 2rem; */
}

.sub-main.org section .item-list li{
	width: calc(50% - 2rem);
}
.sub-main.org section .item-list .item .txt-box{
	padding: 2rem;
	background: #f7f7f7;
	min-height: 11rem;
	display: flex;
	flex-direction: column;
}
section .item-list.type2 .item{
	width: calc(100% / 2 - 15px);
	margin: 0rem;
}
section .item-list .item .img-box{
	height: 260px;
	background: rgba(0,0,0,0.1);
}
section .item-list .item.type2 .img-box{
	height: 210px;
}
.sub-main.org .item-list .item .img-box{
	height: 320px;
}
section .item-list .item .img-box img{
	transition: 1s;
	transform-origin: center;
	width: 100%;
}
section .item-list .item:hover .img-box img{
	transform: scale(1.1);
}
section .item-list .item h1{
	font-size: 1.3rem;
	font-weight: 600;
	margin:1.5rem 0 0.8rem;
}
.sub-main.org section .item-list .item h1{
	margin-top: 0;
	font-size: 1.5rem;
}
section.contact .item-list .item h1{
	margin: 0;
	font-size: 1rem;
}
section .item-list .item .desc{
	margin-bottom: 0.5rem;
	width: 95%;
	color:#666666;
	font-size: 0.9rem;
}
section .item-list .item.type2 .desc{
	margin-top: 1rem;
}
section .item-list .item .date{
	font-size: 0.85rem;
	color: #999999;
	letter-spacing: 0;
}
section .item-list .item .btn-box{
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 1rem;
}
section .item-list .item a.reserv,
section .item-list .item a.view-detail{
	display: inline-block;
	font-size: 1.1rem;
	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.5rem 2rem 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    background-position-x: calc(100% - 0.5rem);
    border-radius: 4px;
}
section .item-list .item a.view-detail{
	padding: 0.3rem 1.2rem 0.3rem 0.5rem;
	background-size: 0.6rem;
	font-size: 0.8rem;
}
section .item-list .item .btn-box.type2{
	margin-top: auto;
	display: flex;
	justify-content: flex-start;
}
section .item-list .item .type2 a.reserv.on{
	border: 1px solid rgba(110,180,63,0.5);
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-size: 0.9rem;
	font-weight: 400;
	background-position-x: calc(100% - 0.5rem);
	border-radius: 4px;
}
section .item-list .item .type2 a.reserv.end{
	border: 0;
	font-weight: 400;
	background: #dfdfdf;
	color:gray;
	padding: 0.5rem 1rem;
}

section .item-list .item a.reserv.off{
	color:gray;
	background: none;
	padding: 0.5rem 1rem;
	border:0;
	background: #efefef;
	font-weight: 500;
}
section .item-list .item .badge-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	z-index: 1;
}
section .item-list .item .badge-box .badge{
	padding: 0.4rem 1rem;
    font-size: 0.8rem;
    background: #88b337;
    color: #ffffff;
	font-weight: 500;
}
section .item-list .item .badge-box .badge.dl{
	background-color: #ee5668;
}
section .item-list .item .badge-box .badge.free{
	background-color: #325be7;
}

.sub-main section.photo-slide{
	padding:0;
	overflow: hidden;
}
.sub-main section.photo-slide .cont-box{
	max-width:100%;
	height: 100%;
}
.sub-main section.photo-slide .cont-box .img-box{
	height: 100%;	
}
.sub-main section.photo-slide{
	height: 500px;
}
.sub-main.lincoln section.photo-slide{
	height: 700px;
}
.sub-main.org section{
	border:0;
}
.sub-main.org section.photo{
	border-top: 1px solid #cccccc;
}
.sub-main.org section.strength{
	border: 0;
	padding-top: 0;
}
.org section.contact{
	padding: 60px 0;
	border:0;
	background: #f7f7f7;
}
.sub-main .slide{
	max-width: 100%;
}
.sub-main .slide .img-box{
	width: 100%;
	height: 100%
}
.sub-main .slide .txt-box{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	color:#ffffff;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 640px;
	width: 100%;
	padding: 0 1rem;
}
.sub-main.lincoln .slide .txt-box{
	max-width: 1200px;
}
ul.strength-list{
	display: flex;
	flex-direction: column;
}
.strength-list li{
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
.strength-list li:last-of-type{
	margin-bottom: 0;
}
.strength-list li .img-box{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-right: 2rem;
	cursor:pointer;
}

.strength-list li .txt-box{
	width: calc(100% - 174px);
}
/* 타이틀블릿  */
.strength-list li strong{
	font-weight: 600;
	background: #eef6e8;
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
	border-radius: 5rem;
    color: #6eb43f;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.strength-list li h1{
	font-weight: 600;
	color: #6eb43f;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}
.strength-list li p{
	font-size: 1.1rem;
	color:#666666;
}
.org section.contact .item-list{
	display: flex;
}
.sub-main .slide .txt-box h1{
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 0;
}
.sub-main .slide .txt-box h2{
	font-size: 1.5rem;
	color:rgba(255,255,255,0.8);
}

.sub-main .slide .txt-box h3 {color: white;}
.sub-main .slide .txt-box h4{
	font-size: 1.5rem;
	max-width: 600px;
	margin: auto;
	margin-top: 2rem;
}
.sub-main .slide .txt-box h4{
	font-size: 1.1rem;
	margin-top: 1rem;
}
.sub-main .slide img{
	opacity: 0.5;
}
.contact .contact-right-box{
	display: flex;
	align-items: flex-end;
    justify-content: flex-end;
	flex-direction: column;
}
.lincoln .detail.about h1.title-1{
	margin-bottom: 0.5rem;
	
}
.lincoln .detail.about h2.cnt{
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 2rem;
	color: #666666;
}
.lincoln .detail.about h2.cnt strong{
	font-weight: 600;
	font-size: 1.2rem;
	color:#333333;
}
.lincoln .about-box{
	margin: auto;
}
.lincoln .about-box li{
}

.lincoln .about-box li .hover-item.ab01{
	background: #6d8f2c;
}
.lincoln .about-box li .hover-item.ab02{
	background: #2985c5;
}
.lincoln .about-box li .hover-item.ab03{
	background: #835e36;
}
.lincoln .about-box li .hover-item.ab04{
	background: #a58d31;
}
.lincoln .about-box li:last-of-type{
	border-bottom:1px solid #dddddd;
}
.lincoln .about-box label{
	display: flex;
	justify-content: space-between;
	padding: 0 3rem 0 0;
	height: 95px;
	align-items: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition:height 0.2s;
	max-width: 1200px;
	margin: 0 auto;
	border-top:1px solid #dddddd;
}
.lincoln .about-box label:after{
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(/images/icon-arrow-right2.svg) no-repeat center;
	background-size: 1rem;
	position: absolute;
	right: 1rem;
}
.lincoln .about-box label h1{
	font-size: 1.3rem;
	font-weight: 600;
	color:#333333;
	display: flex;
    align-items: center;
}
.lincoln .about-box label h1 strong{
	color:rgba(0,0,0,0.3);
	font-size: 1rem;
	margin-right: 0.5rem;
}
.lincoln .about-box label h2{
	color:#666666;
}
.lincoln .about-box [type="radio"]{
	display: none;
}
.lincoln .about-box [type="radio"]:checked ~ label{
	height: 0;
}

.lincoln .about-box [type="radio"]:checked ~ .hover-item{
	height: 350px;
}
.lincoln .about-box .hover-item{
	display: flex;
	color:#ffffff;
	position: relative;
	height: 0px;
	overflow: hidden;
	justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
}
.lincoln .about-box .hover-item .number{
	font-size: 22rem;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color:rgba(0,0,0,0.2);
	font-family: impact;
}
.lincoln .about-box .hover-item .title-box{
	margin-left: calc(50% - 600px);
}
.lincoln .about-box .hover-item p{
	max-width: 360px;
	font-size: 1.05rem;
	text-align: justify;
	margin-right: calc(50% - 600px);
}
.lincoln .about-box .hover-item .obj-img{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 0;
}
.lincoln .about-box .hover-item h1{
	font-size: 2rem;
	font-weight: 600;
}
a.download-pdf{
	padding: 1rem 1.2rem 1rem 1.5rem;
	border:1px solid rgba(0, 0, 0, 0.05);
	background: #ffffff;
	color:#6eb43f;
	font-weight: 600;
	border-radius: 4px;
	display: flex;
	width: 15rem;
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
}
a.download-pdf strong{
	width: calc(100% - 2.5rem);
}
a.download-pdf .icon-box{
	width: 2.5rem;
	height: 2.5rem;
	background: #6eb43f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.download-pdf .icon-box img{
	width: 60%;
	height: 60%;
}
.program.event section.p-title{
	padding-bottom: 0;
}
.program.event .option-list{
	padding-bottom: 4rem;
	border:1px solid #dfdfdf;
}
.program.event .option-list ul{
	display: flex;
	justify-content: space-around;
}
.program.event .option-list li{
	display: flex;
	align-items: center;
	padding:3rem 0;
	font-size: 1.2rem;
	font-weight: 500;
}
.program.event .option-list li [type="radio"]{
	width: 1.2rem;
	height: 1.2rem;
}
.program.event .option-list li label{
	margin-left: 0.5rem;
}
.program.sub-main.lincoln section.photo-slide{
	height: 750px;
}
.program.lincoln .s-count{
	font-size: 1.3rem;
	margin-top: 2rem;
	font-weight: 400;
}
.program.lincoln .s-count strong{
	font-weight: 600;
}
.share-pop{
	display: none;
	flex-wrap: wrap;
}
.share-pop.on{
	display: flex;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.share-pop .container{
	max-width: 300px;
	max-height: 600px;
	width: 90%;
	background: #ffffff;
	padding:30px;
	margin: auto;
	position: relative;
	border-radius: 0.5rem;
}
.popup .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 2rem;
	height: 2rem;
	border:1px solid #dddddd;
	border-radius: 50%;
	background-size: 0.5rem;
}
.share-pop .container h1,
.alram-pop .container h1{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.alram-pop{
	display: none;
}
.alram-pop.on{
	display: flex;
	backdrop-filter: blur(2px);
}
.alram-pop .container{
	padding: 30px 30px;
	background: #ffffff;
	max-width: 500px;
	max-height: 90%;
	width: 90%;
	margin: auto;
	position: relative;
	border-radius: 0.5rem;
	overflow: auto;
}
.alram-pop .container h1{
	margin-bottom: 0;
	font-size: 1.8rem;
}
.alram-pop .container .desc{
	font-size: 0.85rem;
    margin-bottom: 1rem;
}
.alram-pop .container .box-group{
	border:1px solid #dfdfdf;
	border-radius: 4px;
	margin-bottom: 1rem;
	padding:1rem 2rem 0;
}
.alram-pop .container .box{
	padding:0.8rem 0;
}
.alram-pop .container .box-group .desc{
	width: calc(100% + 4rem);
	margin-left: -2rem;
	border-top: 1px solid #efefef;
	padding:1rem 2rem 0;
	font-size: 0.75rem;
}
.alram-pop .container .box > label{
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	color:#666666;
	margin-bottom: 0.25rem;
}
.alram-pop .container .box.program .cont{
	font-size: 1.2rem;
	font-weight: 600;
	color:#6eb43f;
}
.alram-pop .container .box.phone .cont{
	display: flex;
	justify-content:space-between;
	align-items: center;
    color: #999;
}
.alram-pop .container .box.phone .cont input{
	width: 30%;
	border:1px solid #6eb43f;
	border-radius: 0.2rem;
	padding:0.3rem 0.5rem;
}
.alram-pop .container .box.alram-time .cont,
.alram-pop .container .box.privercy .cont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 4rem;
}
.alram-pop .container .box.privercy .cont{
	height: auto;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 1rem;
}
.alram-pop .container .box.alram-time .cont label,
.alram-pop .container .box.privercy .cont label{
	width: calc(100% - 2rem);
	margin-left: 0.5rem;
	font-size: 0.9rem;
}
.alram-pop .container .box.privercy .cont label{
	font-size: 0.9rem;
	width: auto;
}
.alram-pop .container .box.privercy .cont input{
	margin-left: auto;
}
.alram-pop .container .box.privercy h2{
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.alram-pop .container .box.privercy p{
	font-size: 0.8rem;
	padding:1rem;
	background: #f7f7f7;
	margin-bottom: 1rem;
}
.alram-pop .button-box button{
	background: #6eb43f;
	border-radius: 4px;
	color: #ffffff;
	margin: 0;
	padding: 0.6em 1.6em;
	font-weight: 600;
	font-size: 0.9rem;
	height: 3rem;
	width: 100%;
}
.sub-main.lincoln .etc-menu{
	margin-top: 4rem;
}
.sub-main.lincoln .etc-menu ul{
	display: flex;
}
.sub-main.lincoln .etc-menu ul li{
	width: 25%;
	height: 180px;
	border:1px solid #dfdfdf;
	border-right: 0;
	padding: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.sub-main.lincoln .etc-menu ul li a{
	display: flex;
	flex-wrap: wrap;
}
.sub-main.lincoln .etc-menu ul li h1{
	font-size: 1.2rem;
	font-weight: 600;
	width: 100%;
}
.sub-main.lincoln .etc-menu ul li p{
	margin-top: auto;
	font-size: 0.9rem;
	color:#666666;
}
.sub-main.lincoln .etc-menu ul li.jngb p{
	color:#ffffff;
	font-size: 0.85rem;
}
.sub-main.lincoln .etc-menu ul li:first-of-type .img-box{
	width: 60px;
	height: 50px;
}
.sub-main.lincoln .etc-menu ul li .img-box{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 1.3rem;
	bottom: 1.3rem;
}
.sub-main.lincoln .etc-menu ul li.jngb{
	background: #6eb43f;
	color:#ffffff;
	border: 0;
}
.sub-main.lincoln .etc-menu ul li.jngb .img-box{
	width: 100px;
	height: 120px;
}
.lincoln section.detail.photo{
	padding-bottom: 0;
}
.lincoln section.detail.about{
	padding:80px 0 0;
}
.lincoln.safe .photo-slide{
	height: 500px;
}
.lincoln.safe.rules .photo-slide{
	margin-bottom: 40px;
}
.jngb section.p-title,
.lincoln.safe section.p-title{
	padding:80px 0;
}
.lincoln.safe .detail{
	max-width: 1200px;
	margin: auto;
	border:0;
	padding:40px 0;
}
.lincoln.safe .detail .content{
	display: flex;
	align-items: center;
}
.lincoln.safe .detail .content.type2{
	flex-direction: row-reverse;
}
.lincoln.safe .detail .txt-box{
	display: flex;
	flex-direction: column;
	width: calc(100% - 380px);
	padding: 3rem 10rem 3rem 5rem;
}
.lincoln.safe .detail .type2 .txt-box{
	padding: 3rem 5rem 3rem 10rem;
}
.lincoln.safe.rules .detail .type2 .txt-box{
	padding-left: 5rem;
}
/*  pc링컨넘버*/
.lincoln.safe .detail .txt-box .number{
	font-size: 2.5rem;
	font-weight: 600;
	color: rgba(0,0,0,0.5);
	color: #6eb43f;
	z-index: 99;
}
.lincoln.safe .detail .txt-box h1{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.lincoln.safe .detail .txt-box p{
	font-size: 1rem;
	color: #666666;
}
.lincoln.safe .detail .img-box{
	width: 380px;
	height: 380px;
	position: relative;
	z-index: 1;
	overflow: visible;
}
.lincoln.safe.rules .detail .img-box{
	width: 240px;
	height: 240px;
}
.lincoln.safe .detail .type2 .img-box:after{
	top: 2rem;
    left: 2rem;
	display: none;
}
.lincoln.safe .detail .btn-box{
	width: 100%;
	margin: 2rem 0 0 0;
	justify-content: flex-start;
}

/*  숙소둘러보기버튼  */
.lincoln.safe .detail .txt-box a{
	display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    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.5rem 2rem 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    background-position-x: calc(100% - 0.5rem);
    border-radius: 4px;
}
.lincoln.safe section.now-program{
	border-top: 1px solid #dddddd;
	margin-top: 80px;
}
.jngb .content h1.sub-title{
	text-align: center;
	font-size: 1.3rem;
	color: #333333;
	max-width: 700px;
	margin: 0 auto 80px;
}
.jngb .content .item-list .img-box{
	border-radius: 50%;
	width: 300px;
    height: 300px;
	min-width: 300px;
	margin: auto;
}
.jngb .content .item-list li{
	text-align: center;
	position: relative;
	float: left;
	width: calc(100% / 3 + 0rem);
}
.jngb .content .item-list li .number{
	position: absolute;
	font-size: 1.2rem;
	font-weight: 600;
	background: #6eb43f;
	color: #ffffff;
	padding: 0;
	border-radius: 50%;
	left: 2.25rem;
	top: 0.25rem;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jngb .content .item-list li h1{
	font-size: 1.5rem;
	font-weight: 600;
	margin:1.8rem auto 1rem;
}
.jngb .content .item-list li p{
	font-size: 1rem;
	max-width: 85%;
	margin: auto;
}
.jngb .content .item-list li p span{
	font-size: 0.9rem;
	font-weight: 500;
	margin-top: 0.5rem;
	display: block;
}
.jngb .detail.form{
	background: #f7faf6;
}
.jngb .detail.form .content{
	display: block;
}
.jngb .detail.form .box{
	max-width: 600px;
	margin: 0 auto 3rem;
}
.jngb .detail.form .box:last-of-type{
	margin-bottom: 0;
}
.jngb .detail.form .box li{
	margin:0.8rem 0;
	position: relative;
	margin-left: 1rem;
}
.jngb .detail.form .box li:before{
	content: '-';
	position: absolute;
	left: -1rem;
}
.jngb .detail.form .box li.camp-list{
	display: flex;
}
.jngb .detail.form .box li.camp-list .list{
	display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
.jngb .detail.form .box li.camp-list .list span.end{
	text-decoration: line-through;
}
.jngb section.detail{
	border-bottom: 0;
}
.jngb .detail.form h1{
	font-size: 1.5rem;
	font-weight: 600;
	color:#6eb43f;
	margin-bottom: 0.5rem;
}
.jngb button.green{
	width: 100%;
	font-size: 1.2rem;
	padding: 1rem;
	background:#6eb43f url(/images/icon-arrow-white.svg) no-repeat calc(100% - 1rem) center;
	background-size: 1.2rem;
	margin-top: 5rem;
}
.jngb .popup button.green{
	margin:0;
}
.jngb section.now-program,
.jngb section.etc{
	display: none;
}
.jngb .desc{
	margin-top: 0.5rem;
}
.jngb p a{
	text-decoration: underline;
}
table.brown td:first-of-type{
	font-size: 80%;
    width: 20%;
    font-weight: 600;
}
.sub-main button.more{
	top: 15px;
}
.org .contact-box h1{
	font-size: 0.9rem !important;
}
.org .contact-box a{
	font-size: 2.2rem;
    font-weight: 600;
    color: #333333;
	letter-spacing: 0.1rem;
}
.org .contact-box .desc{
	font-size: 0.8rem;
	color: #666666;
	margin: 1rem 0 0 0 !important;
}
.org .contact-right-box 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.7rem;
	font-size: 1rem;
}
.sub-main.edu .edu-lisence{
	border-bottom: 1px solid #cccccc;
	padding: 40px 0;
}
.sub-main.edu .edu-lisence .content{
	display: flex;
	align-items: center;
}
.sub-main.edu .edu-lisence .img-box{
	width: 180px;
	height: 180px;
	margin-right: 3rem;
}
.sub-main.edu .edu-lisence .txt-box{
	width: calc(100% - 188px);
	font-size: 1.1rem;
}
.sub-main.edu .edu-lisence .txt-box strong{
	color: #6eb43f;
	font-weight: 600;
}
.ostay-enjoy .txt-box ul label{
	font-weight: 600;
    font-size: 0.8rem;
    margin-right: 1rem;
    border: 1px solid #dddddd;
    padding: 0 0.8rem;
    height: 2rem;
    display: flex;
    align-items: center;
	border-radius: 4px;
	width: 4rem;
    justify-content: center;
}
.ostay-enjoy .txt-box ul.type2{
	margin: 3rem 0 1.5rem;
}
.ostay-enjoy .txt-box ul li{
	margin:0 0 2rem 0;
	color:#333;
	display: flex;
	align-items: flex-start;
}
.ostay-enjoy .txt-box ul.type2 li{
	margin:0;
	flex-wrap: wrap;
	font-size: 1.1rem;
}
.ostay-enjoy .txt-box ul li div{
	font-size: 1.1rem;
	margin-top: 0.3rem;
}
.ostay-enjoy section.detail .txt-box ul li div.desc{
	font-size: 0.9rem;
	color:#999;
}
.sub-main .photo ul{
	flex-wrap: nowrap;
	/* justify-content: space-between; */
}
.sub-main .photo .slide-next,
.sub-main .photo .slide-prev{
	top: 60%;
}
table.type2{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	max-width: 1000px;
	margin: auto;
}
.effect-info{
	margin:0;
	padding:2.5rem 0;
	text-align: center;
}
.effect-info:last-of-type{
	padding-top: 0;
}
.program-view article .effect-info h1{
	font-size: 1.7rem;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	width: auto;
	margin-bottom: 1.5rem;
	border-bottom: 2px solid #88b337;
	color:#333333;
}
.program-view article .effect-info li{
	width: 100%;
}
.program .program-view article .effect-info li .txt-box{
	/* background: #f7faf6; */
	/* width: 180px; */
	text-align: center;
	font-size: 1rem;
	color: #444444;
	padding: 0.3rem 0;
}

#articlePhoto .slide-prev,
#articlePhoto .slide-next{
	position: absolute;
	transform: none;
	left: -50px;
	top: 220px;
	width: 2rem;
	height: 2rem;
	background-size: 0.7rem;
	z-index: 2;
}
#articlePhoto .slide-prev{
	transform: rotate(180deg);
}
#articlePhoto .slide-next{
	left: auto;
	right: -50px;
}
.meditation #articlePhoto .slide-prev,
.meditation #articlePhoto .slide-next{
	top: 225px;
}
#articlePhoto .button-box .swiper-button-disabled{
	display: block;
	opacity: 0.2;
}
#articlePhoto .cont-type{
	position: absolute;
	height: 1.5rem;
	padding: 0 0.5rem 0 0;
	background: rgba(0,0,0,0.8);
	color:#ffffff;
	font-size: 0.75rem;
	z-index: 2;
	left: 0.5rem;
	top: 0.5rem;
	display: flex;
	align-items: center;
	border-radius: 0.1rem;
	overflow: hidden;
}
#articlePhoto .cont-type.movie:before{
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: #70b34a url(/images/icon-play-w.svg) no-repeat center;
	background-size: 0.8rem;
	margin-right: 0.3rem;
}
.event-list section.page-title{
	padding-bottom: 0;
}
.event-list section.page-title .menu{
	width: auto;
	margin:0;
}
.event-list section .item-list .item h1{
	margin-bottom: 0.25rem;
}
.event-list section .item-list .item p{
	font-size: 1rem;
	color:#666666;
	margin-bottom: 1rem;
}
.event-list section .item-list .item{
	width: calc(-2rem + 50%);
	margin-bottom: 2rem;
}
.event .img-box.visual img{
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.event section.detail .content{
	max-width: 1200px;
	margin: 0 auto 3rem;
}
.event .p-title .date{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.event section .button-box{
	display: flex;
	justify-content: center;
	margin-bottom: 6rem;
}
.event section .button-box a.link{
	display: block;
	background: #6eb43f url(/images/icon-right-arrow.svg) no-repeat;
	background-position: calc(100% - 1.2rem) 50%;
	background-size: 0.8rem;
    color:#ffffff;
	border:1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
	max-width: 400px;
    width: 100%;
    font-weight: 500;
	font-size: 1.2rem;
	padding: 1.2rem 0;
	/* padding-right:2rem; */
	text-decoration: none;
	text-align: center;
}
.event section.detail .item-list{
	/* margin-top: 3rem; */
}
.event section.detail{
	border-bottom: 0;
	padding: 3rem 0;s
}
.event section.detail.button-type{
	border-bottom: 1px solid #cccccc;;
	padding: 0;
}
.event section.detail.list-type{
	border-bottom: 1px solid #cccccc;;
	background: #f1f8ef;
	margin-top: 0;
	padding: 4rem 0;
}

.event .reply{
	background: #f1f8ef;
}
.event .reply .content > h1{
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.event .reply .content > h2{
	font-weight: 500;
	font-size: 1rem;
	margin:2rem 0 1rem;
}
.event .reply .content .input-box{
	width:100%;
	display: flex;
}
.event .reply .content .input-box textarea{
	width: 100%;
	height: 5rem;
	padding: 0.8rem;
	border:1px solid #dfdfdf;
}
.event .reply .content .input-box button{
	width: 8rem;
	background: #353535;
	color:#ffffff;
	font-weight: 500;
}
.event .reply .content .item-list li{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.event .reply .content .item-list li:first-of-type{
	border-top: 1px solid rgba(0,0,0,0.1);
}

.event .reply .content .item-list li h1{
	font-weight: 500;
	font-size: 0.9rem;
	color:#6eb43f;
}
.event .reply .content .item-list li .date{
	margin-left: auto;
	font-size: 0.8rem;
	color:#999999;
	font-weight: 500;
}
.event .reply .content .item-list li p{
	width: 100%;
	font-size: 0.95rem;
	color:#444444;
	margin-top: 0.5rem;
}

/*상세플로팅*/
.floating{
	position: fixed;
	z-index: 5;
	width: 100%;
	background: #ffffff;
	left: 0;
	top: 0;
	display: none;
	border-bottom: 1px solid #88b337;
}
.floating .container{
	max-width: 1000px;
	margin: auto;
	flex-wrap: wrap;
	display: flex;
	position: relative;
}
.floating .title{
	width: 100%;
	display: flex;
	margin:1rem	 0;
	align-content: center;
}
.floating .title .img-box{
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
	background: #dfdfdf;
}
.floating .title .img-box img{
	border: 1px solid rgba(0,0,0,0.05);
}
.floating .title .txt-box{
	width: calc(100% - 4rem);
}
.floating .txt-box h1{
	font-size: 1.1rem;
	font-weight: 500;
	/* padding: 1rem 0; */
}
.floating .txt-box p{
	font-size: 0.8rem;
	color:#666666;
}
.floating button a{
	position: absolute;
	right: 0;
	top: 1.3rem;
	background: #6eb43f;
	border: 1px solid rgba(0,0,0,0.05);
	padding: 0.5rem 2.5rem;
	border-radius: 3px;
	color:#ffffff;
	font-size: 0.9rem;
}
.floating.on{
	display: block;
}

.program a.anchor{
	display: block;
	padding:60px;
	margin-top: -120px;
}

section.pictogram ul{
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	margin: auto;
}

section.pictogram .img-box{
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
}
section.pictogram .txt-box{
	text-align: center;
}
section.pictogram .txt-box h1{
	color:#88b337;
	font-weight: 600;
	font-size: 1.2rem;
	margin:0.8em 0 0;
}

section.pictogram .txt-box p{
	color: #777777;
	font-size: 1rem;
}

section.pictogram li .plus{
	font-size: 5rem;
	height: 70%;
	display: flex;
	align-items: center;
	color:#88b337;
}
.house-box .container{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 3rem;
	/* flex-direction: row-reverse; */
	justify-content: space-between;
}
.house-box .container:last-of-type{
	margin-bottom: 0;
}
.house-box .container > h2{
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.house-box .photo-box{
	width: 45%;
	height: 280px;
}
.house-box .photo-box .img-box{
	width: 100%;
	height: 100%;
}
.house-box .photo-box .slide-button{
	position: absolute;
	z-index: 2;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	top: calc(50% - 1rem);
	background: rgba(0,0,0,0.2) url(/images/icon-right-arrow.svg) no-repeat 55% center;
	background-size: 0.7rem;
	display: block;
	border:1px solid rgba(0,0,0,0.05);
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter:blur(2px);
	-webkit-backdrop-filter:blur(0.5px);
}
.house-box .photo-box .slide-button.prev{
	right: auto;
	left: 1rem;
	transform: rotate(-180deg);
}
.sunmudo section .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sunmudo section .content.type2{
	flex-direction: row-reverse;
}
.sunmudo section .content .txt-box{
	width: 40%;
}
.sunmudo section .content .img-box{
	width: 50%;
}
.sunmudo section .content .txt-box h1{
	font-size: 2rem;
    font-weight: 600;
}
.sunmudo section .content .txt-box p{
	font-size: 1.05rem;
	margin: 1rem 0;
	color: #666666;
}
.sunmudo section.instructor .list-box{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
}
.sunmudo section.instructor h1.title-1{
	margin:0 auto 0 0;
}
.sunmudo section.instructor .content{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.sunmudo section.instructor .content strong{
	font-weight: 600;
	font-size: 1rem;
	color:#333333;
}
.sunmudo section.instructor .content li{
	font-size: 0.85rem;
	padding:2px 0;
}
.sunmudo section.instructor .content li:before{
	content: '-';
	margin-right: 5px;
}
.sunmudo section.instructor .content .img-box{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.sunmudo section.instructor .content .box{
	display: flex;
	width: 50%;
}
.sunmudo section.instructor .content .txt-box{
	width: calc(100% - 120px);
}
.sunmudo section.instructor .content p{
	margin-top: 0;
}
.sunmudo section.instructor{
	background: #f7faf6;
}
.sunmudo section.apply-box{
	background: url(/images/sunmudo_apply_bg.jpg) no-repeat center;
	background-size: cover;
	padding:160px 0;
}
.sunmudo section.apply-box .content{
	justify-content: flex-start;
	color:#ffffff;
}
.sunmudo section.apply-box .txt-box{
	margin-right: auto;
	width: 30%;
}
.sunmudo section.apply-box .txt-box p{
	color:#ffffff;
}
.sunmudo section.apply-box .box{
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}
.sunmudo section.apply-box .box h1{
	font-size: 1.5rem;
	font-weight: 500;
	width: 100%;
	margin-bottom: 2rem;	
}
.sunmudo section a.btn.green{
	display: block;
	background: #6eb43f;
	font-weight: 500;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	border-radius: 4px;
	color:#ffffff;
}
.sunmudo section.audit{
	padding: 160px 0;
}
.sunmudo section.audit h1{
	width: 100%;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
.sunmudo section.audit p{
	width: 60%;
	text-align: center;
	margin:1rem auto 3rem;
	color:#666666;
}
.sunmudo section.audit h2{
	color:#6eb43f;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.1rem;
}
.sunmudo section.audit .box{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color:#999999;
}
.sunmudo section.audit .box .item{
	padding: 3rem;
	/* background: #f7f7f7; */
	border:1px solid #6eb43f;
	text-align: center;
	font-weight: 500;
	border-radius: 15px;
	font-size: 1.1rem;
	color:#6eb43f;
	height: 130px;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.how-online{
	padding-bottom: 0;
}
.how-online .content img{
	display: block;
	margin: auto;
}
.how-online .popup-open{
	font-size: 1.2rem;
	margin: auto;
	color:#e47f1d;
	border-radius: 30px;
	display: flex;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	border:1px solid #d6d1d1;
	align-items: center;
	justify-content: center;
	width: 33%;
	height: 3.4rem;
	font-weight: 600;
}
.how-online .popup-open::after{
	content: '';
	width: 10px;
	height: 10px;
	border:2px solid #e47f1d;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 10px;
}
.how-online .popup{
	display: none;
}
.how-online .popup.on{
	display: flex;
}
.how-online .popup .container{
	overflow-y: scroll;
    position: relative;
    height: 90%;
	width: 80%;
	max-width: 900px;
    display: flex;
    flex-direction: column;
    margin: auto;
	background: #ffffff;
}
.how-online .content h1{
	font-size: 2rem;
	text-align: center;
	margin: auto;
	font-weight: 600;
	padding: 4rem 0 2rem;
}
.how-online .popup .container img{
	max-width: 100%;
}

@media (max-width:1024px) {
    .program section.detail .pictogram{
        padding:40px 0;
    }
}

/*  모바일 링컨학교  */
@media (max-width:640px) {
    .lincoln.safe section.p-title,
	.program section.p-title,
	.program.org section.p-title{
		/* border-top: 1px solid #dfdfdf; */
		padding: 2rem 2rem 2rem;
		overflow: visible;
	}

.photo-slide .txt-box{margin-top: 1.2rem;}
.photo-slide video {}

 .lincoln .photo .swiper-wrapper {height:100%; width:100%;}
 .lincoln .photo .swiper-container .img { height:140px !important; width:200px; display: flex;  object-fit:cover; }

.program .photo ul .swiper-slide {height:100%; width:100%; }
.program .photo ul li .img{ width:200px; height:130px; display: flex;  object-fit:cover;  }

	.program section.p-title{
		margin-top: 3rem;
			}
	.program section.p-title h1{
		font-size: 1.27rem;
	}
	/*  링컨학교안심하고보내세요  */
	.program section.p-title.fixed .cont-box > h1{
		position: fixed;
	    z-index: 11;
	    top: 0;
	    font-size: 1.22rem;
			font-weight:400;
	    width: 100%;
	    left: 0rem;
		color: #56a024;
		border-bottom: 2px solid #6eb43f;
	    height: 52px;
	    display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	    white-space: nowrap;
		line-height: 55px;
		text-align: center;
		background: rgba(255,255,255,0.8);
	   	justify-content: space-between;
	    webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);

		/*    position: fixed;
	    z-index: 11;
	    top: 0;
	    font-size: 1.22rem;
		font-weight:400;
	    width: 100%;
	    left: 0rem;
		color: #56a024;
		border-bottom: 2px solid #6eb43f;
	    height: 50px;
	    display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	    white-space: nowrap;
		line-height: 55px;
		text-align: center;
		background: rgba(255,255,255,0.8);
	   	justify-content: space-between;
	    webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);   */

	}
	.bg-fix-on .program section.p-title.fixed .cont-box > h1{
		z-index: 10;
	}
	.program section.p-title p{
		font-size: 0.9rem;
		margin-top: 0.5rem;
		max-width: 100%;
	}
	.program section.photo-slide{
		height: 280px;
	}
	.program section.sub-menu{
		position:sticky;
	}
	.program section.sub-menu li{
		font-size: 0.9rem;
		padding:1.2rem 0 calc(1.2rem - 4px);
		font-weight: 500;
	}
	.program section.detail{
		padding:40px 20px;
	}

	/*  이미지위에 올려져있는 테이블 */
	.program.org section.detail.with-img{
		padding: 16px;
	}
	.program section.search-area{
		border:0;
		display: none;
	}
	.program section.detail .txt-box{
		font-size: 1rem;
		padding: 0rem;
		background: #ffffff;		
		opacity:0.9;
		
	}
/* ㄱ자테이블뒤에이미지부분  */

	.program.org section.detail.with-img .txt-box{
		margin-top: 10rem;
		padding: 2rem;
		margin-right:0rem;
		border-top: 3px solid #75c341;
	}
	.program section.detail .txt-box.type2{
		padding-right: 0;
	}
	.program section.detail.about .txt-box{
		width: 100%;
		padding: 0;
	}
	.program section.price h1.title{
		font-size: 1.2rem;
	}
	.schedule-box,
	.program section.price .table-box{
		width: 100%;
	}
	.schedule-box{
		margin-bottom: 1.5rem;
	}
	.schedule .desc{
		margin-top: 0;
	}
	.program .price button.reservation{
		display: block;
		margin: 0;
	}
	.program .price .warning{
		text-align: left;
	}

	.schedule-box h1{
		font-size: 1.2rem;
		padding-top: 0.5rem;
	}
	.schedule-box li {
	    padding: 0.5rem 0;
	    font-size: 0.9rem;
	}

	.program section.schedule .cont-box > div:first-of-type{
		margin-bottom: 3rem;
	}
	.program section.price h1.title span{
		padding:0.5rem;
		font-size: 0.8rem;
	}

	.program section.pictogram{
		display: block;
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}

	.program section.pictogram ul{
		flex-direction: column;
		justify-content: center;
	}
	.program section.pictogram .img-box{
		width: 80px;
		height: 80px;
	}
	.program section.pictogram li{
		display: flex;
	}
	.program section.detail.about .pictogram .txt-box{
		width: auto;
		text-align: left;

	}
	.program section.pictogram li .plus{
		justify-content: center;
		font-size: 2rem;
		width: 38%;
	}
	.program section.pictogram .txt-box h1{
		margin-top: 0;
	}
    section .content{
        width: 100%;
    }
    .program-view .tab-menu li a{
        padding: 0.6rem 0;
		font-size: 0.9rem;
    }
    table.type1 td,
    table.type2 td{
        padding:1rem;
		font-size: 0.9rem;
    }
    table.type1 td:first-of-type,
    table.type2 td:first-of-type{
        width: 30%;
		padding-right: 1rem;
    }
    table.type1 td:nth-of-type(2){
        width: 30%;
        padding: 1rem 0;
    }
    .program-view article h1{
        font-size: 1.2rem;
		margin-bottom: 1rem;
		text-align: left;
    }
	.program-view article .txt-box h1{
		margin-bottom: 0.5rem;
	}
	.program-view article .effect-info h1{
		font-size: 1.2rem;
	}
    .program .program-view article.about .img-box,
    .program .program-view article.about .txt-box{
        width: 100%;
        margin: 0;
    }
    .program .program-view article.about .img-box{
        margin-bottom: 1.5rem;
    }
	.program-view article .effect-info li{
		/* width: 50%; */
		padding: 0  1rem;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.program .program-view article .effect-info li .img-box{
		width: 120px;
		height: 120px;
	}
    .program .program-view article.teacher .txt-box h1{
        text-align: left;
    }
    .program .program-view article.teacher .img-box{
        width: 5rem;
        height: 5rem;
        margin-right: 1rem;
    }
    .program .program-view article.teacher .txt-box{
        width: 70%;
    }
    .program .reservation.p-list li{
        flex-wrap: wrap;
		padding:1.5rem 1.5rem;
		margin-bottom: 5px;
		/* border: 1px solid rgba(0,0,0,0.05); */
    }
    .program .reservation .title{
        width: 40%;
        font-size: 1.4rem;
    }
    .program .reservation .price{
        width: 60%;
		text-align: right;
    }
    .program .reservation .desc{
        display: block;
        width: 100%;
        text-align: right;
        margin: 0.5rem 0 0 auto;
    }
    .program .reservation .dc-label{
        display: inline-block;
    }

    .program .reservation button.reserv{
        width: 100%;
        font-size: 1rem;
        margin-top: 1rem;
        position: relative;
		right: auto;
		margin:1rem 0 0 0;
		padding:0.5rem 0;
    }

    .program .reservation .date{
        width: 100%;
        margin-top: 0.3rem;
        text-align: right;
    }
    .program section.dc h1.title span{
        margin:auto 0;
    }
    .program section.dc h1.title button{
        margin-left: auto;
        padding:0.5rem 0.8rem;
        font-size: 0.9rem;
    }
    .program section.detail.price{
        padding: 20px;
    }
    .program-view article.p-schedule > h2{
        width: 100%;
		font-weight: 600;
    }
    .program-view article h2{
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .program .program-view article.p-schedule{
        display: block;
    }
    .p-schedule .plane{
        width: 100%;
		border: 1px solid #dfdfdf;
	    border-top: 0;
	    border-bottom: 0;
    }
    .p-schedule .plane h1{
        width: 20%;
        font-size: 0.9rem;
        text-align: center;
    }
    .p-schedule .plane ul li .txt-box{
        width: 80%;
		margin-top: 0;
		padding: 0;
    }
    .p-schedule .plane ul.cont li{
        display: block;
    }
    .p-schedule .desc{
        text-align: left;
        font-size: 0.72rem;
    }
    .program .photo ul li{
        width: 100%;
        margin-bottom: 2rem;
    }
    .program .photo ul li:last-of-type{
        margin-bottom: 0;
    }
    .program .photo ul li .txt-box h1{
        text-align: left;
		font-size: 1rem;
    }
    .review.program.faq .title p{
        width: 65%;
    }

	.program-view .photo ul{
		/* flex-wrap: wrap; */
	}

	/*  링컨모바일헤더    */
	.sub-header2{
		position: relative;
	    width: 100%;	 
	    display: flex;
		border-bottom: 0px solid #e8e8e8; 
	    justify-content: space-between;
	    webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);
	    z-index: 0;
		margin-top:-55px;
		padding-bottom:10px;
	  background: rgba(255,255,255,0.4);
	}

	/*  프로그램페이지 상단부분   */
		.sub-header{
		position: relative;
	    width: 100%;
	    background: rgba(255,255,255,0.8);
		border-bottom: 3px solid #fff; 
	    display: flex;
	    justify-content: space-between;
	    -webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	    z-index: 0;
		margin-top:0px;			
	}
	
	/*   프로그램_메뉴삼선버튼부분 마진주는것   */
		.sub-header1{
		position: relative;	   
		background: rgba(235,235,235,0);
	    display: flex;
	    z-index: 16;
		margin-top:-56px;	}

	.program.meditation header,{display: flex;}
	.stay-detail .logo, 
	.program.jngb header{
		display: none;
			}
	.util-box .badge-box, {}
	.program.sub-main header{
		display: block;
	}
	.util-box{
		justify-content: center;
		/*margin-bottom: 1rem;*/
		position: relative;
		z-index: 11;
		top: -0.6rem;
		right: -0.4rem;
			}
	.bg-fix-on .util-box{
		z-index: 0;
	}
	.util-box button{
		width: 2rem;
		height: 2rem;
		border:0;
		margin:0 0.5rem;
	}
	.util-box button img{
		width: 1.25rem;
		height: 1.25rem;
	}
	.util-box button.share{
		right:6rem;
	}

	section.page-title{
		position: relative;
		padding:1.5rem 0 0.5rem 20px;
	}

	section.page-title h1{
		font-size: 1.5rem;
	}

	section.page-title .menu{
		white-space: nowrap;
		overflow-x: auto;
		margin-top: 1rem;
		position: relative;
	}
	section.page-title .menu li{
		font-size: 1rem;
		margin-right: 1.2rem;
		font-weight: 500;
	}
	section.page-title .menu li:last-of-type{
		padding-right: 1.2rem;
	}

	section.page-title .menu li.on{
		border-bottom-width: 3px;
		padding-bottom: 0.1rem;
	}

	section.list-container{
		padding:0 20px;
		margin-bottom: 0;
	}
	section.list-container .item-list{
		display: flex;
		justify-content: space-between;
	}
	.sub-main.org section .item-list{
		display: flex;
		flex-direction: column;
	}
	.sub-main.org section .item-list li{
		width: 100%;
		margin-bottom: 1rem;
	}
	section .item-list .item,
	section .item-list .item.type2{
		width: 100%;
		margin:0 0 3rem;
	}
	section.list-container .item-list .item{
		width: calc(50% - 0.5px);
		margin:0 0 2rem;
	}
	.sub-main.org section .item-list li:last-of-type,
	.org section .item-list .item{
		margin-bottom: 0;
	}
	section .item-list .item .img-box,
	.sub-main .item-list .item .img-box{
		height: 160px;
	}
	section .item-list .item h1{
		width: 95%;
		font-size: 1rem;
		margin:0.8rem 0 0.5rem;
		line-height: 1.2rem;
	}
	section .item-list .item .date{
		font-size: 0.8rem;
	}
	section .item-list .item .btn-box{
		margin-top: 1rem;
	}
	section .item-list .item a.reserv{
		font-size: 0.7rem;
	    padding: 0.5rem 1.5rem 0.4rem 0.5rem;
	    background-size: 0.5rem;
	    box-sizing: border-box;
	    height: 32px;
	}
	/* section .item-list .item a.reserv.on{
		background-size: 0.7rem;
	} */
	section .item-list .item .badge-box .badge{
		font-size: 0.7rem;
		padding:0.5rem;
	}
	section.page-title button.r-calendar{
		right: 20px;
		bottom:3.5rem;
		width: auto;
		border:0;
		padding: 0.5rem 0.6rem;
		font-size: 0.8rem;
		height: auto;
		border:1px solid #dfdfdf;
		margin-bottom: 0;
		border-radius: 0.4rem;
	}
	section.page-title button.r-calendar img{
		width: 0.8rem;
	}
	.sub-main section .item-list.type2 .item{
		width: 100%;
		margin-bottom: 2rem;
	}
	.sub-main .fs2{
		font-size: 1.5rem !important;
	}
	table.type3 td{
		font-size: 0.8rem;
		border-right: 1px solid #dfdfdf;
		padding: 0.8rem 0.3rem;
		vertical-align: middle;
	}
	table.type3 tr td:last-of-type {
		border-right: 0;
	}
	.org .warning{
		flex-wrap: wrap;
	}
	a.download-pdf{
		width: 100%;
		align-items: center;
		padding: 0.6rem 1rem 0.6rem 1.5rem;;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	a.download-pdf .icon-box{
		width: 2rem;
		height: 2rem;
		margin-left: auto;
	}
	.org .contact-right-box a.link{
		font-size: 0.9rem;
	}
	.program.event section.detail{
		padding:40px 0;
	}
	.program.event .option-list{
		border:0;
		border-top: 1px solid #dfdfdf;
		padding-bottom: 0rem;
	}
	.program.event .option-list ul{
		flex-wrap: wrap;
	}
	.program.event .option-list li{
		padding: 1.5rem 0;
	    width: 100%;
	    margin: 0 1.5rem;
	    border-bottom: 1px solid #efefef;
	}
	.program.event .option-list li label{
		width: 80%;
	}

	.program.event .option-list button.green{
		width: 90%;
		margin: 2rem auto;
	}

	.program.event article.info{
		padding: 0 20px;
	}

	.p-schedule .plane ul.cont li .time{
	    width: 50%;
	}

	.slick-arrow{
		width: 2.5rem;
		height: 2.5rem;
		background-color: rgba(0,0,0,0.3);
		border:0;
	}
	.slick-prev{
		left: 1rem;
	}
	.slick-next{
		right: 1rem;
	}
	.program section.promotion{
		padding:20px 10px;
	}
	.share-pop .container h1{
		font-size: 1.2rem;
	}
	.share-pop .sns-box a{
		transform: scale(0.9);
	}
	.share-pop .sns-box span{
		font-size: 0.8rem;
	}
	.alram-pop .container{
		max-height: 100%;
		width: 100%;
		height: 100%;
		border-radius: 0;
		padding:2rem;
	}
	.alram-pop .container h1{
		font-size: 1.5rem;
	}
	.alram-pop .container .desc{
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	.alram-pop .container .box-group{
		padding:0.5rem 1rem;
		margin-bottom: 0.5rem;
	}
	.alram-pop .container .box{
		padding:0.5rem 0;
	}
	.alram-pop .container .box > label{
		font-size: 0.8rem;
		margin-bottom: 0.2rem;
	}
	.alram-pop .container .box-group .desc{
		width: calc(100% + 2rem);
    	margin-left: -1rem;
		padding: 1rem 1rem 0;
	}
	.alram-pop .container .box.phone .cont input{
		padding: 0.2rem;
	}
	.sub-main header{
		border: 0;
	}
	.sub-main section.photo-slide .cont-box,
	.sub-main.lincoln section.photo-slide .cont-box{
		height: 380px;
	}
	.program.sub-main section.photo-slide{
		height: auto;
	}
	.sub-main .slide .txt-box h1{
		font-size: 2rem;
		line-height: 2.2rem;
	}
	.sub-main .slide .txt-box h2{
		font-size: 1rem;
		letter-spacing: 0;
		margin-top: 0.5rem;
		color:#ffffff;
		font-weight: 600;
	}
	.sub-main .slide .txt-box h3{
		font-size: 1rem;
		margin-top: 1.5rem;
		font-weight: 600;
		color: white;
	}
	.sub-main .slide .txt-box h4{
		font-size: 0.8rem;
		margin-top: 1rem;
		padding: 0 2rem;
	}
	.lincoln .detail.about h1.title-1{
		text-align: center;
		font-size: 1.5rem;
	}
	.lincoln .detail.about h2.cnt{
		font-size: 0.9rem;
		padding: 0 1rem;
	}
	.lincoln .detail.about h2.cnt strong{
		font-size: 1rem;
	}
	.lincoln .about-box label h1{
		font-size: 1rem;
		width: 100%;
		margin-left: 1rem;
	}
	.lincoln .about-box label h2{
		font-size: 0.8rem;
	}
	.lincoln .about-box label{
		padding-right: 2rem;
	}
	.lincoln .about-box .hover-item{
		flex-wrap: wrap;
	    justify-content: flex-end;
	    flex-direction: column;
		align-items: flex-start;
	}
	.lincoln .about-box [type="radio"]:checked ~ .hover-item{
		padding: 1.5rem;
		height: 200px;
	}
	.lincoln .about-box .hover-item h1{
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.lincoln .about-box .hover-item h2{
		font-size: 0.9rem;
		display: none;
	}
	.lincoln .about-box .hover-item p{
		font-size: 0.85rem;
		z-index: 2;
		line-height: 1rem;
		max-width: 100%
	}
	.lincoln .about-box .hover-item .number{
		font-size: 2rem;
		left: auto;
		top: 1rem;
		transform: none;
		color:rgba(255,255,255,0.85);
		z-index: 2;
		font-family: inherit;
	}
	.lincoln .about-box .hover-item .title-box{
		z-index: 2;
	}
	.lincoln .about-box .hover-item .obj-img{
		z-index: 0;
	    width: 100%;
	    text-align: center;
	    height: 100%;
		mix-blend-mode: overlay;
	}
	.lincoln .about-box .hover-item .obj-img:after{
		content: '';
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 80%;
		left:0;
		bottom: 0;
		background: rgb(0,0,0);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 90%);
	}
	.lincoln .about-box .hover-item .obj-img img{
		height: 100%;
		object-fit: cover;
	}
	.lincoln .curriculum{
		padding: 0 20px;
		border-bottom: 1px solid #dddddd;
	}
	section .item-list .item .desc{
		font-size: 0.75rem;
		line-height: 0.9rem;
	}
	.lincoln .item-list .item .desc{
		display: none;
	}
	.program section.detail .txt-box .desc{
		font-size: 0.8rem;
	}
	.sub-main.lincoln .etc-menu ul{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sub-main.lincoln .etc-menu ul li{
		width: 100%;
		height: auto;
		padding: 1rem 1.2rem;
		border:1px solid #dfdfdf;
		margin-bottom: -1px;
	}
	.sub-main.lincoln .etc-menu ul li h1{
		font-size: 1rem;
		line-height: 1.1rem;
	}
	.lincoln section{
		padding:40px 20px;
	}
	.sub-main.lincoln .etc-menu ul li p{
		font-size: 0.8rem;
		margin-top: 0.5rem;
	}
	.sub-main.lincoln .etc-menu ul li.jngb .img-box {
	    width: 80px;
	    height: 95px;
		bottom: 0.5rem;
	}
	.sub-main.lincoln .etc-menu ul li.jngb p{
		font-size: 0.8rem;
	}
	.sub-main.lincoln .etc-menu{
		margin-top: 2rem;
	}
	.lincoln.safe .detail{
		padding: 20px 10px;
	}
	.lincoln.safe .photo-slide{
		display: none;
	}
	.lincoln section.detail.about{
		padding:40px 0 40px;
	}

	.lincoln.safe .detail .content,
	.lincoln.safe .detail .content.type2{
		flex-direction: column-reverse;
	}
	.lincoln.safe .detail .txt-box,
	.lincoln.safe .detail .type2 .txt-box{
		width: 100%;
		padding: 1rem;
	}
	.lincoln.safe .detail .txt-box h1{
		font-size: 1.2rem;
	}
	/*  숫자영역 -3.25하면 이미지와 겹침, <nav class="sub-header">에 서브헤더 빼면 숫자랑 텍스트 따로놈   */
	.lincoln.safe .detail .txt-box .number{
		font-size: 2.85rem;
		margin-top: -1.2rem;  
		/*   -3.25    */
		
	}
	.lincoln.safe .detail .img-box:after{
		display: none;
	}
	.lincoln.safe .detail .txt-box p{
		font-size: 0.9rem;
	}
	.lincoln.safe .detail .img-box{
		max-width: 380px;
		max-height: 380px;
		width: 100vw;
		height: 100vw;
	}
	.lincoln.safe section.p-title{
		padding-bottom: 1rem;
	}
	.lincoln.safe .detail .btn-box a{
		margin-top: 2rem;
		font-size: 0.9rem;
		background-size:0.65rem;
	}
	.jngb section.detail{
		padding:20px;
	}
	.jngb .content h1.sub-title{
		font-size: 1rem;
		margin-bottom: 40px;
	}
	.jngb .item-list{
		display: block;
	}
	.jngb .content .item-list li{
		margin-bottom: 4rem;
		width: 100%;
	}
	.jngb .content .item-list li h1{
		font-size: 1.2rem;
		margin-top: 1rem;
		margin-bottom: 0.6rem;
	}
	.jngb .content .item-list .img-box{
		min-width: auto;
		width: calc(100vw - 60px);
		height: calc(100vw - 60px);
	}
	.jngb .content .item-list li p{
		max-width: 90%;
	}
	.jngb .content .item-list li p span{
		margin-top: 0.3rem;
	}
	.jngb .detail.form h1{
		font-size: 1.1rem;
	}
	.jngb .detail.form .box li{
		font-size: 0.9rem;
		margin:0.5rem 0;
		padding-left: 1rem;
	}
	.jngb .detail.form .box li:before{
		left: 0;
	}
	.jngb .detail.form{
		padding:40px;
	}
	.jngb .detail.form .desc{
		font-size: 0.85rem;
		font-weight: 500;
	}
	.jngb button.green{
		margin-top: 2rem;
	}
	.strength-list li{
		align-items: flex-start;
	}
	.strength-list li strong{
		font-weight: 600;
		padding: 0.25rem 0.5rem;
		font-size: 0.6rem;
		margin-bottom: 0.25rem;
	}
	.strength-list li .img-box{
		width: 100px;
		height: 100px;
		margin-right: 1rem;
	}
	.strength-list li .txt-box{
		width:calc(100% - 116px);
	}
	.strength-list li h1{
		font-size: 0.95rem;
		line-height: 1.1rem;
	}
	.strength-list li p{
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.org section.contact .item-list{
		flex-direction: column;
	}
	section.contact .item-list .item .desc{
		line-height: 1.2rem;
	}
	section.contact .item-list.type2 .item{
		margin-bottom: 0;
		width: 100%;
	}
	.sub-main.org section.photo-slide{
		height: auto;
	}
	.sub-main.org section.detail{
		padding:40px 20px;
	}
	.sub-main.org section.strength{
		padding-top: 0;
	}
	.program section.detail.about .txt-box .sub-desc{
		font-size: 0.9rem;
		margin-top: 1.5rem;
	}
	section.with-img .content{
		flex-wrap: wrap;
		position: static;
	}
	section.with-img .content .img-box{
		position: absolute;
		left: 0;
		top: 0;
		margin-right: 0;
		width: 100%;
		z-index: -1;	}
	.program section.detail h1.title{
		font-size: 1.5rem;
		margin-bottom: 0;
		padding:0 0 0.5rem;
	}
	.program section.p-title.fixed .cont-box > h1{
		padding:0;
	}
	.program section.detail h2.sub-title{
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.program section.detail h2.title{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.program section.detail .table-box{
		font-size: 1rem;
		padding: 0;
		margin-top: 1rem;
	}
	.scroll-box{
		overflow-x: auto;
	}
	.scroll-box table{
		width: 500px;
	}
	.sub-main.org .item-list .item .img-box{
		height: 200px;
	}
	.sub-main.org section .item-list .item .txt-box{
		padding: 1.5rem;
	}
	.sub-main.org section .item-list .item h1{
		font-size: 1.1rem;
		line-height: normal;
	}
	section .item-list .item .type2 a.reserv.on{
		font-size: 0.75rem;
		padding:0.5rem 1.5rem 0.5rem 0.8rem;
		background-size: 0.6rem;
	}
	.sub-main button.more{
		right: 0;
		top: 5px;
	}
	.org section.contact{
		padding: 40px !important;
		border-bottom: 1px solid #dfdfdf !important;
	}
	.org .contact-box a{
		font-size: 1.8rem;
	}
	.org .contact-box .desc{
		line-height: normal;
	}
	.contact .contact-right-box{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}
	.sub-main.edu .edu-lisence .content{
		flex-direction: column;
	}
	.sub-main.edu .edu-lisence .img-box{
		margin:0 0 1rem 0;
		width: 120px;
		height: 120px;
	}
	.sub-main.edu .edu-lisence .txt-box{
		width: 100%;
		text-align: center;
		font-size: 0.9rem;
	}
	.sub-main section.photo-slide{
		height: auto;
	}
	.program.jngb section.photo-slide{
		height: 180px;
	}
	.program section.p-title .badge-box h1,
	.program section.p-title .badge-box h2{
		height: 32px;
		font-size: 0.85rem;
	}
	.program .reservation.p-list li h1{
		width: 100%;
		margin-left: 0;
		max-width: 100%;
		font-size: 1.2rem;
	}
	.program .reservation.p-list li .price-area{
		width: 100%;
		justify-content: flex-start;
	}
	.program .reservation.p-list li .price-area .badge{
		font-size: 0.75rem;
		margin-right: 0.5rem;
	}
	.program .reservation.p-list li .price-area .f-price{
		font-size: 1rem;
	}
	.program .reservation.p-list li .price-area .p-count{
		margin-left: auto;
	}
	.program section.detail.dc .content{
		padding: 1.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 [type="checkbox"]{
		height: 5rem;
	}
	.program .program-view article{
		padding:2rem 0;
		overflow: visible;
	}
	.program section.detail.price h1.title{
		font-size: 1.5rem;
	}
	.program section.detail.price .date{
		margin-bottom: 0;
	}
	.program section .etc-info.with-img .content{
		flex-wrap: wrap;
	}
	.program section .etc-info.with-img .img-box{
		position: relative;
		width: 8rem;
		margin:auto auto 1rem;
	}
	.program section .etc-info .txt-box{
		width: 100%;
	}
	.program section .etc-info.with-img h1 label,
	.program section .etc-info.with-img h2 label{
		font-size: 0.8rem;
		padding: 0.3rem 0.6rem;
	}
	.program section .etc-info.with-img h1,
	.program section .etc-info.with-img h2{
		font-size: 1rem;
	}
	.program section .etc-info.with-img ul{
		margin-bottom: 0;
	}
	.dc .coupon-area button{
		width: 200px;
		height: 6rem;
		font-size:1.3rem;
	}
	.program-view .tab-menu a{
		font-size: 0.9rem;
	}
	.program .review button.review-write{
		position: relative;
		padding: 0.5rem 0.8rem;
	}
	.program .review .title-box p{
		font-size: 0.8rem;
	}
	.program-view .tab-menu{
		height: 37px;
	}
	.program-view.fixed .tab-menu{
		top: 52px;
	}
	.lincoln.safe.rules .detail .img-box{
		width: 100vw;
		height: 100vw;
	}
	.lincoln.safe.rules .detail .type2 .txt-box{
		padding:1rem;
	}
	.program .photo ul li .img-box{
		height: 120px;
	}
	.effect-info{
		margin:2rem 0;
		padding:2rem 0;
	}
	.effect-info ul{
		overflow-x: auto;
	}
	.program-view article .effect-info li .txt-box{
		font-size: 0.9rem;
		font-weight: 500;
	}

	.event-list section .item-list .item{
		width: 100%;
		margin-bottom: 3rem;
	}
	.event-list section .item-list .item p{
		width: 95%;
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.event .p-title .date{
		font-size: 0.9rem;
	}
	.event section.detail .content{
		margin:0 auto;
	}
	.event section.detail.button-type{
		padding-top:0;
	}
	.event section .button-box{
		margin-bottom: 0;
		padding: 40px 0;
	}
	.event section .button-box a.link{
		max-width: 80%;
		padding: 0.8rem 0;
	}
	.event section.detail.list-type{
		padding:40px 20px 0;
		margin: auto;
	}
	.event section.list-type .item h1{
		margin: 0;
		padding: 1rem 1rem 0.5rem;
	}
	.event section.list-type .item .date{
		padding: 0 1rem 1rem;
	}
	.event .reply{
		padding:40px 20px;
	}
	.event .reply .content > h1{
		font-size: 1.2rem;
	}
	.event .reply .content .input-box textarea{
		height:3.5rem;
	}
	.event .reply .content > h2{
		margin:1.5rem 0 1rem;
	}
	.program.event section.detail{
		padding-bottom: 0;
	}
	.program.event section.p-title .badge-box h1{
		margin-right: 0;

	}
	.program .floating{
		top: 50px;
	}
	.program .floating .title{
		display: none;
	}
	.house-box .photo-box{
		width: 100%;
		height: 200px;
	}
	.stay-detail.program section.detail.price h1.title{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.program section.review ul li{
		display: flex;
	}
	.program .review .img-box{
		max-width: 80px;
		height: 70px;
	}
	.sub-main.lincoln section.photo-slide{
		height: 380px;
	}
	.sub-main.lincoln .slide #video{
		/* margin-top:-10px; */
	}
	.sub-main .slide .txt-box{
		/* top: 55%; */
	}
	.sub-main .review ul li{
		display: flex;
	}
	section h1.title-1{
		font-size: 1.4rem;
		text-align: center;
	}
	.sub-main.art .content,
	.sub-main.hug .content{
		padding:0 20px;
	}
	.sub-main.art section h1.title-1,
	.sub-main.hug section h1.title-1{
		margin-bottom: 2rem;
	}
	section .item-list .item.type2 .img-box{
		height: 160px;
	}
	section .item-list .item h1{
		font-size: 1.2rem;
		line-height: inherit;
	}
	section .item-list .item.type2 .desc{
		font-size: 0.85rem;
	    line-height: 1.2rem;
	    width: 100%;
	    margin-top: 0.5rem;
	}
	section .item-list .item.type2:last-of-type{
		margin-bottom: 0;
	}
	.sunmudo section{
		padding:60px 0 0;
	}
	.sunmudo section .content .txt-box{
		width: 100%;
		padding: 0 2rem;
	}
	.sunmudo section .content .img-box{
		width: 100%;
		margin:2rem 0 0;
	}
	.sunmudo section.instructor .content{
		flex-wrap: wrap;
	}
	.sunmudo section.instructor h1.title-1{
		width: 100%;
	}
	.sunmudo section.instructor .list-box{
		width: 100%;
		padding: 0 2rem;
	}
	.sunmudo section.instructor .content .box{
		width: 100%;
		margin:2rem 0;
	}
	.sunmudo section.instructor .content .txt-box{
		padding: 0;
	}
	.sunmudo section.instructor .content .img-box{
		margin-top: 0;
	}
	.sunmudo section.apply-box{
		padding: 80px 2rem;
	}
	.sunmudo section.apply-box .content .txt-box{
		padding: 0;
	}
	.sunmudo section.apply-box .box{
		width: 100%;
		flex-wrap: nowrap;
		border-top:1px solid rgba(255,255,255,0.5);
		align-items: flex-end;
		padding:2rem 0;
	}
	.sunmudo section.apply-box .box:last-of-type{
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.sunmudo section.apply-box .box h1{
		font-size: 1.25rem;
		margin:0;
	}
	.sunmudo section.apply-box .txt-box p{
		margin-bottom: 3rem;
		color:rgba(255,255,255,0.7)
	}
	.sunmudo section a.btn.green{
		height: 40px;
	}
	.sunmudo section.audit{
		padding: 60px 2rem;
	}
	.sunmudo section.audit p{
		width: 100%;
	}
	.sunmudo section.audit .box{
		flex-direction: column;
	}
	.sunmudo section.audit h2{
		margin-bottom: 1rem;
	}
	.sunmudo section.audit .box .item{
		width: 100%;
		margin: 1rem 0;
	}
	.sunmudo section .content .txt-box h1,
	.sunmudo section.audit h1{
		font-size: 1.25rem;
	}
	section.how-online{
		padding: 40px 0 20px;
	}
	.how-online .popup-open{
		width: 80%;
		font-size: 1.2rem;
		padding: 1rem 0;
	}

}
