*{
	box-sizing: border-box;
	-webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
    -webkit-touch-callout: text !important;
    -khtml-user-select: text !important;
}
*:focus{
	outline: none;
}
body{
	position: relative;
	margin: 0;
	font-family: 'Noto Serif TC', serif;
	background-color: #1d6065;
}
img{
	display: block;
}
a{
	display: inline-block;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul, ol{
	padding-left: 23px;
}
.pos_rel{
	position: relative;
}
.cimg-w100 img{
	width: 100%;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-vcenter{
	align-items: center;
}
.flex-1{
	flex: 1;
}
.float{
	float: left;
}
.font-notosans{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-notoserif{
	font-family: 'Noto Serif TC', serif;
}
.t-center{
	text-align: center;
}
.hide_op{
	opacity: 0;
}
#pc_test{
	display: block;
}
#pad_test{
	display: none;
}
#mobile_test{
	display: none;
}
#limit_height_test{
	display: none;
}
#snb_test{
	display: none;
}

section{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #1d6065;
}
hr{
	border: none;
	border-top: 1px solid #fff;
}
h1{
	font-size: 42px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	letter-spacing: 5px;
}
.nobg{
	background: none;
}
.v-hide{
	visibility: hidden;
}
.visible-snb{
	display: none;
}
.visible-xlg{
	display: none;
}
.visible-xlg-inline{
	display: none;
}

