/*mt200*/
.mt200box-container{
	width: 72%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1280px){
	.mt200box-container{
		width: 80%;
	}
}
@media (max-width: 1024px){
	.mt200box-container{
		width: 90%;
	}
}
.mt200box-text .t1{
	font-family: "Montserrat";
	font-weight: 800;
	color: #ffffff;
	font-size: 2.5vw;
	line-height: 1.2;
}
.mt200box-text .t2{
	margin-top: 0.625vw;
	font-family: "Montserrat";
	color: #ffffff;
	font-size: 1.145833333333333vw; 
}
@media (max-width: 768px){
	.mt200box-text .t1{
		font-size: 32px;
	}
	.mt200box-text .t2{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media (max-width: 480px){
	.mt200box-text .t1{
		font-size: 24px;
	}
	.mt200box-text .t2{
		font-size: 14px;
		margin-top: 15px;
	}
}
.mt200box1-bimg img{
	display: block;
	width: 100%;
}
.mt200box1-b{
	position: relative;
}
.mt200box1-b2{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	overflow: hidden;
}
.mt200box1-b3{
	display: flex;
	align-items: center; 
	justify-content: space-between; 
}
.mt200box1-b4{
	width: 43.4153400868307%;
	min-height: 15.625vw;
}
.mt200box1-b4 span{
	display: inline-block;
	margin-right: 0.3125vw;
}
.mt200box1-b4-img {
	width: 43.77713458755427%;
	text-align: center;
}
.mt200box1-b4-img img{
	width: 70%;
}
.mt200box1-b5{
	width: 100%; 
	font-size: 3.020833333333333vw;
	font-family: "Montserrat";
	color: #EC801B; 
	line-height: 1.2; 
	margin-bottom: .5208vw;
	font-weight: 800;
}
.mt200box1-b6{
	font-size: 1.666666666666667vw;
	font-family: "Montserrat";
	font-weight: 500;
	color: #FFFFFF; 
	padding-bottom: 1.25vw; 
	margin-bottom: 2vw; 
	text-transform: uppercase; 
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.mt200box1-b11{
	position: relative;
	margin-bottom: 1.5625vw;
	width: 4.375vw; 
	height: 4.0625vw;
}
.mt200box1-b11 .text {
	position: absolute;
	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;
}
.mt200box1-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%);
}
.mt200box1-b11 .text p {
	background: #EC801B;
	border-radius: 10px;
	padding: 12px 12px;
}
.mt200box1-b10:hover .text {
	opacity: 1;
	transform: translate(-50%, 0%);
}
.mt200box1-b12{
	width: 100%;
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.mt200box1-b12 img{
	width: 44%;
}
.mt200box1-b13{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.mt200box1-b13 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.mt200box1-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;
}
.mt200box1-b10:hover img.img-show{
}
.mt200box1-b10:hover img.img-hide{
	opacity: 1;
	transform: rotate(180deg) scale(1);
}
.mt200box1-b10:hover .mt200box1-b12 img{
	filter: brightness(0) invert(1);
	position: relative;
	z-index: 2;
}
@keyframes icon-rotate {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.mt200box1-b9{
	display: flex;
	align-items: flex-start;
	grid-gap: 1.0417vw;
}
.mt200box1-b10{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mt200box1-btnbox{
	margin-top: 3.4896vw;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625vw;
}
.mt200box1-btnbox .mt200box1-btn{
	border-radius: 1.5625vw;
	border: 1px solid #EC801B;
	font-size: 1.5625vw;
	line-height: 1;
	font-family: "Montserrat";
	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;
}
.mt200box1-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;
}
.mt200box1-btn:hover::after{
	top: 0;
	border-radius: 0;
}
.mt200box1-btn:hover{
	color: #FFFFFF;
}
@media (max-width: 1580px){
	.mt200box1-b11 .text{
		font-size: 0.8333333333333333vw;
	    margin-top: 0.625vw;
	    padding-top: 0.78125vw;
	}
	.mt200box1-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;
	}
	.mt200box1-b11 .text p{
		border-radius: 0.625vw;
    	padding: 0.625vw;
	}
}
@media (max-width: 900px){
	.mt200box1-b12 img{
		width: 48%;
	}
	.mt200box1-b14{
		font-size: 12px;
		width: 96px;
	}
	.mt200box1-btn{
		font-size: 12px;
		padding: 6px 10px;
		border-radius: 30px;
		margin-top: 40px;
	}
	.mt200box1-b9{
		flex-wrap: wrap;
		grid-gap: 5px;
	}
	.mt200box1-btnbox{
		margin-top: 40px;
	} 
	.mt200box1-btnbox .mt200box1-btn{
		border-radius: 21px;
		font-size: 14px;
		min-width: 120px;
    	height: 42px;
    	padding: 0 20px;
	}
	.mt200box1-btnbox .mt200box1-btn::after{
		width: 130px;
    	height: 130px;
	}
	.mt200box1-btnbox{
		gap: 20px;
	}
}
@media only screen and (max-width: 768px){
	.mt200box1{
		position: relative;
		padding-top: 96px;
	}
	.mt200box1:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 96px;
		background: #000000;
	}
}


.mt200box2{
	padding-top: 5.208333333333333vw;
	padding-bottom: 7.291666666666667vw;
}
.mt200box2 .headline{
	text-align: center;
	font-family: "Montserrat";
	font-weight: 800;
	color: #000000;
	font-size: 2.083333333333333vw;
}
.mt200box2 .wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 2.083333333333333%;
	gap: 0.625vw;
}
.mt200box2 .wrap .item{
	position: relative;
	z-index: 1;
	flex: 1;
	padding: 3.125vw 1.15vw;
	overflow: hidden;
	box-sizing: border-box;
}
.mt200box2 .wrap .item::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(249,250,251,1) 20%, rgba(249,250,251,0) 100%);
	background: linear-gradient(to bottom, rgba(249,250,251,1) 20%, rgba(249,250,251,0) 100%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mt200box2 .wrap .item:hover::before{
	background: -webkit-linear-gradient(to bottom, rgba(249,250,251,1) 20%, rgba(249,250,251,0) 100%);
	background: linear-gradient(to bottom, rgba(236,128,27,1) 20%, rgba(236,128,27,0) 100%);
}
.mt200box2 .wrap .item .icon{
	text-align: center;
}
.mt200box2 .wrap .item .icon img{
	width: 3.073vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mt200box2 .wrap .item:hover .icon img{
	filter: brightness(0) invert(1);
}
.mt200box2 .wrap .item .text{
	margin-top: 2vw;
}
.mt200box2 .wrap .item .text .t1{
	font-family: "Montserrat";
	font-weight: 800;
	color: #000000;
	font-size: 1.041666666666667vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mt200box2 .wrap .item .text .t2{
	margin-top: 0.625vw;
	min-height: 10.9375vw;
	font-family: "Montserrat";
	color: #727272;
	font-size: 0.72917vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mt200box2 .wrap .item:hover .text .t1,
.mt200box2 .wrap .item:hover .text .t2{
	color: #FFFFFF;
}

.mt200box3{
	position: relative;
}
.mt200box3 .mt200box3-img img{
	display: block;
	width: 100%;
}
.mt200box3 .box{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
}
.mt200box3 .box .wrap{
}
.mt200box3 .box .wrap .mt200box-text{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	/*height: 22%;*/
	padding-top: 5.625vw;
}
.mt200box3 .box .twinkle{
	position: absolute;
	left: 0;
	bottom: 9.375vw;
	width: 100%;
	text-align: center;
}
.mt200box3 .box .twinkle .img{
	position: relative;
	display: block;
	margin: auto;
	width: 10.88541666666667vw;
}
.mt200box3 .box .twinkle .img>img{
	display: block;
	width: 100%;
}
.mt200box3 .box .twinkle .light{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.mt200box3 .box .twinkle .light ul li{
	position: absolute;
	top: 1.823vw;
	width: 17.70334928229665%;
	opacity: 0;
	transition: all 0.5s ease;
}
.mt200box3 .box .twinkle .light ul li.a1{
	left: 36.36363636363636%;
}
.mt200box3 .box .twinkle .light ul li.a2{
	right: 32.05741626794258%;
}
.mt200box3 .box .twinkle .light ul li.active{
	opacity: 1;
}
.mt200box3 .box .twinkle .light ul li img{
	display: block;
	width: 100%;
}
.mt200box4{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mt200box4-img img{
	display: block;
	width: 100%;
}
.mt200box4-img img.im2{
	display: none;
}
.mt200box4 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: flex-start;
}
.mt200box4 .box .wrap{
	width: 50%;
}
.mt200box4 .box .wrap .text .t2{
	margin-top: 1.15vw;
}

.mt200box5{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mt200box5-img img{
	display: block;
	width: 100%;
}
.mt200box5-img img.im2{
	display: none;
}
.mt200box5 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: flex-start;
}
.mt200box5 .box .wrap{
	width: 50%;
}
.mt200box5 .box .wrap .mt200box-text .t2{
	margin-top: 1.15vw;
}

@media only screen and (max-width: 768px){
	.mt200box2{
		padding-top: 10vw;
    	padding-bottom: 10vw;
	}
	.mt200box2 .headline{
		font-size: 32px;
	}
	.mt200box2 .wrap{
		margin-top: 40px;
		gap: 2.5vw;
		flex-wrap: wrap;
	}
	.mt200box2 .wrap .item{
		flex: auto;
		width: calc((100% - 2.5vw) / 2);
		padding: 6% 4%;
	}
	.mt200box2 .wrap .item .text{
		margin-top: 5%;
	}
	.mt200box2 .wrap .item .text .t1{
		font-size: 20px;
	}
	.mt200box2 .wrap .item .text .t2{
		margin-top: 12px;
	    min-height: 180px;
	    font-size: 14px;
	}
	.mt200box2 .wrap .item .icon img{
		width: 50px;
	}
	.mt200box3 .mt200box3-img,
	.mt200box4 .mt200box4-img,
	.mt200box5 .mt200box5-img{
		height: 100vh;
	}
	.mt200box3 .mt200box3-img img,
	.mt200box4 .mt200box4-img img,
	.mt200box5 .mt200box5-img img{
		height: 100%;
		object-fit: cover;
	}
	.mt200box3 .box .wrap .img img{
		width: 32%;
	}
	.mt200box4 .box .wrap,
	.mt200box5 .box .wrap{
		width: 100%;
	}
	.mt200box3 .box .wrap .mt200box-text{
		padding-top: 10vw;
	}
	.mt200box3 .box .twinkle{
		bottom: 23.4375vw;
	}
	.mt200box3 .box .twinkle .img{
		width: 27.21354166666667vw;
	}
	.mt200box3 .box .twinkle .light ul li{
		top: 4.5573vw;
	}
	.mt200box4 .box{
		top: 10vw;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
	.mt200box4-img img.im2{
		display: block;
	}
	.mt200box4-img img.im1{
		display: none;
	}
	.mt200box5 .box{
		top: 10vw;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
	.mt200box5-img img.im2{
		display: block;
	}
	.mt200box5-img img.im1{
		display: none;
	}
	.mt200box5 .box .wrap .mt200box-text .t2{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){
	.mt200box2{
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.mt200box2 .wrap{
		gap: 16px;
		margin-top: 30px;
	}
	.mt200box2 .wrap .item{
		width: 100%;
		padding: 10% 6%;
	}
	.mt200box2 .wrap .item .text{
		margin-top: 7%;
	}
}
@media only screen and (max-width: 480px){
	.mt200box2{
		padding-top: 15vw;
    	padding-bottom: 15vw;
	}
	.mt200box2 .headline{
		font-size: 24px;
	}
	.mt200box3 .box .wrap .mt200box-text{
		padding-top: 15vw;
	}
	.mt200box3 .box .twinkle{
		bottom: 32vw;
	}
	.mt200box3 .box .twinkle .img{
		width: 43.54166666666667vw;
	}
	.mt200box3 .box .twinkle .light ul li{
		top: 7.6vw;
	}
	.mt200box4 .box{
		top: 15vw;
	}
	.mt200box5 .box{
		top: 15vw;
	}
	.mt200box5 .box .wrap .mt200box-text .t2{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 414px){
	.mt200box3 .box .twinkle{
		bottom: 26vw;
	}
}



.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: "Montserrat";
	font-weight: 800;
	color: #000000;
	font-size: 2.5vw;/*48*/
}
.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: "Montserrat";
	font-size: 0.8333333333333333vw;/*16px*/
    color: #333333;
    padding: 1vw 0.63vw;
    font-weight: 600;
}
.common-section .box table .table_title{
	color: #e98000;
	font-size: 1.041666666666667vw;/*20px*/
}
.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: "Montserrat";
	font-size: 0.8333333333333333vw;/*16px*/
    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: "Montserrat";
	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 (max-width: 768px) {
	.common-section .headline,
	.common-swiper .cbox-title{
		font-size: 32px;
	}
	.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 (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;
	}
}
