/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secEvent */
.secEventMain{
	padding:75px 0 205px;
}
.boxPresent{ margin-top:60px;}
.secEvent .secTab{
	background:#F9F9F9;
	margin-top:50px;
}
.secEvent .secTab .tabInner{
	padding:28px 20px 30px; 
}
.secEvent .secTab .tabInner .tabList{
	float:right;
	font-size:0;
}
.secEvent .secTab .tabInner .tabBox{
	font-size:0;
}
.secEvent .secTab .tabInner .tabBox,
.secEvent .secTab .tabInner .txtTab,
.secEvent .secTab .tabInner .selectBox{
	display:inline-block;
	vertical-align:middle;
}
.secEvent .secTab .tabInner .txtTab{
	font-size:14px;
	line-height:1.2;
	margin-left:35px;
}
.secEvent .secTab .tabInner .selectBox select{
	height:44px;
	padding:10px;
	border:1px solid #C4C4C4;
	background:#fff;
	font-size:14px;
}
.secEvent .list{
	font-size: 0;
	margin-top: 48px;
}
.secEvent .list .box{
	display:inline-block;
	vertical-align:top;
	width: 31.25%;
    margin-right: 3.1%;
	position:relative;
	margin-bottom:60px;
}
.secEvent .list .box:nth-child(3n){
	margin-right: 0;
}
.secEvent .list .box a{
	display: block;
	color: #000;
	text-decoration: none;
	background: #F9F9F9;
	text-align:center;
}
.secEvent .list .box .boxImg{
	position: relative;
}
.secEvent .list .box .boxImg .img{
	width: 100%;
	height: 0;
	padding-top: 54.6%;
}
.secEvent .list .box.end .boxImg img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.secEvent .list .box .boxTxt{
	width: 350px;
	margin: 0 auto;
	padding: 23px 0px 35px 0;
	text-align: left;
}
.secEvent .list .box .boxTxt .txt{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secEvent .list .box .boxTxt .tit{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.5px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 58px;
	text-decoration:underline;
	margin-bottom:17px;
	height:58px;
}
.secEvent .secBtnMore{
	margin-top: 85px;
}
.secEvent .endBox{
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/common/iconEnd.png) 10px 15px no-repeat #84C6C9;
	background-size:15px auto;
	color:#fff;
	text-decoration:underline;
	font-size:13px;
	min-width:144px;
	padding:15px 0 0 20px;
	height:40px;
}
.secCmnLoad .btnLoad,
#listLoading{ margin:15px auto 0;}
@media only screen and (max-width:767px){
	.secEventMain{
		padding:30px 0 120px;
	}
	.boxPresent{ margin:30px 4.831% 0;}
	.secEvent .secTab{ margin-top:30px;}
	.secEvent .secTab .tabInner{
		padding:20px 4.831%; 
	}
	.secEvent .secTab .tabInner .tabList{
		float:none;
		text-align:center;
		padding-top:0px;
	}
	.secEvent .secTab .tabInner .tabBox:nth-child(2n){ margin-left:15px;}
	.secEvent .secTab .tabInner .txtTab{
		font-size:12px;
		margin-left:0px;
	}
	.secEvent .secTab .tabInner .selectBox select{
		height:50px;
		font-size:13px;
	}	
	.secEvent .list{ margin-top:30px;}
	.secEvent .list .box,
	.secEvent .list .box:nth-child(3n){
		width:49.52%;
		margin-right:0.96%;
		margin-bottom:15px;
	}
	.secEvent .list .box:nth-child(2n){ margin-right:0;}
	.secEvent .list .box .boxTxt{
		width:100%;
		padding:10px 4.831% 20px;
	}
	.secEvent .list .box.end .boxTxt{ padding:10px 4.831% 20px;}
	.secEvent .list .box .boxTxt .tit{
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.75px;
		margin-top: 10px;
		max-height: 62px;
		-webkit-line-clamp: 3;
		margin-bottom: 12px;
		height: 62px;
	}
	.secEvent .list .box .boxTxt .txt{
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 0.5px;
	}
	.secEvent .endBox {
		background: #84C6C9;
		font-size: 11px;
		padding: 5px;
		min-width: auto;
		height: auto;
	}
}
@media only screen and (max-width:323px){
	.secEvent .secTab .tabInner .tabBox:nth-child(2n){
		margin-left:10px;
	}
}
/* details */
.secDetails .boxMain{
	font-size:0;
	padding-top:14px;
	margin-bottom:20px;
}
.secDetails .titMain{
	font-size:22px;
	line-height:1.7;
	letter-spacing:2px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	text-align:center;
	padding:45px 0 40px;
}

