﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&display=swap');

.pkg-pointArea {
	position:relative;
	padding:80px 0 80px;
	text-align:center;
}
.pkg-pointArea .point-tit {
	position:relative;
	font-size:36px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:140%;
}
.pkg-pointArea .point-tit .lg {
	font-size:45px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:140%;
}
.pkg-pointArea .point-ment {
	position:relative;
	font-size:22px;
	color:rgba(0,0,0,1);
	line-height:160%;
	padding:30px 0;
}

.pkg-pointArea .point-ment h1 {
	position:relative;
	font-size:30px;
	font-weight:500;
	color:#47a19d;
	line-height:125%;
}

.pkg-pointArea .point-ment .desc {
	position:relative;
	display:inline-block;
	text-align:left;
	padding:25px 0;
}
.pkg-pointArea .point-ment .desc > li span {
	display:table-cell;
}
.pkg-pointArea .point-ment .desc > li span + span {
	padding-left:5px;
}
.pkg-pointArea .point-reserv {
	position:relative;
	font-size:22px;
	color:rgba(0,0,0,1);
	line-height:160%;
	padding:30px 0 0;
}
a.btn-pkg {
	margin:5px 0;
	color: rgba(255,255,255,1);
	background:#71bdbb;
	display: inline-block; *display: inline; *zoom: 1; 
	width:auto;
	line-height: 50px; 
	text-align: center; 
	font-size: 22px; 
	letter-spacing: .0em; 
	font-weight:500;
	position: relative; 
	padding: 0 40px 0 40px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	   -moz-border-radius: 5px 5px 5px 5px; 
		    border-radius: 5px 5px 5px 5px;
}
a.btn-pkg:hover {
	background:#47a19d;
}


@media screen and (max-width: 1024px) {
	.pkg-pointArea .point-tit {
		font-size:30px;
	}
	.pkg-pointArea .point-tit .lg {
		font-size:36px;
	}
	.pkg-pointArea .point-ment {
		font-size:18px;
	}
	.pkg-pointArea .point-reserv {
		font-size:18px;
	}
	.pkg-pointArea {
		padding:60px 0 60px;
	}
}
@media screen and (max-width: 768px) {
	.pkg-pointArea .point-tit {
		font-size:26px;
	}
	.pkg-pointArea .point-tit .lg {
		font-size:30px;
	}
	.pkg-pointArea .point-ment h1 {
		font-size:26px;
	}
}
@media screen and (max-width: 480px) {
	.pkg-pointArea .point-tit {
		font-size:22px;
	}
	.pkg-pointArea .point-tit .lg {
		font-size:26px;
	}
	.pkg-pointArea .point-ment {
		font-size:17px;
	}
	.pkg-pointArea .point-reserv {
		font-size:17px;
	}
	.pkg-pointArea .point-ment h1 {
		font-size:26px;
	}

}

