/* ===========================================
 * product use css
=========================================== */
#product_search{
	padding: 60px 0;
	background: #004ea2;
	border-top: 1px solid rgba(255,255,255,.3);
}
#product_searchInner{
	background: #f6f6f8;
	padding: 35px;
	box-sizing: border-box;
}
#product_searchInner hr{
	margin: 40px 0;
}
#product_searchInner p{
	line-height: 56px;
}
#product_searchInnerTitle{
	color: #004ea2;
	font-size: 24px;
}
#product_searchInnerTop_block{
	display: flex;
	align-items: end;
}
#product_searchInnerTop_block_word{
	margin-right: 30px;
}
#product_searchInnerBottom{
	display: flex;
}
#product_searchInner_bt{
	width: 286px;
	height: 56px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    border-radius: 4px;
	margin-left: 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	position: relative;
}
#product_searchInner_bt:first-of-type{
	margin: 0;
}
#product_searchInner_bt::after{
	position: absolute;
	right: 30px;
	top: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	color: #fff;
}
#product_searchInner_bt a{
	display: block;
	font-weight: 700;
	color: #fff;
	line-height: 56px;
	font-size: 18px;
	text-indent: 30px;
}
#product_searchInnerTop_block_word form{
	display: flex;
	align-items: center;
}
.office_s_input{
	background: #fff;
    border: 1px #a2a2a2 solid;
	padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
	width: 458px;
}
input[type="submit"].office_s_btn1 {
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff;
	width: 70px;
	height: 56px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	border: 0;
	cursor: pointer;
	display: block;
    border-radius: 4px;
	margin-left: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
#product_list{
	padding: 60px 0;
}
#product_list h2{
	text-align: center;
	font-size: 28px;
	color: #004ea2;
}
#product_listInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
#product_listInner .box{
	background: #fff;
	border: 1px solid #a2a2a2;
	border-radius: 4px;
	padding: 37px 40px;
	width: 540px;
	box-sizing: border-box;
	margin-bottom: 30px;
	min-height: 520px;
}
#product_listInner .box .title{
	display: flex;
	border-bottom: 1px solid #a2a2a2;
	padding-bottom: 25px;
}
#product_listInner .box .title .icon{
	width: 50px;
	height: 50px;
}
#product_listInner .box .title .icon img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}
#product_listInner .box .title h3{
	padding-left: 10px;
	font-size: 22px;
	color: #004ea2;
	letter-spacing: normal;
}
#product_listInner .box .boxInner{
	display: flex;
	padding-top: 25px;
}
#product_listInner .box .boxInner ul{
	width: 210px;
	margin-right: 40px;
}
#product_listInner .box .boxInner ul li{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	line-height: normal;
}
#product_listInner .box .boxInner ul li::before{
	position: absolute;
	left: 0;
	top: 5px;
	content: ">";
	font-weight: 700;
	color: #004ea2;
}
#product_listInner .box .boxInner .img{
	width: 210px;
	margin-top: 80px;
}
#product_listInner .box .boxInner .img img{
	width: 210px;
	object-fit: cover;
}

#product_category{
	padding: 60px 0;
}
#product_category h2{
	text-align: center;
	font-size: 28px;
	color: #004ea2;
}
.product_categoryInner{
	margin: 40px 0;
}
.product_categoryInner table{
	border-collapse: collapse;
}
.product_categoryInner table tr{
	border-bottom: 1px solid #a2a2a2;
}
.product_categoryInner table tr:first-of-type{
	border-top: 1px solid #a2a2a2;
}
.product_categoryInner table th{
	font-size: 18px;
	font-weight: 700;
	color: #004ea2;
	text-align: left;
	width: 220px;
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #a2a2a2;
}
.product_categoryInner table td{
	padding: 10px;
	box-sizing: border-box;
	width: 800px;
}
.product_categoryInner table td a{
	position: relative;
	padding-left: 20px;
}
.product_categoryInner table td a::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    color: #004EA2;
}
.product_categoryInner table td:first-of-type{
	width: 75px;
	background-color: #f2f2f2;
	border-right: 1px solid #a2a2a2;
}

.product_categoryInner table td img{
	vertical-align: middle;
}

