/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
:root{
	--serif: 'Noto Serif TC', serif;
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #f1f1f1;
}
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-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.flex-between{justify-content: space-between;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.row-m15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-m15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.sans{
	font-family: 'Noto Sans TC', sans-serif;
}
.slick-disabled{
	display: none !important;
}
.pointer{
	cursor: pointer;
}

/* header */
header{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 99999;
}
header.active{
	height: 190px;
}
.header{
	position: absolute;
	bottom: -110px;
	left: 0;
	width: 100%;
	height: 110px;
	transition: bottom 0.5s;
}
header.active .header{
	bottom: 0;
}
.noactive{
	display: none;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.95;
}
.menu{
	height: 100%;
	padding-left: 220px;
}
.menu_item{
	padding-left: 25px;
	padding-right: 25px;
}
.menu_btn_hover{
	height: 100%;
	
}
.menu_btn{
	display: block;
	font-size: 18px;
	color: #1A1613;
	letter-spacing: 3px;
	padding-top: 36px;
	padding-bottom: 15px;
}
.menu_btn span{
	font-family: "Romantic";
	font-size: 16px;
	color: #B8B8B8;
	letter-spacing: 1px;
}
.menu_btn::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #C4AD6F;
	transition: width 0.3s;
}
.menu_btn:hover::after{
	width: 60px;
}
.child_menu{
	position: fixed;
	width: 100%;
	height: 80px;
	bottom: 110px;
	left: 0;
	padding-top: 27px;
	padding-left: 215px;
	background-color: #C4AD6Fe6;
	display: none;
}
.chmp2{
	padding-left: 469px;
}
.chmp3{
	padding-left: 668px;
}
.child_menu_item{
	padding-left: 30px;
	padding-right: 30px;
}
.child_menu_btn{
	display: block;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 3px;
}
.child_menu_btn:hover{
	color: #1A1613;
}
.header_open_btn:hover{
	background-color: #ffffff;
}
.header_logo{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 150px;
}
.menu_right{
	position: absolute;
	bottom: 32px;
	right: 30px;
}
.header_intro_btn{
	position: absolute;
	display: block;
	bottom: 32px;
	right: 30px;
	width: 90px;
	font-family: "Romantic";
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 9px 0;
	background-color: rgba(0,0,0,0.15);
	cursor: pointer;
}
.header_intro_btn:hover{
	color: #1A1613;
	background-color: #ffffff;
}
.header_close_btn{
	position: absolute;
	bottom: 45px;
	right: 35px;
	width: 29px;
	cursor: pointer;
}
.header_open_btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 42px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
}
.header_open_btn_index{
	position: fixed;
	display: block;
	bottom: 32px;
	right: 30px;
	width: 90px;
	font-family: "Romantic";
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 9px 0;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
	z-index: 9999;
}
.header_open_btn_index:hover{
	color: #000;
	background-color: rgba(255,255,255,0.8);
}

