/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
:root{
	--ch2: "Noto Serif TC", serif;
	--en: "Cormorant Garamond", serif;
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #f8f6f4;
	padding-top: 70px;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.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;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}
.ch2{font-family: "Noto Serif TC", serif;}
.en{font-family: "Cormorant Garamond", serif;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fffffff2;
	transition: opacity 0.5s;
}
.menu{
	position: fixed;
	top: 0;
	right: -640px;
	width: 640px;
	height: 100%;
	padding-top: 90px;
	background-color: #2a2a2aee;
	overflow-y: auto;
	transition: right 0.7s;
}
.menu.active{
	right: 0;
}
.menu_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2a2a2a;
	opacity: 0.9;
}
.menu_logo{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.menu_btn{
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}
.menu_btn:hover{
	color: #CBB295;
}
.menu_btn_ch{
	font-family: var(--ch2);
	font-size: 20px;
	letter-spacing: 4px;
	text-align: center;
}
.menu_btn_en{
	font-family: var(--en);
	font-size: 32px;
	text-align: center;
	font-style: italic;
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 10px;
}
.menur_row{
	align-items: center;
}
.menur_item{
	padding-left: 7px;
	padding-right: 7px;
}
.menur_ibtn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ddd;
	overflow: hidden;
}
.menur_ibtn img{
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.menur_ibtn:hover{
	background-color: #0866ff;
}
.menur_ibtn:hover img{
	left: -1000px;
    filter: drop-shadow(1000px 0 #fff);
}
.menur_btn{
	display: block;
	font-size: 17px;
	color: #fff;
	background-color: #ff6200;
	border: 1px solid #ff6200;
	border-radius: 30px;
	padding: 7px 20px 5px;
}
.menur_btn:hover{
	color: #ff6200;
	background-color: #fff;
}
.header_logo{
	position: absolute;
	top: 0;
	left: 15px;
	width: 100px;
}
.index{
	padding-top: 0;
}
.index .header_logo{
	display: none;
}
.index .header_logo.active{
	display: block;
}
.index .header_bg{
	opacity: 0;
}
.index .header_bg.active{
	opacity: 1;
}
.contact_btn{
	position: absolute;
	top: 15px;
	right: 170px;
	width: 120px;
	height: 38px;
	font-family: var(--ch2);
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #AE9373;
	border-radius: 30px;
	padding-top: 9px;
}
.contact_btn:hover{
	background-color: #c6b39d;
}
.btn_line{
	position: absolute;
	top: 16px;
	right: 117px;
	width: 36px;
}
.mobile_btn{
	position: absolute;
	top: 15px;
	right: 20px;
	width: 80px;
	height: 38px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 15px;
	box-shadow: 0px 3px 10px #00000012;
	cursor: pointer;
}
.mobile_btn_img{
	width: 26px;
	height: 8px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.mobile_btn.active{
	background-color: #0b2239;
}
.mobile_btn.active .mobile_btn_img img{
	top: -8px;
}

/* index */
.kv{
	height: 500px;
}
.kv_bg{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	display: none;
}
.kv_con{
	position: absolute;
	width: 100%;
	top: 100px;
}
.w1600{
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.kv_box{
	width: 270px;
}
.kv_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.kv_title{
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 16px;
	text-align: center;
	padding-left: 16px;
	margin-bottom: 15px;
}
.kv_title_en{
	font-family: var(--en);
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 15px;
}
.kv_box hr{
	width: 240px;
	border-color: #fff;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 15px;
}
.main_sec{
	padding-top: 140px;
	padding-bottom: 140px;
}
.bg1{
	background: linear-gradient(to right, #ECE7E1 40%, #F8F6F4 40%);
}
.index_about_con{
	width: 480px;
	margin-left: auto;
	margin-right: 0;
}
.sp_line_tl{
	position: absolute;
	top: -30px;
	left: -30px;
}
.sp_line_br{
	position: absolute;
	bottom: -30px;
	right: -30px;
}
.sec_title_en{
	font-family: var(--en);
	font-size: 60px;
	color: #8A7051;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 30px;
}
.sec_title{
	font-family: var(--ch2);
	font-size: 27px;
	color: #8A7051;
	letter-spacing: 5px;
	line-height: 1.8em;
}
.main_text{
	letter-spacing: 1px;
	line-height: 2em;
}
.index_about_space{
	height: 80px;
}
.main_btn{
	display: block;
	width: 240px;
	font-family: var(--ch2);
	font-size: 17px;
	color: #fff;
	border: 1px solid #8A7051;
	background-color: #8A7051;
	padding: 10px 12px;
}
.main_btn::after{
	position: absolute;
	content: "";
	top: 17px;
	right: 12px;
	width: 8px;
	height: 14px;
	background-image: url(../img/arrow_more_01.png);
}
.main_btn:hover{
	color: #8A7051;
	background-color: #fff;
}
.main_btn:hover::after{
	background-image: url(../img/arrow_more_02.png);
}
.main_btn2{
	display: block;
	width: 240px;
	font-family: var(--ch2);
	font-size: 17px;
	color: #8A7051;
	border: 1px solid #8A7051;
	background-color: #fff;
	padding: 10px 12px;
}
.main_btn2::after{
	position: absolute;
	content: "";
	top: 17px;
	right: 12px;
	width: 8px;
	height: 14px;
	background-image: url(../img/arrow_more_02.png);
}
.main_btn2:hover{
	color: #fff;
	background-color: #8A7051;
}
.main_btn2:hover::after{
	background-image: url(../img/arrow_more_01.png);
}
.index_about_btn{
	width: 50%;
}
.bg2{
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
}
.img_info{
	position: absolute;
	bottom: 7px;
	left: 10px;
	font-size: 15px;
	color: #fff;
}
.img_info.right{
	left: auto;
	right: 10px;
}
.ser_title_div{
	margin-bottom: 30px;
}
.index_ser_sp_line_br{
	position: absolute;
	bottom: 30px;
	right: -30px;
}
.ser_row{
	max-width: 400px;
	margin-left: -5px;
	margin-right: -5px;
}
.ser_item{
	width: calc(50% - 10px);
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.ser_main_row{
	justify-content: space-between;
	padding-top: 50px;
}
.ser_main_item{
	width: 356px;
}
.ser_main_box{
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 70px 40px 60px 40px;
	overflow: hidden;
}
.serb_num{
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	font-family: var(--en);
	font-size: 80px;
	color: #fff;
	font-style: italic;
	line-height: 1em;
	text-align: center;
	background-color: #f1f1f1;
	border-bottom-right-radius: 10px;
}
.serb_num > div{
	top: -25px;
}
.serb_title{
	font-family: var(--ch2);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 25px;
}
.serb_icon{
	width: 78px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.serb_hr{
	border: 1px dashed #D3C3B2;
	opacity: 1;
	margin-top: 0;
	margin-bottom: 25px;
}
.serb_text{
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 40px;
}
.serb_abtn{
	font-family: var(--ch2);
	font-size: 15px;
	color: #c3ae96;
}
.serb_abtn:hover{
	color: #AE9373;
}
.serb_abtn > img{
	display: inline-block;
	top: -1px;
	margin-left: 10px;
}
.team_sec{
	padding-bottom: 120px;
}
.team_slick{
	margin-bottom: 160px;
}
.team_title_bar{
	padding-top: 120px;
	padding-bottom: 60px;
	background-color: #F8F6F4;
}
.team_sec_space{
	height: 150px;
}
.team_sitem{
	width: 16.66%;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}
.team_sitem:first-child{
	display: block;
}
.teamb_frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 40px solid #fff;
	transition: border-width 0.5s;
}
.team_sbox:hover .teamb_frame{
	border-width: 20px;
}
.process_title_div{
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.sec_title2{
	font-family: var(--ch2);
	font-size: 27px;
	letter-spacing: 6px;
	text-align: center;
	margin-bottom: 5px;
}
.sec_title2_en{
	font-family: var(--en);
	font-size: 28px;
	color: #8A7051;
	font-style: italic;
	text-align: center;
}
.process_div{
	padding: 40px 30px;
	background-color: #fff;
}
.process_item{
	width: 25%;
	padding-left: 7px;
	padding-right: 7px;
}
.pcs_title_row{
	
}
.pcs_title_step{
	font-family: var(--en);
	font-size: 24px;
	color: #8A7051;
	font-style: italic;
}
.pcs_title_num{
	font-family: var(--en);
	font-size: 54px;
	font-style: italic;
	line-height: 0.5em;
	top: -6px;
	padding-left: 5px;
}
.pcs_title_text{
	font-family: var(--ch2);
	font-size: 17px;
	color: #8A7051;
	letter-spacing: 1px;
	top: 4px;
	padding-left: 15px;
}
.process_item hr{
	border: 1px dashed #8A7051;
	margin-bottom: 20px;
}
.pcs_text{
	font-size: 15px;
}
.pcs_text a{
	color: #8A7051;
	font-weight: bold;
}
.contact{
	padding-top: 200px;
	background-image: url(../img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact_stext_en{
	font-family: var(--en);
	font-size: 80px;
	color: #fff;
	line-height: 1.2em;
	font-style: italic;
	margin-bottom: 30px;
}
.contact_stext{
	font-family: var(--ch2);
	font-size: 21px;
	color: #fff;
	letter-spacing: 8px;
	line-height: 1.9em;
}
.contact_right{
	max-width: 640px;
	padding-top: 140px;
	padding-bottom: 140px;
}
.contact_title{
	font-family: var(--ch2);
	font-size: 27px;
	color: #fff;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
.contact_title_en{
	font-family: var(--en);
	font-size: 28px;
	color: #CBB295;
	font-style: italic;
	margin-bottom: 30px;
}
.contact_text{
	font-size: 15px;
	color: #fff;
	line-height: 1.8em;
	margin-bottom: 30px;
}
.contact_text .ec{
	color: #CBB295;
	font-weight: bold;
}
.form_row{
	margin-bottom: 25px;
}
.form_title{
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
}
.form_title .at{
	color: #CBB295;
}
input:focus, select:focus, textarea:focus{
	outline: none;
}
.contact_input{
	width: 100%;
	font-size: 14px;
	padding: 5px;
	border: none;
	border-radius: 3px;
	background-color: #ccc;
}
.contact_select{
	width: 100%;
	font-size: 14px;
	padding: 4px 5px 5px 5px;
	border: none;
	border-radius: 3px;
	background-color: #ccc;
}
.contact_textarea{
	width: 100%;
	height: 100px;
	font-size: 14px;
	padding: 5px;
	border: none;
	border-radius: 3px;
	background-color: #ccc;
}
.submit_btn{
	display: block;
	width: 240px;
	font-family: var(--ch2);
	font-size: 17px;
	color: #fff;
	border: 1px solid #8A7051;
	background-color: #8A7051;
	padding: 10px 12px;
	margin-left: auto;
	margin-right: auto;
}
.submit_btn:hover{
	color: #8A7051;
	background-color: #fff;
}
.footer{
	padding: 15px 30px;
	border-top: 1px solid #fff;
}
.footer_item{
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	margin-right: 40px;
}
.copyright{
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
}

/* about */
.page_head{
	padding-top: 75px;
	padding-bottom: 45px;
}
.page_title{
	font-family: var(--ch2);
	font-size: 27px;
	letter-spacing: 5px;
	font-weight: 400;
	text-align: center;
}
.page_title_en{
	font-family: var(--en);
	font-size: 45px;
	color: #8A7051;
	text-align: center;
	font-style: italic;
}
.page_kv{
	height: 640px;
}
.w540{
	max-width: 540px;
}
.about1_row{
	justify-content: center;
	padding-top: 100px;
}
.about2_title_con{
	max-width: 520px;
}
.about2_con{
	max-width: 520px;
}
.about2_box{
	width: 380px;
	padding: 60px 30px;
	border: 2px solid #fff;
	border-top: none;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}
.about2_box::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc(50% - 70px);
	height: 2px;
	background-color: #fff;
}
.about2_box::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: calc(50% - 70px);
	height: 2px;
	background-color: #fff;
}
.about2b_title_div{
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
}
.about2b_title{
	font-family: var(--ch2);
	font-size: 17px;
	color: #8A7051;
	letter-spacing: 1px;
	text-align: center;
}
.about2_right{
	padding-top: 60px;
}
.about2r_box{
	max-width: 580px;
	padding: 35px 90px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
}
.about2r_box.t2{
	margin-left: 60px;
}
.about2rb_title{
	font-family: var(--ch2);
	font-size: 19px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.about2rb_hr{
	border: 1px dashed #D3C3B2;
	opacity: 1;
	margin-top: 0;
	margin-bottom: 20px;
}
.about2rb_text{
	font-size: 15px;
}

/* service */
.bg3{
	background-color: #F3F0EB;
}
.ser2_box{
	padding: 70px 80px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 70px;
}
.ser2b_title_row{
	margin-bottom: 40px;
}
.ser2b_title{
	font-family: var(--ch2);
	font-size: 27px;
	color: #8A7051;
	letter-spacing: 2px;
}
.ser2b_title_sub{
	text-align: right;
	letter-spacing: 1px;
}
.ser2b_ec{
	color: #8A7051;
	padding: 20px 20px 30px 20px;
	background-color: #f2f2f2;
	border-radius: 10px;
}
.ser2bec_title_div{
	padding-right: 30px;
}
.ser2bec_title_en{
	font-family: var(--en);
	font-size: 20px;
	font-style: italic;
}
.ser2bec_title{
	font-family: var(--ch2);
	font-size: 14px;
}
.ser_line{
	position: absolute;
	top: 14px;
	right: 10px;
}
.ser2bec_text{
	flex: 1;
	font-family: var(--ch2);
	font-size: 19px;
	line-height: 1.8em;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.ser2b_con{
	font-size: 15px;
	line-height: 1.8em;
	padding-top: 40px;
	margin-bottom: 20px;
}
.ser2bc_item{
	margin-bottom: 30px;
}
.ser2_btn_row{
	justify-content: center;
    padding-top: 20px;
}
.ser2b_ec.t2{
	color: #CBB295;
	background-color: #24394d;
}
.ser2b_ec.t2 .ser2bec_text{
	font-size: 22px;
}

/* team */
.team_bg{
	background: linear-gradient(to right, #ECE7E1 50%, #F8F6F4 50%);
}
.team_left{
	padding-right: 80px;
}
.team_right{
	padding-top: 50px;
	padding-left: 80px;
}
.team_item{
	margin-bottom: 140px;
}
.team_photo{
	width: 540px;
}
.team_box{
	max-width: 510px;
}
.teamb_sub{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.teamb_name{
	font-family: var(--ch2);
	font-size: 36px;
	color: #8A7051;
	letter-spacing: 7px;
	margin-bottom: 40px;
}
.teamb_exp{
	margin-top: 60px;
}
.teamb_exp_ul{
	list-style-type: none;
	padding-left: 30px;
}
.teamb_exp_ul li{
	font-size: 13px;
	color: #8A7051;
	margin-bottom: 10px;
}
.teamb_exp_ul li::before{
	position: absolute;
	content: "-";
	top: 0;
	left: -25px;
}

/* faq */
.faq_sec{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ECE7E1;
}
.sort_div{
	justify-content: center;
	margin-bottom: 60px;
}
.sort_btn{
	color: #000;
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.sort_btn:hover, .sort_btn.active{
	color: #CBB295;
	background-color: #24394d;
}

/* news */
.news_item{
	margin-bottom: 30px;
}
.news_box{
	display: block;
	height: 100%;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 6px #ddd;
	overflow: hidden;
}
.newsb_img{
	padding-bottom: 60%;
	overflow: hidden;
}
.newsb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.newsb_con{
	padding: 15px;
}
.newsb_date{
	font-size: 14px;
	color: #777;
	margin-bottom: 5px;
}
.newsb_date.bar{
	padding-left: 15px;
}
.newsb_date.bar::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 5px;
	height: 22px;
	background-color: #c8e1e0;
}
.newsb_title{
	font-size: 18px;
	font-weight: 500;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_box:hover{
	color: #8A7051;
}
.news_box:hover .newsb_img img{
	transform: scale(1.05);
}
.navigation_div{
	padding-top: 10px;
}
.pagination{
	justify-content: center;
}
.page-link{
	color: #000;
	border: none;
	background: none;
}
.page-link:focus{
	color: #000;
	box-shadow: none;
	background: none;
}
.page-item.active .page-link{
	color: #fff;
	background-color: #8A7051;
}
.page-item:hover .page-link{
	color: #fff;
	background-color: #8A7051;
}
.news_con{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.news_page_sec{
	padding-top: 70px;
	padding-bottom: 120px;
}
.news_title{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.news_text{
	line-height: 1.8em;
	margin-bottom: 80px;
}
.main_btn3{
	display: block;
	width: 240px;
	font-family: var(--ch2);
	font-size: 17px;
	color: #fff;
	text-align: center;
	border: 1px solid #8A7051;
	background-color: #8A7051;
	padding: 10px 12px;
}
.main_btn3:hover{
	color: #8A7051;
	background-color: #fff;
}

/* other */
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.brown{color: #8A7051;}
.mb-05{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

@media (max-width: 1600px){
	.menu{
		padding-top: 60px;
	}
	.menu_logo{
		width: 120px;
		margin-bottom: 30px;
	}
	.menu_btn{
		margin-bottom: 25px;
	}
	.menu_btn_ch{
		font-size: 18px;
	}
	.menu_btn_en{
		font-size: 24px;
	}
	.contact_stext_en{
		font-size: 56px;
	}
	.page_kv{
		height: 500px;
	}
}

@media (max-width: 1440px){
	.index_about_left{
		padding-right: 30px;
	}
	.sec_title_en{
		font-size: 42px;
		margin-bottom: 20px;
	}
	.sec_title{
		font-size: 22px;
	}
	.index_about_space{
		height: 50px;
	}
	.about2_con{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.about2r_box.t2{
		margin-left: 0;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	
	.main_sec{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ser_main_item{
		width: 31%;
	}
	.ser_main_box{
		padding: 70px 20px 50px 20px;
	}
	.team_title_bar{
		padding-top: 60px;
	}
	.team_sec_space{
		height: 100px;
	}
	.team_slick{
		margin-bottom: 100px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	
	.copyright{
		position: relative;
		bottom: 0;
		right: 0;
		text-align: right;
		margin-top: 15px;
	}
	.about2_con{
		max-width: 300px;
	}
	.about2_box{
		width: 100%;
	}
	.about2r_box{
		padding: 65px 20px 20px 20px;
	}
	.team_left{
		padding-right: 40px;
	}
	.team_right{
		padding-top: 20px;
		padding-left: 40px;
	}
	.ser2_box{
		padding: 70px 20px;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	.body{
		padding-top: 60px;
	}
	header{
		height: 60px;
	}
	.menu{
		width: 100%;
		right: -100%;
	}
	.header_logo{
		width: 80px;
		top: 2px;
		left: 5px;
	}
	.btn_line{
		top: 12px;
	}
	.contact_btn{
		width: 90px;
		top: 11px;
	}
	.mobile_btn{
		top: 11px;
	}
	.kv{
		height: 360px;
	}
	.kv_mask{
		display: block;
	}
	.kv_con{
		top: 85px;
	}
	.kv_box{
		width: 100%;
	}
	.kv_logo{
		width: 180px;
	}
	.index_about_left{
		padding-right: 12px;
		margin-bottom: 40px;
	}
	.index_about_con{
		width: 100%;
	}
	.sec_title_en{
		font-size: 34px;
	}
	.sec_title{
		font-size: 20px;
		letter-spacing: 3px;
	}
	.ser_row{
		margin-bottom: 30px;
	}
	.ser_main_row{
		padding-top: 30px;
	}
	.ser_main_item{
		width: 100%;
		margin-bottom: 20px;
	}
	.team_sec{
		padding-bottom: 70px;
	}
	.process_item{
		width: 100%;
		margin-bottom: 40px;
	}
	.process_div{
		padding: 30px 20px 1px 20px;
	}
	.contact{
		padding-top: 70px;
	}
	.contact_stext_en{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.contact_stext{
		letter-spacing: 4px;
	}
	.contact_right{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.footer{
		padding: 15px;
	}
	.footer_item{
		margin-bottom: 5px;
	}
	.page_head{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page_title{
		font-size: 22px;
	}
	.page_title_en{
		font-size: 34px;
	}
	.page_kv{
		height: 200px;
	}
	.about1_row{
		padding-top: 50px;
	}
	.about1_btn{
		width: 50%;
	}
	.about2_con{
		max-width: 400px;
	}
	.about2_box{
		margin-top: 80px;
	}
	.about2r_box{
		margin-bottom: 30px;
	}
	.team_item{
		margin-bottom: 50px;
	}
	.team_left{
		padding-right: 12px;
	}
	.team_right{
		padding-top: 40px;
		padding-left: 12px;
	}
	.team_photo{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.teamb_name{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.teamb_exp{
		margin-top: 40px;
	}
	.ser_item{
		font-size: 14px;
	}
	.ser2_box{
		padding: 20px 15px;
		margin-bottom: 40px;
	}
	.serb_num{
		display: none;
	}
	.ser2b_title_row{
		margin-bottom: 20px;
	}
	.ser2b_title{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.ser2b_title_sub{
		font-size: 15px;
		text-align: left;
		letter-spacing: 0;
	}
	.ser2b_ec{
		padding: 15px 15px 20px 15px;
	}
	.ser2bec_text{
		flex: 0 0 auto;
		width: 100%;
		font-size: 17px;
		padding-left: 0;
		padding-right: 0;
	}
	.ser2b_ec.t2 .ser2bec_text{
		font-size: 19px;
	}
	.ser2b_con{
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.ser2bc_item{
		margin-bottom: 20px;
	}
	.faq_sec{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sort_div{
		justify-content: flex-start;
		margin-bottom: 40px;
	}
	.sort_btn{
		font-size: 14px;
	}
	.news_page_sec{
		padding-top: 20px;
	}
	.news_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
}