@charset "utf-8";

*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
  line-height: 1.5;
}
.mb-0{
	margin-bottom: 0 !important;
}

/* 금당도 */
.about-top{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.page-con{
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 3;
}
.at-tit{
	width: 100%;
	color: #0d0d0d;
}
.at-tit > h3{
	font-size: 35px;
	font-weight: 200;
	line-height: 1.3;
	margin-bottom: 30px;
}
.at-tit > h3 > b{
	font-weight: 700;
}
.at-tit > p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 30px;
}
.at-tit > p > b{
	font-weight: 700;
}
.at-tit > p.pl1{
	padding-left: 30px;
}
.at-tit > p.pl2{
	padding-left: 60px;
	margin-bottom: 0;
}
.at-bg{
	width: 110%;
	height: 110%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #f5f5f5;
	position: absolute;
	bottom: 0;
	right: 0;
	will-change: transform;
	z-index: 1;
	animation: atani 22s ease-in-out infinite alternate;
}

.as-bg{
	width: 100%;
	padding: 120px 0;
	background-color: #f9f9f9;
}
.as-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.as-tit{
	width: 43%;
}
.as-tit > h5{
	font-size: 12px;
	font-weight: 400;
	color: #5a7a6a;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 5px;
}
.as-tit > h3{
	font-size: 34px;
	color: #1a1a1a;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 40px;
	letter-spacing: 4px;
}
.as-tit > p{
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 20px;
}
.as-cont{
	width: 57%;
	padding: 15px 0 0 25px;
}
.as-img{
	width: 100%;
	display: flex;
	position: relative;
}
.as-img::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #5a7a6a;
	opacity: 0.3;
	position: absolute;
	top: -15px;
	left: -25px;
	z-index: 1;
}
.as-img img{
	display: block;
	border-radius: 20px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.asp-bg{
	width: 100%;
	padding: 120px 0;
	background-color: #EBE5D8;
}
.about-tit{
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}
.about-tit > h5{
	font-size: 14px;
	color: #d8d0c0;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 6px;
}
.about-tit > h3{
	font-size: 32px;
	color: #1a1a1a;
	font-weight: 400;
	padding-bottom: 30px;
	position: relative;
	letter-spacing: 5px;
}
.about-tit > h3::after{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #5a7a6a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.asp-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.asp-wrap.rv{
	flex-direction: row-reverse;
}
.asp-tit{
	width: 48%;
}
.asp-wrap.rv .asp-tit{
	text-align: right;
}
.asp-tit > span{
	display: block;
	font-size: 60px;
	color: #d8d0c0;
	font-weight: 300;
	margin-bottom: 1rem;
}
.asp-tit > h5{
	font-size: 12px;
	color: #5a7a6a;
	font-weight: 400;
	letter-spacing: 5px;
	margin-bottom: 1rem;
}
.asp-tit > h3{
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.asp-tit > p{
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 40px;
}
.asp-tit > ul{
	display: flex;
	gap: 10px;
}
.asp-wrap.rv .asp-tit > ul{
	justify-content: flex-end;
}
.asp-tit > ul > li{
	font-size: 12px;
	color: #4a4a4a;
	font-weight: 400;
	padding: 10px 18px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}
.asp-cont{
	width: 51%;
}
.asp-img{
	width: 100%;
	display: flex;
	border-radius: 20px;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
.asp-img img{
	width: 100%;
}

.ah-bg{
	width: 100%;
	padding: 120px 0;
	background-color: #F5F1E8;
}
.ah-con{
	width: 100%;
	position: relative;
}
.ah-con::before{
	content: "";
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, rgba(90, 122, 106, 0.00) 0%, #5A7A6A 33.33%, #5A7A6A 66.67%, rgba(90, 122, 106, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ah-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.ah-caption{
	width: 50%;
	position: relative;
}
.ah-caption::after{
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 3px solid #5A7A6A;
	background-color: #fff;
	position: absolute;
	top: 0;
	box-sizing: border-box;
}
.ah-area{
	width: 50%;
}
.ah-caption.lt{
	padding-right: 70px;
	text-align: right;
}
.ah-caption.rt{
	padding-left: 70px;
	text-align: left;
}
.ah-caption.lt::after{
	right: -8px;
}
.ah-caption.rt::after{
	left: -8px;
}
.ah-caption > h5{
	font-size: 12px;
	color: #5a7a6a;
	font-weight: 400;
	margin-bottom: 1rem;
	letter-spacing: 5px;
}
.ah-caption > h3{
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 500;
	letter-spacing: 4px;
	margin-bottom: 1rem;
}
.ah-caption > p{
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	line-height: 1.8;
}

.al-bg{
	width: 100%;
	padding: 120px 0;
	background: linear-gradient(180deg, #EBE5D8 0%, #F5F1E8 100%);
}
.al-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.al-caption{
	width: 45%;
}
.al-caption > h3{
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.al-caption > ul > li{
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #D8D0C0;
}
.al-icon{
	width: 45px;
	height: 45px;
	border-radius: 12px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
	margin-right: 20px;
}
.al-cont > h5{
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 500;
	margin-bottom: 8px;
}
.al-cont > p{
	font-size: 14px;
	font-weight: 300;
	color: #7a7a7a;
}
.al-map{
	width: 51%;
}
.map-area{
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.root_daum_roughmap{
	width: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
	display: none;
}
.root_daum_roughmap .cont{
	display: none;
}

/* 공통 */
.page-bt{
	width: 100%;
	padding: 100px 0;
	background: linear-gradient(104deg, #5A7A6A 0%, #4A6A7A 100%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.page-bt > h3{
	font-size: 35px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
.page-bt > h5{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.page-bt > p{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}
.page-bt > p > span{
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	margin-right: 10px;
}
.bt-btn{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}
.bt-btn > a{
	display: inline-block;
	padding: 20px 40px;
	font-size: 16px;
	color: #5A7A6A;
	font-weight: 500;
	border-radius: 30px;
	background-color: #fff;
	min-width: 200px;
	transition: .3s;
	position: relative;
}
.bt-btn > a::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #5A7A6A;
	position: absolute;
	top: 16px;
	right: 36px;
	transition: .3s;
	opacity: 0;
}
.bt-btn > a:hover{
	transform: translateY(-2px);
	background-color: #e9f7ee;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.08);
}
.bt-btn > a:hover::after{
	opacity: 1;
}
.page-bt > h2{
	display: inline-block;
	font-size: 240px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 4px;
	opacity: 0.03;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* 금당8경 유람선 투어 */
.tour-bg{
	width: 100%;
	padding: 232px 0 130px;
	background: linear-gradient(0deg, #F5F1E8 0%, #F5F1E8 100%), #FFF;
}
.tour-tit{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 150px;
}
.tour-tit > h2{
	font-size: 240px;
	color: #d8d0c0;
	font-weight: 400;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	letter-spacing: 10px;
}
.tour-tit > span{
	display: inline-block;
	font-size: 12px;
	color: #5A7A6A;
	font-weight: 400;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 5px;
}
.tour-tit > span::before, .tour-tit > span::after{
	content: "";
	width: 40px;
	height: 1px;
	background-color: #5A7A6A;
	position: absolute;
	top: 50%;
	transform: translateY(-50% );
}
.tour-tit > span::before{
	left: -55px;
}
.tour-tit > span::after{
	right: -50px;
}
.tour-tit > h3{
	font-size: 48px;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 7px;
	margin-bottom: 40px;
}
.tour-tit > h3 > span{
	color: #5A7A6A;
}
.tour-tit > p{
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 300;
	line-height: 2;
	margin-bottom: 50px;
}
.tn-wrap{
	display: flex;
	justify-content: center;
	gap: 50px;
}
.tn-cont{
	text-align: center;
}
.tn-cont > h5{
	font-size: 32px;
	color: #5A7A6A;
	font-weight: 400;
	margin-bottom: 10px;
}
.tn-cont > p{
	font-size: 13px;
	color: #7a7a7a;
	font-weight: 400;
}
.tour-wrap{
	width: 100%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.tour-box{
	display: block;
	width: calc((100% - 60px) / 4);
}
.tour-card{
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
	transition: .4s;
	overflow: hidden;
}
.tour-card:hover{
	transform: translateY(-6px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}
.tour-img{
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
}
.tour-img img{
	width: 100%;
	display: block;
	transition: .4s;
}
.tour-card:hover .tour-img img{
	transform: scale(1.08);
}
.tour-img > span{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding: 10px 12px 10px 16px;
	display: inline-block;
	border-radius: 30px;
	background-color: rgba(90, 122, 106, 0.95);
	backdrop-filter: blur(2.5px);
	position: absolute;
	top: 20px;
	left: 20px;
	letter-spacing: 4px;
}
.tour-img > h2{
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	letter-spacing: 4px;
}
.tour-caption{
	width: 100%;
	background-color: #fff;
	padding: 25px;
}
.tour-caption > h3{
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 500;
	margin-bottom: 1rem;
}
.tour-caption > p{
	font-size: 14px;
	color: #7a7a7a;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 20px;
}
.tour-caption > ul{
	display: flex;
	gap: 8px;
}
.tour-caption > ul > li{
	padding: 7px 12px;
	border-radius: 30px;
	background-color: #ebe5d8;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: 400;
}
.tc-bg{
	width: 100%;
	padding: 100px 0;
	background-color: #EBE5D8;
}
.tc-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tc-box{
	width: 49%;
}
.tc-tit{
	width: 100%;
	margin-bottom: 35px;
}
.tc-tit > h5{
	font-size: 12px;
	color: #5A7A6A;
	font-weight: 400;
	margin-bottom: 1rem;
	letter-spacing: 5px;
}
.tc-tit > h3{
	font-size: 32px;
	color: #1a1a1a;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 4px;
}
.tc-tit > ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tc-tit > ul > li{
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #4a4a4a;
	font-weight: 400;
}
.tc-tit > ul > li > p{
	font-size: 18px;
	color: #d8d0c0;
	font-weight: 400;
}
.tc-tit > ul > li > span{
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
}
.tc-tit > ul > li.cl1 > span{
	width: 14px;
	height: 14px;
	background-color: #b8a066;
}
.tc-tit > ul > li.cl2 > span{
	width: 10px;
	height: 10px;
	background-color: #5A7A6A;
}
.tci-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.tci-box{
	width: calc((100% - 18px) / 2);
	border-radius: 12px;
	background-color: #FFF;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04);
	padding: 20px;
	display: flex;
	align-items: center;
}
.tci-icon{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	border-radius: 12px;
	background-color: #F5F1E8;
}
.tci-caption > p{
	font-size: 12px;
	color: #7a7a7a;
	font-weight: 400;
	margin-bottom: 5px;
}
.tci-caption > h5{
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 500;
}
.tc-slide{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.tc-img{
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.10);
}
.tc-img img{
	width: 100%;
}
.tc-caption{
	width: 100%;
	padding: 34px 30px 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}
.tc-caption > h5{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
.tc-caption > p{
	font-size: 14px;
	font-weight: 400;
}
.swiper-pagination-bullet{
	background: #fff;
}
.swiper-pagination-bullet-active{
	background: #5A7A6A;
}

.trc-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.trc-box{
	width: calc((100% - 25px) / 2);
	padding: 30px;
	border-radius: 16px;
	background-color: #FFF;
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.05);
	display: flex;
}
.trc-box > span{
	display: flex;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #5A7A6A;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-right: 25px;
	flex: 0 0 auto;
}
.trc-caption{
	flex: 1 1 auto;
}
.trc-tit{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.trc-tit > h5{
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 500;
}
.trc-tit > span{
	display: inline-block;
	padding: 7px 14px;
	border-radius: 30px;
	background-color: #ebe5d8;
	font-size: 14px;
	color: #5A7A6A;
	font-weight: 500;
}
.trc-caption > p{
	font-size: 14px;
	color: #7a7a7a;
	font-weight: 300;
	line-height: 1.8;
}

.editor-area{
	width: 100%;
	padding-top: 130px;
}

/* 유람선투어 페이지 */
.detail-bg{
	width: 100%;
	padding-bottom: 130px;
	background-color: #EBE5D8;
}
.detail-tp{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #333;
}
.detail-caption{
	width: 100%;
	color: #fff;
	padding: 0 120px;
}
.detail-caption > h3{
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 10px;
}
.detail-caption > h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

/* 뒤로가기 버튼 */
.backbtn{
	display: inline-flex;
	padding: 15px 25px;
	border-radius: 30px;
	border: 1px solid #D8D0C0;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 50%;
	left: 50px;
	transform: translateY(0%);
	z-index: 99;
	transition: .5s;
	align-items: center;
	font-size: 14px;
	opacity: 0;
}
.backbtn > span{
	display: flex;
	margin-right: 5px;
}
.backbtn.scr{
	opacity: 1;
	transform: translateY(-50%);
}
.backbtn:hover{
	color: #5A7A6A;
}

/* media-query */

@media(min-width:1200px){
  .d-lg-block{
    display: block;
  }
  .d-lg-none{
    display: none;
  }

  .ani.up.delay{
		transition: 1.2s opacity 0.2s, 1.2s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1.2s opacity 0.5s, 1.2s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1.2s opacity 0.8s, 1.2s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1.2s opacity 1.0s, 1.2s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1.2s opacity 1.3s, 1.2s transform 1.3s;
	}

  
}

@media (max-width: 1600px) {
	.page-con{
		max-width: 1310px;
	}
	.detail-caption{
		padding: 0 15px;
        max-width: 1470px;
	}
}
@media (max-width: 1440px) {
	.backbtn{
		left: 20px;
	}
	.detail-caption{
		padding: 0 20px;
	}
	.tour-caption > ul{
		gap: 5px;
	}
	.tour-caption > ul > li{
		font-size: 11px;
	}
	.at-tit > h3{
		font-size: 32px;
	}
	.as-tit > h3{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-tit > h3{
		font-size: 30px;
		padding-bottom: 25px;
	}
	.asp-tit > span{
		font-size: 55px;
	}
	.asp-tit > h3{
		font-size: 26px;
	}
	.al-caption > h3{
		font-size: 26px;
	}
	.page-bt > h3{
		font-size: 32px;
		margin-bottom: 10px;
	}

	.tour-tit > span{
		margin-bottom: 20px;
	}
	.tour-tit > h3{
		font-size: 38px;
		margin-bottom: 30px;
	}
	.tn-cont > h5{
		font-size: 28px;
	}
	.tour-tit > h2{
		font-size: 200px;
	}
	.tour-wrap{
		gap: 1rem;
	}
	.tour-box{
		width: calc((100% - 3rem) / 4);
	}

	.detail-caption > h3{
		font-size: 34px;
	}

	.trc-wrap{
		gap: 15px;
	}
	.trc-box{
		width: calc((100% - 15px) / 2);
		padding: 25px;
		border-radius: 12px;
	}
	.trc-box > span{
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
	.trc-tit{
		margin-bottom: 8px;
	}
}

@media(max-width:1199px){
	.d-block{
		display: block;
	}
	.d-none{
		display: none;
	}
	
	.backbtn{
		left: 15px;
		padding: 10px 20px;
		font-size: 12px;
	}
	.detail-caption{
		padding: 0 15px;
	}
	.detail-caption > h3{
		font-size: 32px;
	}
	.about-top{
		height: auto;
		min-height: 100vh;
		padding: 173px 0 100px;
	}
	.as-bg, .asp-bg, .ah-bg, .al-bg{
		padding: 100px 0;
	}
	.at-tit > h3{
		font-size: 27px;
	}
	.at-tit > p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.at-tit > p.pl1{
		padding-left: 20px;
	}
	.at-tit > p.pl2{
		padding-left: 40px;
	}
	.as-tit > h3{
		font-size: 27px;
	}
	.as-tit > h5{
		margin-bottom: 1rem;
	}
	.as-tit > p{
		font-size: 14px;
		margin-bottom: 1rem;
	}
	.as-cont{
		width: 55%;
		padding: 10px 0 0 15px;
	}
	.as-img::before{
		top: -10px;
		left: -15px;
	}
	.about-tit > h5{
		margin-bottom: 10px;
	}
	.about-tit > h3{
		font-size: 27px;
		padding-bottom: 20px;
	}
	.about-tit{
		margin-bottom: 50px;
	}
	.asp-tit > span{
		font-size: 50px;
	}
	.asp-tit > h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.asp-tit > p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.asp-tit > h5{
		margin-bottom: 10px;
	}
	.asp-tit > ul{
		gap: 5px;
	}
	.asp-tit > ul > li{
		padding: 8px 16px;
	}
	.al-caption > h3{
		font-size: 22px;
		margin-bottom: 1rem;
	}
	.al-icon{
		width: 40px;
		height: 40px;
		border-radius: 8px;
		margin-right: 1rem;
	}
	.al-cont > h5{
		font-size: 15px;
	}
	.al-cont > p{
		font-size: 13px;
	}
	.page-bt{
		padding: 70px 0;
	}
	.page-bt > h2{
		font-size: 200px;
	}
	.page-bt > h3{
		font-size: 27px;
		margin-bottom: 10px;
	}
	.page-bt > h5{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.bt-btn > a{
		padding: 15px 30px;
		font-size: 15px;
		min-width: 180px;
	}
	.bt-btn > a::after{
		top: 14px;
		right: 27px;
	}
	.bt-btn{
		gap: 1rem;
		margin-bottom: 30px;
	}

	.tour-tit > h3{
		font-size: 32px;
		margin-bottom: 24px;
	}
	.tour-tit > p{
		margin-bottom: 40px;
	}
	.tour-tit > h2{
		font-size: 170px;
	}
	.tour-box{
		width: calc((100% - 1rem) / 2);
	}
	.tc-wrap{
		flex-direction: column;
	}
	.tc-box{
		width: 100%;
	}
	.tc-tit > h5{
		margin-bottom: 10px;
	}
	.tc-tit > h3{
		font-size: 27px;
		margin-bottom: 20px;
	}
	.tc-tit{
		margin-bottom: 25px;
	}
	.tci-wrap{
		gap: 10px;
		margin-bottom: 30px;
	}
	.tci-box{
		width: calc((100% - 30px) / 4);
	}
	.tci-caption > h5{
		font-size: 16px;
	}
	.tci-icon{
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}

	.trc-tit > h5{
		font-size: 18px;
	}
	.trc-tit > span{
		font-size: 12px;
	}
	.trc-wrap{
		gap: 10px;
	}
	.trc-box{
		width: calc((100% - 10px) / 2);
	}
}
@media(max-width:768px){
	.as-bg, .asp-bg, .ah-bg, .al-bg{
		padding: 80px 0;
	}
  	.as-wrap{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.as-cont{
		width: 100%;
		padding: 5px 0 0 10px;
		margin-bottom: 30px;
	}
	.as-img::before{
		top: -5px;
		left: -10px;
	}
	.as-tit{
		width: 100%;
	}
	.asp-wrap{
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.asp-wrap.rv{
		flex-direction: column-reverse;
	}
	.asp-img{
		border-radius: 16px;
	}
	.asp-tit{
		width: 100%;
	}
	.asp-cont{
		width: 100%;
		margin-bottom: 20px;
	}
	.asp-tit > span{
		font-size: 40px;
		margin-bottom: 10px;
	}
	.asp-tit > h3{
		font-size: 20px;
		margin-bottom: 1rem;
	}
	.asp-tit > p{
		margin-bottom: 20px;
	}
	.ah-caption.lt{
		padding-right: 35px;
	}
	.ah-caption.rt{
		padding-left: 35px;
	}
	.ah-caption > h5{
		margin-bottom: 7px;
	}
	.ah-caption > h3{
		font-size: 18px;
	}
	.ah-caption > p{
		font-size: 13px;
	}
	.al-wrap{
		flex-direction: column-reverse;
	}
	.root_daum_roughmap .wrap_map{
		height: 300px !important;
	}
	.al-map{
		width: 100%;
		margin-bottom: 30px;
	}
	.map-area{
		border-radius: 16px;
	}
	.al-caption{
		width: 100%;
	}
	.al-caption > h3{
		margin-bottom: 5px;
	}
	.page-bt > h2{
		font-size: 150px;
	}

	.tour-tit > h3{
		font-size: 27px;
	}
	.tour-tit > h2{
		font-size: 130px;
	}
	.tn-wrap{
		gap: 30px;
	}
	.tn-cont > h5{
		font-size: 22px;
	}
	.tci-box{
		width: calc((100% - 10px) / 2);
	}
	.tc-tit > ul > li{
		font-size: 14px;
	}
	.tc-tit > ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 10px;
	}
	.tc-tit > ul > li > span{
		margin-right: 5px;
	}
	.tc-tit > h3{
		font-size: 24px;
	}
	.tc-tit > h5{
		margin-bottom: 5px;
	}
	.tour-bg{
		padding: 173px 0 80px;
	}
	.tour-tit{
		margin-bottom: 100px;
	}
	.tc-bg{
		padding: 80px 0;
	}

	.detail-caption > h3{
		font-size: 27px;
	}
	.detail-caption > h5{
		font-size: 14px;
		line-height: 1.6;
	}
	.backbtn{
		top: 85%;
	}

	.trc-box{
		flex-direction: column;
	}
	.trc-box > span{
		width: 40px;
		height: 40px;
		margin-right: 0;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.trc-caption > p{
		font-size: 13px;
		line-height: 1.6;
	}
}
@media(max-width:576px){
  	.page-bt > h2{
		font-size: 100px;
	}
	.at-tit > h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.at-tit > p{
		font-size: 12px;
		margin-bottom: 1rem;
	}
	.at-tit > p.pl1{
		padding-left: 10px;
	}
	.at-tit > p.pl2{
		padding-left: 20px;
	}
	.about-top{
		min-height: auto;
		padding: 103px 0 50px;
	}
	.as-tit > h3{
		font-size: 22px;
	}
	.about-tit > h5{
		margin-bottom: 7px;
	}
	.about-tit > h3{
		font-size: 22px;
		padding-bottom: 1rem;
	}
	.about-tit{
		margin-bottom: 30px;
	}
	.asp-tit > span{
		font-size: 34px;
	}
	.asp-img{
		border-radius: 12px;
	}
	.ah-caption::after{
		width: 12px;
		height: 12px;
		border: 2px solid #5A7A6A;
	}
	.ah-caption.lt::after{
		right: -6px;
	}
	.ah-caption.rt::after{
		left: -6px;
	}
	.ah-caption.lt{
		padding-right: 15px;
	}
	.ah-caption.rt{
		padding-left: 15px;
	}
	.ah-caption > h3{
		font-size: 16px;
		letter-spacing: 2px;
	}
	.ah-caption > p{
		font-size: 12px;
		line-height: 1.6;
	}
	.page-bt > h3{
		font-size: 22px;
		margin-bottom: 7px;
	}
	.page-bt > h5{
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	.bt-btn > a{
		padding: 14px;
		font-size: 14px;
		min-width: 150px;
	}
	.bt-btn{
		gap: 7px;
		margin-bottom: 20px;
	}
	.page-bt > p > span{
		font-size: 12px;
	}
	.tour-tit > h2{
		font-size: 70px;
	}
	.tour-tit > h3{
		font-size: 22px;
		letter-spacing: 3px;
	}
	.tour-tit > p{
		font-size: 14px;
		line-height: 1.8;
	}
	.tn-cont > h5{
		font-size: 20px;
		margin-bottom: 4px;
	}
	.tn-wrap{
		gap: 20px;
	}
	.tour-box{
		width: 100%;
	}
	.tour-card{
		border-radius: 12px;
	}
	.tc-tit > h3{
		font-size: 22px;
	}
	.tci-box{
		width: 100%;
	}
	.tc-img{
		border-radius: 12px;
	}
	.tc-slide{
		border-radius: 12px;
	}
	.tc-caption > h5{
		font-size: 18px;
		margin-bottom: 2px;
	}
	.tc-caption{
		padding: 34px 15px;
	}
	.detail-caption > h3{
		font-size: 22px;
	}
	.trc-box{
		width: 100%;
	}
}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1.2s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}

@keyframes atani{
	0%   { transform: translateX(0); }
  	100% { transform: translateX(5%); /* 왼쪽으로 20% 이동 */ }
}
