@font-face {
	font-family: "Manrope-Bold";
	src: url('../font/Manrope-Bold.ttf');
}
@font-face {
	font-family: "Manrope-Regular";
	src: url('../font/Manrope-Regular.ttf');
}
.tc100box-container{
	max-width: 1600px;
	width: 83.33333333333333%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1024px) {
	.tc100box-container{
		width: 90%;
	}
}
.addpimg{}
.addmimg{
	display: none !important;
}
@media only screen and (max-width: 900px){
	.addpimg{
		display: none !important;
	}
	.addmimg{
		display: block !important;
	}
}
.tc100box-text .t1{
	font-family: "Manrope-Bold";
	font-weight: 800;
	color: #ffffff;
	font-size: 2.5vw;
	line-height: 1.2;
}
.tc100box-text .t2{
	margin-top: 0.625vw;
	font-family: "Manrope-Regular";    
	color: #ffffff;
	font-size: 1.145833333333333vw; 
}
@media only screen and (max-width: 768px){
	.tc100box-text .t1{
		font-size: 32px;
	}
	.tc100box-text .t2{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 480px){
	.tc100box-text .t1{
		font-size: 24px;
	}
	.tc100box-text .t2{
		font-size: 14px;
		margin-top: 15px;
	}
}

.tc100box1-bimg img{
	display: block;
	width: 100%;
}
.tc100box1-b{
	position: relative;
}
.tc100box1-b2{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
}
.tc100box1-b3{
	display: flex;
	align-items: center; 
	justify-content: space-between; 
}
.tc100box1-b4{
	width: 56%;
	min-height: 15.625vw;
}
.tc100box1-b4 span{
	display: inline-block;
	margin-right: 0.3125vw;
}
.tc100box1-b4-img {
	width: 39%;
	text-align: center;
}
.tc100box1-b4-img img{
	max-width: 100%;
}
.tc100box1-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;
}
.tc100box1-b6{
	/*font-size: 1.666666666666667vw;*/
	font-size: 1.770833333333333vw;
	font-family: "Manrope-Bold";
	color: #FFFFFF; 
	line-height: 1.25;
	padding-bottom: 1.25vw; 
	margin-bottom: 2vw; 
	text-transform: uppercase; 
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.tc100box1-b11{
	position: relative;
	margin-bottom: 1.5625vw;
	width: 4.375vw; 
	height: 4.0625vw;
}
.tc100box1-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;
}
.tc100box1-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%);
}
.tc100box1-b11 .text p {
	background: #EC801B;
	border-radius: 10px;
	padding: 12px 12px;
}
.tc100box1-b10:hover .text {
	opacity: 1;
	transform: translate(-50%, 0%);
}
.tc100box1-b12{
	width: 100%;
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.tc100box1-b12 img{
	width: 44%;
}
.tc100box1-b13{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.tc100box1-b13 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.tc100box1-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;
}
.tc100box1-b10:hover img.img-show{
}
.tc100box1-b10:hover img.img-hide{
	opacity: 1;
	transform: rotate(180deg) scale(1);
}
.tc100box1-b10:hover .tc100box1-b12 img{
	filter: brightness(0) invert(1);
	position: relative;
	z-index: 2;
}
@keyframes icon-rotate {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.tc100box1-b9{
	display: flex;
	align-items: flex-start;
	grid-gap: 1.0417vw;
}
.tc100box1-b10{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tc100box1-btnbox{
	margin-top: 3.4896vw;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625vw;
}
.tc100box1-btnbox .tc100box1-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;
}
.tc100box1-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;
}
.tc100box1-btn:hover::after{
	top: 0;
	border-radius: 0;
}
.tc100box1-btn:hover{
	color: #FFFFFF;
}
@media only screen and (max-width: 1580px){
	.tc100box1-b11 .text{
		font-size: 0.8333333333333333vw;
	    margin-top: 0.625vw;
	    padding-top: 0.78125vw;
	}
	.tc100box1-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;
	}
	.tc100box1-b11 .text p{
		border-radius: 0.625vw;
    	padding: 0.625vw;
	}
}
@media only screen and (max-width: 900px){
	.tc100box1-b12 img{
		width: 48%;
	}
	.tc100box1-b14{
		font-size: 12px;
		width: 96px;
	}
	.tc100box1-btn{
		font-size: 12px;
		padding: 6px 10px;
		border-radius: 30px;
		margin-top: 40px;
	}
	.tc100box1-b9{
		flex-wrap: wrap;
		grid-gap: 5px;
	}
	.tc100box1-btnbox{
		margin-top: 40px;
	} 
	.tc100box1-btnbox .tc100box1-btn{
		border-radius: 21px;
		font-size: 14px;
		min-width: 120px;
    	height: 42px;
    	padding: 0 20px;
	}
	.tc100box1-btnbox .tc100box1-btn::after{
		width: 130px;
    	height: 130px;
	}
	.tc100box1-btnbox{
		gap: 20px;
	}
}
@media only screen and (max-width: 768px){
	.tc100box1{
		position: relative;
		padding-top: 96px;
	}
	.tc100box1:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 96px;
		background: #000000;
	}
}