/* secEnd */
.secEnd{
	position:relative;
	background:#FFFFF4;
	border:3px solid #8AC9CC;
	font-size:15px;
	line-height:1.9;
	margin:70px 0 100px;
}
.secEnd .icoEnd{
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:0 auto;
}
.secEnd .boxInner{
	padding:43px 50px;
}
.secEnd .boxInner .titEnd{
	font-size:22px;
	line-height:48px;
	color:#8AC9CC;
	text-align:center;
	padding-bottom:35px;
	letter-spacing:1px;
}
.secEnd .boxInner div{ padding:50px 0;}
.secEnd .boxInner div:last-child{ padding:50px 0 0;}
.secEnd .boxBtn {
    width: 400px;
    height: 84px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-align: center;
    padding: 32px 0;
    letter-spacing: 2px;
    margin-top: 22px;
    background: #8AC9CC;
    -webkit-box-shadow: 0 -4px 0 #72BEC1 inset;
    box-shadow: 0 -4px 0 #72BEC1 inset;
    margin: 30px auto 0;
}
	
/* secSlider */
.secDetails .secSlider{
	overflow:hidden;
	opacity:0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	width:1180px;
	margin:50px auto 0;
	position:relative;
}
.secDetails .swiper-slider li{
	z-index:1;
	text-align:center;
}
.secDetails .swiper-slider .boxSlider{
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.secDetails .swiper-slider li img{
    width: auto;
    max-height: 667px;
}
.secDetails .swiper-slider .bgSlider{
	position:absolute;
	background:rgba(255,255,255,0.5);
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.secDetails .swiper-slider .swiper-slide-active .bgSlider{
	position:static;
}
.secDetails #thumb{
	font-size:0;
	text-align:center;
	width:600px;
	margin:50px auto 40px;
}
.secDetails .thumb{
	width:100px;
	height:100px;
	margin:0 11px 12px 0;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.secDetails .thumb:nth-child(5n){
	margin-right:0;
}
.secDetails .thumb .bgThumb{
	display:none;
}
.secDetails .thumb.active{ position:relative;}
.secDetails .thumb.active .bgThumb{
	display:block;
	position:absolute;
	border:5px solid #007F94;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.swiper-button-next, 
.swiper-button-prev{
	background-color:transparent;
	border:none;
	cursor:pointer;
	outline:none;
	padding:0;
	appearance:none;
	font-size:0;
	width:12px!important;
	height:21px!important;
	top:37% !important;
	bottom:0;
	margin:auto 0;
}
.swiper-button-prev{
	left:0;
	background-image: url(../img/gallery/btnPrev.gif) !important;
	background-size:12px 21px!important;
}
.swiper-button-next{
	right:0;
	background-image: url(../img/gallery/btnNext.gif) !important;
	background-size:12px 21px!important;
}
.secDetails .swiper-slide-active .sliderTxt{
	font-size:15px;
	line-height:1.9;
}

/* detailsTable */
.detailsTable{
	width:1000px;
	margin:0 auto 40px; 
}
.detailsTable .tDetails{
	width:100%;
}
.detailsTable  th,
.detailsTable  td{
	font-size:15px;
	line-height:1.9;
	letter-spacing:1px;
	border:1px solid #E0E0E0;
	vertical-align:middle;
	padding:20px 20px 15px;
}
.detailsTable  th{
	background:#F9F9F9;
	width:120px;
}
.detailsTable  a{
	color:#333;
	text-decoration:underline;
}
.detailsTable .icoStyle.style01{
	padding: 2px 7px;
    line-height: normal;
    height: auto;
    min-width: auto;
    margin-left: 5px;
}
.detailsTable .tDetails .boxIco {
	margin-left:5px;
    min-width: auto;
    height: auto;
    padding: 2px 10px;
}
/* secReserveBtn */
.secReserveBtn{
	text-align:center;
	width:578px;
	margin:80px auto 0;
}
.secReserveBtn .boxTit{
	font-size:20px;
	line-height:32px;
	color:#8AC9CC;
	position:relative;
	letter-spacing:1px;
	margin-bottom:25px;
}
.secReserveBtn .boxTit:before,
.secReserveBtn .boxTit:after{
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color:#8AC9CC;
}
.secReserveBtn .boxTit:before {
	left:-18px;
	-moz-transform: rotate(-105deg);
	-webkit-transform: rotate(-105deg);
	-ms-transform: rotate(-105deg);
	transform: rotate(-105deg);
}
.secReserveBtn .boxTit:after {
	right: -18px;
	-moz-transform: rotate(-75deg);
	-webkit-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.secReserveBtn .boxBtn {
	width:400px;
	height:84px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-align: center;
    padding: 32px 0;
    letter-spacing: 2px;
    margin-top: 22px;
	background: #8AC9CC;
    -webkit-box-shadow: 0 -4px 0 #72BEC1 inset;
    box-shadow: 0 -4px 0 #72BEC1 inset;
	margin:0 auto;
}

.secDetails .mainDetails{
	margin-top:75px;
	font-size:15px;
	line-height:1.9 !important;
	letter-spacing:1px;
}

/* secMovie */
.secMovie{
	width:640px;
	margin:70px auto 0;
}
.secDetails .secMovie iframe{
	width:100%;
	height:360px;
	margin:0 auto;
}

/* secMap */
.secDetails .secMap{
	padding-top:97px;
}
.secDetails .secMap iframe{
	width:100%;
	height:450px;
}

/* boxPresent */
.boxPresent02{
	width:900px;
	margin: 80px auto;
	color:#FFFF00;
}
.boxPresent02 .boxPresentMain {
	background:#EA607A;
	border-radius: 500px;
	text-align:center;
	font-size:24px;
	letter-spacing:3px;
	padding:32px 0;
}
.boxPresent02 .titPresent {
	position:relative;
}
.boxPresent02 .boxPresentMain span{ 
	color:#fff;
	font-size:20px;
	padding-bottom:20px;
	display:block;
	letter-spacing:2px;
}
.boxPresent02 .titPresent::before {
	content:"";
	position:absolute;
    top: -50.2%;
    left: 15.2%;
	background:url(../img/estate/iconMail.png) top center no-repeat;
	background-size:91px auto;
	width:91px;
	height:74px;
}
.boxPresent02 .titPresent::after {
	content:"";
	position:absolute;
    top: -66px;
    right: 6%;
	background:url(../img/estate/iconWoman.png) top center no-repeat;
	background-size:126px auto;
	width:126px;
	height:162px;
}
.secForm .txtWelcome{
	text-align:center;
	padding:70px 0 27px;
}
@media only screen and (max-width:767px){
	.secDetails{
		padding:0 4.831% ;
	}
	.secDetails .boxMain{
		padding-top:30px;
	}
	.secDetails .titMain{
		font-size:16px;
		letter-spacing:0px;
		padding:30px 0;
	}
	/* secEnd */
	.secEnd{
		font-size:13px;
		margin:40px 0 40px;
	}
	.secEnd .icoEnd{
		top:-20px;
	}
	.secEnd .icoEnd img{
		width:40px;
		height:auto;
	}
	.secEnd .boxInner{
		padding:30px 4.831%;
	}
	.secEnd .boxInner .titEnd{
		font-size:16px;
		line-height:1.8;
		padding-bottom:20px;
		letter-spacing:0px;
	}
	.secEnd .boxInner div{ padding:30px 0;}
	.secEnd .boxInner div:last-child{ padding:30px 0 0;}
	.secEnd .boxBtn {
		font-size: 13px;
		letter-spacing: 1px;
		padding: 22px 0;
		height: auto;
		margin: 20px auto 0;
		width: 220px;
	}

	/* secSlider*/
	.secDetails .secSlider{
		width:100%; 
		margin-top:30px;
	}
	.secDetails #slider li{
		width:250px;
	}
	.secDetails .swiper-slide {
    	width: 100% !important;
	}
	.secDetails .swiper-slider .boxSlider{
		overflow:hidden;
		position:relative;
		height: 250px;
	}
	.secDetails .swiper-slider li img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		display:block;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.secDetails .swiper-button-next, 
	.secDetails .swiper-button-prev{ position: absolute !important;}
	.secDetails .swiper-button-prev,
	.secDetails .swiper-button-next{
		display:none;
	}
	.secDetails #thumb{
		width:100%;
		margin:20px auto;
	}
	.secDetails .thumb{
		width:18.4%;
		height:auto;
		padding-top:18%;
		margin:0 2% 2% 0;
	}
	.secDetails .thumb:nth-child(5n){
		margin-right:0;
	}

	/* detailsTable */
	.detailsTable{
		width:100%;
		margin:0 auto 30px; 
	}
	.detailsTable  th,
	.detailsTable  td{
		font-size:13px;
		letter-spacing:0px;
		padding:20px 5% 15px;
	}
	.detailsTable  th{
		width:30%;
	}

	/* secReserveBtn */
	.secReserveBtn{
		width:100%;
		margin:30px auto 0;
		padding:0 4.831%;
	}
	.secReserveBtn .boxTit{
		font-size:16px;
		line-height:1.8;
		margin-bottom:20px;
	}
	.secReserveBtn .boxBtn {
		font-size: 13px;
		letter-spacing: 1px;
		padding: 22px 0;
		height:auto;
		margin: 0 auto 0;
		width: 220px;
	}

	.secDetails .mainDetails {
		margin-top: 30px;
		font-size: 13px;
		letter-spacing: 0px;
	}

	/* secMovie */
	.secDetails .secMovie{
		width: 100%;
		margin: 30px auto 0;
	    padding-top: 51%;
    	position: relative;
	}
	.secDetails .secMovie iframe{
	    position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/* secMovie */
	.secDetails .secMap{
		width: 100%;
		margin: 30px auto 0;
	    padding-top: 51%;
    	position: relative;
	}
	.secDetails .secMap iframe{
	    position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.secForm .txtWelcome {
		text-align: center;
		padding: 30px 0 20px;
	}
	.boxPresent02{
		width:94%;
		position:relative;
		margin:30px auto 0;
	}
	.boxPresent02 .boxPresentMain {
		font-size: 17px;
		letter-spacing:1px;
		padding: 13px 4.831% 10px;
		line-height:1.8;
	}
	.boxPresent02 .boxPresentMain span{
		font-size: 14px;
		padding-bottom:0px;
		letter-spacing:1px;
		margin-bottom: -6px;
	}
	.boxPresent02 .titPresent{ position:static;}
	.boxPresent02 .titPresent::before {
		display:none;
	}
	.boxPresent02 .titPresent::after {
		display:none;
	}
	.detailsTable .tDetails .boxIco{ margin-left:2%;}
}



/* btnBack */
.btnBack02{
	display: block;
    width: 300px;
    height: 65px;
    color: #000;
    font-size: 15px;
    padding-top: 24px;
    margin: 50px auto 0;
    cursor: pointer;
    border: 1px solid #000;
	text-align:center;
	position:relative;
}
.btnBack02::before,
.btnBack02::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btnBack02::before{
    left: 33px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