/* 手機畫面鎖定 */
body.scrolllock{
	height: 100vh;
	overflow: hidden;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.header{
	position: relative;
	height: 80px;
	transition: background-color 0.5s;
}
.header.scroll{
	background-color: rgba(0,0,0,0.6);
}
header.active .header{
	background: none;
}
.btn_menu{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.img_btn_menu{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	overflow: hidden;
}
.btn_menu img{
	position: relative;
	width: 40px;
}
.btn_menu span{
	position: relative;
	top: -15px;
}
header.header_g .btn_menu{
	color: #1e5c72;
}
header.header_g .btn_menu img{
	top: -40px;
}
header.active .btn_menu{
	color: #1e5c72;
}
header.active .btn_menu img{
	top: -80px;
}

.header_logo{
	position: relative;
	display: block;
	width: 170px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	top: 20px;
	cursor: pointer;
}
.header_logo img{
	position: relative;
	width: 170px;
}
header.header_g .header_logo img{
	top: -40px;
}
header.active .header_logo img{
	top: -40px;
}
.right_menu{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 500px;
	align-items: center;
	justify-content: flex-end;
}
.hbtn{
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 15px;
	transition: transform 0.3s;
}
.hbtn img{
	position: relative;
	width: 40px;
}
.hbtn:hover{
	transform: scale(1.1);
}
header.header_g .sbox .hbtn img{
	top: -40px;
}
header.active .sbox .hbtn img{
	top: -40px;
}
.hlbtn{
	padding: 5px 28px 5px 20px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-right: 15px;
}
.hlbtn_img{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	top: 2px;
}
.hlbtn_img img{
	position: relative;
	width: 30px;
}
.hlbtn span{
	position: relative;
	top: -7px;
}
.hlbtn:hover{
	background-color: rgba(255,255,255,0.5);
}
header.header_g .hlbtn{
	color: #1e5c72;
	border-color: #1e5c72;
}
header.header_g .hlbtn img{
	top: -30px;
}
header.active .hlbtn{
	color: #1e5c72;
	border-color: #1e5c72;
}
header.active .hlbtn img{
	top: -30px;
}

.header_menu{
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: #add0d7;
	padding-top: 200px;
	background-image: url(../img/menu_bg_stone.png);
	background-repeat: no-repeat;
	background-size: 690px auto;
	background-position: bottom -350px right -20px;
	transition: left 0.5s;
	overflow-x: hidden;
	overflow-y: auto;
}
header.active .header_menu{
	left: 0;
}
.hmenu_div{
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.main_menu{
	margin-bottom: 150px;
}
.hmenu_box{
	flex: 0 0 33.33%;
	padding-left: 60px;
	padding-right: 60px;
}
.hmenu_cla{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 19px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.hmenu_title{
	font-size: 28px;
	color: #5b96ab;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.hmenu_box hr{
	margin-bottom: 25px;
}
.hmenu_box a{
	display: block;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 19px;
	color: #494949;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.hmenu_box a:hover{
	color: #1e5c72;
}
.hmenu_aicon{
	text-align: center;
	margin-bottom: 30px;
	display: none;
}
.hmenu_aicon .hbtn{
	margin-left: 15px;
}
.hmi_left{
	float: left;
	width: 530px;
	padding-left: 60px;
}
.hmi_box{
	align-items: center;
	margin-bottom: 10px;
}
.hmi_box .title{
	flex: 0 0 85px;
	font-size: 17px;
	color: #5b96ab;
}
.hmi_box .title span{
	margin-left: 10px;
}
.hmi_box .tel{
	flex: 1;
	font-size: 40px;
	color: #1e5c72;
	letter-spacing: 6px;
	text-align: center;
}
.hmi_box .icon{
	flex: 0 0 30px;
}
.hmi_box .icon a{
	position: relative;
	top: 4px;
}
.hmi_box .icon img{
	width: 30px;
}
.hmi_box .address{
	flex: 1;
	font-size: 21px;
	color: #1e5c72;
	text-align: center;
}
.hmi_right{
	float: right;
	font-size: 13px;
	color: #1e5c72;
	text-align: right;
	padding-top: 30px;
	padding-right: 60px;
}
.m_right_menu{
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}
.m_hlbtn{
	width: 50px;
	height: 50px;
	margin-right: 5px;
	overflow: hidden;
}
.m_hlbtn img{
	position: relative;
	width: 100%;;
}
header.active .m_hlbtn img{
	top: -50px;
}
.menu_shadow{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/menu_ms.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	height: 80px;
	display: none;
}
.hmenu_abtn{
	display: none;
	margin-bottom: 30px;
	text-align: center;
}
.hmenu_abtn .hlbtn{
	display: inline-block;
	color: #1e5c72;
    border-color: #1e5c72;
}
.hmenu_abtn .hlbtn img{
	top: -30px;
}

/* kv */
.kv_video{
	position: absolute;
	width: 1920px;
	height: 1080px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kv_video video{
	width: 100%;
	height: 100%;
}
.kv_video iframe{
	position: relative;
	width: 100%;
	height: 100%;
}
.kv_video_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
}
.kv_main{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.kv_logo{
	margin-left: auto;
	margin-right: auto;
}
.kv_title{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 16px;
	text-align: center;
	margin-top: 20px;
}
.kv_down{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.kv_down img{
	width: 45px;
	margin-left: auto;
	margin-right: auto;
}
.kv_down_icon{
	animation: kv_down_ani 1.5s;
	animation-iteration-count: infinite;
}
@keyframes kv_down_ani
{
0%   {transform: translateY(-5px);}
50%  {transform: translateY(5px);}
100% {transform: translateY(-5px);}
}

/* spzone */
.animebg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.animebg1, .animebg2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 120% 120%;
	opacity: 0;
}
.animebg1.animerun, .animebg2.animerun{
	animation: bg_anime 7s linear 0s infinite, bg_anime_fade 7s linear 0s infinite;
}
.animated{
	animation-play-state: running;
}
@keyframes bg_anime{
	from {background-position: bottom; z-index: -1;}
	to {background-position: top; z-index: -2;}
}
@keyframes bg_anime_fade{
	0% {opacity: 0;}
	25% {opacity: 1;}
	75% {opacity: 1;}
	100% {opacity: 0;}
}
.spz_bu{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.spz_bu.ani_ready{
	transform: translateY(100px);
}
.spzbu_up{
	animation: ani_spzbu_up 2s;
	animation-fill-mode: backwards;
}
@keyframes ani_spzbu_up{
	from {transform: translateY(100px);}
	to {transform: translateY(0px);}
}

.spz_treel{
	position: absolute;
	bottom: 0;
	left: -100px;
	width: 750px;
}
.spz_treer{
	position: absolute;
	bottom: 0;
	right: -100px;
	width: 750px;
}
.spz_treel.ani_ready{
	transform: scale(1.2);
	left: 0;
}
.spz_treer.ani_ready{
	transform: scale(1.2);
	right: 0;
}
.spztreel_move{
	animation: ani_spztreel_move 2s;
	animation-fill-mode: backwards;
}
.spztreer_move{
	animation: ani_spztreer_move 2s;
	animation-fill-mode: backwards;
}
@keyframes ani_spztreel_move{
	from {transform: scale(1.2); left: 0;}
	to {transform: scale(1); left: -100px;}
}
@keyframes ani_spztreer_move{
	from {transform: scale(1.2); right: 0;}
	to {transform: scale(1); right: -100px;}
}

.spz_main{
	position: relative;
	padding-top: 130px;
}
.spz_title{
	font-size: 40px;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.spz_sub{
	font-size: 27px;
	color: #ffbe41;
	letter-spacing: 14px;
	text-align: center;
}

/* lifefunction */
.lf_photo{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.lf_photo img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lf_photo .lf_photo_text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.lf_shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
}
.lf_main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 85px;
}
.title_type_lr{
	position: relative;
	display: block;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.title_type_lr .title{
	float: left;
	width: 50%;
	font-size: 45px;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
}
.lf_title_span{
	letter-spacing: 29px;
	margin-right: -21px;
}
.tlr_text{
	float: left;
	width: 50%;
}
.tlr_text .sub_title{
	font-size: 24px;
	color: #fff;
	letter-spacing: 10px;
	margin-bottom: 30px;
}
.tlr_text .text{
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 34px;
}
.lf_slider_div{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.lf_slider{
	width: 120px;
	height: 90px;
	background-image: url(../img/lf_slider_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.lf_slider_text{
	padding-top: 22px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}
.lf_slider img{
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}
#icon_lfs{
	animation: lfs_ani 1.5s;
	animation-iteration-count: infinite;
}
@keyframes lfs_ani
{
0%   {transform: translateX(-3px);}
50%  {transform: translateX(3px);}
100% {transform: translateX(-3px);}
}


/* lifefunction 2 */
#lifefunction{
	background-color: #0a59b5;
}
.lf2_main{
	width: 100%;
	height: 100%;
}
.lf2_page{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	padding-right: 190px;
}
.lf2_page.active{
	opacity: 1;
	z-index: 2;
}
.lf2_page_text h1{
	 text-shadow: 2px 2px 3px #333;
}
.lf2_page_text{
	position: absolute;
	top: 80px;
	left: 40px;
}
.lf2_page_sub{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.lf2_page_title{
	font-size: 42px;
	color: #fff;
	letter-spacing: 5px;
}
.lf2_slick_div{
	position: relative;
	width: 100%;
	height: 100%;
}
.lf2_slick{
	width: 100%;
	height: 100%;
}
.lf2s_unit{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.lf2s_page_info{
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height: 100%;
	background-color: #1d6065;
	background-image: url(../img/lf_bg_stone.png);
	background-repeat: no-repeat;
	background-size: 400px auto;
	background-position: bottom -80px left -60px;
}
.lf2sp_info_unit{
	width: 100%;
	height: 100%;
	padding-top: 120px;
}
.lf2sp_info_title{
	text-align: center;
	height: 120px;
	margin-bottom: 20px;
}
.lf2sp_info_title > div{
	display: inline-block;
	writing-mode: vertical-rl;
	font-size: 34px;
	color: #ffbe41;
	line-height: 40px;
	letter-spacing: 5px;
	height: 120px;
	overflow: hidden;
	text-align: left;
}
/*
.lf2s_page_info .slick-list, .lf2s_page_info .slick-track{
	height: 100%;
}
*/
.lf2sp_info_text{
	text-align: center;
	/*height: calc(100% - 410px);*/
}
.lf2sp_info_text > div{
	display: inline-block;
	writing-mode: vertical-rl;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 3px;
	text-align: left;
	height: 400px;
	overflow: hidden;
}
.lf2_menu{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 200px;
	z-index: 2;
}
.lf2_menu_btn{
	align-items: center;
	background-color: #008678;
	padding: 10px 0;
	cursor: pointer;
}
.lf2m_btn_icon{
	flex: 0 0 70px;
}
.lf2m_btn_img{
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.lf2m_btn_img img{
	position: relative;
	width: 40px;
}
.lf2m_btn_text{
	flex: 0 0 130px;
	font-size: 17px;
	color: #fff;
	letter-spacing: 8px;
}
.lf2_menu_btn.active, .lf2_menu_btn:hover{
	background-color: #ffbe41;
}
.lf2_menu_btn.active .lf2m_btn_img img, .lf2_menu_btn:hover .lf2m_btn_img img{
	top: -40px;
}
.lf2_menu_btn.active .lf2m_btn_text, .lf2_menu_btn:hover .lf2m_btn_text{
	color: #000;
}
.lf2sp_info_title img{
	position: relative;
	width: 40px;
	top: 10px;
	margin-right: 10px;
	display: none;
}
.btn_mouse_prev{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	cursor: url(../img/mouse_prev.png), default;
}
.btn_mouse_next{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	cursor: url(../img/mouse_next.png), default;
}
.btn_mouse_prev img, .btn_mouse_next img{
	display: none;
}

/* slick dots */
.slick-dots{
    position: absolute;
    bottom: 20px;
	left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: 0.6;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	font-size: 50px;
    opacity: 1;
    color: #fff;
}
.slick-slide:focus{
	outline: none;
}

/* plan */
.plan_bar_bg{
	position: absolute;
	top: 410px;
	left: 0;
	width: 100%;
	height: 335px;
	background-image: url(../img/plan_bar_bg.png);
	background-repeat: repeat-x;
}
.plan_title{
	position: relative;
	padding-top: 140px;
	margin-bottom: 20px;
	text-align: center;
}
.plan_hr{
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.plan_sub{
	position: relative;
	font-size: 22px;
	color: #ffbe41;
	letter-spacing: 8px;
	text-align: center;
	margin-bottom: 45px
}
.plan_video{
	position: relative;
	width: 962px;
	height: 542px;
	border: 1px solid #ffbe41;
	margin-left: auto;
	margin-right: auto;
}
.plan_video iframe{
	width: 960px;
	height: 540px;
}
.plan_sm_title{
	position: relative;
	font-size: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 10px;
	margin-bottom: 10px;
}
.plan_nextpage{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
.plan_down_icon{
	width: 45px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	animation: kv_down_ani 1.5s;
	animation-iteration-count: infinite;
}

/* plan2 */
.plan2_main{
	padding-top: 120px;
}
.plan_bu{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
	background-size: cover;
}
.plan_bu.ani_ready{
	transform: translateY(100px);
}
.plan_treel{
	position: absolute;
    bottom: 0;
    left: -100px;
	width: 750px;
}
.plan_treer{
	position: absolute;
    bottom: 0;
    right: -100px;
	width: 750px;
}
.plan_treel.ani_ready{
	transform: scale(1.2);
	left: 0;
}
.plan_treer.ani_ready{
	transform: scale(1.2);
	right: 0;
}

/* landscape */
.landscape_slick{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lss_unit{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}
.lss_unit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lss_unit_mask{
	min-width: 100%;
}
.landscape_main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 120px;
}
.landscape_slick_nav{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.lss_btn{
	display: inline-block;
	font-size: 17px;
	padding: 5px 26px;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}
.lss_btn.active, .lss_btn:hover{
	background-color: #e7b34e;
}
.btn_prev{
	position: absolute;
	top: 50%;
	left: 20px;
	width: 40px;
	transform: translateY(-50%);
	cursor: pointer;
}
.btn_prev img{
	width: 100%;
}
.btn_next{
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	transform: translateY(-50%);
	cursor: pointer;
}
.btn_next img{
	width: 100%;
}

/* barrier_free */
#barrier_free{
	background-color: #fff;
}
.bf_slick{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bf_slick_nav{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bfs_unit{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-repeat: no-repeat;
    background-position: center, center;
	background-size: cover;
}
.bfs_unit_main{
	position: relative;
	padding-top: 130px;
	padding-left: 115px;
}
.bfu_right{
	position: absolute;
	top: 130px;
	right: 120px;
	width: 630px;
}
.bfu_sub{
	font-size: 24px;
	letter-spacing: 8px;
}
.bfs_unit h2{
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bfs_unit p{
	font-size: 18px;
	letter-spacing: 3px;
}
.bfu_design{
	margin-top: 50px;
}
.bfu_p1_img{
	flex: 0 0 367px;
}
.bfu_p1_rdiv{
	flex: 1;
	padding-left: 30px;
}
.bfu_p1_rtitle{
	font-size: 17px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.bfu_p1_rd{
	align-items: center;
	margin-bottom: 20px;
}
.bfu_p1_icon{
	flex: 0 0 40px;
}
.bfu_p1_dtext{
	flex: 1;
	font-size: 19px;
	padding-left: 20px;
	letter-spacing: 2px;
}
.bfu_con{
	padding-left: 40px;
	margin-top: 50px;
}
.bfu_p2_left{
	flex: 0 0 450px;
}
.bfu_p2_right{
	flex: 1;
}
.bfu_sul{
	width: 450px;
}
.bfu_sli{
	padding: 12px 5px;
	background-color: #fff;
	border-radius: 30px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.bfu_sli .icon{
	flex: 0 0 55px;
}
.bfu_sli .icon img{
	width: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bfu_sli .title{
	flex: 0 0 55px;
	font-size: 17px;
	color: #067382;
}
.bfu_sli .separate{
	flex: 0 0 30px;
	color: #d6d6d6;
	text-align: center;
}
.bfu_sli .separate span{
	position: relative;
	top: -2px;
}
.bfu_sli .text{
	flex: 1;
	font-weight: 300;
}
.bfu_p2_img01{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.bfu_p2_img02{
	width: 450px;
	margin-left: 80px;
}
.bfu_sli .title2{
	flex: 0 0 70px;
	font-size: 17px;
	color: #067382;
	padding-left: 30px;
}
.bfs_btn{
	display: inline-block;
	font-size: 17px;
	padding: 5px 26px;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}
.bfs_btn.active, .lss_btn:hover{
	background-color: #e7b34e;
}
.bf_m_2img{
	margin-top: 30px;
	display: none;
}
.bf_m_2img img{
	max-width: 100%;
}
#bfs_unit_01{
	background-image: url(../img/barrier_free/bf01bg.jpg);
}
#bfs_unit_02{
	background-image: url(../img/barrier_free/bf02.jpg);
}
#bfs_unit_03{
	background-image: url(../img/barrier_free/bf03.jpg);
}
.img_bf01{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_bf_m01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/barrier_free/bf01_m.jpg);
	background-repeat: repeat;
	background-position: bottom center;
	background-size: cover;
}
.btn_prev_m{
	position: absolute;
	width: 40px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	cursor: pointer;
}
.btn_prev_m img{
	width: 100%;
}
.btn_next_m{
	position: absolute;
	width: 40px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
}
.btn_next_m img{
	width: 100%;
}

/* team */
#team{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.team_pc{
	position: relative;
	width: 100%;
	height: 100%;
}
.team_bg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.team_bg2 img{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.team_title{
	position: absolute;
	top: 70px;
	left: 40px;
}
.team_main{
	position: relative;
	height: 100%;
}
.team_box{
	position: relative;
	flex: 1;
	height: 100%;
	padding-top: 220px;
}
.tb_abg{
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c7a17b;
}
.tb_con{
	position: relative;
	height: 100%;
	justify-content: center;
}
.tb_title{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	order: 4;
	font-size: 16px;
	color: #ffcba9;
	letter-spacing: 2px;
	margin-left: 15px;
}
.tb_name{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	order: 3;
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	margin-left: 3px;
}
.tb_company{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	order: 2;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}
.tb_info{
	overflow: hidden;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	order: 1;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	margin-right: 15px;
	width: 0;
	transition: width 1s;
}
.team_photo_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.team_photo{
	position: relative;
	flex: 1;
	width: 100%;
	height: 100%;
}
.team_photo img{
	position: absolute;
	bottom: -100px;
	/*transform: scale(0.95);*/
	transition: transform 0.5s;
}
.team_photo.active img{
	transform: scale(1.05);
}
#team_photo_01{
	left: -50px;
	z-index: 3;
}
#team_photo_02{
	left: -20px;
	bottom: -170px;
	z-index: 2;
}
#team_photo_03{
	left: -40px;
	bottom: -150px;
}
#team_photo_04{
	left: -120px;
	z-index: 3;
}
#team_photo_05{
	left: -90px;
	bottom: -150px;
}
#team_photo_06{
	left: -160px;
	z-index: 3;
}
.team_box.active{
	flex: 0 0 20%;
}
.team_box.active .tb_abg{
	transition: top 0.5s;
	top: 0;
}
.team_box.active .tb_title{
	color: #fff;
}
.team_box.active .tb_info{
	width: 82px;
}
.team_hover_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.team_hover{
	flex: 1;
	height: 100%;
}
/* team mobile */
.team_mobile{
	position: relative;
	display: none;
}
.team_mtbox{
	height: 260px;
	background-image: url(../img/mobile_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.team_mbox{
	height: 260px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.tmb_con{
	flex: 0 0 50%;
	padding-top: 50px;
	padding-left: 100px;
	z-index: 2;
}
.tmb_title{
	font-size: 16px;
	color: #ffcba9;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.tmb_name{
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.tmb_company{
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}
.tmb_photo{
	position: relative;
	flex: 0 0 50%;
}
.tmb_photo img{
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 350px;
}
.team_mbox:nth-child(odd) .tmb_con{
	order: 2;
	padding-left: 0;
}
.team_mbox:nth-child(odd) .tmb_photo{
	order: 1;
}
.team_mbox:nth-child(odd) .tmb_photo img{
	left: 50px;
	right: auto;
}

/* evaluation */
#evaluation{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 90px;
}
.img_title_hr{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.eva_sub{
	font-size: 22px;
	color: #ffbe41;
	text-align: center;
	letter-spacing: 13px;
}
.eva_main{
	position: relative;
	/* width: 1700px; */
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	/* overflow: hidden; */
	padding-bottom: 20px;
}
.eva_video{
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
.eva_video .slick-dots{
	bottom: -160px;
}

.eva_slick{
	
}

.eva_slick img{
	width: 100%;
	position: relative;
}
.es_unit{
	/*
	position: relative;
	height: 478px;
	*/
	cursor: pointer;
}
/*
.es_unit.slick-current{
	z-index: 2;
}
*/
.es_unit .icon_play{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #2a2a2a;
	border-radius: 50%;
	display: none;
}
.es_unit .icon_play img{
	position: relative;
	width: 14px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.es_unit:hover .icon_play{
	background-color: #ff0000;
}
.es_unit.slick-current .icon_play{
	display: block;
}
.eva_slick_info{
	transform: translateY(-35px);
}
.esi_slick{
	position: relative;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.es_info{
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #024a48;
	border: 2px solid #8f965a;
	padding: 15px 30px;
}
.quo_left{
	position: absolute;
	top: 20px;
	left: -5px;
	width: 20px;
}
.quo_right{
	position: absolute;
	top: 20px;
	right: -5px;
	width: 20px;
}
.esi_title{
	font-size: 22px;
	color: #ffbe41;
	letter-spacing: 3px;
	text-align: center;
}
.es_info p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.slick-slider .slick-list{
	overflow: visible;
}

/* home_type */
.home_type_left{
	float: left;
	width: calc(100% - 640px);
	height: 100%;
	background-color: #add0d7;
	padding-top: 140px;
	padding-right: 200px;
}
.home_type_left_tip{
	position: absolute;
    color: white;
    top: 10px;
    right: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    font-size: 13px;
	font-family: '微軟正黑體';
}
.home_type_right{
	float: right;
	width: 640px;
	height: 100%;
	background-color: #fff;
	padding-top: 100px;
	padding-left: 70px;
}
.ht_slick_div{
	position: relative;
	
}
.ht_slick{
	width: 100%;
	overflow: hidden;
}
.ht_slick img{
	width: 100%;
}
.ht_title{
	font-size: 30px;
	color: #067382;
	letter-spacing: 7px;
	margin-bottom: 10px;
}
.ht_sub{
	font-size: 24px;
	letter-spacing: 2px;
}
.ht_sub span{
	font-size: 42px;
	color: #067382;
	letter-spacing: 2px;
}
.ht_hr{
	max-width: 440px;
	margin: 10px 0;
	border-color: #067382;
}
.ht_tag{
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ht_tag span{
	font-size: 30px;
	font-weight: 400;
}
.ht_slogan_div{
	width: 440px;
	margin-top: 20px;
	margin-bottom: 20px;
	justify-content: space-between;
}
.ht_slogan{
	flex: 0 0 217px;
	font-size: 17px;
	color: #067382;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.ht_abtn{
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	padding: 13px 24px;
	background-color: #067382;
	letter-spacing: 1px;
	transition: transform 0.3s;
}
.ht_abtn img{
	position: relative;
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	top: 3px;
}
.ht_abtn:hover{
	transform: scale(1.05);
}
.ht_room{
	margin-top: 20px;
	transform: translateX(-150px);
}
.ht_room img{
	width: 400px;
}
.ht_slick2{
	width: 100%;
	overflow: hidden;
}
.ht_slick_m_div{
	position: relative;
	display: none;
}
.ht_abtn2{
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	padding: 13px 0px;
	background-color: #067382;
	letter-spacing: 1px;
	margin-top: 30px;
	width: 420px;
	text-align: center;
	display: none;
}
.ht_abtn2 img{
	position: relative;
	display: inline-block;
	width: 20px;
	margin-right: 20px;
	top: 3px;
}
.ht_abtn2:hover{
	background-color: #6eafbc;
}
.ht_mcont{
	margin-bottom: 30px;
}

/* news */
#news{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 100px;
}
.news_title{
	font-size: 30px;
	color: #fff;
	letter-spacing: 7px;
	text-align: center;
	margin-bottom: 20px;
}
.news_slick{
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}
.news_div{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.news_box{
	margin-bottom: 20px;
}
.news_img{
	flex: 0 0 220px;
}
.news_img img{
	width: 220px;
	height: 220px;
	object-fit: cover;
}
.news_con_div{
	flex: 1;
	padding-top: 20px;
}
.news_con{
	height: 200px;
	background-color: #226c75;
	padding: 33px 30px 0px 40px;
	overflow: hidden;
}
.news_con .classification{
	font-size: 15px;
	color: #a9e8ff;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.news_con .title{
	font-size: 24px;
	color: #fff;
	letter-spacing: 3px;
	height: 75px;
	margin-bottom: 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;    
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_con .sub{
	font-size: 18px;
	color: #a9e8ff;
	letter-spacing: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;    
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_box:hover .news_con{
	background-color: #ffbe41;
}
.news_box:hover .news_con .classification{
	color: #fff;
}
.news_box:hover .news_con .title{
	color: #000;
}
.news_box:hover .news_con .sub{
	color: #000;
}
.news_slick .slick-dots{
	bottom: 0px;
}
.news_mobile{
	position: relative;
	display: none;
}
.news_m_con{
	width: 100%;
	position: relative;
}
.news_m_div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news_m_slick{
	width: 280px;
	
}
.news_mbox_pad{
	padding-left: 30px;
}
.news_m_box{
	width: 250px;
}
.news_m_box img{
	width: 250px;
	height: 250px;
	object-fit: cover;
}
.news_m_box p{
	font-size: 20px;
	color: #fff;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;    
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.mnw_btn_left{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 100px;
	left: 5px;
}
.mnw_btn_right{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 100px;
	right: 5px;
}
.mnw_btn_left img, .mnw_btn_right img{
	width: 100%;
}

/* brand */
.bs_unit{
	position: relative;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}
#bs_unit01{
	background-image: url(../img/brand/brand01bg.jpg);
}
.img_brand01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_brand01.ani_ready{
	transform: translateY(100px);
}
.little_move_up{
	animation: ani_lemove_up 2s;
	animation-fill-mode: backwards;
}
@keyframes ani_lemove_up{
	from {transform: translateY(100px);}
	to {transform: translateY(0);}
}
.bs_main{
	position: relative;
}
.bs_right{
	position: absolute;
	top: 170px;
	right: 100px;
	width: 650px;
}
.bs_main h1{
	font-size: 40px;
}
.bs_main p{
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
}
.bs_info{
	font-size: 19px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 5px;
}
.bs_info span{
	font-size: 30px;
}
.bs_info img{
	position: relative;
	display: inline-block;
	width: 35px;
	top: 10px;
	margin-right: 20px;
}
.bs_title{
	padding-top: 100px;
	margin-bottom: 20px;
	text-align: center;
}
.bs_sub{
	font-size: 22px;
	color: #ffbe41;
	letter-spacing: 8px;
	text-align: center;
}
.bs_case{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 680px;
}
.bs_case_box{
	position: relative;
	flex: 1;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: flex 0.5s;
}
.bs_case_box.active{
	flex: 0 0 960px;
}
#bsc01{
	background-position: top left -50px;
}
#bsc02{
	background-position: top left -230px;
}
#bsc03{
	background-position: top left -270px;
}
#bsc01.active, #bsc02.active, #bsc03.active{
	background-position: top center;
}
.bsc_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.bs_case_box.active .bsc_mask{
	display: none;
}
.bsc_info{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 200px;
	padding: 35px 20px 20px 35px;
}
.bsc_info_tr{
	left: auto;
	right: 0;
}
.bsci_bg{
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c1a283;
	transition: top 0.5s;
}
.bs_case_box.active .bsci_bg{
	top: 0;
}
.bsc_pos{
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: 8px;
	margin-bottom: 10px;
}
.bsc_title{
	position: relative;
	font-size: 26px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.bsc_text{
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	display: none;
}
.bs_case_box.active .bsc_text{
	display: block;
}
.hide{
	display: none;
}
.bs_slick_nav{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bss_btn{
	display: inline-block;
	font-size: 17px;
	padding: 5px 26px;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}
.bss_btn.active{
	background-color: #e7b34e;
}
.brand_pc{
	position: relative;
	width: 100%;
	height: 100%;
}

/* brand mobile */
.brand_mobile{
	display: none;
}
.bdm_p1{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	height: 100%;
}
.img_brand_m01{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bdm_p1_main{
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.bdm_p1_main h1{
	text-align: center;
	margin-bottom: 20px;
}
.bdm_p1_main .sub_title{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.bdm_p1_main p{
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.bdm_p1_main .bs_info{
	padding-left: 70px;
}
.bdm_p2{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
	padding-top: 80px;
	display: none;
}
.bdm_p2 h1{
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
.bdm_p2 .subtitle{
	font-size: 18px;
	color: #ffbe41;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 30px;
}
.bdm2_div{
	position: relative;
	width: 100%;
}
.bdm2_nwdiv{
	white-space: nowrap;
	overflow-x: auto;
}
.bdm2box{
	display: inline-block;
	width: 250px;
	margin-right: 20px;
}
.bdm2box:first-child{
	margin-left: 20px;
}
.bdm2box img{
	width: 250px;
	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}
.bdm2box .title{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	white-space: normal;
}
.bdm2box .title span{
	font-size: 20px;
	margin-left: 15px;
	white-space: normal;
}
.bdm2box p{
	font-size: 14px;
	color: #fff;
	white-space: normal;
}
.bdm_p2 h1{
	margin-bottom: 10px;
}

/* contact */
#contact{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.contact_main{
	width: 475px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
.contact_info_div{
	/*
	padding-left: 20px;
	padding-right: 20px;
	*/
}
.contact_info{
	align-items: center;
	margin-bottom: 15px;
}
.contact_info .title{
	flex: 0 0 95px;
	font-size: 17px;
	color: #a9e8ff;
	padding-left: 7px;
}
.contact_info .title span{
	padding-left: 10px;
}
.contact_info .tel{
	flex: 1;
	font-size: 40px;
	color: #fff !important;
	letter-spacing: 6px;
	padding-left: 10px;
}
.contact_info .address{
	flex: 1;
	font-size: 21px;
	color: #fff;
	padding-left: 10px;
}
.contact_info .icon{
	flex: 0 0 40px;
}
.contact_info .icon a{
	position: relative;
	display: block;
	top: 3px;
}
.contact_info .icon img{
	width: 30px;
}
.contact_form{
	position: relative;
	background-image: url(../img/form_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 676px;
	margin-top: 30px;
	padding: 140px 70px 40px 70px;
}
.contact_title{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	font-size: 30px;
	letter-spacing: 5px;
	text-align: center;
}
.contact_form form{
	font-family: 'Noto Sans TC', sans-serif;
}
.ctf_title{
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.contact_form input[type="text"],.contact_form input[type="tel"]{
	width: 100%;
	height: 60px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.contact_form input[type="text"]::placeholder, .contact_form input[type="tel"]::placeholder{
	color: #000;
}
/*
.contact_form input[type="text"]::-webkit-input-placeholder{
	color: #000;
}
.contact_form input[type="text"]:-ms-input-placeholder{
	color: #000;
}
.contact_form input[type="text"]::-moz-placeholder{
	color: #000;
}
*/
.contact_form textarea{
	width: 100%;
	height: 60px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.contact_form textarea::placeholder{
	color: #000;
}
.ctf_col{
	position: relative;
	flex: 0 0 50%;
	margin-bottom: 10px;
}
.ctf_col.pr{
	padding-right: 10px;
}
.ctf_col.pl{
	padding-left: 10px;
}
.contact_form select{
	position: relative;
	width: 100%;
	height: 60px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/select_arrow.png") no-repeat right center transparent;
	padding-left: 15px;
}
.contact_form input[type="radio"]{
	margin-right: 15px;
}
.ctf_clause{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 22px;
}
.ctf_clause a{
	color: #02846a;
	text-decoration: underline;
}
.ctf_clause a:hover{
	color: #fff;
	text-decoration: underline;
}
.ctf_sumbit{
	display: block;
	width: 100%;
	font-family: 'Noto Serif TC', serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	background-color: #282828;
	text-align: center;
	padding: 10px 0;
}
.ctf_sumbit:hover{
	background-color: #000;
}

/* map */
#map{
	background-color: #f9eee8;
}
.map{
	position: relative;
	height: calc(100vh - 200px);
}
.img_map{
	position: relative;
	height: 100%;
}
.map_layout_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_layout{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.map_layout.active{
	display: block;
}
.map_layout img{
	position: relative;
	height: 100%;
}
.map_pos01{
	position: absolute;
	width: 119px;
	top: 480px;
	left: 1080px;
	transition: transform 0.3s;
}
.map_pos02{
	position: absolute;
	width: 61px;
	top: 480px;
	left: 870px;
	transition: transform 0.3s;
}
.map_pos01 img, .map_pos02 img{
	width: 100%;
}
.map_pos01:hover, .map_pos02:hover{
	transform: scale(1.1);
}
.map_menu{
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 132px;
	height: 202px;
	border: 1px solid #00625c;
	border-radius: 30px;
	background-color: #fff;
	padding-top: 28px;
	padding-left: 25px;
}
.map_btn{
	font-size: 17px;
	color: #00625c;
	letter-spacing: 3px;
	margin-bottom: 15px;
	cursor: pointer;
}
.map_btn_icon{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	top: 4px;
	overflow: hidden;
}
.map_btn_icon img{
	position: relative;
	width: 20px;
}
.map_btn:hover{
	color: #fdcf00;
}
.map_btn.active .map_btn_icon img{
	top: -20px;
}
.map_footer{
	height: 200px;
}
.mf_logo{
	flex: 0 0 400px;
	overflow: hidden;
}
.mf_logo img{
	position: relative;
	width: 100%;
}
.mf_main{
	background-color: #1d6065;
	flex: 1;
	padding: 20px 40px;
}
.mf_title{
	font-size: 21px;
	color: #fff;
	margin-bottom: 10px;
}
.mf_ul{
	flex: 0 0 33.33%;
}
.mf_li{
	align-items: center;
	height: 35px;
}
.mfli_title{
	position: relative;
	flex: 0 0 75px;
	font-size: 15px;
	color: #ffbe41;
}
.mfli_text{
	font-size: 17px;
	color: #fff;
}
.mfli_pos{
	flex: 0 0 25px;
}
.mfli_pos a{
	position: relative;
	width: 25px;
	margin-left: 10px;
	top: 5px;
}
.mfli_pos a img{
	width: 100%;
}
.mf_main hr{
	border: none;
	border-top: 1px solid #add0d7;
	margin-top: 25px;
	margin-bottom: 20px;
}
.mf_info{
	font-size: 12px;
	color: #add0d7;
	letter-spacing: 1px;
}
.map_mobile{
	position: relative;
	display: none;
}
.map_mmap{
	display: block;
	width: 100%;
}
.map_mobile img{
	width: 100%;
}
.map_mpos01{
	position: absolute;
	top: 290px;
	left: 330px;
	width: 259px;
}
.map_mpos02{
	position: absolute;
	top: 330px;
	left: 160px;
	width: 90px;
}
.map_shadow{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/map/map_shadow.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
}
.animate__flash{
	animation: ani_flash;
	animation-duration: 0.5s;
	animation-iteration-count: 2;
}
@keyframes ani_flash{
	0% {opacity: 1;}
	50% {opacity: 0.3;}
	100% {opacity: 1;}
}

/* popup */
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	display: none;
}
.popup .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
.eva_pcon{
	position: relative;
	width: 960px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.eva_iframe_div{
	position: relative;
	width: 100%;
	height: 100%;
}
.eva_iframe_div iframe{
	width: 100%;
	height: 100%;
}
.popup_ad{
	position: relative;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.ad_mobile{
	display: none;
}
.popup_close{
	position: absolute;
	font-size: 24px;
	color: #fff;
	top: -40px;
	right: 0;
	letter-spacing: 2px;
	cursor: pointer;
}
.clause_main{
	position: relative;
	width: 1000px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	padding: 15px;
	border-radius: 7px;
}
.clause_con{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.animate__delay-1s{
	animation-delay: 1s;
}

/* loading */
.loadpage{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #1d6065;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 9999999;
	display: block;
}
.loadpage_main{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.load_logo{
	width: 100%;
}
.load_logo img{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.load_img{
	position: absolute;
	top: calc(50% + 150px);
	left: 0;
	width: 100%;
}
.load_img img{
	width: 75px;
	margin-left: auto;
	margin-right: auto;
	animation: ani_goround;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes ani_goround{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/* lf2 btn */
/* md mode */
.btn_mouse_prev.mdmode{
	width: 40px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.btn_mouse_next.mdmode{
	width: 40px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.btn_mouse_prev.mdmode img, .btn_mouse_next.mdmode img{
	width: 100%;
	display: block;
}

@media (max-width: 1800px){
	/* home_type */
	.home_type_left{
		width: calc(100% - 480px);
	}
	.home_type_right{
		width: 480px;
		padding-left: 20px;
	}
	.ht_room img{
		max-width: 100%;
	}
	
}

/* 非手機版 */
@media(min-width: 768px){
	.visible-sm{
		display: none !important;
	}
}

/* 筆電以上 */
@media(min-width: 1000px){
	.visible-md{
		display: none !important;
	}
	/*
	.eva_slick img{
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.5s;
	}
	.es_unit.slick-current img{
		transform: translateY(-50%) scale(1.7);
	}
	*/
	
	/* 翻整頁 */
	body{
		overflow: hidden;
	}
	main{
		height: 100vh;
		overflow: hidden;
	}
	section{
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	section.toleave{
		z-index: 9998;
		visibility: visible;
	}
	section.active{
		z-index: 9999;
		visibility: visible;
	}
	
	/* 客戶證言 輪播 */
	.eva_video .slick-slider{
		margin-left: -12%;
		margin-right: -12%;
	}
	.eva_video .slick-list {
		padding: 0 25% !important;
	}
	.eva_video .slick-track {
		max-width: 100%!important;
		transform: translate3d(0, 0, 0)!important;
		perspective: 100px;
	}
	.eva_video .slick-slide {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		width: 100%!important;
		transform: translate3d(0, 0, 0);
		transition: transform 1s, opacity 1s;
	}
	.eva_video .slick-snext,
		.slick-sprev,
		.slick-snext2,
		.slick-sprev2{
		display: block;
	}

	.eva_video .slick-current {
		opacity: 1;
		position: relative;
		display: block;
		z-index: 2;
	}

	.eva_video .slick-snext {
		opacity: 1;
		transform: translate3d(80%, 0, -50px);
		z-index: 1;
		perspective: 1000px;
	}
	.eva_video .slick-sprev{
		opacity: 1;
		transform: translate3d(-80%, 0, -50px);
	}
}

@media (min-width: 1600px) and (max-height: 930px){
	.plan_video{
		width: 802px;
		height: 452px;
	}
	.plan_video iframe{
		width: 800px;
		height: 450px;
	}
}
@media (min-width: 1600px) and (max-height: 900px){
	.bs_case{
		height: 600px;
	}
	.bs_case_box.active{
		flex: 0 0 850px;
	}
	#bsc02 {
		background-position: top left;
	}
	#bsc03{
		background-position: top left;
	}
}
@media (min-width: 1600px) and (max-height: 810px){
	.bs_title{
		margin-bottom: 10px;
	}
	.bs_case{
		height: 500px;
	}
}

@media(min-width: 1921px){
	.kv_video{
		width: 2048px;
		height: 1152px;
	}
}