.tc100box2{
	padding-top: 5.208333333333333vw;
	padding-bottom: 8.333333333333333vw;
}
.tc100box2 .title{
	text-align: center;
	font-family: "Manrope-Bold";
	font-weight: bold;
	color: #000000;
	font-size: 2.083333333333333vw;
}
.tc100box2 .tc100box2-wrap{
	position: relative;
	margin-top: 2.5vw;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 1.5625vw 0.78125vw; 
}
.tc100box2 .tc100box2-wrap .item{
	position: relative;
	width: calc((100% - 1.5625vw) / 3);
	padding: 6.875% 3% 4.6875%;
	background: #f5f6f8;
	border-radius: 0.5208333333333333vw;
	box-sizing: border-box;
}
.tc100box2 .tc100box2-wrap .item .tag{
	position: absolute;
	left: -0.8333333333333333vw;
	top: -0.8333333333333333vw;
	height: 6.197916666666667vw;
	background: url(../images/tc100img2.png) left center no-repeat;
	background-size: auto 100%;
}
.tc100box2 .tc100box2-wrap .item .tag span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14.84375vw;
	height: 4.166666666666667vw;
	font-family: "Manrope-Bold";
	color: #FFFFFF;
	font-size: 1.041666666666667vw;
}
.tc100box2 .tc100box2-wrap .item .textbox .text{
	font-family: "Manrope-Bold";
	color: #727272;
	font-size: 0.8333333333333333vw;
}
.tc100box2 .tc100box2-wrap .item .icon{
	position: absolute;
	right: 1vw;
	bottom: 0.78125vw;
	display: flex;
	justify-content: flex-end;
}
.tc100box2 .tc100box2-wrap .item .icon img{
	max-width: 3.854166666666667vw;
	opacity: 0.2;
}
@media only screen and (max-width: 900px){
	.tc100box2{
		padding: 50px 0;
	}
	.tc100box2 .title{
		font-size: 24px;
	}
	.tc100box2 .tc100box2-wrap{
		margin-top: 40px;
		gap: 24px;
	}
	.tc100box2 .tc100box2-wrap .item{
		width: 100%;
		padding: 80px 30px 50px;
		border-radius: 10px;
	}
	.tc100box2 .tc100box2-wrap .item .tag{
		left: -14px;
    	top: -14px;
		height: 100px;
	}
	.tc100box2 .tc100box2-wrap .item .tag span{
		min-width: 240px;
    	height: 68px;
		font-size: 18px;
	}
	.tc100box2 .tc100box2-wrap .item .textbox .text{
		font-size: 14px;
	}
	.tc100box2 .tc100box2-wrap .item .icon{
		right: 15px;
		bottom: 15px;
	}
	.tc100box2 .tc100box2-wrap .item .icon img{
		max-width: 50px;
	}
}



.tc100box3{
	position: relative;
}
.tc100box3-img{
	width: 100%;
	overflow: hidden;
}
.tc100box3-img img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.tc100box3-box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 71.98%;
}
.tc100box3-text{
	max-width: 32vw;
	width: 100%;
}
.tc100box3-text .t1{
	font-family: "Manrope-Bold";
	font-size: 2.5vw;
	color: #FFFFFF;
	line-height: 1.2;
}
.tc100box3-text .t2{
	margin-top: 1.25vw;
	font-family: "Manrope-Regular";
	font-size: 1.145833333333333vw;
	color: #FFFFFF;
}
@media (max-width: 900px){
	.tc100box3-box{
		top: 12%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
		width: 90%;
	}
	.tc100box3-text{
		max-width: 100%;
		width: 100%;
	}
	.tc100box3-text .t1{
		font-size: 24px;
	}
	.tc100box3-text .t2{
		font-size: 14px;
	}
	.tc100box3-img{
		height: 100vh;
	}
}


.tc100box4{
	position: relative;
}
.tc100box4-img{
	width: 100%;
	overflow: hidden;
}
.tc100box4-img img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.tc100box4-box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 71.98%;
	display: flex;
	justify-content: flex-end;
}
.tc100box4-text{
	max-width: 32vw;
	width: 100%;
}
.tc100box4-text .t1{
	font-family: "Manrope-Bold";
	font-size: 2.5vw;
	color: #FFFFFF;
	line-height: 1.2;
}
.tc100box4-text .t2{
	margin-top: 1.25vw;
	font-family: "Manrope-Regular";
	font-size: 1.145833333333333vw;
	color: #FFFFFF;
}
@media (max-width: 900px){
	.tc100box4-box{
		top: 12%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
		width: 90%;
	}
	.tc100box4-text{
		max-width: 100%;
		width: 100%;
	}
	.tc100box4-text .t1{
		font-size: 24px;
	}
	.tc100box4-text .t2{
		font-size: 14px;
	}
	.tc100box4-img{
		height: 100vh;
	}
}


.tc100box5{
	position: relative;
}
.tc100box5-img{
	width: 100%;
	overflow: hidden;
}
.tc100box5-img img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.tc100box5-box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 71.98%;
}
.tc100box5-text{
	display: none;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.tc100box5-text .t1{
	font-family: "Manrope-Bold";
	font-size: 2.5vw;
	color: #FFFFFF;
	line-height: 1.2;
}
.tc100box5-text .t2{
	margin-top: 1.25vw;
	font-family: "Manrope-Regular";
	font-size: 1.145833333333333vw;
	color: #FFFFFF;
}
@media (max-width: 900px){
	.tc100box5-box{
		top: 12%;
		-webkit-transform: translate(-50%, 0%);
    	transform: translate(-50%, 0%);
		width: 90%;
	}
	.tc100box5-text{
		display: flex;
		max-width: 100%;
		width: 100%;
	}
	.tc100box5-text .t1{
		font-size: 24px;
	}
	.tc100box5-text .t2{
		font-size: 14px;
	}
	.tc100box5-img{
		height: 100vh;
	}
}



.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;
	}
}