.pkg-process {
	position:relative;
	padding:80px 0 40px;
	text-align:center;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.pkg-process .item {
	position:relative;
	display:inline-block;
	width:18%;
	margin:2.5%;
}
.pkg-process .item .titBox {
	position: absolute;
	top:calc(50% - 5px); 
	left:50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
	z-index:10;
	color:rgba(255,255,255,1);
	font-size:30px;
	line-height:120%;
	font-weight:500;
	word-break: keep-all;
	white-space: nowrap;
}

.pkg-process .white .titBox {
	color:#47a19d;
}
.pkg-process .titBox .num {
	font-size:17px;
	font-weight:500;
	text-transform:uppercase;	
	margin-bottom:5px;
}
.pkg-process .item .frame {
	
	
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.pkg-process .item .frame:after {
	content:'';
	display:block;
    padding-bottom: 100%;
}
.pkg-process .item .frame .out {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:5px;
	/*box-shadow: 10px -10px 1px rgba(0,0,0,.1);*/
	border:1px solid #71bdbb;
}
.pkg-process .item .frame .in {
	position:relative;
	width:100%;
	height:100%;
	display:block;
	background:#71bdbb;
}
.pkg-process .white .frame .in {
	background:none;
}

@media screen and (max-width: 768px) {
	.pkg-process .titBox .num {
		font-size:15px;
	}
	.pkg-process .item .titBox {
		font-size:24px;
	}
}
@media screen and (max-width: 640px) {
	.pkg-process {
		padding:40px 0 0px;
	}
	.pkg-process .item .titBox {
		font-size:18px;
	}
	.pkg-process .titBox .num {
		font-size:12px;
	}
}
@media screen and (max-width: 480px) {
	.pkg-process {
		padding:60px 0 20px;
		max-width:400px;
	}
	.pkg-process .item {
		width:150px;
		margin:5%;
	}
}


#sdmArea {
	position:relative;
	height:calc(100%);
	min-height:660px;
}
.tMargin #sdmArea {
	height:calc(100% - 200px);
}
.sdmPage {
	position: relative;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
}
.sdm {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:90;
}
.sdm .canvas {
	height:100%;
}
.sdm .sdm-pkg {
	position:absolute;
	z-index:90;
	display:block;
	padding:30px;
	white-space:nowrap;
	text-align:center;
	top:auto;
	bottom:40px;
	right:0px;
	/*
	left:50%;
	-webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);*/
}
.sdm .sdm-pkg .tit {
	position:relative;
	margin-bottom:40px;
}
.sdm .sdm-pkg .tit strong {
	font-weight:500;
}
.sdm .sdm-pkg .tit h1 {
	font-size:60px;
	font-weight:300;
	color:#333;
	line-height:125%;
	letter-spacing:-1.5px;
	
}
.sdm .sdm-pkg .tit p {
	font-size:28px;
	color:#000;
	line-height:125%;
	margin-bottom:20px;
}
.sdm .sdm-pkg .item-group {
	position:relative;
	font-size:0;
}
.sdm .sdm-pkg .item-group > li {
	position:relative;
	display:inline-block;
	margin:0 10px;
	width:220px;
}
.sdm .sdm-pkg .item-group > li img {
	position:relative;
	width:100%;
}

@media screen and (max-width: 1280px) {
	.sdm .sdm-pkg {
		bottom:40px;
		right:80px;
	}

	.sdm .sdm-pkg .tit h1 {
		font-size:50px;
		
	}
	.sdm .sdm-pkg .tit p {
		font-size:22px;
		line-height:135%;
	}
	.sdm .sdm-pkg .item-group > li {
		width:180px;
	}
}

@media screen and (max-width: 1024px) {
	#sdmArea {
		min-height:600px;
	}
	.tMargin #sdmArea {
		height:calc(100% - 50px);
	}
	.sdm .sdm-pkg {
		text-align:right;
	}
	.sdm .sdm-pkg .tit {
		padding-right:60px;
	}
}

@media screen and (max-width: 768px) {
	#sdmArea {
		height:auto;
		min-height:auto;
		padding-bottom:100px;
	}
	.sdmPage {
		height:500px;
	}
	.sdm .sdm-pkg {
		text-align:center;
		right:auto;
		left:50%;
		bottom:0;
		padding:20px;
		-webkit-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	.sdm .sdm-pkg .tit {
		padding-right:0px;
	}
	
}
@media screen and (max-width: 640px) {
	#sdmArea {
		padding-bottom:90px;
	}
	.sdmPage {
		height:440px;
	}
	.sdm .sdm-pkg .tit {
		margin-bottom:20px;
	}
	.sdm .sdm-pkg .tit h1 {
		font-size:40px;
		
	}
	.sdm .sdm-pkg .tit p {
		font-size:20px;
	}
	.sdm .sdm-pkg .item-group > li {
		width:150px;
	}
}
@media screen and (max-width: 480px) {
	#sdmArea {
		padding-bottom:80px;
	}
	.sdm .sdm-pkg {
		width:100%;
	}
	.sdm .sdm-pkg .tit p {
		font-size:18px;
	}
	.sdm .sdm-pkg .tit h1 {
		font-size:34px;
		
	}
	.sdm .sdm-pkg .item-group > li {
		width:calc(33.3333% - 10px);
		margin:0 5px;
	}
}
@media screen and (max-width: 414px) {
	#sdmArea {
		padding-bottom:70px;
	}
	.sdm .sdm-pkg .tit h1 {
		font-size:28px;
	}
}
@media screen and (max-width: 320px) {
	
	#sdmArea {
		padding-bottom:60px;
	}
}


