/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 70px;
	color: #25282A;
}
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;
	animation-duration: 1.5s;
}
.cover{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cover-abs{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 9999;
	box-shadow: 0px 3px 6px #00000029;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: opacity 0.5s;
}
.menu{
	height: 100%;
	padding-left: 270px;
	padding-right: 270px;
}
.menu_row{
	justify-content: center;
	height: 100%;
}
.menu_item{
	height: 100%;
}
.menu_btn{
	display: block;
	height: 100%;
	font-size: 15px;
	color: #25282A;
	letter-spacing: 1px;
	padding-top: 23px;
	padding-left: 23px;
	padding-right: 23px;
}
.menu_btn:hover{
	color: #fff;
	background-color: #1E22A8;
}
.menu_item.active .menu_btn::after, .menu_btn.active::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #1E22A8;
}
.menu2{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	border-top: 3px solid #1E22A8;
	background-color: #272b2bee;
	padding: 40px 200px;
	display: none;
}
.menu2_item{
	width: 20%;
}
.menu2_title{
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 0;
	margin-bottom: 15px;
}
a.menu2_title:hover{
	color: #ffb944;
}
.menu2_btn{
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 7px 0;
}
.menu2_btn:hover{
	color: #ffb944;
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.menur_row{
	height: 100%;
	align-items: center;
}
.menur_item{
	padding-left: 7px;
	padding-right: 7px;
}
.menur_ibtn{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.menur_ibtn:hover img{
	top: -1000px;
    filter: drop-shadow(0 1000px #000000);
}
.menur_item2{
	height: 100%;
	margin-left: 14px;
}
.menur_btn{
	display: block;
	width: 160px;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #1E22A8;
	padding-top: 20px;
}
.menur_btn:hover{
	color: #fff;
	background-color: #4045F1;
}
.icon_line{
	display: inline-block;
	width: 35px;
	margin-right: 10px;
}
.header_logo{
	position: absolute;
	top: 22px;
	left: 30px;
	width: 162px;
}
.mobile_btn{
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.body_top{
	height: 80px;
}

/* index */
.kv{
	height: 900px;
	overflow: hidden;
}
.kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_video_type{
	height: 100%;
}
.kv_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_item{
	height: 900px;
	display: none;
}
.kv_item:first-child{
	display: block;
}
.kv_box{
	width: 1040px;
	height: 598px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.kv_logo_01{
	position: absolute;
	top: 0;
	left: 0;
}
.kv_logo_02{
	position: absolute;
	top: 0;
	right: 0;
}
.kv_box_con{
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
}
.kv_logo{
	width: 373px;
	margin-bottom: 60px;
	animation-delay: 3.2s;
}
.kv_box_text{
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	line-height: 1.3em;
	text-shadow: 1px 1px 2px #666;
	animation-delay: 3.5s;
}
.sec_index2{
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #F0EBE3;
}
.con-1600{
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.index2_title{
	font-size: 45px;
	text-align: center;
	margin-bottom: 10px;
}
.index2_title2{
	font-size: 30px;
	color: #8D827A;
	font-weight: 300;
	text-align: center;
	margin-bottom: 100px;
}
.index2_item{
	margin-bottom: 50px;
}
.index2_box{
	width: 225px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.index2_bg{
	position: absolute;
	top: 0;
	left: 0;
}
.index2b_num{
	font-size: 70px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.index2b_num .unit{
	font-size: 18px;
}
.index2b_text{
	font-size: 20px;
	color: #8D827A;
	text-align: center;
}
.index2_tsp_right{
	position: absolute;
	top: -30px;
	left: calc(50% + 290px);
}
.index2_tsp_left{
	position: absolute;
	top: 55px;
	left: calc(50% - 320px);
}
.sec_index3{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
}
.index3_main{
	padding-top: 230px;
	z-index: 1;
}
.index3_tt{
	margin-left: auto;
	margin-right: auto;
}
.index3_title{
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	padding: 50px 0;
}
.index3_title span{
	font-weight: 500;
}
.index3_sub{
	font-family: "Arial";
	font-size: 80px;
	color: #f0ebe3;
	letter-spacing: 1px;
	text-align: center;
	z-index: 1;
}
.index3_space{
	height: 340px;
}
.index3_row{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.index3_item{
	position: absolute;
}
.index3_item.box1{
	top: 90px;
	left: 100px;
}
.index3_item.box1 .index3_box{
	max-width: 454px;
}
.index3_item.box2{
	top: 30px;
	right: 230px;
}
.index3_item.box2 .index3_box{
	max-width: 450px;
}
.index3_item.box3{
	top: 530px;
	left: 430px;
}
.index3_item.box3 .index3_box{
	max-width: 302px;
}
.index3_item.box4{
	top: 530px;
	right: 100px;
}
.index3_item.box4 .index3_box{
	max-width: 345px;
}
.index3b_img{
	margin-bottom: 20px;
}
.i3b_title{
	font-size: 20px;
	font-weight: 500;
	padding-right: 10px;
}
.i3b_text{
	flex: 1;
	color: #535353;
	padding-top: 3px;
}
.i3b_sp{
	position: absolute;
	top: -7px;
	left: -25px;
}
.index3_item.box2 .i3b_con{
	padding-left: 160px;
}
.index3_item.box2 .i3b_sp{
	left: 135px;
}
.sec_index4{
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #f3f3f3;
	background-image: url(../img/index/index4_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.index4_con{
	max-width: 1360px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.index4_title_sp{
	position: absolute;
	top: -45px;
	right: -50px;
}
.index4_title{
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: right;
}
.index4_title_en{
	font-size: 40px;
	color: #3336AF;
	text-align: right;
	margin-bottom: 50px;
}
.index4_row{
	margin-left: -15px;
	margin-right: -15px;
}
.index4_left{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.index4_right{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 120px;
}
.index4_box{
	margin-bottom: 40px;
}
.i4b_con{
	padding: 20px;
	background-color: #fff;
}
.i4b_title{
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.i4b_text{
	font-size: 14px;
	letter-spacing: 1px;
}
.index4_box.box3{
	max-width: 572px;
	margin-left: auto;
	margin-right: 0;
}
.index4_box.box4{
	max-width: 444px;
}
.sec_client{
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #373C3F;
}
.client_title_en{
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5px;
}
.client_title{
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 60px;
}
.client_item{
	width: 20%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 30px;
}
.client_item img{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.sec_share{
	padding-top: 60px;
	padding-bottom: 70px;
	background-image: url(../img/index/share_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.share_title{
	font-size: 32px;
	color: #373C3F;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
}
.share_at{
	text-align: center;
	margin-bottom: 50px;
}
.share_atbtn{
	color: #848484;
}
.share_item{
	width: 16.66%;
}
.share_abtn{
	display: block;
	padding-bottom: 100%;
	overflow: hidden;
}
.share_abtn img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.share_abtn:hover img{
	transform: scale(1.05);
}
.sec_contact{
	background-color: #E9E6E5;
}
.contact_img_div{
	width: 50%;
}
.contact_rcon{
	width: 50%;
	padding: 80px 100px;
}
.contact_title{
	font-size: 27px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.contact_title span{
	font-size: 24px;
	letter-spacing: 0;
	margin-left: 15px;
}
.contact_form{
	max-width: 540px;
}
.form_row{
	margin-bottom: 25px;
}
.form_title{
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.main_input{
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #CBCBCB;
	border-radius: 25px;
	background-color: #fff;
}
.main_input:focus{
	outline: none;
}
input[type="radio"]{
	width: 16px;
	height: 16px;
	top: 2px;
	margin-right: 8px;
}
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	top: 2px;
	margin-right: 8px;
}
textarea{
	width: 100%;
	height: 90px;
	padding: 8px 15px;
	border: 1px solid #CBCBCB;
	border-radius: 25px;
	background-color: #fff;
}
textarea:focus{
	outline: none;
}

/* footer */
footer{
	padding: 30px 50px;
}
.footer_logo{
	width: 120px;
	margin-bottom: 20px;
}
.footer_text{
	font-size: 15px;
}
.copyright{
	position: absolute;
	right: 50px;
	bottom: 30px;
	font-size: 15px;
	text-align: right;
}

/* product */
.page_kv{
	height: 170px;
	background-color: #1A2A80;
}
.page_kv_con{
	padding-top: 50px;
}
.page_kv_title{
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
}
.page_kv_title_en{
	font-family: "Arial";
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.page_kv_sp1{
	position: absolute;
	top: -20px;
	right: -20px;
}
.page_kv_sp2{
	position: absolute;
	bottom: -70px;
	left: 0;
}
.product_sec1{
	padding-top: 60px;
	padding-bottom: 40px;
}
.product_sitem{
	display: none;
}
.product_sitem:first-child{
	display: block;
}
.pro_sec{
	padding-top: 20px;
	padding-bottom: 100px;
}
.product_menu{
	position: absolute;
	top: 0;
	left: 15px;
	width: 270px;
	background-color: #fff;
	z-index: 10;
}
.prom_group{
	border-bottom: 1px solid #e2e2e2;
}
.prom_btn{
	display: block;
	color: #000;
	letter-spacing: 1px;
	padding: 13px 0;
	cursor: pointer;
}
.prom_btn:hover, .prom_btn.active{
	color: #101492;
}
.prom_icon{
	position: absolute;
	top: 18px;
	right: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
.prom_group.active .prom_icon img{
	top: -16px;
}
.prom_smenu{
	padding-bottom: 15px;
	display: none;
}
.prom_abtn{
	display: block;
	font-size: 15px;
	color: #25282A;
	letter-spacing: 1px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.prom_abtn::before{
	position: absolute;
	content: "-";
	top: 0;
	left: 0;
}
.prom_abtn:hover, .prom_abtn.active{
	color: #101492;
}
.prom_keyword{
	padding-top: 15px;
}
.prom_keyword_title{
	margin-bottom: 15px;
}
.prom_keyword_row{
	margin-left: -5px;
	margin-right: -5px;
}
.prom_keyword_item{
	font-size: 14px;
	color: #25282A;
	border: 1px solid #D2CBBF;
	border-radius: 10px;
	padding: 4px 17px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.prom_keyword_item:hover{
	color: #fff;
	border-color: #25282A;
	background-color: #25282A;
}
.product_list_div{
	padding-left: 340px;
}
.plist_title{
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.plist_num{
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 13px;
}
.plist_num span{
	font-size: 18px;
	font-weight: 500;
}
.product_item{
	margin-bottom: 60px;
}
.product_box{
	display: block;
	color: #25282A;
}
.prob_img{
	padding-bottom: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.prob_img img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prob_img_hover{
	opacity: 0;
	transition: opacity 0.5s;
}
.prob_title{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}
.product_box:hover{
	color: #101492;
}
.product_box:hover .prob_img_hover{
	opacity: 1;
}
.prom_mobile_btn{
	position: absolute;
	top: 35px;
	right: -26px;
	width: 26px;
	line-height: 1.2em;
	text-align: center;
	padding: 5px 0;
	border-radius: 0 5px 5px 0;
	background-color: #f2f2f2;
	cursor: pointer;
	display: none;
}
.breadcrumb_div{
	padding: 15px 0;
}
.breadcrumb{
	margin-bottom: 0;
}
.breadcrumb-item{
	font-size: 13px;
	color: #25282A;
}
.breadcrumb-item a{
	color: #25282A;
}
.breadcrumb-item a:hover{
	color: #1E22A8;
}
.breadcrumb-item.active{
	color: #25282A;
}
.breadcrumb-item + .breadcrumb-item::before{
	content: ">";
	color: #25282A;
}
.breadcrumb_kv{
	position: absolute;
	top: 0;
	left: 0px;
	padding: 15px;
}
.breadcrumb_kv .breadcrumb-item{
	color: #fff;
}
.breadcrumb_kv .breadcrumb-item a{
	color: #fff;
}
.breadcrumb_kv .breadcrumb-item a:hover{
	color: #ffb944;
}
.breadcrumb_kv .breadcrumb-item.active{
	color: #fff;
}
.breadcrumb_kv .breadcrumb-item + .breadcrumb-item::before{
	color: #fff;
}

/* product_page */
.prop_sec{
	padding-top: 10px;
}
.prop_main{
	max-width: 1120px;
}
.prop_left{
	width: 48%;
	overflow: hidden;
}
.prop_right{
	width: 52%;
	padding-top: 60px;
	padding-left: 100px;
}
.prop_slick{
	margin-bottom: 20px;
}
.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: cover;
}
.prop_nav_div{
	margin-left: -6px;
	margin-right: -6px;
}
.prop_snitem{
	width: 20%;
	padding-left: 6px;
	padding-right: 6px;
	display: none;
}
.prop_snitem:first-child{
	display: block;
}
.prop_snav_img{
	padding-bottom: 100%;
	cursor: pointer;
}
.prop_snav_img:hover img{
	opacity: 0.8;
}
.prop_snav_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prop_snitem.slick-current .prop_snav_img::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #1E22A8;
}
.prop_slick_nav .slick-arrow{
	width: 8px;
	height: 13px;
}
.prop_slick_nav .slick-prev{
	background-image: url(../img/product_page/arrow_prev.png);
}
.prop_slick_nav .slick-next{
	background-image: url(../img/product_page/arrow_next.png);
}
.prop_title{
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.prop_text{
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 60px;
}
.prop_color{
	margin-bottom: 30px;
}
.prop_color_row{
	margin-bottom: 10px;
}
.prop_color_title{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
}
.prop_color_con{
	flex: 1;
}
.prop_color_btn{
	font-size: 14px;
	padding: 4px 8px;
	border: 1px solid #D2CBBF;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
}
.prop_color_btn:hover, .prop_color_btn.active{
	color: #fff;
	background-color: #25282A;
	border-color: #25282A;
}
.prop_hr{
	opacity: 0.12;
	margin-bottom: 30px;
}
.prop_price{
	margin-bottom: 40px;
}
.prop_price_title{
	font-size: 14px;
	color: #101492;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
.prop_price_text{
	font-family: "Arial";
	font-size: 20px;
	letter-spacing: 1px;
}
.prop_buy_btn{
	position: absolute;
	bottom: 3px;
	right: 0;
	font-size: 14px;
	color: #fff;
	padding: 6px 12px;
	background-color: #1E22A8;
	border-radius: 5px;
}
.prop_dl_btn{
	display: block;
	font-size: 14px;
	color: #25282A;
	letter-spacing: 1px;
	text-align: center;
	padding: 18px 0;
	border: 1px solid #D2CBBF;
	background-color: #fff;
	margin-bottom: 15px;
}
.prop_dl_btn > img{
	position: absolute;
	top: 18px;
	left: calc(50% - 80px);
	width: 18px;
}
.prop_contact_btn{
	display: block;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: 19px 0;
	background-color: #1E22A8;
}
.prop_contact_btn:hover{
	background-color: #4045F1;
}
.prop_page_btn_div{
	justify-content: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
}
.prop_page_btn{
	width: 30%;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	padding: 22px 0;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.prop_page_btn:hover, .prop_page_btn.active{
	border-bottom-color: #1E22A8;
}
.prop_page_div{
	margin-bottom: 80px;
}
.prop_page{
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 1px;
	display: none;
}
.prop_page.active{
	display: block;
}

/* product_screen */
.screen_kv{
	padding-top: 100px;
	padding-bottom: 80px;
}
.screen_kv_sp2{
	position: absolute;
	bottom: 0;
	left: 0;
}
.screen_kv_title{
	font-size: 72px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}
.screen_kv_sub{
	margin-left: auto;
	margin-right: auto;
}
.screen_kv_img{
	transform: translateY(-20px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.screen_kv_text{
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
}
.first-big::first-letter{
	font-size: 20px;
}
.main_sec{
	padding-top: 100px;
	padding-bottom: 100px;
}
.screen1_sec{
	background: linear-gradient(#FFFFFF, #fcfcfc);
}
.screen1_con{
	max-width: 480px;
	padding-left: 50px;
	margin-bottom: 40px;
}
.screen1_title{
	font-size: 64px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.3em;
	margin-bottom: 40px;
}
.screen1_text{
	font-size: 14px;
	line-height: 1.9em;
	letter-spacing: 1px;
}
.screen1_img_01::before{
	position: absolute;
	content: "";
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	border: 2px solid #E8E4DE;
}
.screen1_img_02{
	transform: translateX(-80px);
}
.screen1_img_02::after{
	position: absolute;
	content: "";
	top: 15px;
	left: 15px;
	width: 100%;
	height: 100%;
	border: 2px solid #E8E4DE;
}
.sec1_con{
	max-width: 480px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
en{
	font-size: 30px;
	font-weight: 300;
}
.main_title{
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
.main_title span{
	font-weight: 500;
}
.main_text{
	letter-spacing: 1px;
	line-height: 1.8em;
}
.module_left{
	padding-top: 30px;
}
.module_btn_row{
	max-width: 400px;
}
.module_btn_item{
	width: 100%;
}
.module_btn{
	font-size: 15px;
	letter-spacing: 1px;
	padding: 18px 10px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.module_icon{
	display: inline-block;
	width: 26px;
	height: 20px;
	top: 4px;
	margin-right: 15px;
	background-color: #E1DACD;
	mask-size: cover;
	mask-repeat: no-repeat;
}
.module_icon1{
	mask-image: url(../img/product_screen/module_icon_01.png);
	-webkit-mask-box-image: url(../img/product_screen/module_icon_01.png);
}
.module_icon2{
	mask-image: url(../img/product_screen/module_icon_02.png);
	-webkit-mask-box-image: url(../img/product_screen/module_icon_02.png);
}
.module_icon3{
	mask-image: url(../img/product_screen/module_icon_03.png);
	-webkit-mask-box-image: url(../img/product_screen/module_icon_03.png);
}
.module_icon4{
	mask-image: url(../img/product_screen/module_icon_04.png);
	-webkit-mask-box-image: url(../img/product_screen/module_icon_04.png);
}
.module_icon5{
	mask-image: url(../img/product_screen/module_icon_05.png);
	-webkit-mask-box-image: url(../img/product_screen/module_icon_05.png);
}
.module_btn:hover{
	color: #1E22A8;
}
.module_btn.active .module_icon{
	background-color: #1E22A8;
}
.module_page{
	display: none;
}
.module_page.active{
	display: block;
}
.height_show_btn_div{
	margin-bottom: 50px;
}
.height_show_btn_row{
	margin-left: -4px;
	margin-right: -4px;
}
.height_show_btn_item{
	width: 16.66%;
	padding-left: 4px;
	padding-right: 4px;
}
.height_show_btn{
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.height_show_btn:hover, .height_show_btn.active{
	color: #1E22A8;
	border-bottom-color: #1E22A8;
}
.height_show_frame{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.hs_frame{
	position: absolute;
	top: 0;
	left: 0;
}
.hs_frame_img{
	display: none;
}
.hs_frame_img.active{
	display: block;
}
.hs_info{
	padding-top: 40px;
}
.hs_info_page{
	display: none;
}
.hs_info_page.active{
	display: block;
}
.hs_info_con{
	padding-top: 100px;
}
.hs_info_num{
	font-size: 30px;
	color: #1E22A8;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.hs_info_title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.hs_info_text{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.classic_sub{
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}
.classic_main{
	margin-bottom: 80px;
}
.classic_img_div{
	width: 50%;
}
.classic_img_con{
	height: 100%;
	padding: 0 30px;
}
.classic_frame{
	padding: 15px;
	border: 1px solid #ddd;
}
.classic_con{
	width: 50%;
	padding: 10px 50px 22px 50px;
}
.classic_rtitle{
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
}
.classic_row{
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 28px;
}
.classic_btn{
	font-size: 16px;
	color: #373C3F;
	letter-spacing: 1px;
	border: 1px solid #f6f5f5;
	border-radius: 40px;
	background-color: #f6f5f5;
	padding: 7px 20px 6px 7px;
	box-shadow: 0 3px 6px #00000029;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 12px;
	cursor: pointer;
}
.classic_btn:hover{
	border-color: #1E22A8;
}
.classic_btn.active{
	color: #fff;
	background-color: #1E22A8;
	border-color: #1E22A8;
}
.classic_bicon{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-shadow: 0 3px 6px #00000029;
	overflow: hidden;
	margin-right: 15px;
}
.classic_bicon.color1{
	background-color: #a4a4a4;
}
.classic_bicon.color2{
	background-color: #1d2021;
}
.classic_bicon.color3{
	background-color: #ffffff;
}
.classic_bicon.color4{
	background-color: #343434;
}
.more_btn{
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	padding: 12px 30px 12px 20px;
	border: 1px solid #fff;
	border-radius: 40px;
}
.more_btn_icon{
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-right: 20px;
}
.more_btn:hover{
	color: #373C3F;
	background-color: #fff;
}
.more_btn:hover .more_btn_icon img{
	top: -24px;
}
.material_con1{
	padding-bottom: 40px;
}
.material_btn{
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 40px;
	margin-bottom: 10px;
	cursor: pointer;
}
.material_btn:hover{
	border-color: #1E22A8;
}
.material_btn.active{
	color: #fff;
	background-color: #1E22A8;
	border-color: #1E22A8;
}
.material_bicon{
	margin-right: 10px;
}
.material_bicon img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.material_btext{
	flex: 1;
}
.material_con2{
	padding-top: 50px;
	padding-bottom: 50px;
}
.material_page{
	display: none;
}
.material_page.active{
	display: block;
}
.material_title2{
	font-size: 30px;
	color: #1E22A8;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 10px;
}
.material_text2{
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50px;
}
.material_div{
	max-width: 786px;
	margin-left: auto;
	margin-right: auto;
}
.material_row{
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}
.material_item{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}
.material_box{
	width: 72px;
	height: 72px;
	border-radius: 5px;
	overflow: hidden;
	transition: transform 0.3s;
}
.material_box:hover{
	transform: scale(2.5);
	z-index: 2;
}
.material_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.material_box_btext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 8px;
	text-align: center;
	line-height: 1.1em;
	padding: 1px 0;
	background-color: #ffffff88;
	display: none;
}
.material_box:hover .material_box_btext{
	display: block;
}
.material_box_text{
	text-align: center;
	margin-top: 5px;
}
.sec_case{
	background-color: #EAE3D8;
}
.casei_row{
	margin-bottom: 40px;
}
.casei_item{
	margin-bottom: 40px;
}
.casei_box{
	display: block;
	color: #25282A;
}
.casei_img{
	padding-bottom: 50%;
	overflow: hidden;
	margin-bottom: 20px;
}
.casei_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.casei_title{
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
}
.casei_box:hover{
	color: #1E22A8;
}
.casei_box:hover .casei_img img{
	transform: scale(1.05);
}
.more_btn2{
	font-size: 16px;
	color: #25282A;
	letter-spacing: 1px;
	padding: 12px 30px 12px 20px;
	border: 1px solid #EAE3D8;
	border-radius: 40px;
	background-color: #fff;
}
.more_btn2:hover .more_btn_icon img{
	top: -24px;
}
.other_item{
	background-color: #25282A;
	display: none;
}
.other_item:first-child{
	display: block;
}
.other_img_div{
	width: 50%;
}
.other_con{
	width: 50%;
	padding: 80px 100px;
}
.wl540{
	max-width: 540px;
}
.other_sub{
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}
.other_title{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 50px;
}
.other_text{
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 80px;
}

/* case */
.case_sec1{
	padding-top: 50px;
	padding-bottom: 50px;
}
.case_slogan{
	font-size: 27px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
.case_sec{
	padding-top: 10px;
	padding-bottom: 60px;
}
.tag_div{
	margin-bottom: 40px;
}
.tag_row{
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.tag_btn{
	font-size: 14px;
	color: #23379f;
	padding: 4px 15px;
	border: 1px solid #D2CBBF;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.tag_btn:hover, .tag_btn.active{
	color: #fff;
	background-color: #25282A;
	border-color: #25282A;
}

.case_main_con{
	max-width: 1880px;
	margin-left: auto;
	margin-right: auto;
}
.case_item{
	width: 25%;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 80px;
}
.case_box{
	display: block;
	color: #25282A;
	border-bottom: 1px solid #ddd;
}
.caseb_img{
	overflow: hidden;
}
.caseb_img img{
	width: 100%;
	max-width: none;
	transition: transform 0.3s;
}
.caseb_img.frame{
	padding-bottom: 100%;
}
.caseb_img.frame img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.caseb_con{
	padding: 20px 15px;
}
.caseb_title{
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.caseb_text{
	letter-spacing: 1px;
}
.case_box:hover{
	color: #1E22A8;
}
.case_box:hover .caseb_img img{
	transform: scale(1.05);
}
.case_item2{
	width: 25%;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
}
.casep_kv_con{
	padding-top: 70px;
}

/* news */
.sec1{
	padding-top: 10px;
	padding-bottom: 100px;
}

.news_item{
	margin-bottom: 60px;
}
.news_box{
	display: block;
	color: #25282A;
}
.newsb_img{
	padding-bottom: 65%;
	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 20px;
}
.newsb_date{
	font-size: 12px;
	color: #AEAEAE;
	margin-bottom: 10px;
}
.newsb_title{
	font-size: 18px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_box:hover{
	color: #1A2A80;
}
.news_box:hover .newsb_img img{
	transform: scale(1.05);
}
.pagination{
	justify-content: center;
}
.page-link{
	background: none;
	border: none;
	color: #25282A;
}
.page-link:hover{
	background: #d4d5f7;
	color: #1E22A8;
}
.page-link:focus{
	background: #d4d5f7;
	box-shadow: none;
	color: #1E22A8;
}
.page-link.active, .active > .page-link{
	background: #1E22A8;
	color: #fff;
}
.newsp_kv{
	height: 300px;
	background-color: #1A2A80;
}
.news_kv_con{
	padding-top: 90px;
}
.newsp_title_div{
	border-left: 5px solid #fff;
	padding-left: 40px;
}
.newsp_date{
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.newsp_title{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.news_sec1{
	padding-top: 30px;
	padding-bottom: 30px;
}
.news_con{
	max-width: 960px;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.news_other_title{
	font-size: 27px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-left: 40px;
	margin-bottom: 40px;
}
.news_other_icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
}
.catab_con{
	padding: 15px 0;
}

/* other */
.edit_area img{
	display: inline-block;
	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%;
}
.btn_gotop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	padding-top: 12px;
	background-color: #00000066;
	cursor: pointer;
	z-index: 9998;
}
.btn_gotop:hover{
	background-color: #00000099;
}
.sec_p404{
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #f2f2f2;
}
.p404_title{
	font-family: "Arial";
	font-size: 120px;
	color: #1E22A8;
	text-align: center;
	margin-bottom: 10px;
}
.p404_text{
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 80px;
}


/* setting */
.white{color: #fff;}
.red{color: #f00;}
.bg_gray{background-color: #efefef;}
.bg_gray2{background-color: #f6f5f5;}
.bg_gray3{background-color: #fafafa;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}

@media (max-width: 1600px){
	.menu{
		padding-left: 200px;
	}
	.menu_row{
		justify-content: flex-start;
	}
	.menu_btn{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_logo{
		left: 15px;
	}
	.menu2{
		padding-left: 100px;
		padding-right: 100px;
	}
	.kv{
		height: 700px;
	}
	.kv_item{
		height: 700px;
	}
}
@media (max-width: 1460px){
	.kv_box{
		width: 600px;
		height: 350px;
	}
	.kv_logo_01{
		width: 350px;
	}
	.kv_logo_02{
		width: 350px;
	}
	.kv_logo{
		width: 200px;
		margin-bottom: 30px;
	}
	.kv_box_text{
		font-size: 26px;
	}
	.index3_main{
		padding-top: 60px;
	}
	.index3_sub{
		font-size: 60px;
	}
	.index3_space{
		height: 30px;
	}
	.index3_row{
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.index3_item{
		position: relative;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
	}
	.index3_item.box1{
		top: 0;
		left: 0;
	}
	.index3_item.box2{
		top: 0;
		right: 0;
	}
	.index3_item.box3{
		top: 0;
		left: 0;
	}
	.index3_item.box4{
		top: 0;
		right: 0;
	}
	.index3_box{
		margin-left: auto;
		margin-right: auto;
	}
	.index3_item.box2 .i3b_con{
		padding-left: 0;
	}
	.index3_item.box2 .i3b_sp{
		left: -25px;
	}
	.screen_kv_sub{
		width: 900px;
	}
	.screen1_con{
		padding-left: 20px;
	}
	.screen1_title{
		font-size: 46px;
	}
}
@media (min-width: 1331px){
	.menu2_show:hover .menu2{
		display: block;
	}
}
@media (max-width: 1330px){
	/* header */
	body{
		padding-top: 60px;
	}
	header{
		height: 60px;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 10px 0;
		background-color: #fff;
		overflow-y: auto;
		border-top: 1px solid #ddd;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 5px;
	}
	.menu_item.active::after{
		display: none;
	}
	.menu_btn{
		height: auto;
		padding: 10px 15px;
		text-align: center;
	}
	.menu_btn:hover::after, .menu_item.active .menu_btn::after, .menu_btn.active::after{
		width: 130px;
		left: calc(50% - 65px);
	}
	.menu2{
		position: relative;
		top: 0;
		padding: 10px 15px;
		border-top: none;
	}
	.menu2_item{
		width: 100%;
		text-align: center;
	}
	.menu2_btn{
		padding: 10px 0;
	}
	.menu_right{
		position: relative;
		height: auto;
		padding-top: 20px;
	}
	.menur_row{
		justify-content: center;
		height: auto;
	}
	.menur_item2{
		width: 100%;
		height: auto;
		margin-top: 40px;
		margin-left: 0;
	}
	.menur_btn{
		height: auto;
		padding: 15px 0;
		margin-left: auto;
		margin-right: auto;
	}
	.header_logo{
		width: 120px;
		top: 22px;
		left: 15px;
	}
	.mobile_btn{
		display: block;
	}
}

@media (max-width: 1300px){
	.classic_con{
		padding: 20px;
	}
	.classic_row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.classic_btn{
		margin-left: 5px;
		margin-right: 5px;
	}
	.classic_bicon{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	
	.kv{
		height: 600px;
	}
	.kv_item{
		height: 600px;
	}
	.index2_box{
		width: 160px;
		padding-top: 40px;
	}
	.index2b_num{
		font-size: 50px;
		margin-bottom: 5px;
	}
	.product_menu{
		position: fixed;
		top: 60px;
		left: -270px;
		border: 1px solid #eee;
		transition: left 0.5s;
	}
	.product_menu.active{
		left: 0;
	}
	.prom_div{
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		padding: 10px 15px;
	}
	.prom_mobile_btn{
		display: block;
	}
	.product_list_div{
		padding-left: 0;
	}
	.prop_right{
		padding-top: 0;
		padding-left: 30px;
	}
	.screen_kv{
		padding-top: 50px;
	}
	.screen_kv_title{
		font-size: 50px;
	}
	.screen_kv_sub{
		width: 600px;
	}
	.classic_img_con{
		padding: 0 15px;
	}
	.other_con{
		padding: 30px;
	}
	.contact_rcon{
		padding: 30px;
	}
	.copyright{
		position: relative;
		right: 0;
		bottom: 0;
		padding-top: 25px;
	}
	.case_item{
		width: 33.33%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.case_item2{
		padding-left: 15px;
		padding-right: 15px;
	}
	.newsp_title{
		font-size: 26px;
	}
	.sec_p404{
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	
	.index3_sub{
		font-size: 50px;
	}
	.main_sec{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main_title{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.main_title_en{
		font-size: 24px;
	}
	.screen1_con{
		padding-top: 30px;
		padding-left: 0;
	}
	.screen1_title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.screen1_img_02{
		max-width: 548px;
		transform: translateX(0);
		margin-left: auto;
		margin-right: auto;
	}
	.module_left{
		padding-top: 0;
		padding-bottom: 10px;
	}
	.module_btn_row{
		max-width: none;
		margin-left: -3px;
		margin-right: -3px;
	}
	.module_btn_item{
		width: 33.33%;
		padding-left: 3px;
		padding-right: 3px;
	}
	.module_btn{
		height: 100%;
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
	}
	.module_icon{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.height_show_btn{
		font-size: 20px;
	}
	.hsb_line{
		height: 100px;
	}
	.hs_info_con{
		padding-top: 35px;
	}
	.hs_info_num{
		font-size: 26px;
	}
	.hs_info_title{
		font-size: 20px;
	}
	.classic_sub{
		font-size: 22px;
	}
	.classic_main{
		margin-bottom: 50px;
	}
	.classic_img_div{
		width: 100%;
	}
	.classic_frame{
		max-width: 600px;
		top: 0;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	.classic_con{
		width: 100%;
	}
	.material_con1{
		padding-bottom: 10px;
	}
	.material_con2{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.contact_img_div{
		width: 100%;
		height: 300px;
	}
	.contact_rcon{
		width: 100%;
	}
	.contact_form{
		max-width: none;
	}
	footer{
		padding: 30px 15px 20px 15px;
	}
	
	.sec1{
		padding-bottom: 50px;
	}
	.news_item{
		margin-bottom: 40px;
	}
	.newsb_date{
		margin-bottom: 7px;
	}
	.case_item2{
		width: 50%;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	
	.kv{
		height: 400px;
	}
	.kv_item{
		height: 400px;
	}
	.kv_box{
		width: 300px;
		height: 270px;
	}
	.kv_box_con{
		bottom: 50px;
	}
	.kv_logo_01{
		width: 180px;
	}
	.kv_logo_02{
		width: 180px;
	}
	.kv_logo{
		width: 170px;
		margin-bottom: 40px;
	}
	.kv_box_text{
		font-size: 20px;
		line-height: 1.5em;
	}
	.sec_index2{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.index2_title{
		font-size: 26px;
	}
	.index2_title2{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.index2b_num{
		font-size: 40px;
	}
	.sec_index4{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.index4_title{
		font-size: 26px;
	}
	.index4_title_en{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.index4_left{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.index4_right{
		width: 100%;
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.index4_box{
		margin-bottom: 20px;
	}
	.sec_client{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.client_title_en{
		font-size: 22px;
	}
	.client_title{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.client_item{
		width: 33.33%;
	}
	.sec_share{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.share_title{
		font-size: 26px;
	}
	.share_at{
		margin-bottom: 30px;
	}
	.share_item{
		width: 25%;
	}
	
	.page_kv_con{
		padding-top: 60px;
	}
	.page_kv_title{
		font-size: 26px;
	}
	.page_kv_title_en{
		font-size: 26px;
	}
	.page_kv_sp1{
		width: 160px;
		top: -30px;
		right: -60px;
	}
	.page_kv_sp2{
		width: 160px;
		left: -50px;
	}
	.product_sec1{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pro_sec{
		padding-bottom: 40px;
	}
	.plist_title{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.product_item{
		margin-bottom: 40px;
	}
	.breadcrumb_kv{
		padding: 10px;
	}
	.prop_left{
		width: 100%;
	}
	.prop_right{
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
	}
	.prop_title{
		font-size: 24px;
	}
	.prop_page_btn{
		width: 33.33%;
	}
	.screen_kv_title{
		font-size: 36px;
	}
	.screen_kv_sub{
		width: 300px;
		margin-bottom: 10px;
	}
	.screen_kv_img{
		width: 300px;
		transform: translateY(0);
	}
	.screen_kv_sp2{
		width: 160px;
		left: -70px;
	}
	.main_title{
		font-size: 24px;
		letter-spacing: 0;
	}
	.main_title_en{
		font-size: 20px;
	}
	.sec1_con{
		padding-top: 20px;
	}
	.height_show_btn_div{
		max-width: none;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 30px;
	}
	.height_show_btn_row{
		margin-left: -2px;
		margin-right: -2px;
	}
	.height_show_btn_item{
		padding-left: 2px;
		padding-right: 2px;
	}
	.height_show_btn{
		font-size: 15px;
	}
	.height_show_btn.active::after{
		bottom: -9px;
		left: calc(50% - 6px);
		border-right-width: 6px;
		border-left-width: 6px;
		border-top-width: 10px;
	}
	.height_show_btn.active .hsb_line{
		display: none;
	}
	.height_show_main{
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		overflow-x: auto;
	}
	.height_show_frame{
		width: 1100px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.hs_frame{
		padding-left: 50px;
		padding-right: 50px;
	}
	.hs_info_con{
		padding-top: 0;
	}
	.classic_sub{
		font-size: 20px;
	}
	.classic_con{
		padding: 15px;
	}
	.classic_row{
		margin-bottom: 15px;
	}
	.classic_btn{
		font-size: 15px;
		padding: 5px 10px 4px 5px;
	}
	.classic_bicon{
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.material_btn{
		border-radius: 30px;
	}
	.material_bicon{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.material_bicon img{
		margin-left: auto;
		margin-right: auto;
	}
	.material_btext{
		width: 100%;
		flex: 0 0 auto;
		font-size: 14px;
		text-align: center;
	}
	.material_title2{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.material_text2{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.material_row{
		margin-left: -8px;
		margin-right: -8px;
	}
	.material_item{
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 20px;
	}
	.material_box{
		width: 50px;
		height: 50px;
	}
	.material_box_btext{
		font-size: 7px;
	}
	.other_img_div{
		width: 100%;
	}
	.other_con{
		width: 100%;
		padding: 20px 15px 30px 15px;
	}
	.other_sub{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.other_title{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.other_text{
		margin-bottom: 50px;
	}
	.contact_title{
		font-size: 24px;
	}
	.contact_title span{
		font-size: 21px;
	}
	.contact_rcon{
		padding: 20px 15px 30px 15px;
	}
	.case_item{
		width: 100%;
		margin-bottom: 40px;
	}
	.case_item2{
		width: 100%;
	}
	.case_slogan{
		font-size: 20px;
	}
	.newsp_kv{
		height: 260px;
	}
	.news_kv_con{
		padding-top: 70px;
	}
	.newsp_title_div{
		padding-left: 20px;
	}
	.newsp_title{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.news_con{
		margin-bottom: 60px;
	}
	.news_other_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.btn_gotop{
		bottom: 12px;
		right: 12px;
		width: 40px;
		height: 40px;
		font-size: 12px;
		padding-top: 10px;
	}
	.sec_p404{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.p404_title{
		font-size: 100px;
	}
	.p404_text{
		font-size: 26px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.footer_logo{
		margin-left: auto;
		margin-right: auto;
	}
	.index3_tt{
		width: 300px;
	}
	.index3_title{
		font-size: 20px;
		padding: 30px 0;
	}
	.index3_sub{
		font-size: 22px;
		letter-spacing: 0;
	}
	.index3_item{
		width: 100%;
	}
}