/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 80px;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{
	display: inline-block;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus{
	outline: none;
}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.flex-1{
	flex: 1;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{
	text-align: center;
}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{
	justify-content: center;
}
.flex-v-center{
	align-items: center;
}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.serif{
	font-family: 'Noto Serif TC', serif;
}
.full-width{
	width: 100%;
	max-width: none;
}
.fh{
	height: 100%;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.wow{
	visibility: hidden;
	animation-duration: 1.5s;
}
.img-cover{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-abs-cover{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}
.logo{
	position: absolute;
	display: block;
	top: 13px;
	left: 20px;
	width: 165px;
}
.menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 230px;
}
.menu_row{
	height: 100%;
}
.menu_item{
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_btn{
	display: block;
	height: 100%;
	font-size: 18px;
	color: #000;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.menu_btn:hover::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #C89B63;
}
.menu_btn:hover{
	color: #000;
}
.phone_div{
	position: absolute;
	top: 0;
	right: 420px;
}
.phone_row{
	height: 80px;
	align-items: center; 
}
.phone_title{
	font-size: 18px;
}
.phone_sp{
	font-size: 18px;
	color: #C89B63;
	padding: 0 15px;
	top: -1px;
}
.phone_text{
	font-size: 36px;
	color: #C89B63;
}
.reserve_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #E71419;
	padding-top: 25px;
	cursor: pointer;
}
.reserve_btn:hover{
	background-color: #D20B0F;
}
.mobile_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	padding-top: 14px;
	display: none;
	cursor: pointer;
}
.mobile_btn img{
	margin-left: auto;
	margin-right: auto;
}
.social_btn{
	position: absolute;
	top: 20px;
	right: 170px;
	width: 40px;
	height: 40px;
	border: 1px solid #C89B63;
	border-radius: 50%;
	background-color: #fff;
}
.social_btn:hover{
	background-color: #fdf6ed;
}
.social_btn img{
	width: 24px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.bottom_side{
	position: fixed;
	top: 15px;
	right: 220px;
	z-index: 9999;
}
.bs_item{
	padding-left: 12px;
	padding-right: 12px;
}
.bs_btn{
	font-size: 14px;
	color: #000;
	text-align: center;
}
.bs_icon{
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
.bs_btn:hover{
	color: #C89B63;
}
.bs_btn:hover .bs_icon img{
	top: -32px;
}
.bs_sp{
	width: 1px;
	background-color: #ddd;
	margin-left: 10px;
	margin-right: 10px;
}

/* kv */
.kv{
	height: 900px;
}
.kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_con{
	padding-top: 180px;
}
.kv_logo{
	width: 480px;
	left: -50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.kv_title{
	font-size: 38px;
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
}
.kv_hr{
	max-width: 385px;
	height: 1px;
	background-color: #fff;
	margin: 7px auto 3px;
}
.kv_text{
	font-size: 22px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 5px;
	padding-top: 5px;
}

/* main */
.sec_main{
	padding-top: 100px;
	padding-bottom: 100px;
}
.main_con{
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.sec_sub{
	display: inline-block;
	font-size: 20px;
	color: #005158;
	padding: 6px 19px;
	border: 1px solid #005158;
	border-radius: 0px 25px 25px 0px;
	margin-bottom: 15px;
}
.sec_sub.white{
	border-color: #fff;
}
.main_title{
	font-size: 52px;
	color: #005158;
	letter-spacing: 2px;
}
.sec1_space{
	height: 100px;
}
.sec1_box{
	font-size: 20px;
	letter-spacing: 2px;
	border-left: 3px solid #C89B63;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sec1_box p{
	margin-bottom: 12px;
}
.sec1_box .big{
	font-size: 24px;
}
.main_text{
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 2px;
}
.first_text{
	font-size: 24px;
}
.sec2_kv{
	max-width: 1740px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
}
.sec2_kv_img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec2_kv_con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.sec2_sub{
	position: absolute;
	top: 0;
	right: -50px;
	writing-mode: vertical-lr;
	font-size: 21px;
	color: #fff;
	letter-spacing: 6px;
}
.sec2_sub::after{
	position: absolute;
	content: "";
	bottom: -50px;
	left: 16px;
	width: 1px;
	height: 40px;
	background-color: #fff;
}
.sec2_title{
	writing-mode: vertical-lr;
	font-size: 36px;
	color: #fff;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
}
.ps{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 15px;
	color: #fff;
}
.sec3_box1{
	width: 38%;
}
.sec3_box2{
	width: 38%;
}
.sec3_box3{
	width: 24%;
}
.sec3_con{
	top: 50%;
	transform: translateY(-50%);
	padding: 0 80px;
}
.sec3_title{
	font-size: 36px;
	color: #005158;
	letter-spacing: 1px;
	line-height: 1.7em;
	margin-bottom: 40px;
}
.sec3_title span{
	border-bottom: 1px solid #C89B63;
}
.sec4_kv{
	height: 900px;
	padding-top: 150px;
}
.sec5_title2{
	font-size: 30px;
	color: #C89B63;
	text-align: center;
	margin-bottom: 10px;
}
.sec5_title{
	font-size: 46px;
	color: #005158;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 60px;
}
.sec5_box{
	padding: 5px 0 7px 40px;
	border-left: 3px solid #FFD7B5;
}
.sec5b_title{
	font-size: 24px;
	color: #BE9557;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.sec6{
	background-color: #005158;
}
.sec6_left{
	width: 40%;
}
.sec6_right{
	width: 60%;
	max-height: 800px;
}
.sec6_con{
	max-width: 500px;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.sec6_title{
	font-size: 48px;
	color: #FFD7B5;
	letter-spacing: 2px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 40px;
}
.sec6_title span{
	border-bottom: 1px solid #FFD7B5;
}
.sec6_text1{
	font-size: 36px;
	color: #E5A457;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.sec6_text2{
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}
.sec7_slick{
	margin-bottom: 60px;
}
.sec7_item{
	padding: 0 5px;
	display: none;
}
.sec7_item:first-child{
	display: block;
}
.sec7b_title{
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}
.sec7b_sp{
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 15px;
	color: #fff;
}
.sec7_title{
	font-size: 22px;
	color: #005158;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 10px;
}
.sec7_text{
	max-width: 720px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.sec8_kv{
	margin-bottom: 10px;
}
.sec8_kv img{
	max-width: none;
	width: 100%;
}
.sec8_kv_con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
}
.sec8_kv_title{
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}
.sec8_kv_sp{
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 15px;
	color: #fff;
}
.sec9{
	padding-top: 100px;
	padding-bottom: 250px;
	background-image: url(../img/sec9_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.sec9_box{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.sec9b_img{
	margin-bottom: 20px;
}
.sec9b_title{
	font-size: 32px;
	color: #005158;
	margin-bottom: 20px;
}
.sec9b_title span{
	border-bottom: 1px solid #C89B63;
}
.sec_life{
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #005158;
}
.life_title_con{
	margin-bottom: 100px;
}
.life_row{
	margin-bottom: 30px;
}
.life_timedis{
	margin-bottom: 60px;
}
.life_timedis_time{
	font-family: "Arial";
	font-size: 16px;
	color: #EC9541;
	margin-bottom: 5px;
}
.life_timedis_time span{
	font-size: 70px;
	line-height: 1em;
}
.life_timedis_title{
	font-size: 26px;
	color: #FFD7B5;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.life_timedis_text{
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
}
.life_timedis_sp{
	width: 1px;
	background-color: #78acb1;
	margin-left: 55px;
	margin-right: 55px;
}
.life_text{
	max-width: 560px;
	color: #fff;
}
.life_rimg{
	max-width: 600px;
	margin-left: auto;
	margin-right: 0;
}
.life_ps{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 19px;
	color: #fff;
	letter-spacing: 1px;
	padding: 4px 12px;
	background-color: #1A1716;
}
.life_brow{
	margin-left: -7px;
	margin-right: -7px;
}
.life_bitem{
	width: 33.33%;
	padding-left: 7px;
	padding-right: 7px;
}
.life_bimg{
	max-width: 420px;
	margin-bottom: 20px;
}
.life_map{
	margin-top: 80px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

/* space */
.sec_space{
	padding-top: 0;
	padding-bottom: 100px;
}
.space_frame{
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.space_swiper .swiper-wrapper{
	transition-timing-function: linear;
}
.space_item{
	width: 700px;
}
.space_img:nth-child(1){
	width: 55%;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
.space_img:nth-child(2){
	width: 45%;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
.space_img:nth-child(3){
	width: 100%;
	height: 300px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
.space_item.type2 .space_img:nth-child(1){
	width: 100%;
	height: 300px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.space_item.type2 .space_img:nth-child(2){
	width: 45%;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
.space_item.type2 .space_img:nth-child(3){
	width: 55%;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
}
.space_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.space_img img:hover{
	opacity: 0.8;
}
.photo_popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.popup_close{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.popup_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
}
.photo_frame{
	max-width: 1280px;
	top: calc(50% - 30px);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.photo_swiper img{
	max-height: calc(100vh - 100px);
	margin-left: auto;
	margin-right: auto;
}
.photo_thumbs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.photo_thumbs_item{
	width: 76px;
	padding-left: 3px;
	padding-right: 3px;
}
.photo_thumbs_item img{
	width: 100%;
	height: 46px;
	object-fit: cover;
	cursor: pointer;
}
.photo_thumbs_item.swiper-slide-thumb-active{
	opacity: 0.6;
}

/* contact */
.sec_contact{
	padding-top: 100px;
	padding-bottom: 100px;
}
.w640{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.contact_title{
	font-size: 40px;
	color: #005158;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.contact_title span{
	padding: 0 40px;
}
.contact_title span::before{
	position: absolute;
	content: "";
	top: 17px;
	left: 0;
	width: 2px;
	height: 30px;
	background-color: #C89B63;
}
.contact_title span::after{
	position: absolute;
	content: "";
	top: 17px;
	right: 0;
	width: 2px;
	height: 30px;
	background-color: #C89B63;
}
.contact_text{
	font-size: 18px;
}
.contact_phone_row{
	align-items: center;
	justify-content: flex-end;
}
.form_row{
	margin-bottom: 30px;
}
.form_title{
	font-size: 18px;
	color: #444;
	margin-bottom: 5px;
}
.form_btn_div{
	padding-top: 30px;
	text-align: center;
}
.form-contact{
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 18px;
	padding: 10px 15px;
	background-color: #EBEBEB;
	border: none;
	border-radius: 15px;
}
.form-contact:focus{
	outline: none;
}
.form-select-contact{
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 18px;
	color: #000;
	padding: 10px 15px;
	background-color: #EBEBEB;
	border: none;
	border-radius: 15px;
}
.form-select-contact:focus{
	outline: none;
}
.btn_sumbit{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #C89B63;
	padding: 13px 50px;
	border-radius: 30px;
}
.btn_sumbit:hover{
	color: #fff;
	background-color: #d4b083;
}
.contact_bottom{
	max-width: 900px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	
}
.contact_info{
	font-size: 20px;
	margin-bottom: 15px;
}
.contact_info_title{
	color: #005158;
}
.contact_map_btn{
	width: 11px;
	top: 1px;
	margin-left: 5px;
}
.video_frame{
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.gold{color: #C89B63;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}

@media (max-width: 1600px){
	.kv{
		height: 800px;
	}
	.main_title{
		font-size: 40px;
	}
	.sec2_kv{
		height: 800px;
	}
	.sec3_con{
		padding: 0 50px;
	}
	.sec4_kv{
		height: 800px;
	}
	.sec6_title{
		font-size: 32px;
	}
	.sec6_text1{
		font-size: 24px;
	}
	.sec6_text2{
		font-size: 20px;
	}
}
@media (max-width: 1400px){
	.life_timedis_sp{
		margin-left: 30px;
		margin-right: 30px;
	}
	.phone_text{
		font-size: 26px;
	}
	.menu_item{
		padding-left: 0;
		padding-right: 0;
	}
	.phone_div{
		right: 370px;
	}
	.reserve_btn{
		width: 120px;
	}
	.social_btn{
		right: 135px;
	}
	.bottom_side{
		right: 175px;
	}
	.sec3_con{
		padding: 0 20px;
	}
	.sec3_title{
		font-size: 26px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{
		display: block;
	}
	.hide-xl{
		display: none;
	}
	
	body{
		padding-top: 50px;
		padding-bottom: 65px;
	}
	header{
		height: 50px;
	}
	.header_height{
		height: 50px;
	}
	.logo{
		width: 90px;
		top: 10px;
		left: 15px;
	}
	.menu{
		height: calc(100vh - 115px);
		top: 50px;
		padding: 40px 0;
		background-color: #fff;
		border-top: 1px solid #f1f1f1;
		background-color: #fdf6ed;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 5px 0;
	}
	.menu_btn{
		height: auto;
		font-size: 20px;
		text-align: center;
		padding: 10px;
	}
	.menu_btn:hover{
		color: #C89B63;
	}
	.menu_btn:hover::after{
		display: none;
	}
	.phone_div{
		position: relative;
		right: 0;
		padding-top: 30px;
	}
	.phone_row{
		height: auto;
		justify-content: center;
	}
	.mobile_btn{
		display: block;
	}
	.reserve_btn{
		display: none;
	}
	.social_btn{
		width: 30px;
		height: 30px;
		top: 9px;
		right: 60px;
	}
	.social_btn img{
		width: 20px;
	}
	.bottom_side{
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 5px;
		background-color: #C89B63;
	}
	.bs_item{
		width: 25%;
		text-align: center;
	}
	.bs_btn{
		font-size: 14px;
		color: #fff;
	}
	.bs_icon{
		width: 26px;
		height: 26px;
	}
	.bs_btn:hover{
		color: #fff;
	}
	.bs_btn:hover .bs_icon img{
		top: 0;
	}
	
	.kv{
		height: 560px;
	}
	.kv_con{
		padding-top: 100px;
	}
	.kv_logo{
		width: 260px;
		left: -20px;
		margin-bottom: 30px;
	}
	.kv_title{
		font-size: 28px;
	}
	.main_title{
		font-size: 32px;
	}
	.sec2_kv{
		height: 560px;
	}
	.sec2_title{
		font-size: 28px;
	}
	.sec4_kv{
		height: 560px;
		padding-top: 80px;
	}
	.sec5_title{
		font-size: 32px;
	}
	.sec5_box{
		padding-left: 20px;
	}
	.sec7_item{
		padding-left: 0;
		padding-right: 0;
	}
	.sec9b_title{
		font-size: 23px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{
		display: block;
	}
	.hide-lg{
		display: none;
	}
	.main_text{
		letter-spacing: 1px;
	}
	.sec3_box1{
		width: 100%;
	}
	.sec3_box2{
		width: 100%;
	}
	.sec3_box3{
		width: 100%;
	}
	.sec3_con{
		padding: 30px 15px;
	}
	.sec3_box1_img{
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec3_box3_img{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec6_title{
		font-size: 24px;
	}
	.sec6_text1{
		font-size: 20px;
	}
	.sec6_text2{
		font-size: 18px;
	}
	.life_timedis{
		justify-content: center;
	}
	.life_text{
		max-width: none;
	}
	.life_ps{
		font-size: 18px;
		letter-spacing: 0;
	}
	.life_map_m{
		margin-top: 40px;
	}
	.life_rimg{
		margin-top: 40px;
		margin-right: auto;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{
		display: block;
	}
	.hide-md{
		display: none;
	}
	.t-left-md{
		text-align: left;
	}
	
	.kv_con{
		padding-top: 120px;
	}
	.kv_title{
		font-size: 22px;
	}
	.kv_sub_title{
		font-size: 14px;
	}
	.kv_text{
		font-size: 20px;
		letter-spacing: 2px;
	}
	.sec_main{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main_title{
		font-size: 24px;
		letter-spacing: 1px;
	}
	.main_text{
		font-size: 16px;
	}
	.first_text{
		font-size: 22px;
	}
	.sec1_space{
		height: 40px;
	}
	.sec1_box{
		font-size: 18px;
		padding-left: 15px;
		margin-bottom: 30px;
	}
	.sec1_box .big{
		font-size: 22px;
	}
	.ps{
		bottom: 10px;
		right: 10px;
		font-size: 13px;
	}
	.sec5_title2{
		font-size: 22px;
	}
	.sec5_title{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.sec5_box{
		margin-bottom: 20px;
	}
	.sec5b_title{
		font-size: 22px;
	}
	.sec6_left{
		width: 100%;
	}
	.sec6_right{
		width: 100%;
	}
	.sec6_con{
		padding: 30px 15px;
	}
	.sec6_text2{
		letter-spacing: 1px;
	}
	.sec7_slick{
		margin-bottom: 40px;
	}
	.sec7b_title{
		top: 5px;
		left: 7px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.sec7b_sp{
		top: 5px;
		right: 7px;
		font-size: 12px;
	}
	.sec7_title{
		font-size: 20px;
	}
	.sec7_text{
		font-size: 16px;
		text-align: left;
	}
	.sec8_kv_con{
		padding-top: 5px;
	}
	.sec8_kv_title{
		font-size: 16px;
		letter-spacing: 0;
	}
	.sec8_kv_sp{
		right: 7px;
		font-size: 12px;
	}
	.sec9{
		background: none;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.sec9_box{
		margin-bottom: 50px;
	}
	.sec_life{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.life_title_con{
		margin-bottom: 50px;
	}
	.life_row{
		margin-bottom: 20px;
	}
	.life_bitem{
		width: 100%;
	}
	.life_bimg{
		max-width: none;
	}
	.life_bimg img{
		width: 100%;
		max-width: none;
	}
	.life_map{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.sec_space{
		padding-bottom: 25px;
	}
	.sec_contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact_title{
		font-size: 32px;
	}
	.contact_title span::before{
		top: 13px;
		height: 26px;
	}
	.contact_title span::after{
		top: 13px;
		height: 26px;
	}
	.contact_text{
		text-align: center;
		margin-bottom: 15px;
	}
	.contact_phone_row{
		justify-content: center;
	}
	.contact_info{
		font-size: 15px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{
		display: block;
	}
	.hide-sm{
		display: none;
	}
	.life_timedis_time span{
		font-size: 46px;
	}
	.life_timedis_title{
		font-size: 20px;
	}
	.life_timedis_sp{
		margin-left: 12px;
		margin-right: 12px;
	}
	.life_timedis_text{
		letter-spacing: 0;
	}
}