#product_entry{
	padding: 60px 0;
}
#product_entry .title{
	display: flex;
	justify-content: center;
}
#product_entry .title h2{
	text-align: center;
	font-size: 28px;
	color: #004ea2;
}
#product_entry .title img{
	margin-left: 10px;
	object-fit: contain;
}
.slider_pro_img {
	height: 500px;
	position: relative;
	background: #fff;
	margin-top: 40px;
}
.slider_pro_img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 435px;
	max-height: 350px;
}
.nt_prev_pro {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #004ea2;
	height: 100px;
	width: 50px;
	cursor: pointer;
}
.nt_prev_pro i,
.nt_next_pro i{
	font-size: 20px;
	line-height: 100px;
	text-align: center;
	display: block;
	color: #fff;
}
.nt_next_pro {
	position: absolute;
	z-index: 99;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #004ea2;
	height: 100px;
	width: 50px;
	cursor: pointer;
}
#product_entry .block{
	margin: 40px 0;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}
#product_entry .btn_area1{
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
#product_entry .btn_area1 .btn{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(37, 140, 197, 1) 0%, rgba(97, 186, 235, 1) 100%);
    text-align: center;
    margin: 20px auto 0;
}
#product_entry .btn_area1 .btn a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}
#product_entry .btn_area1 .arrow {
    position: relative;
}
#product_entry .btn_area1 .arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f061";
    position: absolute;
    top: 22px;
    right: 30px;
    color: #fff;
    transform: rotate(-45deg);
}
#product_contact{
	padding: 60px 0;
	background:  #004EA2;
}
#product_contact .btn_area2{
	display: flex;
    justify-content: space-around;
	background: #fff;
	padding: 40px;
}
#product_contact .btn_area2 .btn{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
    margin: 10px auto 0;
}
#product_contact .btn_area2 .btn a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}
#product_contact .btn_area2 .btn a i {
    padding-right: 10px;
}

