.newsArea .Txt .title a, .successArea .Txt .title a, .successArea .successList .slick-slide {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}

@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes typing {
	from {
		width: 0;
	}
}
@keyframes typing {
	from {
		width: 0;
	}
}
@-webkit-keyframes blink {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: inherit;
	}
	100% {
		border-color: transparent;
	}
}
@keyframes blink {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: inherit;
	}
	100% {
		border-color: transparent;
	}
}
.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto;
}
.popWin img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	position: absolute;
	right: -23px;
	top: -23px;
	z-index: 1;
	width: 46px;
	height: 46px;
	background-color: rgba(0, 0, 0, 0.7);
	/* background-color: #fff; */
	border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #f6f6f6;
	/* border-radius:  50%; */
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (max-width: 1180px) {
	.popWin .close {
		right: 0;
		top: 0;
		border-radius: 0;
	}
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.outerWrap {
	padding-top: 0;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-bottom: calc(55px + env(safe-area-inset-bottom));
	}
}

.fixedArea .compareBox {
	display: none;
}

header.home {
	background-color: transparent;
	/*padding-top: 30px;*/
	color: #fff;
}
header.home .logo img {
	-webkit-filter: none;
	        filter: none;
}
header.home .contactBtn .btn {
	padding: 21px;
	min-width: 200px;
	border-radius: 30px;
}
header.home .menuBtnGroup .icon {
	width: 60px;
	height: 60px;
}
header.home .menuBtnGroup .icon.search img {
	max-width: 24px;
}
header.home .menuBtnGroup .icon.language img {
	max-width: 26px;
}
header.home .menuBtnGroup .icon.tool img {
	max-width: 32px;
}
header.home .menu .mainLink {
	color: #000;
}