/* index */
.main{
	height: 100vh;
	overflow: hidden;
}
#animation_container{
	position: absolute;
	top: 0;
	left: 0;
}
#dom_overlay_container{
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}
.full-img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.full-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.index_video{
	width: 100%;;
	height: 100%;
	object-fit: cover;
}
.main_con{
	max-width: 1700px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
video{
	display: block;
}

/* about */
.main_sec{
	height: 100%;
	overflow-y: auto;
}
.logo{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 200px;
	z-index: 10;
}
.about_pt{
	height: 100px;
}
.about_text_box{
	width: 40%;
	padding: 30px 60px 0 60px;
}
.about_tb_title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.about_tb_text{
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.about_btn_item{
	width: 20%;
}
.about_btn{
	display: block;
	padding-bottom: 100%;
	cursor: pointer;
}
.about_btn_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1A1613;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.about_btn_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_btn_text_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.about_box_title{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 5px;
}
.about_box_sub{
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.about_btn_hover{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.about_btn_hover_box{
	width: 160px;
	font-family: var(--serif);
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 12px 0;
	background-color: #1B1D21;
	margin-left: auto;
	margin-right: auto;
}
.about_btn_hover_box img{
	position: absolute;
	top: 19px;
	right: 10px;
}
.about_btn:hover .about_btn_mask{
	opacity: 0;
}
.about_btn:hover .about_btn_hover{
	opacity: 1;
}
.main_slick_item{
	height: 100vh;
	display: none;
}
.main_slick_item:first-child{
	display: block;
}
.main_slick_info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: var(--serif);
	font-size: 28px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 20px 0;
	background: linear-gradient(#00000000, #000000ff);
}
.pages_div{
	position: absolute;
	top: 35px;
	right: 50px;
	align-items: center;
	z-index: 10;
}
.pages_btn{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.pages_btn::before{
	position: absolute;
	content: "";
	top: 4px;
	left: -20px;
	width: 1px;
	height: 20px;
	background-color: #b8b8b8;
}
.pages_btn:first-child::before{
	display: none;
}
.pages_btn:hover{
	color: #AD9044;
}
.pages_btn.active{
	color: #AD9044;
}
.about_page_sp{
	width: 1px;
	height: 20px;
	background-color: #b8b8b8;
	margin-left: 20px;
	margin-right: 20px;
}

.page_btn_div{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #A89483;
	border-radius: 5px;
	overflow: hidden;
}
.page_btn{
	width: 126px;
	font-size: 16px;
	color: #000;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.8);
	border-left: 1px solid #A89483;
	cursor: pointer;
}
.page_btn:first-child{
	border-left: none;
}
.page_btn:hover{
	color: #A89483;
}
.page_btn.active{
	color: #A89483;
	background-color: #fff;
}
.ap_left1{
	width: 38%;
	height: 100vh;
	padding-left: 80px;
	padding-bottom: 30px;
	overflow-y: auto;
}
.ap_right1{
	flex: 1;
}
.ap_text_div{
	margin-top: 300px;
	padding-right: 80px;
}
.ap_title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.ap_title_sub{
	font-family: "Arial";
	font-size: 16px;
	margin-bottom: 40px;
}
.ap_text{
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.ap_item{
	width: 33.33%;
	height: 100vh;
}
.ap_abtn{
	display: block;
	height: 100%;
	padding: 200px 25px 0 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ap_abtn_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#06195880, #00000000);
}
.ap_abtn_title{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 15px;
}
.ap_abtn_title_en{
	font-family: "Arial";
	font-size: 32px;
	color: #fff;
	line-height: 1.2em;
}
.ap_abtn:hover .ap_abtn_mask{
	opacity: 0;
}
.headbar_line_blue{
	height: 1px;
	margin-top: 10px;
	background-color: #115379;
	opacity: 0.4;
}
.ap_left2{
	width: 30%;
	height: 100vh;
	padding-left: 80px;
	padding-bottom: 30px;
	overflow-y: auto;
}
.ap_right2{
	flex: 1;
	height: 100vh;
}
.ap_slick_item{
	height: 100vh;
	display: none;
}
.ap_slick_item:first-child{
	display: block;
}
.ap_opacity{
	opacity: 0;
	transition: opacity 0.5s;
}
.btn_back{
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
}
.btn_back:hover{
	opacity: 0.85;
}
.ap_img_info{
	position: absolute;
	bottom: 130px;
	right: 30px;
	color: #fff;
	text-align: right;
}
.ap_img_info_title{
	font-size: 24px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.ap_img_info_text{
	font-size: 20px;
	letter-spacing: 4px;
}
.about_btn_div{
	position: absolute;
	bottom: 110px;
	left: 0;
	width: 100%;
}
.about2_2_left{
	width: 600px;
}
.about2_2_right{
	flex: 1;
}
.about2_2_map{
	width: 373px;
	margin-left: auto;
	margin-right: auto;
}
.a2m_point_div{
	position: absolute;
	top: 0;
	left: 0;
}
.a2m_point{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ff0000;
	border-radius: 50%;
	cursor: pointer;
}
.a2m_point::before{
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: #ff0000;
	border-radius: 50%;
}
.a2m_point > div{
	position: absolute;
	top: -7px;
	left: -47px;
	width: 50px;
	font-family: var(--serif);
	font-size: 20px;
	font-weight: bold;
}
.a2m_point:hover{
	background-color: #ffffff7f;
}
.a2m_point:hover > div{
	color: #AD9044;
}
.about2_2_msc{
	height: calc(100vh - 310px);
	margin-top: 30px;
	overflow-y: auto;
}
.a2msc_item{
	margin-bottom: 50px;
	padding: 0 4px;
}
.a2msc_title{
	font-family: var(--serif);
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.a2msc_title > span{
	font-size: 14px;
	letter-spacing: 0;
	margin-left: 15px;
}
.a2msc_row{
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 20px;
}
.a2msc_btn{
	width: 240px;
	color: #000;
	background-color: #fff;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	cursor: pointer;
}
.a2msc_btn:hover{
	color: #fff;
	background-color: #9F8C5C;
}
.a2msc_btn_img{
	width: 120px;
	height: 80px;
}
.a2msc_btn_right{
	flex: 1;
	padding-left: 18px;
}
.a2msc_btn_text{
	font-family: var(--serif);
	font-size: 18px;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
}
.a2msc_item_hr{
	height: 1px;
	background-color: #ddd;
}
.a2msc_popup_con{
	height: 100%;
}
.a2msc_popup_item{
	height: 100%;
	display: none;
}
.a2msc_popup_item.active{
	display: block;
}
.a2msc_popup_item > img{
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.a2msc_popup_title{
	position: absolute;
	top: 50%;
	right: 120px;
	transform: translateY(-50%);
	font-family: var(--serif);
	font-size: 28px;
	color: #fff;
	letter-spacing: 4px;
}
.about2_3_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/about2_3/about2_3_map.jpg);
	background-repeat: no-repeat;
	background-position: top -80px right;
}
.about2_3_con{
	padding-top: 400px;
}
.ab_text{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.about2_3_text{
	max-width: 600px;
}
.ab3_title{
	font-size: 28px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 40px;
}
.ab3_intro{
	display: inline-block;
	font-size: 24px;
	color: #8A684C;
	letter-spacing: 4px;
	padding: 16px 40px;
	border: 1px solid #636363;
	border-radius: 35px;
	margin-bottom: 40px;
}
.ab3_text{
	font-family: var(--serif);
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 2em;
}
.about3_bg{
	background-image: url(../img/about3/about3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about3_pt{
	height: 150px;
}
.about3_btn_div{
	display: inline-block;
	border: 1px solid #A89483;
	border-radius: 35px;
	background-color: #ffffff80;
	padding: 0 20px;
	margin-bottom: 30px;
}
.about3_btn_item{
	padding: 19px 20px 0;
}
.about3_btn{
	font-family: var(--serif);
	font-size: 20px;
	color: #1A1613;
	font-weight: 600;
	letter-spacing: 2px;
}
.about3_btn:hover{
	color: #8A684C;
}
.about3_2a_pt{
	padding-top: 100px;
}
.about3_sub_title{
	font-size: 22px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.ab3_as3_box{
	max-width: 500px;
	background-color: rgba(255,255,255,0.25);
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	padding: 70px;
	margin-left: auto;
	margin-right: 0;
}
.ab3_as3_box_text{
	font-size: 16px;
	line-height: 1.8em;
}
.ab3_as3_box hr{
	border-color: #8A684C;
	opacity: 1;
	margin-top: 40px;
	margin-bottom: 40px;
}
.about3_2a_pt2{
	padding-top: 150px;
}
.about3_2a_pt3{
	padding-top: 250px;
}
.w960{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.ab3_as8_row{
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.ab3_as8_i1{
	width: 300px;
}
.about4_pt{
	padding-top: 50px;
}
.aw_top{
	max-width: 1430px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.aw_left{
	width: 300px;
}
.aw_right{
	flex: 1;
	padding-top: 40px;
	padding-left: 40px;
}
.warranty_img{
	width: 193px;
	margin-left: auto;
	margin-right: 0;
}
.aw_title{
	font-size: 28px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 10px;
}
.aw_text{
	font-family: var(--serif);
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.aw_mainflex{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.aw_main{
	flex: 1;
}
.aw_item{
	width: 33.33%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 50px 40px 0 40px;
}
.aw_item_title{
	font-family: var(--serif);
	font-size: 28px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 35px;
}
.aw_item_text{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
}
.as_left{
	padding-top: 200px;
}
.as_title{
	font-size: 28px;
	color: #115379;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 40px;
}
.as_process{
	display: inline-block;
	padding: 16px 30px;
	border: 1px solid #636363;
	border-radius: 35px;
	font-size: 24px;
	color: #115379;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 40px;
}
.as_text{
	color: #636363;
	letter-spacing: 3px;
	line-height: 2em;
}
.as_right{
	padding-top: 40px;
}
.service_img{
	margin-left: auto;
	margin-right: auto;
}
#about5_video_btn{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* design */
.design_bg{
	background-color: #c2c2c2;
}
.design_abox{
	display: block;
	width: 20%;
	height: 100%;
}
.design_abox_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.35;
	transition: opacity 0.3s;
}
.design_abox_info{
	position: absolute;
	top: 400px;
	left: 25px;
}
.design_abox_title{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.design_abox_name{
	font-family: var(--serif);
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 10px;
}
.design_abox:hover .design_abox_mask{
	opacity: 0;
}
.design_member{
	width: 800px;
	height: 100%;
}
.design_slick_con{
	flex: 1;
	padding: 60px 100px 0 100px;
}
.desc_ptitle{
	font-size: 18px;
	color: #8A684C;
	letter-spacing: 1px;
	margin-bottom: 90px;
}
.desc_name{
	font-family: var(--serif);
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 5px;
}
.desc_sub{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.desc_text{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 2em;
	margin-bottom: 50px;
}
.desc_stitle{
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.main_ul{
	padding-left: 25px;
}
.desc_ul{
	list-style-type: square;
	margin-bottom: 50px;
}
.desc_ul li{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
.desc_photo_div{
	padding: 25px 35px;
}
.desc_photo_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #ffffff00 0%, #ffffff 88%, #ffffff00 100%);
	opacity: 0.6;
	transition: opacity 0.5s;
}
.desc_photo_row{
	margin: 0 -7px;
}
.desc_photo_item{
	padding: 0 7px;
}
.desc_photo_btn{
	width: 160px;
	overflow: hidden;
	cursor: pointer;
}
.desc_magn{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	cursor: pointer;
}
.desc_photo_div:hover .desc_photo_bg{
	opacity: 1;
}
.desc_photo_div:hover .desc_magn{
	background-color: #fff;
}
.desc_photo_div:hover .desc_magn img{
	top: -52px;
}
.popup_photo_item{
	height: 100vh;
}
.popup_photo_item img{
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.popup_photo_info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	font-family: var(--serif);
	font-size: 28px;
	color: #fff;
	font-weight: 600px;
	letter-spacing: 8px;
	text-align: center;
	background: linear-gradient(#1A161300, #000000CC);
}
.popup_photo_info .small{
	font-size: 24px;
	letter-spacing: 2px;
}
.popup_photo_ps{
	position: absolute;
	bottom: 20px;
	left: 40px;
	font-size: 13px;
	color: #fff;
}
.page_abtn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}
.page_abtn.left{
	left: 12px;
}
.page_abtn.right{
	right: 12px;
}
.desc2_item1{
	width: 310px;
}
.design_page_btn_div{
	position: absolute;
	top: 30px;
	left: 20px;
}
.design_page_btn{
	width: 50px;
	height: 50px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	background-color: #33271E;
	margin: 0 5px;
}
.design_page_btn > div{
	top: 50%;
	transform: translateY(-50%);
}
.design_page_btn:hover{
	color: #000;
	background-color: #E3B775;
}
.design_page_btn.active{
	color: #000;
	background-color: #E3B775;
}
.design_con{
	padding-top: 150px;
}
.design_sub{
	font-size: 18px;
	color: #8A684C;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.design_title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4.5px;
	margin-bottom: 30px;
}
.design3_1_map_div{
	max-width: 1172px;
	margin-left: auto;
	margin-right: auto;
}
.design3_map{
	max-width: none;
	width: 100%;
}
.dmap_hover_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dmap_hover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s;
}
.dmap_hover.active{
	opacity: 1;
}
.dmap_point_div{
	position: absolute;
	top: 0;
	left: 0;
}
.dmap_point{
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	font-family: "Arial";
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background-color: #15C4B2;
	border: 2px solid #15C4B2;
	padding-top: 9px;
	cursor: pointer;
}
.dmap_point:hover{
	color: #15C4B2;
	background-color: #fff;
}
.dmap_point.type2{
	background-color: #FF6700;
	border-color: #FF6700;
}
.dmap_point.type2:hover{
	color: #FF6700;
	background-color: #fff;
}
.dmap_point.type_b{
	background-color: rgba(255, 103, 0, 0.5);
	border-color: transparent;
	padding-top: 0;
}
.dmap_point.type_b > div{
	width: 32px;
	height: 32px;
	background-color: #FF6700;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.dmap_point.type_b:hover{
	background-color: #fff;
	border-color: #FF6700;
}
.dmap_point.t2:hover{
	color: #fff;
	background-color: #15C4B2;
	cursor: auto;
}
.design3_con{
	position: absolute;
	top: 140px;
	left: 100px;
	width: 300px;
}
.design3_text{
	font-family: var(--serif);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.8em;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.design3_item{
	align-items: center;
	margin-bottom: 10px;
}
.de3i_left{
	width: 26px;
}
.de3i_num{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #15C4B2;
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}
.de3i_right{
	flex: 1;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 500;
}
.popup_con_fh{
	height: 100%;
}
.de3_popup_item{
	height: 100%;
	display: none;
}
.de3_popup_item.active{
	display: block;
}
.de3_popup_item > img{
	top: 50%;
	transform: translateY(-50%);
	max-height: 100%;
}
.de3_p6_con{
	width: 1100px;
	height: 752px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
	justify-content: space-between;
}
.de3_p6_item{
	width: 500px;
}
.de3_p6_text{
	font-family: var(--serif);
	font-size: 28px;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 10px;
}
.de3_btn{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	padding: 11px 27px;
	background-color: #ccc;
	cursor: pointer;
	margin-top: 15px;
}
.de3_btn:hover{
	color: #000;
	background-color: #fff;
}
.de4_p1con{
	position: absolute;
	top: 300px;
	left: 200px;
	width: 400px;
}
.de4_p1sub{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.de4_p1title{
	font-size: 36px;
	color: #CCB19A;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.de4_p1hr{
	width: 48px;
	height: 1px;
	background-color: #CCB19A;
	margin-bottom: 30px;
}
.de4_p1text{
	font-family: var(--serif);
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.de4_p2con{
	position: absolute;
	top: 300px;
	left: 320px;
	width: 400px;
}
.de4_p2bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 720px;
	height: 100%;
	background-color: #1A1613;
}
.de4_p2title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
	padding-left: 80px;
	margin-top: 30px;
}
.de4_p2img2{
	position: absolute;
	top: 480px;
	right: 0;
}
.de4_p2text{
	position: absolute;
	top: 430px;
	right: 80px;
	font-size: 18px;
	color: #FFDDA9;
	letter-spacing: 1px;
}
.de4_p3_bud{
	width: 958px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.de4_p3_bud img{
	position: absolute;
	bottom: 0;
	left: 0;
}
#de4_p3_bud2{
	opacity: 0;
	transition: opacity 0.3s;
}
#de4_p3_bud2.active{
	opacity: 1;
}
.de4_p3sub{
	font-size: 18px;
	color: #8A684C;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.de4_p3title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.de4_p3text{
	font-family: var(--serif);
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.de4_p3_btn_div{
	margin-top: 30px;
}
.de4_p3_btn{
	width: 90px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 11px 0;
	background-color: #999;
	cursor: pointer;
}
.de4_p3_btn:hover{
	color: #000;
	background-color: #fff;
}
.de4_p3_btn.active{
	color: #000;
	background-color: #fff;
}
.de4_p4_img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.de4_p4_img.active{
	opacity: 1;
}
.de4_p4_btn_div{
	position: absolute;
	top: 200px;
	right: 100px;
}
.de4_p5_con{
	position: absolute;
	top: 170px;
	right: 30px;
	width: 400px;
	background-color: rgba(42,42,42,0.8);
	padding: 20px 15px;
}
.de4_p5_sub{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.de4_p5_title{
	font-size: 28px;
	color: #CCB19A;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 40px;
}
.de4_p5_hr{
	height: 1px;
	background-color: #fff;
	margin-bottom: 20px;
	opacity: 0.5;
}
.de4_p5r_title{
	width: 150px;
	font-size: 16px;
	color: #fff;
}
.de4_p5r_main{
	flex: 1;
	font-family: "Arial";
	font-size: 20px;
	color: #fff;
}
.de4_p5r_unit{
	width: 50px;
	font-size: 15px;
	color: #fff;
}
.de4_p5r_ps{
	font-size: 13px;
	color: #fff;
}
.de4_p5r_text{
	font-size: 15px;
}
.de4_p5r_main .green{
	color: #15C4B2;
}
.de4_p5r_main .orange{
	color: #FF8E42;
}
.de4_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: -12%;
}
.de5_title_div{
	position: absolute;
	top: 200px;
	left: 160px;
}
.de5_sub{
	font-size: 18px;
	color: #8A684C;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.de5_title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
}
.de5_con{
	position: absolute;
	top: 180px;
	right: 150px;
}
.de5_btn_div{
	border: 1px solid #A89483;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 50px;
}
.de5_btn{
	width: 125px;
	font-family: var(--serif);
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 11px 0;
	background-color: #e3e4e3;
	border-left: 1px solid #A89483;
}
.de5_btn:first-child{
	border-left: none;
}
.de5_btn:hover{
	color: #A89483;
	background-color: #fff;
}
.de5_btn.active{
	color: #A89483;
	background-color: #fff;
}
.de5_pbtn{
	align-items: center;
	cursor: pointer;
	margin-bottom: 15px;
}
.de5_pbtn_left{
	width: 50px;
}
.de5_pbtn_num{
	width: 50px;
	height: 50px;
	font-family: "Arial";
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background-color: #15C4B2;
	border: 2px solid #15C4B2;
	padding-top: 9px;
}
.de5_pbtn_right{
	flex: 1;
	font-family: var(--serif);
	font-size: 24px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 20px;
}
.de5_pbtn:hover .de5_pbtn_num{
	color: #15C4B2;
	background-color: #fff;
}
.de5_pbtn:hover .de5_pbtn_num.t2{
	color: #fff;
	background-color: #15C4B2;
}
.design5_map_div{
	padding-left: 180px;
	padding-right: 420px;
}
.design5_map{
	
}
.de5_popup_item{
	height: 100vh;
	display: none;
}
.de5_popup_item.active{
	display: block;
}
.de5_popup_item > img{
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* vision */
.main_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vision_con{
	padding-top: 80px;
}
.main_title{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5em;
}
.sub_title{
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.vision1_map{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.v1map_bg{
	
}
.v1map_main{
	position: absolute;
	top: 416px;
	left: 258px;
}
.v1map_main img{
	transition: transform 0.3s;
}
.v1map_main:hover img{
	transform: scale(1.05);
}
.vision1_btn_div{
	margin-top: 80px;
}
.vision1_btn_item{
	padding: 0 25px;
}
.vision1_btn_item:first-child{
	padding-left: 0;
}
.vision1_btn{
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
.vision1_btn_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #558DCA;
	opacity: 0;
	transition: opacity 0.3s;
}
.vision1_btn_frame{
	position: absolute;
	top: 0;
	left: 0;
}
.vision1_btn_text{
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.2em;
	text-shadow: 3px 3px 0px #505050;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.vision1_btn_light{
	position: absolute;
	top: -41px;
	left: -18px;
	transform: scale(0.75);
	transition: transform 0.3s;
}
.vision1_btn:hover .vision1_btn_bg{
	opacity: 0.3;
}
.vision1_btn:hover .vision1_btn_light{
	transform: scale(1);
}
.vision1_tr_btn{
	position: absolute;
	top: 40px;
	right: 20px;
	width: 140px;
	font-family: var(--serif);
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	border-radius: 30px;
	border: 2px solid #fff;
}
.vision1_tr_btn:hover{
	color: #433F3C;
	background-color: #fff;
}
.vision1_tr_btn.black{
	color: #433F3C;
	border-color: #433F3C;
	background-color: #fff;
}
.vision1_tr_btn.black:hover{
	color: #fff;
	background-color: #433F3C;
}
.vision1a_abimg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vision1a_areabtn_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.vision1a_areabtn1{
	position: absolute;
	top: 30%;
	left: 26%;
	width: 32%;
	height: 28%;
	cursor: pointer;
}
.vision1a_areabtn2{
	position: absolute;
	top: 30%;
	left: 58%;
	width: 23%;
	height: 23%;
	cursor: pointer;
}
.vision1a_areabtn3{
	position: absolute;
	top: 58%;
	left: 26%;
	width: 60%;
	height: 42%;
	cursor: pointer;
}
.vision1a_title{
	font-size: 50px;
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
	margin-top: 40px;
}
.vision1a_frame{
	opacity: 0;
	transition: opacity 0.3s;
}
.vision1a_frame.active{
	opacity: 1;
}
.vs1b_con{
	max-width: 640px;
	padding-top: 200px;
}
.vs1b_sub{
	font-size: 18px;
	color: #8A684C;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.vs1b_title{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 40px;
}
.vs1b_text{
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 1.8em;
}
.vs1b2_map_btn{
	position: absolute;
	top: 382px;
	left: 250px;
	cursor: pointer;
}
.vs1b2_map_btn_img2{
	display: none;
}
.vs1b2_map_btn:hover .vs1b2_map_btn_img1{
	display: none;
}
.vs1b2_map_btn:hover .vs1b2_map_btn_img2{
	display: block;
}
.vs1c_info{
	flex: 1;
	padding-top: 270px;
	padding-left: 50px;
	padding-right: 50px;
}
.vs1c_con{
	max-width: 420px;
}
.vs1b_hr{
	width: 40px;
	height: 1px;
	background-color: #ad8b6e;
	margin-bottom: 40px;
}
.vs1c_text{
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.vs1c_abox{
	display: block;
	width: 450px;
	height: 100%;
}
.vs1c_abox_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	transition: opacity 0.3s;
}
.vs1c_abox_title{
	position: absolute;
	top: 300px;
	left: 30px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 8px;
}
.vs1c_abox:hover .vs1c_abox_mask{
	opacity: 0;
}
.vs1cs_left{
	flex: 1;
}
.vs1cs_right{
	width: 30%;
	padding-top: 260px;
	padding-left: 15px;
	padding-right: 15px;
}
.vs1cs_right2{
	width: 43%;
	padding-top: 260px;
	padding-left: 15px;
	padding-right: 15px;
}
.vs1cs_con{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.vs1cs_con2{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.vs1d3_rr{
	padding-top: 200px;
}
.vs1d3_pinfo{
	position: absolute;
	bottom: 12px;
	left: 20px;
	font-size: 21px;
	color: #fff;
	letter-spacing: 2px;
}
.vs1d3_abtitle{
	position: absolute;
	top: 50px;
	left: 80px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 7px;
}



/* map */
.map_menu_div{
	width: 360px;
	height: 100%;
	background-color: #f1f1f1;
	padding-top: 300px;
	padding-left: 60px;
	padding-right: 20px;
}
.map_menu_logo{
	padding-top: 40px;
	text-align: center;
}
.map_menu_title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.map_menu_text{
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.9em;
	margin-bottom: 50px;
}
.map_menu{
	
}
.map_menu_item{
	width: 50%;
	margin-bottom: 30px;
}
.map_btn{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}
.map_btn:hover, .map_btn.active{
	color: #AD9044;
}
.map{
	flex: 1;
	height: 100%;
	background-image: url(../img/traffic/map_bg.jpg);
	background-repeat: no-repeat;
}
.map_path_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_path{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.map_path.active{
	display: block;
}
.map_line{
	max-width: none;
}
.tra_case{
	position: absolute;
	top: 436px;
	left: 413px;
}
.tra_point_div{
	position: absolute;
	top: 0;
	left: 0;
}
.tra_point{
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.tra_point1{
	top: 261px;
	left: 494px;
	width: 63px;
	height: 60px;
}
.tra_point1:hover img, .tra_point1.active img{
	top: -60px;
}
.tra_point2{
	top: 156px;
	left: 920px;
	width: 139px;
	height: 48px;
}
.tra_point2:hover img, .tra_point2.active img{
	top: -48px;
}
.tra_point3{
	top: 242px;
	left: 824px;
	width: 139px;
	height: 48px;
}
.tra_point3:hover img, .tra_point3.active img{
	top: -48px;
}
.tra_point4{
	top: 625px;
	left: 272px;
	width: 128px;
	height: 52px;
}
.tra_point4:hover img, .tra_point4.active img{
	top: -52px;
}
.tra_point5{
	top: 513px;
	left: 271px;
	width: 149px;
	height: 60px;
}
.tra_point5:hover img, .tra_point5.active img{
	top: -60px;
}
.tra_point6{
	top: 576px;
	left: 271px;
	width: 151px;
	height: 60px;
}
.tra_point6:hover img, .tra_point6.active img{
	top: -60px;
}
.tra_point7{
	top: 15px;
	left: 622px;
	width: 137px;
	height: 75px;
}
.tra_point7:hover img, .tra_point7.active img{
	top: -75px;
}
.tra_point8{
	top: 642px;
	left: 609px;
	width: 137px;
	height: 85px;
}
.tra_point8:hover img, .tra_point8.active img{
	top: -85px;
}
.tra_popup_page{
	height: 100%;
	display: none;
}
.tra_popup_page.active{
	display: block;
}

/* location */
.location2_info{
	position: absolute;
	top: 0;
	left: 0;
}
.loc4_item{
	display: none;
}
.loc4_item:first-child{
	display: block;
}
.loc4_con{
	padding-top: 30px;
}
.loc4_left{
	width: 50%;
}
.loc4_right{
	width: 50%;
	padding-top: 60px;
	padding-left: 60px;
}
.loc4_stitle{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 3px 17px 4px 10px;
	border-radius: 0px 20px 20px 0px;
	background-color: #024977;
	margin-bottom: 30px;
}

.main_text{
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.7em;
}
.loc4_ps{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 13px;
	line-height: 1.8em;
}
.loc5_btn{
	width: 20%;
	cursor: pointer;
}
.loc5_btn_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	transition: opacity 0.2s;
}
.loc5_btn_info{
	position: absolute;
	top: 20px;
	left: 20px;
}
.loc5_btn_title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
.loc5_btn_text{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.loc5_btn:hover .loc5_btn_mask{
	opacity: 0;
}
.loc5_btn.active::after{
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #548AAC;
}
.loc5_page{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.loc5_con{
	max-width: 1110px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.loc5_ps{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 13px;
	letter-spacing: 0;
}

/* life */
.life_menu_div{
	width: 400px;
	height: 100%;
	background-color: #f1f1f1;
	padding-top: 250px;
	padding-left: 60px;
	padding-right: 50px;
}
.map_menu2{
	
}
.map_menu_item2{
	margin-bottom: 40px;
}
.life_map{
	flex: 1;
	height: 100%;
	overflow: hidden;
}
.life_map_bg{
	max-width: none;
}
.life_map_page{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.life_map_page.active{
	display: block;
}
.life_map_mask{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}
.life_map_btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #ff0090;
	box-shadow: 0px 3px 6px #00000080;
	cursor: pointer;
	transition: transform 0.2s;
}
.life_map_btn::after{
	position: absolute;
	content: "";
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff0090;
}
.life_map_btn:hover{
	transform: scale(1.3);
}
.life_map_btn2{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #9F8C5C;
	box-shadow: 3px 3px 0px #1A1613BF;
	cursor: pointer;
	transition: transform 0.2s;
}
.life_map_btn2:hover{
	transform: scale(1.1);
	background-color: #FFF1CD;
}
.lmbtn_a01{top: 180px; left: 560px;}
.lmbtn_a02{top: 200px; left: 975px;}
.lmbtn_a03{top: 390px; left: 900px;}
.lmbtn_a04{top: 470px; left: 710px;}
.lmbtn_a05{top: 540px; left: 170px;}
.lmbtn_a06{top: 620px; left: 550px;}
.lmbtn_a07{top: 595px; left: 730px;}
.lmbtn_a08{top: 770px; left: 500px;}

.lmbtn_b01{top: 200px; left: 620px;}
.lmbtn_b02{top: 340px; left: 520px;}
.lmbtn_b03{top: 430px; left: 1205px;}
.lmbtn_b04{top: 510px; left: 570px;}
.lmbtn_b05{top: 650px; left: 470px;}
.lmbtn_b06{top: 765px; left: 605px;}
.lmbtn_b07{top: 740px; left: 210px;}

.lmbtn_c01{top: 30px; left: 1110px;}
.lmbtn_c02{top: 100px; left: 1010px;}
.lmbtn_c03{top: 160px; left: 1240px;}
.lmbtn_c04{top: 220px; left: 1140px;}
.lmbtn_c05{top: 220px; left: 1320px;}
.lmbtn_c06{top: 300px; left: 1075px;}
.lmbtn_c07{top: 340px; left: 1320px;}
.lmbtn_c08{top: 270px; left: 780px;}
.lmbtn_c09{top: 390px; left: 620px;}
.lmbtn_c10{top: 490px; left: 740px;}
.lmbtn_c11{top: 480px; left: 1400px;}
.lmbtn_c12{top: 575px; left: 1365px;}
.lmbtn_c13{top: 730px; left: 1204px;}
.lmbtn_c14{top: 890px; left: 735px;}
.lmbtn_c15{top: 960px; left: 620px;}

.life_map_btn3{
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #FF0090;
	box-shadow: 3px 3px 0px #1A1613BF;
	cursor: pointer;
	transition: transform 0.2s;
}
.life_map_btn3:hover{
	transform: scale(1.1);
	background-color: #FFEFF8;
}
.life_map_btn4{
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	font-size: 17px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #44B1BE;
	box-shadow: 3px 3px 0px #1A1613BF;
	cursor: pointer;
	transition: transform 0.2s;
}
.life_map_btn4:hover{
	transform: scale(1.1);
	background-color: #E5FCFF;
}
.life_map_btn5{
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #FF8800;
	box-shadow: 3px 3px 0px #1A1613BF;
	cursor: pointer;
	transition: transform 0.2s;
}
.life_map_btn5:hover{
	transform: scale(1.1);
	background-color: #FFF8EF;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.95;
}
.popup_close_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
}
.life_popup_page{
	display: none;
}
.life_popup_page.active{
	display: block;
}
/*
.life_slick .slick-prev, .life_slick .slick-next{
	width: 50px;
	height: 105px;
}
.life_slick .slick-prev{
	background-image: url(../img/btn_prev2.png);
	left: 0;
}
.life_slick .slick-next{
	background-image: url(../img/btn_next2.png);
	right: 0;
}
*/
.life_slick_item{
	height: 100vh;
}
.life_item_img{
	max-width: 1280px;
	max-height: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.life_item_img img{
	max-width: 1280px;
	max-height: 800px;
	margin-left: auto;
	margin-right: auto;
}
.life_item_info{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	letter-spacing: 7px;
	text-align: center;
}

/* overview */
.overview_con{
	padding-top: 60px;
}
.ovv1_row{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.ovv1_item{
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}
.ovv1_info{
	position: absolute;
	top: 59%;
	right: 7px;
	padding: 5px;
	background-color: #F9BBA3;
	font-size: 28px;
	line-height: 1.2em;
}
.ovv1_info.type2{
	top: 74%;
	font-size: 44px;
	font-weight: bold;
	background-color: #FCE4A8;
}
.overview2_con{
	padding-top: 150px;
}
.ovv2_title{
	font-size: 30px;
	font-weight: 500;
	padding-left: 25px;
	margin-bottom: 20px;
}
.ovv2_title::before{
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 5px;
	height: 30px;
	background-color: #15C4B2;
}
.ovv2_text{
	max-width: 520px;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.overview3_con{
	padding-top: 100px;
}
.ovv_map{
	position: absolute;
	top: 0;
	right: 0;
}
.ovv_map_point{
	position: absolute;
	top: 0;
	left: 0;
}
.ovv3_tpic{
	margin-left: 50px;
}
.ovv4_main{
	margin-top: 75px;
}
.ovv4_item{
	width: 650px;
	height: 55px;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #5EA3DF;
	border-radius: 30px;
	background: linear-gradient(#ffffff, #dcdcdc);
	padding-top: 7px;
	margin-bottom: 30px;
}
.ovv4_item.type2{
	border-color: transparent;
	background: linear-gradient(#FF8E42, #FF6700);
}

/* rest */
.rest_main_left{
	flex: 1;
	height: 100%;
}
.rest_main_right{
	width: 350px;
	height: 100%;
	padding: 20px 50px 0 50px;
	overflow-y: auto;
}
.rest_main_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.floor_btn{
	font-family: var(--serif);
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	cursor: pointer;
}
.floor_btn:hover{
	color: #8A684C;
	border-bottom-color: #8A684C;
}
.floor_main{
	height: 100%;
	background-color: #fff;
}
.floor_left{
	width: 80%;
	height: 100%;
	background-color: #fff;
	text-align: center;
}
.floor_right{
	width: 20%;
	height: 100%;
	background-color: #E8E8E8;
}
.floor_info{
	top: 50%;
	transform: translateY(-50%);
	padding-left: 60px;
	padding-right: 60px;
}
.floor_title{
	font-family: var(--serif);
	font-size: 48px;
	color: #75543B;
	font-weight: bold;
	letter-spacing: 7px;
}
.floor_text{
	font-family: var(--serif);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.floor_vbtn_row{
	margin-left: -5px;
	margin-right: -5px;
}
.floor_vbtn{
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.floor_vbtn:hover img{
	top: -36px;
}
.view_btn_1f{
	display: inline-block;
	font-family: var(--serif);
	color: #444;
	padding: 6px 16px;
	border-radius: 20px;
	background-color: #fff;
	cursor: pointer;
}
.view_btn_1f:hover{
	color: #fff;
	background-color: #a89483;
}
.floor_img_div{
	display: inline-block;
}
.floor_img{
	max-width: none;
}
.floor_point_div{
	position: absolute;
	top: 0;
	left: 0;
}
.floor_point{
	position: absolute;
	width: 44px;
	height: 44px;
	font-family: "Arial";
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background-color: #CCB19A;
	padding-top: 11px;
	cursor: pointer;
}
.floor_point:hover{
	background-color: #15C4B2;
}
.floor_point2{
	position: absolute;
	width: 44px;
	height: 44px;
	font-family: "Arial";
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background-color: #8194A4;
	padding-top: 11px;
}
.floor_point_2f{
	top: 25px;
	left: 225px;
}
.icon_north{
	position: absolute;
	bottom: 15px;
	right: 40px;
}
.rest_logo{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 160px;
}
.rest_back{
	position: absolute;
	bottom: 40px;
	right: 30px;
	font-family: var(--serif);
	width: 90px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	background-color: #bababa;
	cursor: pointer;
}
.rest_back:hover{
	color: #000;
	background-color: #fff;
}
.floor_b1_pbtn_div{
	margin-top: 50px;
}
.floor_b1_pbtn{
	width: 25%;
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 7px 0;
	background-color: #fff;
	cursor: pointer;
}
.floor_b1_pbtn:hover{
	color: #fff;
	background-color: #BABABA;
}
.floor_b1_pbtn.active{
	color: #fff;
	background-color: #BABABA;
}
.zoom_frame{
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #fff;
}
.floor_big_img{
	max-width: none;
	display: none;
}
.floor_big_img.active{
	display: block;
}
.zoom_btn_div{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.zoom_btn{
	width: 40px;
	height: 40px;
	font-size: 32px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.zoom_btn:hover{
	color: #fff;
	background-color: #a89483;
	border-color: #a89483;
}
.zoom_minus{
	top: -9px;
}
.zoom_add{
	top: -6px;
}
.room_big_img{
	max-width: none;
	display: none;
}
.room_big_img.active{
	display: block;
}
.room_main{
	height: 100%;
	background-color: #fff;
}
.room_item{
	height: 100%;
	display: none;
}
.room_item.active{
	display: block;
}
.room_img{
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.room_info{
	padding-top: 70px;
	padding-left: 60px;
}
.room_simg{
	margin-bottom: 100px;
}
.popup_rphoto{
	background-color: #fff;
}
.rphoto_info{
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: var(--serif);
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 7px;
}
.rphoto_info .small{
	font-size: 24px;
}
.rphoto_info_sp{
	top: 18px;
	width: 1px;
	height: 40px;
	background-color: #fff;
	margin-left: 25px;
	margin-right: 30px;
}
.icon_dir{
	padding-top: 15px;
	margin-left: 15px;
}
.rphoto_pbtn_div{
	position: absolute;
	bottom: 40px;
	right: 30px;
}
.rphoto_pbtn{
	width: 40px;
	height: 40px;
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	padding-top: 7px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
}
.rphoto_pbtn:hover{
	background-color: #CCB19A;
}
.rphoto_pbtn.active{
	background-color: #CCB19A;
}
.rest_popup_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

/* value */
.vl_info{
	flex: 1;
	height: 100%;
	padding-top: 260px;
	padding-left: 50px;
	padding-right: 50px;
}
.vl_sub{
	font-size: 18px;
	color: #8A684C;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.vl_title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.vl_text{
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.vl_abox{
	display: block;
	width: 18%;
	height: 100%;
}
.vl_abox_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	transition: opacity 0.3s;
}
.vl_abox:hover .vl_abox_mask{
	opacity: 0;
}
.vl_abox_title_div{
	position: absolute;
	top: 300px;
	left: 30px;
}
.vl_abox_title{
	font-family: var(--serif);
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 30px;
}
.vl_abox_en{
	font-family: "Arial";
	font-size: 32px;
	color: #fff;
	line-height: 1.2em;
}
.value1_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/value/value1_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.value_bg_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #061958;
	opacity: 0.2;
}
.vl_intro_con{
	padding-top: 260px;
}
.vl_intro_title{
	font-family: var(--serif);
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 12px;
	margin-bottom: 12px;
}
.vl_intro_en{
	font-family: "Arial";
	font-size: 32px;
	color: #fff;
	margin-bottom: 100px;
}
.value_box_row{
	justify-content: flex-end;
}
.value_box{
	width: 240px;
	margin-left: 17px;
	margin-right: 17px;
}
.value_box:last-child{
	margin-right: 0;
}
.value_box_a{
	display: block;
}
.value_box_img{
	height: 240px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}
.value_box_img img{
	transition: transform 0.3s;
}
.value_box_title{
	font-size: 22px;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 0px 3px 6px #00000029;
}
.value_box_a:hover .value_box_img img{
	transform: scale(1.05);
}
.value_header{
	height: 150px;
}
.value_page{
	height: 100%;
	display: none;
}
.value_page.active{
	display: block;
}
.value_con{
	padding-top: 150px;
}
.value1_sub{
	font-size: 18px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.value1_title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.value1_left{
	max-width: 746px;
}
.value1_right{
	max-width: 746px;
	margin-left: auto;
	margin-right: 0;
}
.value1_stitle{
	font-size: 22px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.value1_text{
	font-family: var(--serif);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.8em;
}
.vl1b_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.vl1b_con{
	position: absolute;
	top: 280px;
	right: 0;
	width: 520px;
}
.value1_rcon{
	padding-left: 80px;
}
.vl_ul{
	list-style-type: square;
}
.vl_ul li{
	margin-bottom: 20px;
}
.vl1d_bg{
	position: absolute;
	top: 0;
	left: 0;
}
.v02a_left{
	padding-top: 200px;
}
.v02a_box{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 3px 6px #00000029;
}
.v02a_box_row{
	padding: 13px 0;
	border-top: 1px solid #ccc;
}
.v02a_box_row:first-child{
	border-top: none;
}
.v02a_box_title{
	width: 90px;
	font-size: 16px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.v02a_box_th1{
	flex: 1;
	font-size: 20px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 4px;
}
.v02a_box_th2{
	flex: 1;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	padding-left: 20px;
}
.v02a_box_td1{
	flex: 1;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.v02a_box_td1 span{
	font-size: 16px;
}
.v02a_box_td2{
	flex: 1;
	font-size: 18px;
	letter-spacing: 1.5px;
	padding-left: 20px;
}
.v02a_icon{
	display: inline-block;
	width: 20px;
	top: -2px;
	margin-right: 6px;
}
.value2_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/value2/value2_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.value_box2{
	width: 180px;
	margin-left: 17px;
	margin-right: 17px;
}
.value_box2:last-child{
	margin-right: 0;
}
.value_box2 .value_box_img{
	height: 180px;
}
.value2a_right{
	max-width: 670px;
	margin-left: auto;
	margin-right: 0;
}
.vl2b_bg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: auto;
	height: 100%;
	min-height: 1080px;
}
.value2b_right{
	padding-top: 300px;
}
.value2c_info{
	position: absolute;
	top: 20%;
	width: 26%;
	min-height: 500px;
	padding: 40px 20px 20px 80px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}
.value2c_info_title{
	font-family: var(--serif);
	font-size: 28px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.value2c_info_stitle{
	font-family: var(--serif);
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.vl2c_sticon{
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #fff;
	margin-right: 10px;
}
.value2c_info_text{
	font-size: 17px;
	color: #fff;
	letter-spacing: 3px;
}
.value2c_info hr{
	border-color: #fff;
	opacity: 0.5;
	margin-bottom: 25px;
}
.value2e_right{
	padding-left: 40px;
}
#vl2e_img{
	
}
#vl2e_img2{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.vl2e_btn{
	width: 200px;
	font-size: 22px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding: 7px 0 8px 0;
	border: 1px solid #8A684C;
	border-radius: 30px;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.vl2e_btn:hover{
	color: #fff;
	background-color: #8A684C;
}
.vl2e_btn.active{
	color: #fff;
	background-color: #8A684C;
}
.value3_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/value3/value3_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.vl3a_sframe{
	padding-bottom: 80%;
}
.vl3a_sframe img, .vl3a_sframe video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vl3a_slick_pbtn{
	width: 25%;
	font-family: var(--serif);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	background-color: #1A1613;
	cursor: pointer;
}
.vl3a_slick_pbtn:hover{
	color: #CCB19A;
	background-color: #2f2c29;
}
.vl3a_slick_pbtn.active{
	color: #CCB19A;
	background-color: #2f2c29;
}
.vl3_ul{
	list-style-type: square;
}
.vl3_ul li{
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.vl3b_left{
	width: 64%;
}
.vl3b_right{
	width: 36%;
	padding-left: 10px;
	padding-right: 15px;
}
#vl3b5_text2{
	display: none;
}
.value4_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/value4/value4_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_water{
	background-image: url(../img/value4/water.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.vl4a_con{
	max-width: 1730px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.vl4a_pt{
	height: 100px;
}
.vl4a_logo{
	position: absolute;
	top: 20px;
	right: 60px;
}
.vl4a_frame{
	height: 695px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}
.val_sitem{
	height: 100vh;
	display: none;
}
.val_sitem:first-child{
	display: block;
}
.vl4af_left{
	width: 596px;
}
.vl4af_right{
	flex: 1;
	padding: 100px 120px;
}
.vl4af_title{
	font-size: 30px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.vl4af_hr{
	width: 60px;
	height: 1px;
	background-color: #B7987E;
	margin-bottom: 50px;
}
.vl4af_ulitem{
	margin-bottom: 20px;
}
.vl4af_li_title{
	width: 150px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
.vl4af_li_icon{
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #000;
	margin-right: 15px;
	top: -2px;
}
.vl4af_li_text{
	flex: 1;
	font-family: var(--serif);
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
}
.vl4a_incon{
	padding: 20px 50px;
}
.vl4a_ku_title{
	font-size: 19px;
	margin-bottom: 10px;
}
.vl4b_incon{
	padding: 40px;
}
.vl4b_title_row{
	margin-bottom: 10px;
}
.vl4b_icon{
	margin-right: 25px;
}
.vl4b_title{
	font-size: 28px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 2px;
}
.vl4_stitle{
	font-size: 20px;
	color: #8A684C;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.vl4_text{
	font-size: 17px;
	letter-spacing: 1px;
}
.vl4_text2{
	font-family: var(--serif);
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.8em;
}
.fw-img{
	max-width: none;
	width: 100%;
}
.vl4c_header{
	height: 240px;
	padding-top: 50px;
}
.vl4ch_left{
	width: 360px;
}
.vl4ch_right{
	flex: 1;
	padding-top: 60px;
}
.vl4c_logo{
	margin-bottom: 20px;
}
.vl4ch_text{
	font-family: var(--serif);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.9em;
}
.vl4c_con{
	height: calc(100% - 240px);
	background-color: #fff;
	padding-top: 20px;
}
.value_pbtn_div{
	position: absolute;
	top: 53px;
	right: 210px;
}
.value_pbtn{
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	letter-spacing: 3px;
}
.value_pbtn:hover{
	color: #AD9044;
}
.value_pbtn.active{
	color: #AD9044;
}
.value_pbtn_sp{
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #B8B8B8;
	margin-left: 20px;
	margin-right: 20px;
}
.vl4c2_hp{
	padding-top: 40px;
}
.btn_play{
	width: 48px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}
.btn_play:hover img{
	top: -48px;
}
.video_pitem{
	height: 100%;
	display: none;
}
.video_pitem.active{
	display: block;
}
.pages2_div{
	position: absolute;
	top: 85px;
	right: 60px;
	border: 1px solid #AD9044;
	border-radius: 7px;
	overflow: hidden;
	z-index: 10;
}
.pages2_btn{
	width: 120px;
	border-left: 1px solid #AD9044;
	text-align: center;
	letter-spacing: 1px;
	padding: 12px 0;
	cursor: pointer;
}
.pages2_btn:first-child{
	border-left: none;
}
.pages2_btn:hover{
	color: #AD9044;
	background-color: #fff;
}
.pages2_btn.active{
	color: #AD9044;
	background-color: #fff;
}
.value_tl_btn{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 140px;
	font-family: var(--serif);
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	border-radius: 30px;
	border: 2px solid #fff;
}
.value_tl_btn:hover{
	color: #433F3C;
	background-color: #fff;
}
.value_tl_btn.black{
	color: #433F3C;
	border-color: #433F3C;
	background-color: #fff;
}
.value_tl_btn.black:hover{
	color: #fff;
	background-color: #433F3C;
}
.value4e_text_bu{
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}
.value4e_img{
	top: -100px;
}
.popup_video{
	z-index: 100000;
}
.w480{
	max-width: 480px;
}
.w500{
	max-width: 500px;
}
.w560{
	max-width: 560px;
}
.w600{
	max-width: 600px;
}
.w720{
	max-width: 720px;
}

/* anime */
.zoomin{
	animation-name: ani_zoomin;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
@keyframes ani_zoomin{
	from{transform: scale(1.2);}
	to{transform: scale(1);}
}
.fadein{
	opacity: 0;
	animation-name: ani_fadein;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.slick-active .page_fadein{
	opacity: 0;
	animation-name: ani_fadein;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
@keyframes ani_fadein{
	from{opacity: 0;}
	to{opacity: 1;}
}
.fadeinup{
	opacity: 0;
	animation-name: ani_fadeinup;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
.slick-active .page_fadeinup{
	opacity: 0;
	animation-name: ani_fadeinup;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
@keyframes ani_fadeinup{
	from{transform: translateY(100px); opacity: 0;}
	to{transform: translateY(0); opacity: 1;}
}
.fadeindown{
	opacity: 0;
	animation-name: ani_fadeindown;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
@keyframes ani_fadeindown{
	from{transform: translateY(-100px); opacity: 0;}
	to{transform: translateY(0); opacity: 1;}
}
.fadeinleft{
	opacity: 0;
	animation-name: ani_fadeinleft;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
@keyframes ani_fadeinleft{
	from{transform: translateX(100px); opacity: 0;}
	to{transform: translateX(0); opacity: 1;}
}
.fadeinright{
	opacity: 0;
	animation-name: ani_fadeinright;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
@keyframes ani_fadeinright{
	from{transform: translateX(-100px); opacity: 0;}
	to{transform: translateX(0); opacity: 1;}
}

.clip_tb.active > img{
	animation-name: ani_clip_tb;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
@keyframes ani_clip_tb{
	from{clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
.clip_lr.active > img{
	animation-name: ani_clip_lr;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
@keyframes ani_clip_lr{
	from{clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
.clip_tobottom{
	animation-name: ani_clip_tobottom;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
@keyframes ani_clip_tobottom{
	from{clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
.clip_toleft{
	animation-name: ani_clip_toleft;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
@keyframes ani_clip_toleft{
	from{clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);}
	to{clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
}
.anime_fadeinup{
	opacity: 0;
	animation-name: ani_fadeinup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes ani_fadeinup{
	from{transform: translateY(50px); opacity: 0;}
	to{transform: translateY(0); opacity: 1;}
}
.sani_fadein{
	opacity: 0;
}
.sani_fadeinup{
	opacity: 0;
}
.ani_active .sani_fadein{
	animation-name: ani_fadein;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.ani_active .sani_fadeinup{
	animation-name: ani_fadeinup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

/* setting */
.white{color: #fff;}
.black{color: #000;}
.gold{color: #8A684C;}
.bg_gray{background-color: #f1f1f1;}
.bg_gray2{background-color: #b1b1b1;}
.bg_black{background-color: #000;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

@media (max-width: 1700px){
	.about_text_box{
		padding: 10px 15px 0 15px;
		margin-bottom: 15px;
	}
	.about_tb_title{
		font-size: 20px;
	}
	.about_tb_text{
		font-size: 16px;
		letter-spacing: 0;
	}
}

@media (max-width: 1500px){
	header.active{
		height: 150px;
	}
	.header{
		height: 80px;
		bottom: -80px;
	}
	.menu{
		padding-left: 170px;
		padding-right: 150px;
	}
	.menu_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu_btn{
		font-size: 16px;
		letter-spacing: 1px;
		padding-top: 28px;
		padding-bottom: 10px;
	}
	.menu_btn span{
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.child_menu{
		height: 70px;
		bottom: 80px;
		padding-top: 23px;
		padding-left: 170px;
	}
	.child_menu_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.child_menu_btn{
		font-size: 16px;
		letter-spacing: 2px;
	}
	.header_logo{
		width: 120px;
		top: 23px;
		left: 20px;
	}
	.menu_right{
		bottom: 20px;
		right: 10px;
	}
	.header_intro_btn{
		bottom: 20px;
		right: 20px;
		width: 75px;
		font-size: 16px;
	}
	.header_close_btn{
		bottom: 33px;
		right: 25px;
	}
	
	.timeline_btn_div{
		width: 150px;
	}
	.ap_text_div{
		margin-top: 120px;
		padding-right: 40px;
	}
	.ap_left1{
		padding-left: 40px;
	}
	.ap_left2{
		padding-left: 40px;
	}
	.ap_title{
		font-size: 28px;
	}
	.about2_2_msc{
		height: calc(100vh - 265px);
	}
	.aw_left{
		width: 193px;
	}
	.aw_right{
		padding-top: 10px;
	}
	.aw_item{
		padding: 40px 15px 0 15px;
	}
	.aw_item_title{
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}
	.loc4_right{
		padding-top: 0;
		padding-left: 30px;
	}
	.main_title{
		font-size: 24px;
		letter-spacing: 2px;
	}
	.main_text{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.team_right{
		padding-top: 60px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
}