.newsArea .newsListBox .Txt .dateBox .date, .newsArea .newsListBox .Img img, .newsArea .newsListBox .item, .aboutArea .aboutList .Txt, .aboutArea .aboutList .Img, .aboutArea .aboutList .item, .linkArea .linkList .Txt .subtitle:after, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.wrap {
	max-width: 1436px;
}

.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%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	width: 46px;
	height: 46px;
	background-color: #f18d00;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.popWin .close:hover {
		background-color: rgba(0, 0, 0, 0.85);
	}
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
@media (max-width: 1180px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.mainArea {
	padding: 0;
}

.bannerArea .bannerBox {
	position: relative;
}
.bannerArea .bannerBox:after {
	content: "";
	pointer-events: none;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#595959), to(transparent));
	background: linear-gradient(to top, #595959, transparent);
}
@media (max-width: 1180px) {
	.bannerArea .bannerBox:after {
		height: 150px;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerBox:after {
		height: 120px;
	}
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerList .bannerList > .bannerItem:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
.bannerArea .bannerItem {
	position: relative;
	z-index: 1;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem:after {
		content: "";
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		pointer-events: none;
		background-color: rgba(0, 0, 0, 0.2);
	}
}
.bannerArea .bannerItem .Txt {
	max-width: 1428px;
	padding: 14.3% 20px 5% 20px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.bannerArea .bannerItem .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
}
.bannerArea .bannerItem .Txt .title {
	opacity: 0;
	font-family: "Lato", sans-serif;
	font-size: 75px;
	line-height: 1.04;
	letter-spacing: 0;
	padding-top: 14px;
}
.bannerArea .bannerItem .Txt .subtitle {
	opacity: 0;
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 2px;
}
.bannerArea .bannerItem .Txt .text {
	opacity: 0;
	display: block;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.8px;
	padding-top: 23px;
}
.bannerArea .bannerItem .Txt .btnBox {
	opacity: 0;
	padding-top: 64px;
}
@media (max-width: 1600px) {
	.bannerArea .bannerItem .Txt {
		padding-top: 12%;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 65px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt {
		padding-top: 10%;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 55px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt {
		max-width: 700px;
		padding-top: 0;
		padding-bottom: 125px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.bannerArea .bannerItem .Txt .btnBox {
		padding-top: 40px;
	}
}
@media (max-width: 840px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 45px;
	}
}
@media (max-width: 650px) {
	.bannerArea .bannerItem .Txt {
		padding-top: 5%;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 20px;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 16px;
	}
	.bannerArea .bannerItem .Txt .title {
		font-size: 35px;
	}
	.bannerArea .bannerItem .Txt .text {
		font-size: 14px;
	}
	.bannerArea .bannerItem .Txt .btnBox {
		padding-top: 30px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Img {
		max-height: 900px;
	}
	.bannerArea .bannerItem .Img img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Img {
		padding-bottom: 700px;
	}
}
@media (max-width: 540px) {
	.bannerArea .bannerItem .Img {
		padding-bottom: 600px;
	}
}
.bannerArea .switchBox {
	width: 100%;
	max-width: 1428px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 59px;
	   -moz-column-gap: 59px;
	        column-gap: 59px;
	position: absolute;
	z-index: 2;
	bottom: 18%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 1800px) {
	.bannerArea .switchBox {
		bottom: 60px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .switchBox {
		display: none;
	}
}
.bannerArea .switchBox .page {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.17;
	letter-spacing: 0.4px;
}
.bannerArea .switchBox .page span:not(:first-child) {
	opacity: 0.46;
}
.bannerArea .switchBox .arrowBox {
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	position: relative;
}
.bannerArea .switchBox .arrowBox:after {
	content: "";
	width: 1px;
	height: 15px;
	background-color: #d9d9d9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.bannerArea .switchBox .arrowBox .arrow {
	width: 50px;
	height: 50px;
}
.bannerArea .switchBox .arrowBox .arrow:before {
	width: 12px;
	height: 12px;
}
.bannerArea .slick-current .Txt .subtitle {
	-webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
	-webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
	-webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
	-webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}

.linkArea {
	padding-top: 77px;
	padding-bottom: 98px;
	background: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), to(#302f2f));
	background: linear-gradient(to top, #3a3a3a, #302f2f);
}
@media (max-width: 1600px) {
	.linkArea .wrap {
		max-width: 1060px;
	}
}
@media (max-width: 1200px) {
	.linkArea .wrap {
		max-width: 700px;
	}
}
@media (max-width: 840px) {
	.linkArea .wrap {
		max-width: 100%;
	}
}
.linkArea .linkBox {
	position: relative;
	margin-top: 40px;
	margin-left: -16px;
	margin-right: -16px;
}
@media (max-width: 840px) {
	.linkArea .linkBox {
		max-width: 357px;
		margin: 0 auto;
		margin-top: 40px;
	}
}
@media (max-width: 540px) {
	.linkArea .linkBox {
		max-width: 326px;
	}
}
@media (max-width: 440px) {
	.linkArea .linkBox {
		max-width: 90%;
	}
}
.linkArea .linkList > .linkItem {
	float: left;
	width: 25%;
}
.linkArea .linkList > .linkItem: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) {
	.linkArea .linkList > .linkItem {
		width: 33.333%;
	}
	.linkArea .linkList > .linkItem: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: 1200px) {
	.linkArea .linkList > .linkItem {
		width: 50%;
	}
	.linkArea .linkList > .linkItem:not(:nth-child(1)):not(:nth-child(2)) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 840px) {
	.linkArea .linkList > .linkItem {
		width: 100%;
	}
	.linkArea .linkList > .linkItem:not(:nth-child(1)) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.linkArea .linkList .slick-slide > div,
.linkArea .linkList .slick-slide .linkItem {
	height: 100%;
}
.linkArea .linkList .linkItem {
	padding: 0 16px;
}
@media (max-width: 840px) {
	.linkArea .linkList .linkItem {
		padding: 0;
	}
}
.linkArea .linkList .item {
	z-index: 2;
	position: relative;
	border-radius: 5px;
	background-color: #424242;
	padding: 20px 35px;
	min-height: 400px;
	height: 100%;
	overflow: clip;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
@media (max-width: 840px) {
	.linkArea .linkList .item {
		min-height: 100%;
	}
}
@media (max-width: 440px) {
	.linkArea .linkList .item {
		padding: 14px 24px;
	}
}
.linkArea .linkList .item:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	background-color: #f18d00;
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
@media (min-width: 1201px) {
	.linkArea .linkList .item:hover {
		background-color: #f18d00;
	}
	.linkArea .linkList .item:hover:after {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.linkArea .linkList .item:hover .subtitle:after {
		background-color: #fff;
	}
}
.linkArea .linkList .link.cover {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.linkArea .linkList .Img {
	margin-top: 31px;
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.linkArea .linkList .Img img {
	max-width: 100%;
	display: block;
}
@media (max-width: 540px) {
	.linkArea .linkList .Img {
		width: 50px;
		height: 50px;
	}
}
.linkArea .linkList .Txt {
	color: #fff;
	margin-top: 55px;
}
@media (max-width: 400px) {
	.linkArea .linkList .Txt {
		margin-top: 30px;
	}
}
.linkArea .linkList .Txt .title {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 1.08px;
}
.linkArea .linkList .Txt .subtitle {
	position: relative;
	margin-top: 5px;
	padding-bottom: 17px;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.47px;
}
.linkArea .linkList .Txt .subtitle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23.5px;
	height: 1px;
	background-color: #686868;
}
.linkArea .linkList .Txt .textEditor {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.72px;
}
.linkArea .linkList .Txt .textEditor h4,
.linkArea .linkList .Txt .textEditor h5,
.linkArea .linkList .Txt .textEditor h6 {
	font-weight: 300;
}
.linkArea .arrowBox {
	width: calc(100% + 130px);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
	.linkArea .arrowBox {
		width: calc(100% + 85px);
	}
}
@media (max-width: 400px) {
	.linkArea .arrowBox {
		width: calc(100% + 70px);
	}
}
.linkArea .btnBox {
	margin-top: 65px;
}

.catalogArea {
	z-index: 1;
	position: relative;
	padding-top: 150px;
	padding-bottom: 200px;
	background-color: #595959;
	overflow: clip;
}
@media (max-width: 1180px) {
	.catalogArea {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
.catalogArea .catalogBg {
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-image: url("../images/pd_bg.jpg");
	z-index: -1;
	-webkit-animation: product_bg 12s ease-in-out infinite;
	        animation: product_bg 12s ease-in-out infinite;
}
@media (max-width: 1180px) {
	.catalogArea .catalogBg {
		height: 50%;
	}
}
.catalogArea .catalogCircle {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.catalogArea .catalogCircle:before, .catalogArea .catalogCircle:after {
	content: "";
	position: absolute;
	display: block;
	border: 1px dashed #fff;
	border-radius: 50%;
	opacity: 0.2;
}
.catalogArea .catalogCircle:before {
	width: 960px;
	height: 960px;
	left: 29%;
	top: -5%;
	-webkit-transform-origin: 45%;
	        transform-origin: 45%;
	-webkit-animation: circle_rotate 20s ease-in-out infinite;
	        animation: circle_rotate 20s ease-in-out infinite;
}
.catalogArea .catalogCircle:after {
	width: 1680px;
	height: 1680px;
	left: 1%;
	top: -22%;
	-webkit-animation: circle_rotate 30s ease-in-out infinite;
	        animation: circle_rotate 30s ease-in-out infinite;
}
@media (max-width: 1400px) {
	.catalogArea .catalogCircle:before {
		width: 800px;
		height: 800px;
		top: 5%;
	}
}
@media (max-width: 1180px) {
	.catalogArea .catalogCircle {
		display: none;
	}
}
@-webkit-keyframes circle_rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes circle_rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.catalogArea .wrap {
	position: relative;
	width: 100%;
	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: 1180px) {
	.catalogArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.catalogArea .titleBox {
	text-align: center;
}
@media (min-width: 1181px) {
	.catalogArea .titleBox {
		max-width: 500px;
		z-index: 2;
		position: absolute;
		left: 24.5px;
		top: 16px;
		text-align: left;
	}
}
@media (max-width: 1180px) {
	.catalogArea .titleBox {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
.catalogArea .catalogBox {
	width: 1025.7px;
	position: relative;
}
@media (max-width: 1400px) {
	.catalogArea .catalogBox {
		max-width: 80%;
	}
}
@media (max-width: 1180px) {
	.catalogArea .catalogBox {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin-top: 30px;
		max-width: 90%;
	}
}
.catalogArea .catalogMList > .catalogMItem:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
.catalogArea .catalogMList .item {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.catalogArea .catalogMList .Img {
	margin-right: 2px;
	max-width: 546px;
	border-radius: 50%;
}
.catalogArea .catalogMList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.catalogArea .catalogMList .Txt {
	padding-top: 18.8%;
	position: relative;
	color: #fff;
	width: 45%;
}
.catalogArea .catalogMList .Txt .topBox {
	width: 100%;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 14px;
}
.catalogArea .catalogMList .Txt .topBox:after {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140%;
	height: 1px;
	opacity: 0.37;
	pointer-events: none;
	background-color: #fff;
}
.catalogArea .catalogMList .Txt .titleTw {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.2px;
}
.catalogArea .catalogMList .Txt .titleEn {
	padding-top: 6px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.1px;
}
.catalogArea .catalogMList .Txt .textEditor {
	max-width: 385px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.48;
	letter-spacing: 0.5px;
}
.catalogArea .catalogMList .Txt .btnBox {
	margin-top: 74px;
}
.catalogArea .catalogMList .Txt .btnBox .btn {
	max-width: 216px;
	min-width: 216px;
}
@media (max-width: 1300px) {
	.catalogArea .catalogMList .Img {
		max-width: 500px;
	}
	.catalogArea .catalogMList .Txt {
		width: 43%;
	}
	.catalogArea .catalogMList .Txt .titleTw {
		font-size: 22px;
	}
	.catalogArea .catalogMList .Txt .titleEn {
		font-size: 28px;
	}
	.catalogArea .catalogMList .Txt .textEditor {
		font-size: 14px;
	}
}
@media (max-width: 1180px) {
	.catalogArea .catalogMList .catalogItem {
		padding: 0;
	}
	.catalogArea .catalogMList .item {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.catalogArea .catalogMList .Img {
		width: 55%;
		max-width: 450px;
	}
	.catalogArea .catalogMList .Txt {
		padding-top: 0;
		width: 40%;
	}
}
@media (max-width: 840px) {
	.catalogArea .catalogMList {
		margin-top: 30px;
	}
	.catalogArea .catalogMList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 40px;
	}
	.catalogArea .catalogMList .Img {
		width: 100%;
		margin-right: 0;
	}
	.catalogArea .catalogMList .Txt {
		width: 80%;
		text-align: center;
	}
	.catalogArea .catalogMList .Txt .topBox {
		margin-bottom: 0;
	}
	.catalogArea .catalogMList .Txt .topBox:after {
		display: none;
	}
	.catalogArea .catalogMList .Txt .textEditor {
		max-width: 100%;
	}
	.catalogArea .catalogMList .Txt .btnBox {
		margin-top: 30px;
	}
}
@media (max-width: 540px) {
	.catalogArea .catalogMList .Txt {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.catalogArea .catalogMList .Txt .titleTw {
		font-size: 20px;
	}
	.catalogArea .catalogMList .Txt .titleEn {
		font-size: 26px;
	}
	.catalogArea .catalogMList .Txt .textEditor {
		font-size: 13px;
	}
}
.catalogArea .classBox {
	width: 16%;
	margin-bottom: 94px;
}
.catalogArea .classBox .classTitle {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.81px;
}
.catalogArea .classBox .classTrigger {
	color: #fff;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.81px;
}
.catalogArea .classBox .classTrigger:before {
	content: "";
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #f18d00;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: transparent !important;
}
.catalogArea .classBox .classTrigger .num {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left: 15px;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.63px;
}
.catalogArea .classBox .classLink > li {
	border: none;
}
@media (min-width: 1024px) {
	.catalogArea .classBox .classLink {
		margin-top: 5px;
		position: relative;
	}
	.catalogArea .classBox .classLink:before {
		content: "";
		position: absolute;
		left: 5px;
		top: 20px;
		width: 1px;
		height: calc(100% - 34px);
		background-color: #d9d9d9;
		opacity: 0.3;
	}
	.catalogArea .classBox .classLink > li {
		position: relative;
	}
	.catalogArea .classBox .classLink > li:before {
		content: "";
		position: absolute;
		left: 5px;
		top: 14px;
		width: 1px;
		height: 0;
		background-color: rgba(217, 217, 217, 0.8);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.catalogArea .classBox .classLink > li.current:before {
		height: calc(100% - 28px);
	}
	.catalogArea .classBox .classLink > li.current .classTrigger:before {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 1;
	}
	.catalogArea .classBox .classLink > li.current .num {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
}
@media (min-width: 1024px) and (min-width: 1201px) {
	.catalogArea .classBox .classLink > li:hover .classTrigger:before {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 1;
	}
	.catalogArea .classBox .classLink > li:hover .num {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
}
@media (min-width: 1024px) {
	.catalogArea .classBox .classLink span {
		padding: 14px 15px;
	}
	.catalogArea .classBox .classLink span:hover {
		background-color: transparent;
	}
}
@media (max-width: 1180px) {
	.catalogArea .classBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
		margin-top: 60px;
	}
	.catalogArea .classBox .classLink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalogArea .classBox .classLink:before {
		display: none;
	}
	.catalogArea .classBox .classLink li:before {
		display: none;
	}
}
@media (max-width: 1024px) {
	.catalogArea .classBox {
		max-width: 350px;
		margin: 0 auto;
		padding-top: 50px;
		border-bottom: 1px solid rgba(217, 217, 217, 0.3);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.catalogArea .classBox .classCurrent {
		width: 50%;
		padding: 10px;
		background-color: transparent;
	}
	.catalogArea .classBox .classCurrent:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 3px 0 3px;
		border-color: #f18d00 transparent transparent transparent;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.catalogArea .classBox .classLink {
		top: 103%;
		left: auto;
		right: 0;
		width: 50%;
		background-color: #6d6d6d;
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: none;
	}
	.catalogArea .classBox .classLink span {
		background-color: transparent;
	}
	.catalogArea .classBox .classLink.open {
		display: block;
	}
	.catalogArea .classBox .classTrigger {
		color: #fff;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		font-size: 16px;
		padding: 10px;
	}
	.catalogArea .classBox .classTrigger:before {
		display: none;
	}
	.catalogArea .classBox .num {
		display: none;
	}
}
@media (max-width: 450px) {
	.catalogArea .classBox {
		max-width: 300px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.catalogArea .classBox .classCurrent {
		width: 100%;
	}
	.catalogArea .classBox .classLink {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.aboutArea {
	background-color: #fff;
	padding-top: 96px;
	padding-bottom: 59px;
}
@media (max-width: 1180px) {
	.aboutArea {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1180px) {
	.aboutArea .wrap {
		max-width: 750px;
	}
}
.aboutArea .titleBox .titleTw,
.aboutArea .titleBox .text {
	font-weight: 400;
}
.aboutArea .titleBox .info {
	max-width: 580px;
}
@media (max-width: 1180px) {
	.aboutArea .titleBox .info {
		max-width: 100%;
	}
}
.aboutArea .aboutBox {
	position: relative;
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aboutArea .left {
	width: 34.5%;
	margin-top: 32px;
	position: absolute;
	z-index: 2;
}
@media (max-width: 1600px) {
	.aboutArea .left {
		width: 32%;
	}
}
@media (max-width: 1400px) {
	.aboutArea .left {
		width: 36%;
	}
}
@media (max-width: 1180px) {
	.aboutArea .left {
		position: relative;
		width: 100%;
	}
}
.aboutArea .aboutList {
	margin-top: 50px;
}
.aboutArea .aboutList .item {
	padding: 22.7px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 32px;
	   -moz-column-gap: 32px;
	        column-gap: 32px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.aboutArea .aboutList .item:first-child {
	border-top: 1px solid #d9d9d9;
}
.aboutArea .aboutList .item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #f18d00;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: -1;
}
.aboutArea .aboutList .Img {
	width: 44px;
	height: 44px;
	min-width: 44px;
	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;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.aboutArea .aboutList .Img img {
	max-width: 100%;
	display: block;
}
.aboutArea .aboutList .Txt {
	color: #2f2f2f;
}
.aboutArea .aboutList .Txt .title {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.81px;
}
.aboutArea .aboutList .Txt .subtitle {
	padding-top: 6px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.47px;
}
@media (max-width: 1400px) {
	.aboutArea .aboutList .item {
		padding: 20px 22px;
	}
}
@media (max-width: 400px) {
	.aboutArea .aboutList .item {
		padding: 16px;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.aboutArea .aboutList .Txt .title {
		font-size: 16px;
	}
	.aboutArea .aboutList .Txt .subtitle {
		font-size: 13px;
	}
}
.aboutArea .right {
	margin-left: auto;
	margin-right: -65px;
	max-width: 1050px;
}
.aboutArea .right .Img {
	width: 100%;
}
.aboutArea .right img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1600px) {
	.aboutArea .right {
		margin-right: 0;
	}
}
@media (max-width: 1400px) {
	.aboutArea .right {
		margin-top: 50px;
		max-width: 900px;
	}
}
@media (max-width: 1180px) {
	.aboutArea .right {
		display: none;
	}
}

.newsArea {
	padding-top: 74px;
	padding-bottom: 91px;
	background-color: #f4f4f4;
}
@media (max-width: 1180px) {
	.newsArea {
		padding-top: 50px;
	}
}
.newsArea .unClick {
	pointer-events: none;
}
.newsArea .newsBox {
	z-index: 1;
	position: relative;
	margin-top: 39px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.newsArea .newsBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.newsArea .newsList > .newsItem {
	float: left;
	width: 33.333%;
}
.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: 840px) {
	.newsArea .newsList > .newsItem {
		width: 100%;
	}
	.newsArea .newsList > .newsItem:not(:nth-child(1)) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.newsArea .newsListBox {
	margin: 0 -22px;
}
.newsArea .newsListBox .newsItem {
	padding: 0 22px;
	padding-top: 10px;
}
.newsArea .newsListBox .item {
	position: relative;
}
@media (min-width: 1201px) {
	.newsArea .newsListBox .item:hover {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.newsArea .newsListBox .item:hover .dateBox .date {
		color: #f18d00;
	}
	.newsArea .newsListBox .item:hover .Img img {
		opacity: 0.8 !important;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
.newsArea .newsListBox .link {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.newsArea .newsListBox .Img {
	position: relative;
	overflow: clip;
}
.newsArea .newsListBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsArea .newsListBox .Img .classTitle {
	z-index: 1;
	position: absolute;
	right: 19px;
	top: 18.5px;
	border-radius: 50px;
	background-color: #f18d00;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.46px;
	padding: 5.5px 11.9px;
}
.newsArea .newsListBox .Txt {
	position: relative;
	padding-top: 27px;
	padding-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
.newsArea .newsListBox .Txt .dateBox {
	text-align: center;
	width: 58px;
	font-family: "Lato", sans-serif;
}
.newsArea .newsListBox .Txt .dateBox .date {
	font-weight: 500;
	color: #008ad8;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0;
}
.newsArea .newsListBox .Txt .dateBox .year {
	text-transform: uppercase;
	color: #4d4d4d;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.4px;
}
.newsArea .newsListBox .Txt .title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #323232;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	letter-spacing: 1.44px;
}
.newsArea .newsListBox .Txt .text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 6px;
	margin-left: 12px;
	color: #666666;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.46px;
}
@media (max-width: 1600px) {
	.newsArea .newsListBox {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 1400px) {
	.newsArea .newsListBox .newsItem {
		padding: 0 12px;
	}
}
@media (max-width: 450px) {
	.newsArea .newsListBox .Img .classTitle {
		right: 10px;
		top: 10px;
		font-size: 13px;
	}
	.newsArea .newsListBox .Txt {
		padding-top: 20px;
		padding-bottom: 16px;
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
	.newsArea .newsListBox .Txt .dateBox .date {
		font-size: 40px;
	}
	.newsArea .newsListBox .Txt .dateBox .year {
		font-size: 14px;
	}
	.newsArea .newsListBox .Txt .title {
		font-size: 16px;
	}
	.newsArea .newsListBox .Txt .text {
		margin-left: 9px;
		font-size: 14px;
	}
}
.newsArea .btnBox {
	position: absolute;
	right: 0;
	top: -145px;
}
.newsArea .btnBox .btn {
	width: 215px;
}
@media (max-width: 1180px) {
	.newsArea .btnBox {
		padding-top: 30px;
		position: relative;
		right: auto;
		top: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.newsArea .arrowBox {
	width: calc(100% + 155px);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 2;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 1600px) {
	.newsArea .arrowBox {
		width: calc(100% + 30px);
	}
}
/*# sourceMappingURL=home.css.map */