#trailerArea {
	margin-top:60px;
	position:relative;
}
.trailerPage {
	position: relative;
	height:660px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
}
.trailer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:90;
}
.trailer .canvas {
	height:100%;
}
.trailer .ment {
	position:absolute;
	z-index:90;
	display:block;
	padding:30px;
	white-space:nowrap;
	text-align:center;
	left:50%;
	top:auto;
	bottom:50px;
	-webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.trailer .ment .text {
	font-size:30px;
	font-weight:400;
	color:#000;
	margin-bottom:20px;
}
.trailer .ment .img {
	position:relative;
}
.trailer .ment .img img {
	position:relative;
}

@media screen and (max-width: 1280px) {
	.trailer .ment .img img {
		width:900px;
	}
}

@media screen and (max-width: 1024px) {
	.trailerPage {
		height:600px;
	}
	.trailer .ment .img img {
		width:660px;
	}
}

@media screen and (max-width: 768px) {
	.trailerPage {
		height:480px;
	}
	.trailer .ment {
		bottom:20px;
	}
	.trailer .ment .img img {
		width:500px;
	}
	.trailer .ment .text {
		font-size:24px;
	}
}
@media screen and (max-width: 640px) {
	.trailerPage {
		height:400px;
	}
	.trailer .ment .img img {
		width:440px;
	}
}
@media screen and (max-width: 480px) {
	.trailerPage {
		height:300px;
	}
	.trailer .ment .img img {
		width:300px;
	}
	.trailer .ment {
		bottom:0px;
	}
	.trailer .ment .text {
		font-size:20px;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 320px) {
	.trailer .ment .text {
		font-size:18px;
	}
	.trailer .ment .img img {
		width:260px;
	}
	
}

.pkg-bg-1 {
	background:#f8fcfb;
}
.pkg-bg-1 #subHead h1 .dot {background:#f8fcfb;}

/* package detail */
.pkg-detail {
	position:relative;
	padding:0px;
	margin:20px 0 80px;
	width:100%;
	display:table;
}

.pkg-detail .photo {
	position:relative;
	display:table-cell;
	width:55%;
	vertical-align:top;
	order:1;
}

.pkg-detail .photo-img {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.pkg-detail .photo-img img {
	position:relative;
	width:100%;height:auto;
}

.pkg-detail .detail {
	position:relative;
	display:table-cell;
	width:45%;
	vertical-align:middle;
	order:2;
}
.pkg-detail .vt {
	vertical-align:top;
	padding-top:20px;
}

.pkg-detail .inner {
	position:relative;
	padding:0px 80px 0 0px;
	vertical-align:top;
}
.pkg-detail .right .inner {
	padding:0px 0px 0 80px;
}

.point-section .pkg-detail .inner {
	padding:0 80px 0 80px;
}

.pkg-detail .pkg-name {
	position: relative;
	font-size: 60px;
	line-height:140%;
	font-weight: 500;
	padding-bottom: 30px;
	color: #444444;
	font-family:"Cormorant","Noto Sans KR",serif;
}

.pkg-detail .pkg-name-bar {
	position: relative;
	font-size: 90px;
	line-height:100%;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #444444;
	text-transform:uppercase;
	font-family:"Cormorant","Noto Sans KR",serif;
}
.pkg-detail .pkg-name-bar:before {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #444444;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pkg-detail .pkg-nameSub {
	position: relative;
	margin:0px 0 0px;
	font-size: 24px; 
	line-height:150%;
	color: #444444;
}

.pkg-detail .pkg-ment {
	position: relative;
	margin:0px 0 0px;
	font-size: 20px; 
	line-height:150%;
}
.pkg-detail .pkg-add {
	position: relative;
	margin:30px 0 0px;
}

.pkg-detail .pkg-add .tit {
	position: relative;
	display:inline-block;
	background: #444444;
	color:#fff;
	padding:0 10px;
	margin:0px 0 20px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}
.pkg-detail .pkg-add p {
	position: relative;
	font-size:17px;
	line-height:150%;
}


.pkg-detail .pkg-end {
	position: relative;
	margin:20px 0 0px;
	font-size: 14px; 
	font-weight:500;
	padding-top:20px;
}
.pkg-detail .pkg-end:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #999;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1280px) {
	.pkg-detail .vt {
		padding-top:0px;
	}

	.pkg-detail .pkg-name,.pkg-detail .pkg-name-bar {
		font-size: 80px;
	}
	.pkg-detail .pkg-nameSub {
		font-size: 22px; 
		margin-bottom:5px;
	}
	.pkg-detail .pkg-ment {
		font-size: 18px; 
	}
}

@media screen and (max-width: 1024px) {
	.pkg-detail .pkg-name,.pkg-detail .pkg-name-bar {
		font-size: 70px;
	}
	.pkg-detail .pkg-nameSub {
		font-size: 20px; 
	}
	.pkg-detail .pkg-add .tit {
		font-size:16px;
	}
	.pkg-detail .pkg-add p {
		font-size:15px;
	}

}
@media screen and (max-width: 768px) {
	.pkg-detail {
		display: flex;
		flex-flow: row wrap;
		margin:0px 0 20px !important;
		width:100%;
		padding:0;
	}
	.pkg-detail .photo {
		display:block;
		width:100%;
	}
	
	.pkg-detail .detail {
		display:block;
		width:100%;
		vertical-align:top;
		text-align:center;
	}
	.pkg-detail .inner {
		padding:40px 0px !important;
		/*text-align:center;*/
	}
	.pkg-section .pkg-detail .inner {
		padding:40px 0px;
	}
	.pkg-detail .pkg-nameSub {
		font-size: 22px; 
		margin-bottom:10px;
	}
	.pkg-detail .pkg-name,.pkg-detail .pkg-name-bar {
		font-size: 60px;
		padding-bottom:25px;
	}
	.pkg-detail .pkg-end:before,.pkg-detail .pkg-name-bar:before {
		left: calc(50% - 25px);
	}
	.pkg-detail .pkg-ment {
		font-size: 18px; 
		line-height:160%;
	}
	
	
}

@media screen and (max-width: 480px) {
	.pkg-detail .inner {
		padding:30px 0px !important;
	}
	.pkg-section .pkg-detail .inner {
		padding:30px 0px;
	}
	.pkg-detail .pkg-nameSub {
		font-size: 20px; 
	}
	.pkg-detail .pkg-name,.pkg-detail .pkg-name-bar {
		font-size: 50px;
	}
	.pkg-detail .pkg-ment {
		font-size: 16px; 
	}
	.pkg-detail .pkg-add p {
		line-height:160%;
	}
	#trailerArea {
		margin-top:40px;
	}
	.pkg-detail .sepBlock {display:block;}
	.pkg-detail .sepBlock .sep {display:none;}
}

.pkg-photo-swiper {
	max-height:520px;
}
.pkg-photo-swiper .slick-slide .img {
	height: 300px;
}
.pkg-photo-swiper .slick-slide {
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.pkg-photo-swiper {
		max-height: auto !important;
	}

	.pkg-photo-swiper .slick-slide .img {
		height: 260px !important;
		
	}
	.inside-photo-swiper .slick-slide .img img {
		width: auto !important;
		max-width:100% !important;
		height:100% !important;
		opacity:1;
	}
	
}
@media screen and (max-width: 480px) {
	.pkg-photo-swiper {
		/*margin: 0px 0 40px;*/
	}
	.pkg-photo-swiper .slick-slide .img {
		height: 200px !important;
		
	}
	.pkg-photo-swiper .slick-slide {
		padding: 0 20px;
	}
	.pkg-photo-swiper .logo {
		display:none;
	}

}

@media screen and (max-width: 375px) {
	.pkg-photo-swiper .slick-slide .img {
		height: 160px !important;
		
	}
}