header.home .menu .submenu {
	top: 100%;
}
header.home .submenuBox {
	top: 111px;
}
header.home:hover {
	background-color: #2196f3;
}
header.home:hover .logo img {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
header.home:hover .menu .mainLink {
	color: #fff;
}
@media (max-width: 1600px) {
	header.home .menuBtnGroup .icon {
		width: 44px;
		height: 44px;
	}
	header.home .menuBtnGroup .icon.search img {
		max-width: 19px;
	}
	header.home .menuBtnGroup .icon.language img {
		max-width: 20px;
	}
	header.home .menuBtnGroup .icon.tool img {
		max-width: 23px;
	}
	header.home .contactBtn .btn {
		min-width: 160px;
		padding: 13px 21px;
		background-color: #222;
		border-radius: 22px;
	}
}

.slideMenuArea.open:not(.show) .topBox {
	background-color: #f6f6f6;
}
.slideMenuArea.open:not(.show) .topBox .slideMenuLogo img {
	-webkit-filter: none;
	        filter: none;
}
.slideMenuArea.open:not(.show) .topBox .contactBtn {
	opacity: 0;
	pointer-events: none;
}
.slideMenuArea.open:not(.show) .topBox .slideMenuTrigger .line {
	background-color: #000;
}
.slideMenuArea.open:not(.show) .topBox .slideMenuTrigger .line:before, .slideMenuArea.open:not(.show) .topBox .slideMenuTrigger .line:after {
	background-color: #000;
}

.mainArea {
	padding: 0;
}

.bannerArea img {
	max-width: 100%;
}
.bannerArea .bannerBox {
	/*height: 650px;*/
	position: relative;
	background-color: #f6f6f6;
}
@media (max-width: 1600px) {
	.bannerArea .bannerBox {
		height: 850px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerBox {
		height: 800px;
	}
}
@media (max-width: 1200px) {
	.bannerArea .bannerBox {
		height: 750px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		row-gap: 30px;
		overflow: hidden;
	}
}
@media (max-width: 840px) {
	.bannerArea .bannerBox {
		height: 640px;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerBox {
		height: 600px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerBox {
		height: 500px;
	}
}
.bannerArea .bannerTitleBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bannerArea .bannerTitleBox .title {
	max-width: 1200px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 125px;
	line-height: 1.25;
	letter-spacing: 0;
}
@media (min-width: 1181px) {
	.bannerArea .bannerTitleBox {
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerTitleBox .title {
		max-width: 1100px;
		font-size: 100px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerTitleBox {
		display: none;
	}
	.bannerArea .bannerTitleBox .title {
		font-size: 70px;
		max-width: 700px;
		margin-bottom: 0;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerTitleBox .title {
		font-size: 55px;
	}
}
@media (max-width: 450px) {
	.bannerArea .bannerTitleBox .title {
		font-size: 40px;
	}
}
.bannerArea .plasticOrigin {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	opacity: 0;
}
@media (max-width: 1180px) {
	.bannerArea .plasticOrigin {
		display: none;
	}
}
.bannerArea .machines {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
	opacity: 0;
}
@media (min-width: 1181px) {
	.bannerArea .machines {
		margin-top: 25px;
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 1180px) {
	.bannerArea .machines {
		width: 160%;
		margin-left: -60%;
	}
}
@media (max-width: 650px) {
	.bannerArea .machines {
		width: 1200px;
		margin-left: -550px;
	}
}
@media (max-width: 500px) {
	.bannerArea .machines {
		width: 1000px;
		margin-left: -500px;
	}
}
@media (max-width: 400px) {
	.bannerArea .machines {
		width: 750px;
		margin-left: -350px;
	}
}
.bannerArea .plasticBlack,
.bannerArea .plasticWhite {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bannerArea .plasticBlack .left,
.bannerArea .plasticBlack .right,
.bannerArea .plasticWhite .left,
.bannerArea .plasticWhite .right {
	position: relative;
	width: 50%;
	height: 100%;
}
.bannerArea .plasticBlack .plastic,
.bannerArea .plasticWhite .plastic {
	position: absolute;
	z-index: 1;
}
.bannerArea .plasticBlack img,
.bannerArea .plasticWhite img {
	opacity: 0;
}
.bannerArea .plasticBlack {
	z-index: 5;
}
.bannerArea .plasticBlack .left_black1 {
	top: 25.5%;
	left: 23.4%;
}
.bannerArea .plasticBlack .left_black2 {
	top: 35.5%;
	left: 47%;
}
.bannerArea .plasticBlack .left_black3 {
	top: 24.5%;
	left: 70%;
}
.bannerArea .plasticBlack .left_black4 {
	top: 65.5%;
	left: 67%;
	z-index: 4;
}
.bannerArea .plasticBlack .left_black5 {
	top: 81%;
	left: 45.5%;
}
@media (max-width: 1180px) {
	.bannerArea .plasticBlack .left_black1 {
		display: none;
	}
	.bannerArea .plasticBlack .left_black2 {
		top: 49.5%;
		left: 31%;
	}
	.bannerArea .plasticBlack .left_black3 {
		display: none;
	}
	.bannerArea .plasticBlack .left_black4 {
		display: none;
	}
	.bannerArea .plasticBlack .left_black5 {
		top: 73%;
		left: 0.5%;
	}
}
@media (max-width: 650px) {
	.bannerArea .plasticBlack .left_black1 {
		max-width: 20px;
	}
	.bannerArea .plasticBlack .left_black2 {
		max-width: 30px;
		top: 39.5%;
		left: 11%;
	}
	.bannerArea .plasticBlack .left_black5 {
		max-width: 72px;
	}
}
.bannerArea .plasticBlack .right_black1 {
	top: 23.5%;
	right: 47.5%;
}
.bannerArea .plasticBlack .right_black2 {
	top: 33%;
	right: 24%;
}
.bannerArea .plasticBlack .right_black3 {
	top: 74%;
	right: 47%;
}
@media (max-width: 1180px) {
	.bannerArea .plasticBlack .right_black1 {
		display: none;
	}
	.bannerArea .plasticBlack .right_black2 {
		top: 39%;
		right: 16%;
	}
}
@media (max-width: 650px) {
	.bannerArea .plasticBlack .right_black2 {
		max-width: 40px;
	}
	.bannerArea .plasticBlack .right_black3 {
		width: 40px;
		top: 68%;
		right: 59%;
	}
}
.bannerArea .plasticWhite .left_white1 {
	top: 30%;
	left: 32%;
}
.bannerArea .plasticWhite .left_white2 {
	top: 43.5%;
	left: 37%;
}
.bannerArea .plasticWhite .left_white3 {
	top: 74.5%;
	left: 70.5%;
}
@media (max-width: 1180px) {
	.bannerArea .plasticWhite .left_white1 {
		top: 22%;
		left: 18%;
	}
	.bannerArea .plasticWhite .left_white3 {
		top: 71.5%;
		left: 51.5%;
	}
}
@media (max-width: 650px) {
	.bannerArea .plasticWhite .left_white1 {
		max-width: 28px;
	}
	.bannerArea .plasticWhite .left_white3 {
		max-width: 43px;
	}
}
.bannerArea .plasticWhite .right_white1 {
	top: 35.5%;
	right: 46.5%;
}
.bannerArea .plasticWhite .right_white2 {
	top: 51.5%;
	right: 27.5%;
}
.bannerArea .plasticWhite .right_white3 {
	top: 74%;
	right: 67%;
}
.bannerArea .plasticWhite .right_white4 {
	top: 83%;
	right: 65%;
}
.bannerArea .plasticWhite .right_white5 {
	top: 82%;
	right: 21.5%;
}
@media (max-width: 1180px) {
	.bannerArea .plasticWhite .right_white1 {
		max-width: 50px;
		top: 28.5%;
		right: 46.5%;
	}
	.bannerArea .plasticWhite .right_white3, .bannerArea .plasticWhite .right_white4 {
		display: none;
	}
}
@media (max-width: 650px) {
	.bannerArea .plasticWhite .right_white2 {
		max-width: 48px;
	}
	.bannerArea .plasticWhite .right_white5 {
		max-width: 65px;
	}
}
.bannerArea .plasticWhite .right_white5 img {
	-webkit-transform: scale(1.5);
	        transform: scale(1.5);
}
.bannerArea .scrollDown {
	padding: 12px;
	display: block;
	z-index: 5;
	position: absolute;
	bottom: 7%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transform-origin: center;
	        transform-origin: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
}
.bannerArea .scrollDown:after, .bannerArea .scrollDown:before {
	content: "/";
}
.bannerArea .scrollDown:after {
	padding-left: 45px;
}
.bannerArea .scrollDown:before {
	padding-right: 45px;
}
@-webkit-keyframes zoom_in {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		        transform: translateX(-50%) scale(1);
	}
	50% {
		-webkit-transform: translateX(-50%) scale(1.1);
		        transform: translateX(-50%) scale(1.1);
	}
	100% {
		-webkit-transform: translateX(-50%) scale(1);
		        transform: translateX(-50%) scale(1);
	}
}
@keyframes zoom_in {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		        transform: translateX(-50%) scale(1);
	}
	50% {
		-webkit-transform: translateX(-50%) scale(1.1);
		        transform: translateX(-50%) scale(1.1);
	}
	100% {
		-webkit-transform: translateX(-50%) scale(1);
		        transform: translateX(-50%) scale(1);
	}
}
@media (max-width: 1180px) {
	.bannerArea .scrollDown {
		display: none;
	}
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticOrigin {
		-webkit-animation: opacity0to0 1.9s 0.1s ease-in-out both;
		        animation: opacity0to0 1.9s 0.1s ease-in-out both;
	}
}
.bannerArea.show .machines {
	-webkit-animation: opacity0to1 0.5s 0.1s ease-in both;
	        animation: opacity0to1 0.5s 0.1s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .machines {
		-webkit-animation: opacity0to1 0.5s 2s ease-in both;
		        animation: opacity0to1 0.5s 2s ease-in both;
	}
}
.bannerArea.show .plasticWhite .left_white1 img, .bannerArea.show .plasticWhite .left_white3 img {
	-webkit-animation: opacity0to1 0.6s 0.3s ease-in both;
	        animation: opacity0to1 0.6s 0.3s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticWhite .left_white1 img, .bannerArea.show .plasticWhite .left_white3 img {
		-webkit-animation: opacity0to1 0.6s 2.5s ease-in both;
		        animation: opacity0to1 0.6s 2.5s ease-in both;
	}
}
.bannerArea.show .plasticWhite .left_white2 img {
	-webkit-animation: opacity0to1 0.6s 1s ease-in both;
	        animation: opacity0to1 0.6s 1s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticWhite .left_white2 img {
		-webkit-animation: opacity0to1 0.6s 3.2s ease-in both;
		        animation: opacity0to1 0.6s 3.2s ease-in both;
	}
}
.bannerArea.show .plasticWhite .right_white1 img, .bannerArea.show .plasticWhite .right_white3 img, .bannerArea.show .plasticWhite .right_white5 img {
	-webkit-animation: opacity0to1 0.6s 0.3s ease-in both;
	        animation: opacity0to1 0.6s 0.3s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticWhite .right_white1 img, .bannerArea.show .plasticWhite .right_white3 img, .bannerArea.show .plasticWhite .right_white5 img {
		-webkit-animation: opacity0to1 0.6s 2.5s ease-in both;
		        animation: opacity0to1 0.6s 2.5s ease-in both;
	}
}
.bannerArea.show .plasticWhite .right_white2 img, .bannerArea.show .plasticWhite .right_white4 img {
	-webkit-animation: opacity0to1 0.6s 1s ease-in both;
	        animation: opacity0to1 0.6s 1s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticWhite .right_white2 img, .bannerArea.show .plasticWhite .right_white4 img {
		-webkit-animation: opacity0to1 0.6s 3.2s ease-in both;
		        animation: opacity0to1 0.6s 3.2s ease-in both;
	}
}
.bannerArea.show .plasticBlack {
	-webkit-animation: opacity0to1 0.6s 1s ease-in both;
	        animation: opacity0to1 0.6s 1s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticBlack {
		-webkit-animation: opacity0to1 0.6s 3.2s ease-in both;
		        animation: opacity0to1 0.6s 3.2s ease-in both;
	}
}
.bannerArea.show .plasticBlack .left_black1 img, .bannerArea.show .plasticBlack .left_black3 img, .bannerArea.show .plasticBlack .left_black5 img {
	-webkit-animation: opacity0to1 0.6s 0.7s ease-in both;
	        animation: opacity0to1 0.6s 0.7s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticBlack .left_black1 img, .bannerArea.show .plasticBlack .left_black3 img, .bannerArea.show .plasticBlack .left_black5 img {
		-webkit-animation: opacity0to1 0.6s 2.9s ease-in both;
		        animation: opacity0to1 0.6s 2.9s ease-in both;
	}
}
.bannerArea.show .plasticBlack .left_black2 img, .bannerArea.show .plasticBlack .left_black4 img {
	-webkit-animation: opacity0to1 0.6s 1s ease-in both;
	        animation: opacity0to1 0.6s 1s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticBlack .left_black2 img, .bannerArea.show .plasticBlack .left_black4 img {
		-webkit-animation: opacity0to1 0.6s 3.2s ease-in both;
		        animation: opacity0to1 0.6s 3.2s ease-in both;
	}
}
.bannerArea.show .plasticBlack .right_black1 img, .bannerArea.show .plasticBlack .right_black3 img {
	-webkit-animation: opacity0to1 0.6s 0.3s ease-in both;
	        animation: opacity0to1 0.6s 0.3s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticBlack .right_black1 img, .bannerArea.show .plasticBlack .right_black3 img {
		-webkit-animation: opacity0to1 0.6s 2.5s ease-in both;
		        animation: opacity0to1 0.6s 2.5s ease-in both;
	}
}
.bannerArea.show .plasticBlack .right_black2 img {
	-webkit-animation: opacity0to1 0.6s 1.4s ease-in both;
	        animation: opacity0to1 0.6s 1.4s ease-in both;
}
@media (min-width: 1181px) {
	.bannerArea.show .plasticBlack .right_black2 img {
		-webkit-animation: opacity0to1 0.6s 3.6s ease-in both;
		        animation: opacity0to1 0.6s 3.6s ease-in both;
	}
}
@media (min-width: 1181px) {
	.bannerArea.show .bannerTitleBox {
		-webkit-animation: opacity1to0 0.5s 2s ease-out both;
		        animation: opacity1to0 0.5s 2s ease-out both;
	}
}
@media (min-width: 1181px) {
	.bannerArea.show .scrollDown {
		-webkit-animation: opacity0to1 0.5s 3.5s ease-in both, zoom_in 10s 3.9s ease-in-out infinite;
		        animation: opacity0to1 0.5s 3.5s ease-in both, zoom_in 10s 3.9s ease-in-out infinite;
	}
}

.machinesArea .machinesBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 70px 0;
	height: 650px;
	position: relative;
}
@media (max-width: 1400px) {
	.machinesArea .machinesBox {
		height: 650px;
	}
}
@media (max-width: 1200px) {
	.machinesArea .machinesBox {
		height: auto;
		padding: 70px 0;
	}
}
@media (min-width: 992px) {
	.machinesArea .machinesBox:nth-child(2) .machinesBoxTitle.type {
		text-align: right;
	}
}
@media (min-width: 992px) {
	.machinesArea .machinesBox:nth-child(2) .machinesBoxInner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
@media (min-width: 992px) {
	.machinesArea .machinesBox:nth-child(2) .Txt {
		text-align: right;
	}
	.machinesArea .machinesBox:nth-child(2) .Txt .subtitle:before {
		left: auto;
		right: 0;
	}
	.machinesArea .machinesBox:nth-child(2) .Txt .info {
		margin-left: auto;
	}
}
.machinesArea .machinesBox:nth-child(2) .btnBox {
	margin-left: auto;
}
@media (min-width: 992px) {
	.machinesArea .machinesBox:nth-child(2) .machinesImgBox {
		right: auto;
		left: 9%;
	}
}
@media (max-width: 1800px) {
	.machinesArea .machinesBox:nth-child(2) .machinesImgBox {
		left: 0;
	}
}
@media (max-width: 991px) {
	.machinesArea .machinesBox:nth-child(2) .machinesImgBox {
		left: auto;
	}
}
.machinesArea .machinesBoxTitle {
	text-align: left;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0;
}
.machinesArea .machinesBoxTitle h2 {
	overflow: hidden;
	font-weight: 900;
	color: #f6f6f6;
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #f6f6f6));
	background: linear-gradient(to right, #000 50%, #f6f6f6 50%);
	background-size: 200% 100%;
	background-position-x: 100%;
	color: transparent;
	-webkit-background-clip: text;
	        background-clip: text;
}
@media (max-width: 1400px) {
	.machinesArea .machinesBoxTitle {
		font-size: 70px;
	}
}
@media (max-width: 1200px) {
	.machinesArea .machinesBoxTitle {
		font-size: 60px;
	}
}
@media (max-width: 1180px) {
	.machinesArea .machinesBoxTitle {
		font-size: 50px;
	}
}
@media (max-width: 650px) {
	.machinesArea .machinesBoxTitle {
		font-size: 40px;
	}
}
.machinesArea .btnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
	max-width: 412px;
	padding-top: 60px;
}
@media (max-width: 650px) {
	.machinesArea .btnBox {
		padding-top: 40px;
	}
}
@media (max-width: 400px) {
	.machinesArea .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 20px;
	}
}
.machinesArea .machinesBoxInner {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 991px) {
	.machinesArea .machinesBoxInner {
		padding-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.machinesArea .Txt {
	max-width: 40%;
}
.machinesArea .Txt .subtitle {
	font-size: 28px;
	line-height: 1.47;
	letter-spacing: 0;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
.machinesArea .Txt .info {
	font-size: 18px;
	line-height: 1.667;
	letter-spacing: 0;
	margin-top: 20px;
	max-width: 420px;
	max-height: 120px;
}
@media (max-width: 1600px) {
	.machinesArea .Txt {
		max-width: 50%;
	}
}
@media (max-width: 1400px) {
	.machinesArea .Txt .subtitle {
		font-size: 30px;
	}
}
@media (max-width: 1250px) {
	.machinesArea .Txt {
		max-width: 60%;
	}
}
@media (max-width: 991px) {
	.machinesArea .Txt {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.machinesArea .Txt .btnBox {
		display: none;
	}
	.machinesArea .Txt .subtitle {
		padding-top: 0;
	}
	.machinesArea .Txt .subtitle:before {
		display: none;
	}
	.machinesArea .Txt .info {
		max-width: 70%;
	}
}
@media (max-width: 650px) {
	.machinesArea .Txt .info {
		max-width: 100%;
	}
}
.machinesArea .machinesImgBox {
	z-index: 2;
	position: relative;
}
.machinesArea .machinesImgBox .img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	max-width: 100%;
}
@media (max-width: 991px) {
	.machinesArea .machinesImgBox .img .img_lg {
		display: none;
	}
}
.machinesArea .machinesImgBox .img .img_sm {
	display: none;
}
@media (max-width: 991px) {
	.machinesArea .machinesImgBox .img .img_sm {
		display: block;
		width: auto;
		max-height: 500px;
		margin: 0 auto;
	}
}
@media (max-width: 991px) {
	.machinesArea .machinesImgBox .img {
		max-height: 500px;
	}
}
@media (min-width: 992px) {
	.machinesArea .machinesImgBox {
		z-index: 1;
		position: absolute;
		right: 9%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.machinesArea .machinesImgBox .machinesBoxTitle,
	.machinesArea .machinesImgBox .btnBox {
		display: none;
	}
}
@media (max-width: 1800px) {
	.machinesArea .machinesImgBox {
		right: 0;
	}
}
@media (max-width: 1600px) {
	.machinesArea .machinesImgBox {
		max-width: 950px;
	}
}
@media (max-width: 1400px) {
	.machinesArea .machinesImgBox {
		max-width: 800px;
	}
}
@media (max-width: 1250px) {
	.machinesArea .machinesImgBox {
		max-width: 700px;
	}
}
@media (max-width: 1150px) {
	.machinesArea .machinesImgBox {
		max-width: 600px;
	}
}
@media (max-width: 1050px) {
	.machinesArea .machinesImgBox {
		max-width: 550px;
	}
}
@media (max-width: 991px) {
	.machinesArea .machinesImgBox {
		top: auto;
		max-width: 100%;
	}
	.machinesArea .machinesImgBox .machinesBoxTitle {
		width: 100%;
		z-index: -1;
		position: absolute;
		left: 50%;
		top: 12%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		text-align: center;
	}
	.machinesArea .machinesImgBox .btnBox {
		margin: 0 auto;
	}
}
@media (max-width: 470px) {
	.machinesArea .machinesImgBox .btnBox {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
	}
	.machinesArea .machinesImgBox .btn {
		width: 50%;
		min-width: auto;
	}
}

.aboutArea {
	padding: 50px 0;
}
.aboutArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.aboutArea .titleBox {
	width: 100%;
}
.aboutArea .Img {
	width: 45%;
}
.aboutArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.aboutArea .right {
	width: 55%;
	padding-left: 50px;
}
.aboutArea .right .Txt {
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.8;
}
.aboutArea .right .Txt .title {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 400;
}
.aboutArea .right .btn a {
	padding: 12px 40px;
	border: 1px solid #51649a;
	font-size: 15px;
	color: #51649a;
}
.aboutArea .right .btn a:hover {
	color: #fff;
	background-color: #51649a;
}

.catalogArea {
	padding: 50px 0;
}
.catalogArea .catalogBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.catalogArea .catalogBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.catalogArea .catalogItem {
	padding: 0;
}
.catalogArea .item {
	position: relative;
	overflow: hidden;
}
.catalogArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.catalogArea .Txt {
	position: relative;
	padding: 30px 20px;
	background-color: #fff;
}
.catalogArea .Txt .title a {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
}
.catalogArea .Txt .text {
	height: 46px;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
}

.successArea {
	background-color: #222;
	padding: 110px 0;
}
@media (max-width: 1180px) {
	.successArea {
		padding: 55px 0;
	}
}
.successArea .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 80px;
}
@media (max-width: 1180px) {
	.successArea .top {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-bottom: 50px;
	}
	.successArea .top .arrowBox {
		display: none;
	}
	.successArea .top .btnBox {
		display: none;
	}
}
.successArea .titleTw {
	font-size: 60px;
	color: #fff;
}
@media (max-width: 1400px) {
	.successArea .titleTw {
		font-size: 50px;
	}
}
@media (max-width: 1180px) {
	.successArea .titleTw {
		text-align: center;
		font-size: 40px;
	}
}
@media (max-width: 400px) {
	.successArea .titleTw {
		font-size: 30px;
	}
}
.successArea .arrowBox {
	margin-left: auto;
}
.successArea .arrowBox .prev,
.successArea .arrowBox .next {
	background-color: #222;
	border-color: #fff;
}
.successArea .arrowBox .prev:hover,
.successArea .arrowBox .next:hover {
	background-color: #fff;
}
.successArea .successArrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
}
.successArea .successArrowBox .arrowBox {
	margin-left: 0;
}
@media (max-width: 650px) {
	.successArea .successArrowBox {
		max-width: 370px;
		padding: 40px 14px 0 14px;
	}
}
@media (max-width: 400px) {
	.successArea .successArrowBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 20px;
	}
	.successArea .successArrowBox .btnBox {
		margin-left: 0;
	}
}
@media (min-width: 1181px) {
	.successArea .successArrowBox {
		display: none;
	}
}
.successArea .btnBox {
	margin-left: 30px;
}
@media (max-width: 650px) {
	.successArea .btnBox {
		margin-left: auto;
	}
}
.successArea .btnBox .btn:hover {
	color: #000;
}
.successArea .btnBox .btn:hover:after {
	background-color: #fff;
}
.successArea .wrap {
	padding: 0 30px;
}
.successArea .successBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.successArea .successBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.successArea .slick-list {
	overflow: visible;
}
.successArea .successList > .successItem:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
.successArea .successList {
	max-width: 800px;
	margin: 0 auto;
}
.successArea .successList .slick-slide:not(.slick-current) {
	opacity: 0.4;
}
.successArea .successList .slick-slide:not(.slick-current) a {
	pointer-events: none;
}
@media (max-width: 650px) {
	.successArea .successList {
		max-width: 370px;
	}
	.successArea .successList.slick-slider {
		margin-bottom: 15px;
	}
}
.successArea .successItem {
	padding: 0 30px;
}
@media (max-width: 1600px) {
	.successArea .successItem {
		padding: 0 20px;
	}
}
@media (max-width: 650px) {
	.successArea .successItem {
		padding: 0 14px;
	}
}
.successArea .item {
	position: relative;
}
.successArea .Img a {
	display: block;
	position: relative;
}
.successArea .Img a:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0);
	/* Old browsers */
	/* FF3.6+ */
	background: -webkit-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
}
.successArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.successArea .dateBox {
	width: 100%;
}
.successArea .dateBox .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.successArea .dateBox .date .startDate,
.successArea .dateBox .date .endDate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: inline-block;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
}
.successArea .dateBox .date .endDate {
	margin-left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.successArea .dateBox .date .endDate:before {
	content: "";
	width: 10px;
	height: 2px;
	background-color: #aaaaaa;
	margin-right: 8px;
	display: inline-block;
}
.successArea .Txt {
	width: 100%;
	padding: 0 30px;
	margin-bottom: 30px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
@media (max-width: 650px) {
	.successArea .Txt {
		padding: 0 14px;
		margin-bottom: 14px;
	}
}
.successArea .Txt .successInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.successArea .Txt .title a {
	margin-bottom: 8px;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.successArea .Txt .title a:hover {
	opacity: 0.8;
}
@media (max-width: 1400px) {
	.successArea .Txt .title a {
		font-size: 25px;
	}
}
@media (max-width: 650px) {
	.successArea .Txt .title a {
		font-size: 20px;
	}
}
@media (max-width: 400px) {
	.successArea .Txt .title a {
		font-size: 18px;
		-webkit-line-clamp: 1;
	}
}
.successArea .successPageBox {
	max-width: 800px;
	padding: 10px 30px 0 30px;
	margin: 0 auto;
	z-index: 5;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 650px) {
	.successArea .successPageBox {
		max-width: 370px;
		padding: 0 14px;
	}
}
.successArea .successPageBox .successDots {
	position: relative;
}
.successArea .successPageBox .successDots .slick-dots {
	z-index: 5;
	position: relative;
	bottom: 0;
}
.successArea .successPageBox .successPage {
	position: relative;
	color: #999;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}
.successArea .successPageBox .successPage:before {
	content: "";
	width: 16px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.newsArea {
	padding: 150px 0;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f6f6f6;
}
@media (max-width: 1180px) {
	.newsArea {
		padding: 45px 0;
	}
}
.newsArea .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 80px;
}
@media (max-width: 1180px) {
	.newsArea .top {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-bottom: 50px;
	}
	.newsArea .top .arrowBox {
		display: none;
	}
	.newsArea .top .btnBox {
		display: none;
	}
}
.newsArea .titleEn,
.newsArea .titleTw {
	color: #333;
	font-weight: 900;
}
@media (max-width: 1180px) {
	.newsArea .titleEn,
	.newsArea .titleTw {
		text-align: center;
	}
}
.newsArea .titleTw {
	font-size: 80px;
}
@media (max-width: 1440px) {
	.newsArea .titleTw {
		font-size: 60px;
	}
}
@media (max-width: 991px) {
	.newsArea .titleTw {
		font-size: 40px;
	}
}
@media (max-width: 400px) {
	.newsArea .titleTw {
		font-size: 30px;
	}
}
.newsArea .titleEn {
	text-transform: uppercase;
	padding-bottom: 17px;
}
.newsArea .arrowBox {
	margin-left: auto;
}
.newsArea .newsArrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
.newsArea .newsArrowBox .arrowBox {
	margin-left: 0;
}
@media (max-width: 1180px) {
	.newsArea .newsArrowBox {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media (max-width: 650px) {
	.newsArea .newsArrowBox {
		max-width: 370px;
		margin: 0 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.newsArea .newsArrowBox .btnBox {
		margin-left: auto;
	}
}
@media (max-width: 400px) {
	.newsArea .newsArrowBox {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 20px;
	}
	.newsArea .newsArrowBox .btnBox {
		margin-left: 0;
	}
}
@media (min-width: 1181px) {
	.newsArea .newsArrowBox {
		display: none;
	}
}
.newsArea .btnBox {
	margin-left: 30px;
}
.newsArea .newsBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 650px) {
	.newsArea .newsBox {
		margin: 0 -30px;
		overflow: hidden;
	}
}
.newsArea .newsBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
@media (max-width: 650px) {
	.newsArea .slick-list {
		overflow: visible;
	}
}
.newsArea .newsList > .newsItem {
	float: left;
	width: 25%;
}
.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 1600px) {
	.newsArea .newsList > .newsItem {
		width: 33.33333%;
	}
	.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsList > .newsItem {
		width: 50%;
	}
	.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 651px) {
	.newsArea .newsList > .newsItem {
		width: 100%;
	}
	.newsArea .newsList > .newsItem:not(:nth-child(1)) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.newsArea .newsList {
	margin: 0 -37px;
}
@media (max-width: 1600px) {
	.newsArea .newsList {
		margin: 0 -20px;
	}
}
@media (max-width: 650px) {
	.newsArea .newsList {
		margin: 0 -14px;
		max-width: 350px;
		margin: 0 auto;
	}
}
.newsArea .newsItem {
	padding: 0 37px;
}
@media (max-width: 1600px) {
	.newsArea .newsItem {
		padding: 0 20px;
	}
}
@media (max-width: 650px) {
	.newsArea .newsItem {
		padding: 0 14px;
	}
}
.newsArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsArea .dateBox {
	width: 100%;
}
.newsArea .dateBox .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}
.newsArea .dateBox .date .startDate,
.newsArea .dateBox .date .endDate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.newsArea .dateBox .date .startDate span,
.newsArea .dateBox .date .endDate span {
	display: inline-block;
	color: #333;
	font-weight: bold;
}
.newsArea .dateBox .date .startDate span:first-child,
.newsArea .dateBox .date .endDate span:first-child {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
@media (max-width: 650px) {
	.newsArea .dateBox .date .startDate span:first-child,
	.newsArea .dateBox .date .endDate span:first-child {
		font-size: 14px;
	}
}
.newsArea .dateBox .date .startDate span:last-child,
.newsArea .dateBox .date .endDate span:last-child {
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0;
	padding-left: 4px;
}
@media (max-width: 650px) {
	.newsArea .dateBox .date .startDate span:last-child,
	.newsArea .dateBox .date .endDate span:last-child {
		font-size: 20px;
	}
}
.newsArea .dateBox .date .endDate {
	margin-left: 15px;
}
.newsArea .dateBox .date .endDate:before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #000;
	margin-right: 15px;
}
.newsArea .Txt {
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
}
.newsArea .Txt .newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.newsArea .Txt .title {
	margin-top: 30px;
}
.newsArea .Txt .title a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-weight: bold;
}
.newsArea .Txt .title a:hover {
	opacity: 0.6;
}
@media (max-width: 650px) {
	.newsArea .Txt .title a {
		font-size: 16px;
	}
}
.newsArea .Txt .text {
	margin-top: 10px;
	height: 51px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
@media (max-width: 650px) {
	.newsArea .Txt .text {
		font-size: 13px;
	}
}
/*# sourceMappingURL=home.css.map */