@import url('/css/animate.css');

.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo7{margin-top: 0px;margin-bottom:50px}
#articleInfo7 .item{position:relative;display:flex;justify-content:flex-end;flex-wrap:wrap}
#articleInfo7 .item>div{float:left;width:45%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .item:nth-child(2n)>div{float:right}
#articleInfo7 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .item .photo{overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:350px 0 0 350px;position:absolute;left:0;top:0;height:100%}
#articleInfo7 .item .photo:before{content:'';position:absolute;width:100%;height:95%;bottom:0;left:20px;z-index:1;border-top-left-radius:400px;border-top-right-radius:400px;border:1px solid rgb(255 255 255 / 100%)}
#articleInfo7 .item .photo img{width:100%;height:100%;object-fit:cover;position:relative}
#articleInfo7 .item .info{margin:20px 0 20px 5%;width:50%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .item .info .h5{padding:0 0 10px;line-height:110%;color: #f6c409;position:relative;font-family:'Montserrat',sans-serif;text-transform:uppercase;font-weight:400;font-size:max(4 * (1vw + 1vh) / 2,22px)}
#articleInfo7 .item .info .h5:before{content:"ABOUT";position:absolute;right:0;font-weight:800;z-index:-1;color:#e9e9e93b;top:25px;font-size:max(12 * (1vw + 1vh) / 2,30px)}
#articleInfo7 .item .info .h3{padding:5px 0 20px 0;font-size:26px;color: #535050;font-weight:600;letter-spacing:0.5px;line-height:160%;font-size:max(1 * (1vw + 1vh) / 2,25px)}
#articleInfo7 .item .info .article p{position:relative;text-align:justify;width:100%;margin-top:20px;line-height:200%;letter-spacing:1px;border-bottom:#dedede57 1px solid;padding-bottom:15px;font-size:max(1.1 * (1vw + 1vh) / 2,15px);font-weight: 300;}
#articleInfo7 .item .info .article .h6{font-size:max(1.4*(1vw + 1vh) / 2,16px);padding:10px 0 0;margin-top:10px}
#articleInfo7 .item .info .article p:before{content:"";position:absolute;width:75px;height:2px;background:#172852;bottom:-1px;right:0}
#articleInfo7.carnews .item .photo{border-radius: 20px;}
#articleInfo7.carnews .item .photo:before{display:none;}
#articleInfo7.carnews .item .info .h5:before{content: "NWES";}
.matitleJ{font-size: max(1.6 * (1vw + 1vh) / 2, 18px);font-weight: 400;color: #313131;}
.babastyle{position:relative;width:100%;padding:30px 40px;background:#f6f6f6;border-radius:3px;outline:1px solid rgb(0 0 0 / 15%);outline-offset:-15px;margin:30px 0 10px;aspect-ratio:12 / 2;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:max(1.2 * (1vw + 1vh) / 2,16px);color: #313131;}
.babastyle:before{content:"”";font-size:77px;position:absolute;top: -11px;right: 0px;line-height:100%;font-family: 'Noto Sans TC',sans-serif;}
.innerboxJ p{font-weight:300;}
.innerboxJ p , .innerboxJ a{color:#454545;}
ul.check{margin-top: 10px;}
ul.check li{list-style: inside;font-weight: 300;}
.car_imgbox{display:grid;grid-template-columns: repeat(4,1fr);gap: 10px;}
.car_imgbox .cimgitem {display:flex;flex-direction: column;align-items: center;justify-content: center;}
.car_imgbox .cimgitem img{height:100%;object-fit: cover;}
@media screen and (max-width: 980px){
	.car_imgbox{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width: 768px) {
	#articleInfo7 .item .photo{position:relative;width:100%;margin-bottom:20px}
	#articleInfo7 .item:nth-child(2n) .photo{right:0}
	#articleInfo7 .item .info{margin:0;width:100%}
	#articleInfo7 .item:nth-child(2n) .info .h5,#articleInfo7 .item:nth-child(2n) .info .h3{margin:0 auto 0 0}
	#articleInfo7 .item .info .h5:before{font-size:130px}
	.car_imgbox{grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 480px) {
	#articleInfo7 .item>div,#articleInfo7 .item:nth-child(2n)>div{float:none}
	#articleInfo7 .item .photo:before{border:4px double rgb(255 255 255)}
	#articleInfo7 .item .info .h5{font-size:30px;padding:0}
	#articleInfo7 .item .info .h5:before{font-size:80px}
}