@font-face {
	font-family: "Manrope-Bold";
	src: url('../font/Manrope-Bold.ttf');
}
@font-face {
	font-family: "Manrope-Regular";
	src: url('../font/Manrope-Regular.ttf');
}
.te850box-container{
	max-width: 1600px;
	width: 83.33333333333333%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1024px) {
	.te850box-container{
		width: 90%;
	}
}
.addpimg{}
.addmimg{
	display: none !important;
}
@media only screen and (max-width: 900px){
	.addpimg{
		display: none !important;
	}
	.addmimg{
		display: block !important;
	}
}
.te850box-text .t1{
	font-family: "Manrope-Bold";
	font-weight: 800;
	color: #ffffff;
	font-size: 2.5vw;
	line-height: 1.2;
}
.te850box-text .t2{
	margin-top: 0.625vw;
	font-family: "Manrope-Regular";    
	color: #ffffff;
	font-size: 1.145833333333333vw; 
}
@media only screen and (max-width: 768px){
	.te850box-text .t1{
		font-size: 32px;
	}
	.te850box-text .t2{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 480px){
	.te850box-text .t1{
		font-size: 24px;
	}
	.te850box-text .t2{
		font-size: 14px;
		margin-top: 15px;
	}
}

.te850box1-bimg img{
	display: block;
	width: 100%;
}
.te850box1-b{
	position: relative;
}
.te850box1-b2{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
}
.te850box1-b3{
	display: flex;
	align-items: center; 
	justify-content: space-between; 
}
.te850box1-b4{
	width: 50%;
	/*min-height: 15.625vw;*/
}
.te850box1-b4 span{
	display: inline-block;
	margin-right: 0.3125vw;
}
.te850box1-b4-img {
	width: 39%;
	text-align: center;
}
.te850box1-b4-img img{
	max-width: 100%;
}
.te850box1-b5{
	width: 100%; 
	/*font-size: 3.020833333333333vw;*/
	font-size: 3.125vw;
	font-family: "Manrope-Bold";
	color: #EC801B; 
	line-height: 1.2; 
	margin-bottom: .5208vw;
	font-weight: 800;
}
.te850box1-b6{
	/*font-size: 1.666666666666667vw;*/
	font-size: 1.770833333333333vw;
	font-family: "Manrope-Bold";
	color: #FFFFFF; 
	line-height: 1.25;
	text-transform: uppercase; 
	/*padding-bottom: 1.25vw; 
	margin-bottom: 2vw; 
	border-bottom: rgba(255,255,255,0.1) solid 1px;*/
}
.te850box1-b11{
	position: relative;
	margin-bottom: 1.5625vw;
	width: 4.375vw; 
	height: 4.0625vw;
}
.te850box1-b11 .text {
	position: absolute;
	font-family: "Manrope-Regular";
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
	width: max-content;
	left: 50%;
	transform: translate(-50%, 20%);
	opacity: 0;
	transition: 0.2s;
}
.te850box1-b11 .text::after {
	content: '';
	position: absolute;
	display: inline-block;
	border-bottom: 17px solid #ec801b;
	border-top: 0px solid transparent;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.te850box1-b11 .text p {
	background: #EC801B;
	border-radius: 10px;
	padding: 12px 12px;
}
.te850box1-b10:hover .text {
	opacity: 1;
	transform: translate(-50%, 0%);
}
.te850box1-b12{
	width: 100%;
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.te850box1-b12 img{
	width: 44%;
}
.te850box1-b13{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.te850box1-b13 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.te850box1-b13 img.img-hide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.4s ease;
}
.te850box1-b10:hover img.img-show{
}
.te850box1-b10:hover img.img-hide{
	opacity: 1;
	transform: rotate(180deg) scale(1);
}
.te850box1-b10:hover .te850box1-b12 img{
	filter: brightness(0) invert(1);
	position: relative;
	z-index: 2;
}
@keyframes icon-rotate {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.te850box1-b9{
	display: flex;
	align-items: flex-start;
	grid-gap: 1.0417vw;
}
.te850box1-b10{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.te850box1-btnbox{
	margin-top: 3.4896vw;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625vw;
}
.te850box1-btnbox .te850box1-btn{
	border-radius: 1.5625vw;
	border: 1px solid #EC801B;
	font-size: 1.5625vw;
	line-height: 1;
	font-family: "Manrope-Regular";
	color: #EC801B;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14.0625vw;
	height: 3.333333333333333vw;
	margin-top: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 1vw;
	box-sizing: border-box;
	transition: all 0.8s;
}
.te850box1-btn::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 26.0417vw;
	height: 26.0417vw;
	background: #EC801B;
	z-index: -1;
	border-radius: 100%;
	transition: all 0.8s;
}
.te850box1-btn:hover::after{
	top: 0;
	border-radius: 0;
}
.te850box1-btn:hover{
	color: #FFFFFF;
}
@media only screen and (max-width: 1580px){
	.te850box1-b11 .text{
		font-size: 0.8333333333333333vw;
	    margin-top: 0.625vw;
	    padding-top: 0.78125vw;
	}
	.te850box1-b11 .text::after{
		border-bottom: 0.9375vw solid #ec801b;
	    border-top: 0px solid transparent;
	    border-right: 0.9375vw solid transparent;
	    border-left: 0.9375vw solid transparent;
	}
	.te850box1-b11 .text p{
		border-radius: 0.625vw;
    	padding: 0.625vw;
	}
}
@media only screen and (max-width: 900px){
	.te850box1-b12 img{
		width: 48%;
	}
	.te850box1-b14{
		font-size: 12px;
		width: 96px;
	}
	.te850box1-btn{
		font-size: 12px;
		padding: 6px 10px;
		border-radius: 30px;
		margin-top: 40px;
	}
	.te850box1-b9{
		flex-wrap: wrap;
		grid-gap: 5px;
	}
	.te850box1-btnbox{
		margin-top: 40px;
	} 
	.te850box1-btnbox .te850box1-btn{
		border-radius: 21px;
		font-size: 14px;
		min-width: 120px;
    	height: 42px;
    	padding: 0 20px;
	}
	.te850box1-btnbox .te850box1-btn::after{
		width: 130px;
    	height: 130px;
	}
	.te850box1-btnbox{
		gap: 20px;
	}
}
@media only screen and (max-width: 768px){
	.te850box1{
		position: relative;
		padding-top: 96px;
	}
	.te850box1:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 96px;
		background: #000000;
	}
}



.te850box2{
	padding-top: 5.208333333333333vw;
	padding-bottom: 8.333333333333333vw;
	width: 100%;
	overflow: hidden;
}
.te850box2 .title{
	text-align: center;
	font-family: "Manrope-Bold";
	font-weight: bold;
	color: #000000;
	font-size: 2.083333333333333vw;
}
.te850box2 .te850box2-wrap{
	position: relative;
	margin-top: 2.5vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.te850box2 .te850box2-wrap .imgbox{
	position: relative;
	z-index: 5;
	width: 16.66666666666667%;
	margin: auto;
}
.te850box2 .te850box2-wrap .imgbox .pic{
	text-align: center;
	width: 100%;
}
.te850box2 .te850box2-wrap .imgbox .pic img{
	display: block;
	width: 100%;
}
.te850box2 .te850box2-wrap .textbox{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625vw;
	width: 100%;
}
.te850box2 .te850box2-wrap .textbox .linerow{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.te850box2 .te850box2-wrap .textbox .linerow .item{
	position: relative;
	z-index: 2;
	width: 42.3%;
	padding: 1.875vw 4vw;
	box-sizing: border-box;
	background: #f5f6f8;
	overflow: hidden;
}
.te850box2 .te850box2-wrap .textbox .linerow .item::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
    height: 0;
}
.te850box2 .te850box2-wrap .textbox .linerow .item:nth-child(odd)::before{
	left: 0;
   	border-top: 15.625vw solid transparent;
    border-left: 10.41666666666667vw solid #ffffff;
    border-bottom: 0;
    border-right: 0;
    filter: drop-shadow(0.46875vw 0 0 #ff6b35);
}
.te850box2 .te850box2-wrap .textbox .linerow .item:nth-child(even)::before{
	right: 0;
	border-top: 15.625vw solid transparent;
    border-right: 10.41666666666667vw solid #ffffff;
    border-bottom: 0;
    border-left: 0;
    filter: drop-shadow(-0.46875vw 0 0 #ff6b35);
}
@media only screen and (min-width: 901px){
	.te850box2 .te850box2-wrap .textbox .linerow:nth-child(2){
		width: 88.7%;
	}
	.te850box2 .te850box2-wrap .textbox .linerow:nth-child(3){
		width: 77.5%;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item:nth-child(odd){
		padding-left: 7vw;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item:nth-child(odd) .text{
		padding-left: 2%;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item:nth-child(even){
		padding-right: 7vw;
		text-align: right;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item:nth-child(even) .text{
		padding-right: 2%;
	}
}

.te850box2 .te850box2-wrap .textbox .linerow .item .subtitle{
	font-family: "Manrope-Bold";
	color: #000000;
	font-size: 1.041666666666667vw;
}
.te850box2 .te850box2-wrap .textbox .linerow .item .text{
	font-family: "Manrope-Bold";
	color: #727272;
	font-size: 0.8333333333333333vw;
}
@media only screen and (max-width: 900px){
	.te850box2{
		padding: 50px 0;
	}
	.te850box2 .title{
		font-size: 24px;
	}
	.te850box2 .te850box2-wrap{
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.te850box2 .te850box2-wrap .imgbox{
		width: 35%;
	}
	.te850box2 .te850box2-wrap .textbox{
		position: static;
		transform: none;
		gap: 15px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.te850box2 .te850box2-wrap .textbox .linerow{
		flex-direction: column;
		gap: 15px;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item{
		width: 100%;
		background: #f5f6f8;
		padding: 15px 20px;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item::before{
		left: 0;
		width: 3px;
		height: 100%;
		border: none !important;
		filter: none !important;
		background: #ed7020;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item .subtitle{
		font-size: 20px;
	}
	.te850box2 .te850box2-wrap .textbox .linerow .item .text{
		font-size: 14px;
	}
}


.te850box3{
	position: relative;
}
.te850box3-img{
	width: 100%;
	overflow: hidden;
}
.te850box3-img img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.te850box3-box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 71.98%;
}
.te850box3-text{
	display: none;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.te850box3-text .t1{
	position: relative;
	font-family: "Manrope-Bold";
	font-size: 3.125vw;
	color: #FFFFFF;
	line-height: 1.1;
	padding-bottom: 1.5625vw;
}
.te850box3-text .t1 span{
	color: #0977e0;
}
.te850box3-text .t1::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5.2vw;
	height: 0.15625vw;
	background: linear-gradient(to right, rgba(40,137,160,1) 60%, rgba(40,137,160,0));
}
.te850box3-text .t2{
	margin-top: 1.25vw;
	font-family: "Manrope-Regular";
	font-size: 1.145833333333333vw;
	color: #FFFFFF;
}
@media (max-width: 900px){
	.te850box3-box{
		top: 12%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
		width: 90%;
	}
	.te850box3-text{
		display: flex;
		max-width: 100%;
		width: 100%;
	}
	.te850box3-text .t1{
		font-size: 24px;
		padding-bottom: 20px;
	}
	.te850box3-text .t1::before{
		width: 70px;
		height: 2px;
	}
	.te850box3-text .t2{
		font-size: 14px;
		margin-top: 18px;
	}
	.te850box3-img{
		height: 100vh;
	}
}



.te850box4{
	position: relative;
}
.te850box4-img{
	width: 100%;
	overflow: hidden;
}
.te850box4-img img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.te850box4-box{
	position: absolute;
	top: 5vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.te850box4-text{
	width: 90%;
	margin: auto;
	text-align: center;
}
.te850box4-text .t1{
	font-family: "Manrope-Bold";
	font-size: 2.5vw;
	color: #FFFFFF;
	line-height: 1.2;
}
.te850box4-text .t2{
	margin-top: 1.25vw;
	font-family: "Manrope-Regular";
	font-size: 1.145833333333333vw;
	color: #FFFFFF;
}
@media (max-width: 900px){
	.te850box4-box{
		top: 12%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
		width: 90%;
	}
	.te850box4-text{
		max-width: 100%;
		width: 100%;
	}
	.te850box4-text .t1{
		font-size: 24px;
	}
	.te850box4-text .t2{
		font-size: 14px;
	}
	.te850box4-img{
		height: 100vh;
	}
}


.te850box5{
	position: relative;
}
.te850box5-img{
	width: 100%;
	overflow: hidden;
}
.te850box5-img img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.te850box5-box{
	position: absolute;
	left: 50%;
	top: 7.8125vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
}
.te850box5-text{
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.te850box5-text .t1{
	position: relative;
	font-family: "Manrope-Bold";
	font-size: 3.125vw;
	color: #FFFFFF;
	line-height: 1.1;
	padding-bottom: 1.5625vw;
}
.te850box5-text .t1 span{
	color: #0977e0;
}
.te850box5-text .t1::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5.2vw;
	height: 0.15625vw;
	background: linear-gradient(to right, rgba(40,137,160,1) 60%, rgba(40,137,160,0));
}
.te850box5-text .t2{
	margin-top: 1.25vw;
	font-family: "Manrope-Regular";
	font-size: 1.145833333333333vw;
	color: #FFFFFF;
}
@media (max-width: 900px){
	.te850box5-box{
		top: 12%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
		width: 90%;
	}
	.te850box5-text{
		max-width: 100%;
		width: 100%;
	}
	.te850box5-text .t1{
		font-size: 24px;
		padding-bottom: 20px;
	}
	.te850box5-text .t1::before{
		width: 70px;
		height: 2px;
	}
	.te850box5-text .t2{
		font-size: 14px;
		margin-top: 18px;
	}
	.te850box5-img{
		height: 100vh;
	}
}

@media only screen and (max-width: 900px){
	.cbox-b2 .swiper-container .swiper-slide-prev,
	.cbox-b2 .swiper-container .swiper-slide-next{
		opacity: 0;
	}
}


.common-section{
	padding: 5.8% 0 7.8125%;
}
.common-section .contain{
	width: 72%;
    margin-left: auto;
    margin-right: auto;
}
.common-section .headline{
	text-align: center;
	font-family: "Manrope-Bold"; 
	font-weight: 800;
	color: #000000;
	font-size: 2.5vw;
}
.common-section .box{
	margin-top: 3%;
}
.common-section .box table{
	width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    border-top: 1px solid rgba(229, 229, 229, 1);
}
.common-section .box table tr{
	background: #FFFFFF;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.common-section .box table tr:nth-child(2n){
	background: rgba(248, 248, 248, 1);
}
.common-section .box table td{
	font-family: "Manrope-Bold";
	font-size: 0.8333333333333333vw;
    color: #333333;
    padding: 1vw 0.63vw;
    font-weight: 600;
}
.common-section .box table .table_title{
	color: #e98000;
	font-size: 1.041666666666667vw;
}
.common-section .box .show_more{
	text-align: center;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.common-section .box .show_more .showbtn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: "Manrope-Bold";
	font-size: 0.8333333333333333vw;
    color: #333333;
    padding: 1vw 0.63vw;
    font-weight: 600;
}
.common-section .box .show_more .showbtn img{
	display: inline-block;
	margin-left: 0.94vw;
    width: 1.04vw;
    height: 1.04vw;
}
.common-swiper .cbox-box{
	padding-top: 5.8%;
	padding-bottom: 7.8125%;
}
.common-swiper .cbox-title{
	font-family: "Manrope-Bold";
	font-weight: 800;
	font-size: 2.5vw;
}
@media (max-width: 1280px) {
	.common-section .contain{
		width: 80%;
	}
}
@media (max-width: 1024px) {
	.common-section .contain{
		width: 90%;
	}
}
@media only screen and (max-width: 768px){
	.common-section{
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.common-section .box{
		margin-top: 6%;
	}
	.common-section .box table td{
		font-size: 13px;
        padding: 20px 8px;
	}
	.common-section .box table .table_title{
		font-size: 15px;
	}
	.common-section .box .show_more .showbtn{
		font-size: 13px;
		padding: 16.5px 8px;
	}
	.common-section .box .show_more .showbtn img{
		width: 20px;
        height: 20px;
        margin-left: 15px;
	}
	.common-swiper .cbox-box{
		padding-top: 80px;
        padding-bottom: 80px;
	}
}
@media only screen and (max-width: 480px){
	.common-section{
		padding-top: 15vw;
        padding-bottom: 15vw;
	}
	.common-section .box{
		margin-top: 8%;
	}
	.common-swiper .cbox-box{
		padding-top: 15vw;
        padding-bottom: 15vw;
	}
	.common-section .headline, 
	.common-swiper .cbox-title{
		font-size: 24px;
	}
	.common-swiper .cbox-title{
		padding-bottom: 15px;
	}
}