@media screen and (max-width:640px){

	#product_search{
		padding: 60px 0;
		background: #004ea2;
		border-top: 1px solid rgba(255,255,255,.3);
	}
	#product_searchInner{
		background: #f6f6f8;
		padding: 35px;
		box-sizing: border-box;
	}
	#product_searchInner hr{
		margin: 40px 0;
	}
	#product_searchInner p{
		line-height: 56px;
	}
	#product_searchInnerTitle{
		color: #004ea2;
		font-size: 30px;
	}
	#product_searchInnerTop_block{
		display: flex;
		align-items: end;
	}
	#product_searchInnerTop_block_word{
		margin-right: 30px;
	}
	#product_searchInnerBottom{
		display: block;
	}
	#product_searchInner_bt{
		width: 510px;
		height: 56px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border-radius: 4px;
		margin-left: 0;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
		position: relative;
		text-align: center;
	}
	#product_searchInner_bt:first-of-type{
		margin: 0 0 20px 0;
	}
	#product_searchInner_bt::after{
		position: absolute;
		right: 10px;
		top: 10px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f061";
		color: #fff;
	}
	#product_searchInner_bt a{
		display: block;
		font-weight: 700;
		color: #fff;
		line-height: 56px;
		font-size: 24px;
		text-indent: 0;
	}
	#product_searchInnerTop_block_word form{
		display: flex;
		align-items: center;
	}
	.office_s_input{
		background: #fff;
		border: 1px #a2a2a2 solid;
		padding: 15px;
		font-size: 24px;
		box-sizing: border-box;
		border-radius: 4px;
		width: 430px;
	}
	input[type="submit"].office_s_btn1 {
		font-family: FontAwesome;
		font-size: 30px;
		color: #fff;
		width: 70px;
		height: 60px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border: 0;
		cursor: pointer;
		display: block;
		border-radius: 4px;
		margin-left: 10px;
		box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	}
	#product_list{
		padding: 60px 0;
	}
	#product_list h2{
		text-align: center;
		font-size: 34px;
		color: #004ea2;
	}
	#product_listInner{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 60px;
	}
	#product_listInner .box{
		background: #fff;
		border: 1px solid #a2a2a2;
		border-radius: 4px;
		padding: 37px 40px;
		width: 580px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#product_listInner .box .title{
		display: flex;
		border-bottom: 1px solid #a2a2a2;
		padding-bottom: 25px;
	}
	#product_listInner .box .title .icon{
		width: 50px;
		height: 50px;
	}
	#product_listInner .box .title .icon img{
		width: 50px;
		height: 50px;
		object-fit: cover;
	}
	#product_listInner .box .title h3{
		padding-left: 25px;
		font-size: 28px;
		color: #004ea2;
		letter-spacing: normal;
	}
	#product_listInner .box .boxInner{
		display: flex;
		padding-top: 25px;
	}
	#product_listInner .box .boxInner ul{
		width: 250px;
		margin-right: 40px;
	}
	#product_listInner .box .boxInner ul li{
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: normal;
	}
	#product_listInner .box .boxInner ul li::before{
		position: absolute;
		left: 0;
		top: 5px;
		content: ">";
		font-weight: 700;
		color: #004ea2;
	}
	#product_listInner .box .boxInner .img{
		width: 210px;
		margin-top: 80px;
	}
	#product_listInner .box .boxInner .img img{
		width: 210px;
		object-fit: cover;
	}
	
	#product_category{
		padding: 60px 0;
	}
	#product_category h2{
		text-align: center;
		font-size: 32px;
		color: #004ea2;
	}
	.product_categoryInner{
		margin: 40px 0;
	}
	.product_categoryInner table{
		border-collapse: collapse;
	}
	.product_categoryInner table tr{
		border-bottom: 1px solid #a2a2a2;
	}
	.product_categoryInner table tr:first-of-type{
		border-top: 1px solid #a2a2a2;
	}
	.product_categoryInner table th{
		font-size: 20px;
		font-weight: 700;
		color: #004ea2;
		text-align: left;
		width: 115px;
		padding: 10px 5px;
		box-sizing: border-box;
		border-right: 1px solid #a2a2a2;
	}
	.product_categoryInner table td{
		padding: 10px 5px;
		box-sizing: border-box;
		width: 400px;
	}
	.product_categoryInner table td a{
		position: relative;
		padding-left: 20px;
	}
	.product_categoryInner table td a::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		content: "\f105";
		position: absolute;
		top: 0;
		left: 0;
		color: #004EA2;
	}
	.product_categoryInner table td:first-of-type{
		width: 65px;
		background-color: #f2f2f2;
		border-right: 1px solid #a2a2a2;
	}

	.product_categoryInner table td img{
		vertical-align: middle;
	}
	
	
	
	#product_entry{
		padding: 60px 0;
	}
	#product_entry .title{
		display: block;
		justify-content: center;
	}
	#product_entry .title h2{
		text-align: left;
		font-size: 32px;
		color: #004ea2;
		line-height: normal;
	}
	#product_entry .title img{
		margin-left: 10px;
		object-fit: contain;
	}
	.slider_pro_img {
		width: 580px;
        height: 420px;
        position: relative;
        background-color: #FFF;
	}
	.slider_pro_img img{
		max-height: 420px;
        max-width: 520px;
	}
	.nt_prev_pro {
		position: absolute;
		z-index: 99;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background: #004ea2;
		height: 100px;
		width: 50px;
		cursor: pointer;
	}
	.nt_prev_pro i,
	.nt_next_pro i{
		font-size: 20px;
		line-height: 100px;
		text-align: center;
		display: block;
		color: #fff;
	}
	.nt_next_pro {
		position: absolute;
		z-index: 99;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		background: #004ea2;
		height: 100px;
		width: 50px;
		cursor: pointer;
	}
	#product_entry .block{
		margin: 40px 0;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
	}
	#product_entry .btn_area1{
		display: block;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#product_entry .btn_area1 .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(37, 140, 197, 1) 0%, rgba(97, 186, 235, 1) 100%);
		text-align: center;
		margin: 20px auto 0;
	}
	#product_entry .btn_area1 .btn a{
		display: block;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 80px;
	}
	#product_entry .btn_area1 .arrow {
		position: relative;
	}
	#product_entry .btn_area1 .arrow::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		content: "\f061";
		position: absolute;
		top: 22px;
		right: 30px;
		color: #fff;
		transform: rotate(-45deg);
	}
	#product_contact{
		padding: 60px 0;
		background:  #004EA2;
	}
	#product_contact .btn_area2{
		display: block;
		justify-content: space-around;
		background: #fff;
		padding: 30px;
	}
	#product_contact .btn_area2 .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 20px auto 0;
	}
	#product_contact .btn_area2 .btn a{
		display: block;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 80px;
	}
	#product_contact .btn_area2 .btn a i {
		padding-right: 10px;
	}
	
}

