/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
}
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;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.body_top{
	height: 90px;
}
.conp{
	padding-left: 15px;
	padding-right: 15px;
}
.en{
	font-family: "Cinzel", serif;
}
.wow{
	visibility: hidden;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 9998;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.5s;
}
header.bg_active .header_bg{
	opacity: 0.7;
}
.header_show{
	padding-top: 90px;
}
.header_show .header_bg{
	opacity: 0.7;
}
.header_logo{
	display: block;
	width: 120px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.mobile_btn{
	position: absolute;
	align-items: center;
	top: 25px;
	left: 40px;
	padding: 10px 0;
	cursor: pointer;
}
.mobile_btn_icon{
	width: 40px;
}
.mobile_btn_bar1{
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s;
	margin-bottom: 4px;
}
.mobile_btn_bar2{
	width: 28px;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s;
}
.mobile_btn_text{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.mobile_btn:hover .mobile_btn_bar1{
	width: 28px;
}
.mobile_btn:hover .mobile_btn_bar2{
	width: 20px;
}
.header_btn{
	position: absolute;
	top: 26px;
	padding: 10px;
	cursor: pointer;
}
.header_btn img{
	width: 16px;
	transition: transform 0.3s;
}
.header_btn:hover img{
	transform: scale(1.2);
}
.header_search_btn{
	left: 170px;
}
.menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.menu_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu_bg_div .f-carousel__slide{
	height: 100vh;
}
.menu_bg_div img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu_bg_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1c1f1e;
	opacity: 0.88;
}
.menu_left{
	width: 75%;
	height: 100%;
	padding: 70px 15px 70px 60px;
}
.menu_right{
	width: 25%;
}
.menu_main_div{
	height: 100%;
	max-height: 700px;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px 0;
}
.menu_main{
	width: 100%;
	height: 100%;
}
.menu_sitem{
	height: 104px;
	padding: 17px 0;
}
.menu_abtn{
	height: 100%;
	align-items: center;
}
.menu_inum{
	width: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	transition: opacity 0.7s;
}
.menu_iicon{
	width: 105px;
	height: 70px;
	transition: width 0.7s
}
.menu_iicon::before{
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.menu_iicon::after{
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	width: 80px;
	height: 1px;
	background-color: #fff;
	transition: width 0.7s
}
.menu_ititle{
	flex: 1;
	font-size: 50px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1em;
	opacity: 0.1;
	transition: opacity 0.7s;
}
.menu_imask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.f-button{
	display: none;
}
.menu_arrow{
	position: absolute;
	left: calc(50% - 16px);
	width: 32px;
	cursor: pointer;
}
.menu_arrow.up{
	top: 0px;
}
.menu_arrow.down{
	bottom: 0px;
}
.menu_sitem.is-neighbor .menu_ititle{
	opacity: 0.4;
}
.menu_sitem.is-selected .menu_inum{
	opacity: 1;
}
.menu_sitem.is-selected .menu_iicon{
	width: 160px;
}
.menu_sitem.is-selected .menu_iicon::after{
	width: 135px;
}
.menu_sitem.is-selected .menu_ititle{
	opacity: 1;
}
.menu_sitem.is-selected .menu_imask{
	display: none;
}
.menu_right_div{
	top: 50%;
	transform: translateY(-50%);
}
.menur_abtn{
	display: block;
	width: 100%;
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 8px 0;
}
.menur_abtn:hover{
	color: #e6ae71;
}
.menu_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.menu_close{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 58px;
	height: 58px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
}
.menu_close:hover{
	color: #000;
	background-color: #fff;
}
.menu2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #a79b8e;
	z-index: 9999;
	display: none;
}
.menu2_div{
	padding: 70px 15px 70px 60px;
}
.menu2_page{
	display: none;
}
.menu2_page.active{
	display: block;
}
.msi2 .menu_abtn:hover .menu_iicon{
	width: 160px;
}
.msi2 .menu_abtn:hover .menu_iicon::after{
	width: 135px;
}
.msi2 .menu_ititle{
	opacity: 1;
}
.menu_sitem2{
	height: 72px;
    padding: 12px 0;
}
.menu_iicon2{
	width: 65px;
	height: 100%;
	transition: width 0.7s
}
.menu_iicon2::before{
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.menu_iicon2::after{
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	width: 48px;
	height: 1px;
	background-color: #fff;
	transition: width 0.7s
}
.menu_ititle2{
	flex: 1;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}
.menu_sitem2 .menu_abtn:hover .menu_inum{
	opacity: 1;
}
.menu_sitem2 .menu_abtn:hover .menu_iicon2{
	width: 97px;
}
.menu_sitem2 .menu_abtn:hover .menu_iicon2::after{
	width: 80px;
}
.menu2_close{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 58px;
	height: 58px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	padding-top: 14px;
	cursor: pointer;
}
.menu2_close:hover{
	color: #000;
	background-color: #fff;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popup_close_btn{
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.popup_search{
	padding-top: 80px;
}
.search_div{
	max-width: 1000px;
	padding: 25px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.search_input_div{
	flex: 1;
}
.search_input{
	height: 42px;
	border: 1px solid #666;
	padding: 8px 16px;
}
.search_submit{
	display: block;
	width: 60px;
	height: 42px;
	background-color: #000;
	border: none;
}
.search_submit img{
	width: 18px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.search_submit:hover{
	background-color: #333;
}

/* index */
.kv{
	height: 100vh;
	background-color: #000;
}
.kv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_product_show{
	padding: 50px 0;
}
.main_con{
	max-width: 1430px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.product_slick_item{
	width: 33.33%;
	display: none;
}
.product_slick_item:first-child{
	display: block;
}
.product_sitem_abtn{
	display: block;
}
.product_sitem_img{
	padding-bottom: 100%;
}
.product_sitem_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}
.product_sitem_title{
	font-size: 24px;
	color: #a79b8e;
	text-align: center;
	padding-top: 10px;
}
.product_sitem_abtn:hover img{
	transform: scale(1.05);
}
.index_about{
	padding-top: 50px;
	padding-bottom: 50px;
}
.index_about_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #f6f5f4;
}
.iabout_con{
	background-color: #f6f5f4;
}
.iabout_row{
	padding: 0 15px;
}
.iabout_pic1{
	width: 93%;
	margin-top: 100px;
}
.iabout_pic2{
	top: -50px;
}
.iabout_info{
	padding-top: 50px;
	padding-left: 20px;
}
.iabout_title{
	font-size: 42px;
	margin-bottom: 30px;
}
.main_text{
	line-height: 1.8em;
}
.main_sec{
	padding-top: 50px;
	padding-bottom: 50px;
}
.w1130{
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.more_btn1{
	font-size: 22px;
	color: #a79b8e;
	transition: padding 0.5s;
}
.more_btn1:hover{
	color: #645d55;
	padding-left: 5px;
}
.index_banner{
	height: 520px;
}
.index_banner_bg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_banner_info{
	width: 460px;
	font-size: 34px;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 6px 12px #00000066;
	margin-left: auto;
	margin-right: auto;
}
.sec_publicity{
	padding-top: 100px;
	padding-bottom: 50px;
}
.publicity_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background-color: #f6f5f4;
}
.publicity_item1{
	background-color: #f6f5f4;
}
.publicity_box2{
	padding: 25px 0;
}
.publicity_img2{
	max-width: 256px;
	margin-left: auto;
	margin-right: auto;
}
.sec_contact{
	background-image: url(../img/header/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
	
}
.sec_contact_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
.sec_contact_title{
	font-size: 40px;
	color: #fff;
	margin-bottom: 25px;
}
.sec_contact_text{
	color: #fff;
	margin-bottom: 35px;
}
.sec_contact_btn{
	display: block;
	width: 150px;
	color: #fff;
	background-color: #1f2323;
	text-align: center;
	padding: 10px 0;
}
.sec_contact_btn:hover{
	background-color: #645d55;
}

/* footer */
footer{
	padding: 30px 0;
	background-color: #1f2323;
}
.footer_main_row{
	align-items: flex-end;
	padding-bottom: 20px;
}
.footer_title{
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.footer_info_row{
	margin-bottom: 7px;
}
.footer_info_title{
	width: 55px;
	color: #fff;
}
.footer_info_text{
	color: #fff;
}
.footer_social{
	justify-content: flex-end;
}
.footer_social_btn{
	display: block;
	width: 24px;
	overflow: hidden;
}
.footer_social_btn:hover img{
	left: -10000px;
	filter: drop-shadow(10000px 0 #e6ae71);
}
.copyright{
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-top: 15px;
}
.footer_hr{
	height: 1px;
	background-color: #fff;
	margin-bottom: 25px;
}
.footer_a{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.footer_a:hover{
	color: #e6ae71;
}
.gotop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #a79b8e;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	cursor: pointer;
	z-index: 999;
}
.gotop > div{
	top: 50%;
	transform: translateY(-50%);
}
.gotop:hover{
	opacity: 1;
}

/* products */
.product_list_title{
	font-size: 56px;
	text-align: center;
}
.page_kv{
	height: 550px;
}
.page_kv img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_intro{
	padding-top: 30px;
	padding-bottom: 30px;
}
.breadcrumb_div .breadcrumb{
	justify-content: center;
}
.breadcrumb-item{
	font-size: 14px;
	color: #000;
}
.breadcrumb-item a{
	color: #a79b8e;
}
.breadcrumb-item a:hover{
	color: #645d55
}
.product_title{
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}
.product_intro_text{
	text-align: center;
	line-height: 1.7em;
}
.product_item{
	margin-bottom: 100px;
}
.product_btn{
	display: block;
}
.product_btn_img{
	padding-bottom: 100%;
}
.product_btn_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_btn_img .hover{
	opacity: 0;
	transition: opacity 0.3s;
}
.product_btn_style{
	justify-content: center;
	height: 40px;
	margin: 10px 0;
	overflow: hidden;
}
.probs_item{
	width: 42px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
.probs_item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_btn_title{
	color: #1f2323;
	text-align: center;
}
.product_btn:hover .product_btn_img .hover{
	opacity: 1;
}
.product_btn:hover .product_btn_title{
	color: #a79b8e;
}
.sec_title{
	font-size: 32px;
	margin-bottom: 20px;
}
.product_text{
	line-height: 1.7em;
}
.pro_brauty{
	padding-bottom: 30px;
}
.pro_brauty_bar{
	font-size: 28px;
	text-align: center;
	background-color: #f6f5f4;
	padding: 10px 15px;
	margin-bottom: 30px;
}

/* products page */
.prop_sitem{
	display: none;
}
.prop_sitem:first-child{
	display: block;
}
.prop_sitem_img{
	padding-bottom: 100%;
}
.prop_sitem_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.prop_title{
	font-size: 70px;
}
.prop_serial{
	font-size: 17px;
	color: #a79b8e;
	margin-bottom: 20px;
}
.prop_style{
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 20px;
}
.prop_style_item{
	padding-left: 7px;
	padding-right: 7px;
}
.prop_style_btn{
	width: 80px;
	height: 80px;
	border: 1px solid #e5e1dd;
	border-radius: 50%;
	overflow: hidden;
}
.prop_style_btn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}
.prop_style_btn:hover img{
	transform: scale(1.05);
}
.prop_btn1_div{
	margin-bottom: 40px;
}
.prop_btn1{
	color: #fff;
	padding: 20px 35px;
	background-color: #1f2323;
}
.prop_btn1:hover{
	background-color: #645d55;
}
.product_text{
	margin-bottom: 50px;
}
.prop_dl_btn{
	color: #a79b8e;
	overflow: hidden;
}
.prop_dl_btn > img{
	display: inline-block;
	width: 16px;
	margin-left: 5px;
}
.prop_dl_btn:hover{
	color: #645d55;
}
.prop_dl_btn:hover img{
	top: -10000px;
	filter: drop-shadow(0 10000px #645d55);
}
.prop_hr{
	height: 1px;
	background-color: #a79b8e;
	margin-bottom: 10px;
}
.prop_spec_item{
	margin-bottom: 20px;
}
.prop_spec_title{
	color: #a79b8e;
	text-align: center;
	margin-bottom: 3px;
}
.prop_spec_text{
	font-size: 18px;
	color: #1f2323;
	text-align: center;
}
.prop_specification{
	background-color: #1f2323;
	padding: 40px 0;
}
.specification_title{
	font-size: 36px;
	color: #fff;
}
.specification_item img{
	max-height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.propcs_right{
	padding-left: 40px;
}
.prop_con_slick{
	margin-bottom: 60px;
}
.prop_con_sitem{
	display: none;
}
.prop_con_sitem:first-child{
	display: block;
}
.prop_con_box{
	padding-left: 40px;
	padding-right: 40px;
}
.propcs_text{
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.7em;
}

/* company */
.company_breadcrumb{
	padding-top: 20px;
	padding-bottom: 5px;
}
.company1_con{
	padding-top: 30px;
	padding-bottom: 30px;
}
.company1_left{
	padding-right: 40px;
}
.company_title{
	font-size: 42px;
	margin-bottom: 25px;
}
.company_sec2{
	padding-top: 80px;
	padding-bottom: 80px;
}
.company2_con{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.company2_left{
	height: 100%;
	padding: 15px 50px;
}
.company3_title{
	font-size: 36px;
	margin-bottom: 20px;
}
.company3_right{
	padding-left: 30px;
}
.com4_item{
	overflow: hidden;
	border-top: 1px solid #a79b8e;
	padding-top: 20px;
	padding-bottom: 20px;
}
.com4_item:first-child{
	border-top: none;
}
.com4i_left{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.com4i_right{
	padding-right: 80px;
	transition: transform 0.3s;
}
.com4_title{
	font-size: 22px;
	margin-bottom: 10px;
}
.com4_num{
	font-size: 48px;
	color: #a79b8e;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
@media (min-width: 768px){
	.com4_item:hover .com4i_right{
		transform: translateX(80px);
	}
	.com4_item:hover .com4_num{
		opacity: 1;
	}
}
.com4i_img{
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: none;
}
.com4_img_div{
	padding-left: 40px;
}
.com4_img_frame{
	top: 50%;
	transform: translateY(-50%);
}
.com4_img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
.com4_img:first-child{
	position: relative;
}
.com4_img.active{
	opacity: 1;
}

/* news */
.news_sort{
	justify-content: center;
	margin-left: -8px;
	margin-right: -8px;
}
.news_sort_item{
	padding-left: 8px;
	padding-right: 8px;
}
.news_sort_btn{
	font-size: 18px;
	color: #1f2323;
	font-weight: 300;
	padding: 5px;
	border-bottom: 1px solid transparent;
}
.news_sort_btn:hover{
	border-bottom-color: #1f2323;
}
.news_sort_btn.active{
	border-bottom-color: #1f2323;
}
.news_item{
	margin-bottom: 80px;
}
.news_box{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.news_btn{
	display: block;
}
.newsb_img{
	padding-bottom: 75%;
	margin-bottom: 10px;
	overflow: hidden;
}
.newsb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}
.newsb_date{
	height: 23px;
	font-family: "Arial";
	font-size: 15px;
	color: #a79b8e;
	text-align: center;
	margin-bottom: 5px;
}
.newsb_title{
	color: #1f2323;
	text-align: center;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_btn:hover .newsb_img img{
	transform: scale(1.05);
}
.news_sec{
	padding-bottom: 50px;
}
.news_con{
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.news_title{
	font-size: 48px;
	text-align: center;
	margin-bottom: 40px;
}
.news_banner{
	margin-bottom: 60px;
}
.news_banner img{
	max-width: none;
	width: 100%;
}

/* contact */
.page_title{
	font-size: 50px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.contact_con{
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.form_row{
	margin-bottom: 25px;
}
.form_title{
	font-size: 15px;
	color: #645d55;
	margin-bottom: 5px;
}
input[type="text"], input[type="email"]{
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus{
	outline: none;
}
select{
	width: 100%;
}
select:focus{
	outline: none;
}
textarea{
	width: 100%;
}
textarea:focus{
	outline: none;
}
.form_input{
	border: none;
	border-bottom: 1px solid #1f2323;
	background: none;
	padding: 5px 0;
}
.form_input:focus{
	border-bottom-color: #a79b8e;
}
.form_select{
	border: none;
	border-bottom: 1px solid #1f2323;
	background: none;
	padding: 5px 0;
}
.form_select:focus{
	border-bottom-color: #a79b8e;
}
.form_textarea{
	height: 100px;
	border: none;
	border-bottom: 1px solid #1f2323;
	background: none;
	padding: 5px 0;
}
.form_textarea:focus{
	border-bottom-color: #a79b8e;
}
.policy_box{
	max-height: 120px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	overflow-y: auto;
}
input[type="checkbox"]{
	top: 2px;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.form_submit_div{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.form_submit{
	color: #fff;
	border: none;
	background-color: #1f2323;
	padding: 18px 38px;
}
.form_submit:hover{
	background-color: #645d55;
}
.w560{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

/* boutiques */
.bout_item{
	margin-bottom: 100px;
}
.bout_img{
	padding-right: 60px;
}
.bout_info{
	padding-top: 40px;
}
.bout_title{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
}
.bout_text_div{
	margin-bottom: 50px;
}
.bout_text{
	margin-bottom: 10px;
}
.bout_text span{
	top: -1px;
	margin: 0 15px;
	opacity: 0.6;
}
.bout_btn_row{
	margin-left: -6px;
	margin-right: -6px;
}
.bout_btn{
	color: #fff;
	padding: 7px 17px;
	background-color: #1f2323;
	margin: 0 6px;
	margin-bottom: 10px;
}
.bout_btn:hover{
	background-color: #645d55;
}

/* beauty_routine */
.beauty_sec_01{
	padding-top: 50px;
	padding-bottom: 10px;
}
.beauty_sub_title{
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 1px;
}
.beauty_slogan{
	text-align: center;
	padding: 15px;
	background-color: #f6f5f4;
	margin-bottom: 20px;
}
.beauty_sec_title{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.beauty_info_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 100%;
	background-color: #f0f0f0;
}
.beauty_info_text{
	line-height: 1.7em;
	padding-left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.beauty_photo_sec{
	background-color: #a79b8e;
	padding-top: 30px;
	padding-bottom: 1px;
}
.beauty_btn{
	color: #fff;
	padding: 20px 40px;
	background-color: #a79b8e;
}
.beauty_btn:hover{
	background-color: #1f2323;
}

/* privacy */
.privacy_title{
	font-size: 26px;
	margin-bottom: 40px;
}

/* other */
.edit_area{
	line-height: 1.7em;
}
.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;}
.bg_gray{background-color: #f6f5f4;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}

@media (max-width: 1300px){
	.menu_sitem{
		height: 72px;
		padding: 12px 0;
	}
	.menu_iicon{
		height: 50px;
	}
	.menu_ititle{
		font-size: 34px;
		letter-spacing: 1px;
	}
	.menu_close{
		top: 15px;
		right: 15px;
	}
	.menu_ititle2{
		font-size: 28px;
	}
	.menu2_close{
		top: 15px;
		right: 15px;
	}
	.prop_title{
		font-size: 40px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	
	.iabout_pic1{
		margin-top: 50px;
	}
	.iabout_title{
		font-size: 34px;
	}
	.bout_img{
		padding-right: 12px;
	}
	.bout_info{
		padding-top: 0;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	
	/* header */
	.menu_left{
		width: 100%;
		height: calc(100% - 220px);
		padding: 20px;
	}
	.menu_inum{
		width: 20px;
		font-size: 14px;
	}
	.menu_iicon{
		width: 24px;
	}
	.menu_iicon::before{
		width: 12px;
	}
	.menu_iicon::after{
		width: 18px;
	}
	.menu_ititle{
		font-size: 22px;
	}
	.menu_sitem.is-selected .menu_iicon{
		width: 38px;
	}
	.menu_sitem.is-selected .menu_iicon::after{
		width: 28px;
	}
	.menur_abtn{
		width: 50%;
		font-size: 20px;
	}
	.menu_right{
		width: 100%;
		height: 220px;
		padding: 20px 20px 70px 20px;
	}
	.menu_right_div{
		top: 0;
		transform: translateY(0);
	}
	.menu_close{
		width: 40px;
		height: 40px;
		font-size: 26px;
	}
	.menu2_div{
		padding: 70px 20px 20px 20px;
	}
	.msi2 .menu_abtn:hover .menu_iicon{
		width: 38px;
	}
	.msi2 .menu_abtn:hover .menu_iicon::after{
		width: 28px;
	}
	.menu_sitem2{
		height: 46px;
		padding: 7px 0;
	}
	.menu_iicon2{
		width: 22px;
	}
	.menu_iicon2::before{
		width: 10px;
	}
	.menu_iicon2::after{
		width: 16px;
	}
	.menu_ititle2{
		font-size: 20px;
	}
	.menu_sitem2 .menu_abtn:hover .menu_iicon2{
		width: 38px;
	}
	.menu_sitem2 .menu_abtn:hover .menu_iicon2::after{
		width: 28px;
	}
	.menu2_close{
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding-top: 8px;
	}
	.product_list_title{
		font-size: 36px;
	}
	.company_title{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.company3_title{
		font-size: 26px;
	}
	.com4_title{
		font-size: 20px;
	}
	.com4i_left{
		display: none;
	}
	.com4i_right{
		padding-right: 0;
	}
	.news_title{
		font-size: 36px;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	.header_show{
		padding-top: 60px;
	}
	.body_top{
		height: 60px;
	}
	/* header */
	header{
		height: 60px;
	}
	.header_logo{
		width: 80px;
		top: 8px;
	}
	.mobile_btn{
		top: 15px;
		left: 15px;
	}
	.mobile_btn_text{
		display: none;
	}
	.header_search_btn{
		top: 11px;
		left: 60px;
	}
	.search_div{
		padding: 12px 12px 8px 12px;
	}
	.search_input{
		padding: 8px;
	}
	.kv{
		height: 400px;
	}
	.main_sec{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index_about{
		padding-top: 0;
		padding-bottom: 0;
	}
	.index_about_con{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index_about_bg{
		width: 100%;
	}
	.iabout_pic1{
		width: 400px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.iabout_pic2{
		width: 400px;
		top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.iabout_info{
		padding-top: 20px;
		padding-left: 0;
	}
	.iabout_title{
		margin-bottom: 20px;
	}
	.index_banner{
		height: 240px;
	}
	.index_banner_info{
		width: 300px;
		font-size: 26px;
	}
	.sec_publicity{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.publicity_img2{
		max-width: 100%;
		width: 400px;
	}
	.sec_contact_left{
		margin-bottom: 50px;
	}
	.sec_contact_title{
		font-size: 30px;
	}
	.footer_social{
		justify-content: flex-start;
		padding-top: 30px;
	}
	.copyright{
		text-align: left;
	}
	.gotop{
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.page_kv{
		height: 300px;
	}
	.product_title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.product_item{
		margin-bottom: 50px;
	}
	.sec_title{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.propcs_right{
		padding-top: 10px;
		padding-left: 0;
	}
	.pro_brauty_bar{
		font-size: 22px;
	}
	.company1_left{
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.company_sec2{
		padding: 30px;
	}
	.company2_left{
		padding: 15px;
	}
	.company3_img{
		width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.company3_right{
		padding-left: 15px;
	}
	.com4i_img{
		display: block;
	}
	.com4_img_div{
		display: none;
	}
	.news_title{
		font-size: 26px;
	}
	.page_title{
		font-size: 36px;
	}
	.bout_info{
		padding-top: 20px;
	}
	.bout_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.beauty_sub_title{
		font-size: 20px;
	}
	.beauty_sec_title{
		font-size: 22px;
	}
	.beauty_info_bg{
		display: none;
	}
	.beauty_info_text{
		padding-top: 10px;
		padding-left: 0;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	
}