.downloadArea .downloadBox .item .Img, .downloadArea .downloadBox .item, .downloadArea .bottomBox .arrowBox svg, .productArea .rightBox .productBox .item .Img .plus, .productArea .rightBox .productBox .item .Img .hoverMask, .productArea .rightBox .productBox .item .Img .intro, .productArea .rightBox .productBox .item, .productArea .leftBox .bottomBox .slick-arrow svg, .categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow svg, .recommendBox .deleteBtn, .compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .contentBox .rightBox {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mainArea.preamble {
	padding: 90px 0 0 !important;
}

.contentBox .rightBox.ajaxDisabled {
	opacity: 0.15;
	pointer-events: none;
}

.filterFuncList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
@media (max-width: 1023px) {
	.filterFuncList:not(.pop) {
		display: none;
	}
}

.moduleBoxFilter .moduleTitle {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-align: center;
}
.moduleBoxFilter .filterBox {
	margin: 30px 0 40px;
	position: relative;
}
@media (max-width: 640px) {
	.moduleBoxFilter .filterBox {
		margin: 15px 0 20px;
	}
}
.moduleBoxFilter .filterBox .filterTitle {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin: 15px 0;
	padding-bottom: 15px;
}
@media (max-width: 640px) {
	.moduleBoxFilter .filterBox .filterTitle {
		margin: 10px 0;
		padding-bottom: 10px;
	}
}
.moduleBoxFilter .filterBox .filterList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 640px) {
	.moduleBoxFilter .filterBox .filterList {
		padding: 0;
	}
}
.moduleBoxFilter .filterBox .filterList .filterItem {
	width: 25%;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
	.moduleBoxFilter .filterBox .filterList .filterItem {
		width: 33.3333333333%;
	}
}
@media (max-width: 640px) {
	.moduleBoxFilter .filterBox .filterList .filterItem {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.moduleBoxFilter .filterBox .filterList .filterItem {
		width: 100%;
	}
}
.moduleBoxFilter .filterBox .filterList .filterItem a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 35px;
}
.moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #626262;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
	z-index: 1;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected {
	color: #15bed4;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
	border-color: #15bed4;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
	background-color: #15bed4;
	border-color: #15bed4;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.forbidden {
	background-color: rgba(248, 248, 248, 0.5);
	color: rgba(47, 47, 47, 0.3);
	pointer-events: none;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.forbidden::before, .moduleBoxFilter .filterBox .filterList .filterItem a.forbidden::after {
	border-color: rgba(98, 98, 98, 0.1);
}
@media (max-width: 480px) {
	.moduleBoxFilter .filterBox .filterList .filterItem a {
		padding-left: 30px;
	}
	.moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after {
		left: 5px;
	}
}
.moduleBoxFilter .filterFuncList {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.sideClassList {
	width: 100%;
}
.sideClassList .rangeBox {
	background-color: #fff;
}
@media (min-width: 1181px) {
	.sideClassList .rangeBox:hover {
		background-color: #fff;
	}
}

.rangeBox {
	background-color: #f1f1f1;
	-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
	        animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
@media (min-width: 1181px) {
	.rangeBox:hover {
		background-color: #e8e8e8;
	}
}
.rangeBox label {
	cursor: pointer;
	position: relative;
	padding: 15px 15px 15px;
	padding-left: 45px;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
.rangeBox label input {
	display: none;
}
.rangeBox label.selected {
	color: #15bed4;
}
.rangeBox label.selected::before {
	background-color: #15bed4;
}
.rangeBox label.selected::after {
	background-color: #15bed4;
	border-color: #15bed4;
}
.rangeBox label::before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #626262;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.rangeBox label::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #626262;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.rangeBox .rangeBar {
	padding: 10px 22px;
	height: 100%;
}
.rangeBox .rangeBar.selected .noUi-connects {
	background-color: #15bed4;
}
.rangeBox .rangeBar.selected .noUi-connect {
	cursor: pointer;
	background-color: #fff;
}
.rangeBox .noUi-vertical {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 4px;
}
.rangeBox .noUi-vertical .noUi-handle {
	cursor: pointer;
	width: 12px;
	height: 12px;
	top: -6px;
	right: -4px;
	background-color: #15bed4;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 50%;
	border: 1px solid #fff;
}
.rangeBox .noUi-vertical .noUi-handle::before, .rangeBox .noUi-vertical .noUi-handle::after {
	display: none;
}
.rangeBox .noUi-horizontal {
	height: 4px;
}
.rangeBox .noUi-horizontal .noUi-handle {
	cursor: pointer;
	width: 12px;
	height: 12px;
	top: -4px;
	right: -6px;
	background-color: #15bed4;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 50%;
	border: 1px solid #fff;
}
.rangeBox .noUi-horizontal .noUi-handle::before, .rangeBox .noUi-horizontal .noUi-handle::after {
	display: none;
}
.rangeBox .noUi-target {
	border-radius: 0;
	border: none;
}
.rangeBox .noUi-tooltip {
	right: auto;
	left: 120%;
	font-size: 12px;
	padding: 2px 3px;
	border: none;
	display: none;
}
.rangeBox .noUi-active .noUi-tooltip {
	display: block;
}
.rangeBox.noUi-target {
	background-color: #d2d2d2;
	border: none;
}
.rangeBox .noUi-connects {
	cursor: pointer;
}
.rangeBox .noUi-connect {
	background-color: #15bed4;
}
.rangeBox .rangeInput {
	padding: 15px;
	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;
}
.rangeBox .rangeInput input {
	padding: 5px;
	width: calc(50% - 10px);
	border: 1px solid #bbb;
}

.classBoxColumn.filter {
	z-index: 3;
}
@media (max-width: 1023px) {
	.classBoxColumn.filter {
		margin-bottom: 20px;
	}
	.classBoxColumn.filter:not(.pop) {
		display: none;
	}
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a {
	padding-left: 45px;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #626262;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected {
	color: #15bed4;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::before {
	border-color: #15bed4;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
	background-color: #15bed4;
	border-color: #15bed4;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden {
	background-color: rgba(248, 248, 248, 0.5);
	color: rgba(47, 47, 47, 0.3);
	pointer-events: none;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::before, .classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.forbidden::after {
	border-color: rgba(98, 98, 98, 0.1);
}

.noData {
	color: #2f2f2f;
	font-size: 16px;
	letter-spacing: 0.05rem;
	line-height: 1.5;
}

.catalogBox {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.catalogBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.catalogList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
}
.catalogList .catalogItem {
	width: 33.3333333333%;
	padding: 0 15px 30px;
}
@media (max-width: 1023px) {
	.catalogList .catalogItem {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.catalogList .catalogItem {
		width: 100%;
	}
}
.catalogList .Img {
	position: relative;
}
.catalogList .Img::before {
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 8px 25px;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	text-align: center;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.catalogList .Img.statusNew::before {
	content: "NEW";
	background-color: #15bed4;
	border: 1px solid #15bed4;
}
.catalogList .Img.statusHot::before {
	content: "HOT";
	background-color: #15bed4;
	border: 1px solid #15bed4;
}
.catalogList .Img a {
	display: block;
	overflow: hidden;
}
.catalogList .Img img {
	display: block;
	width: 100%;
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.catalogList .Txt {
	padding: 15px;
	text-align: center;
	background-color: #fff;
}
.catalogList .Txt .title a {
	display: block;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1180px) {
	.catalogList .Txt .title a {
		font-size: 22px;
	}
}
.catalogList .Txt .text {
	height: 60px;
	color: #8B8B8B;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width: 1180px) {
	.catalogList .Txt .text {
		font-size: 15px;
	}
}
.catalogList .Txt .btnBox {
	margin-top: 35px;
}
.catalogList .price {
	margin-top: 10px;
}
.catalogList .price strong {
	display: inline-block;
	margin: 0 5px;
}
.catalogList .price .discount b {
	font-style: italic;
	font-size: 18px;
	color: #202020;
}

.insIntroBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.insIntroBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.insIntroBox .introBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (max-width: 767px) {
	.insIntroBox .introBox {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
	}
}
.insIntroBox .introBox .articleTitle {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}
.insIntroBox .introBox .code {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.insIntroBox .introBox .tagBox {
	padding: 15px 0 0;
}
.insIntroBox .introBox .tagBox ul {
	margin: 0 -3px;
}
.insIntroBox .introBox .tagBox ul li {
	padding: 0 3px;
	position: relative;
}
.insIntroBox .introBox .tagBox ul li::before {
	content: "#";
	display: inline-block;
	font-style: italic;
	padding-right: 3px;
}
.insIntroBox .introBox .Txt {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 15px;
	color: #6c6c6c;
}
.insIntroBox .introBox .btnBox {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 30px;
}
.insIntroBox .introBox .btnBox .btn {
	max-width: 180px;
}

.specTableBox .specTable {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.specTableBox .specTable .specTableRow {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.specTableBox .specTable .specTableRowHead {
	background-color: #15bed4;
}
.specTableBox .specTable .specTableRowHead .specTableColumn {
	color: #fff;
	font-size: 15px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 10px 15px;
}
@media (max-width: 1024px) {
	.specTableBox .specTable .specTableRowHead .specTableColumn {
		padding: 10px 12px;
	}
}
.specTableBox .specTable .specTableRowContent:nth-child(odd) {
	background-color: #f8f8f8;
}
.specTableBox .specTable .specTableRowContent:last-child .specTableColumn {
	border-bottom: none;
}
.specTableBox .specTable .specTableRowContent .specTableColumn {
	font-size: 14px;
	padding: 15px;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
	color: #000;
	font-weight: 500;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 200px;
	        flex: 0 0 200px;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:not(:first-child) {
	color: #4a4a4a;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (max-width: 1024px) {
	.specTableBox .specTable .specTableRowContent .specTableColumn {
		padding: 10px 12px;
	}
	.specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 160px;
		        flex: 0 0 160px;
	}
}
@media (max-width: 640px) {
	.specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
	}
}
.specTableBox .btnBox {
	margin-top: 30px;
}

.compareBox {
	width: 100%;
	position: relative;
}
.compareBox .note {
	text-align: center;
	padding: 20px 0;
}
.compareBox .tableWrap {
	width: 100%;
	overflow: auto;
}
.compareBox .tableWrap.dragscroll {
	cursor: move;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.compareBox .tableWrap.dragscroll::-webkit-scrollbar-thumb {
	background: #15bed4;
}
.compareBox .compareTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: center;
	position: relative;
}
.compareBox [scope=row] {
	width: 200px;
	min-width: 120px;
	background-color: #f1f1f1;
	vertical-align: middle;
	font-weight: 400;
}
.compareBox .stickyField {
	position: sticky;
	z-index: 2;
	left: 0;
	top: auto;
}
.compareBox th,
.compareBox td {
	padding: 5px 10px;
}
.compareBox th:not(:last-child),
.compareBox td:not(:last-child) {
	border-right: 1px solid #ccc;
}
.compareBox tbody tr {
	border-top: 1px solid #ccc;
}
.compareBox tbody tr:nth-child(odd) {
	background-color: #f8f8f8;
}
.compareBox tbody .tdContent {
	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;
	min-height: 60px;
}
.compareBox .tableHeadWrap {
	counter-reset: index;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 3;
}
.compareBox .tableHeadItem {
	min-width: 200px;
	counter-increment: index;
	position: relative;
	padding: 10px 20px;
}
.compareBox .tableHeadItem::before {
	content: counter(index, decimal-leading-zero);
	display: block;
	padding: 10px 0;
}
.compareBox .tableHeadItem .ImgWrap {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.compareBox .tableHeadItem .ImgWrap img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1181px) {
	.compareBox .tableHeadItem .ImgWrap:hover img {
		opacity: 0.8;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
.compareBox .tableHeadItem .title {
	width: 100%;
	color: #333;
	display: block;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 10px 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.compareBox .tableHeadItem .title a {
	display: block;
}
.compareBox .tableHeadItem .deleteBtn {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #333;
	font-size: 18px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}
@media (min-width: 1181px) {
	.compareBox .tableHeadItem .deleteBtn:hover {
		color: #15bed4;
	}
}
.compareBox .btnBox {
	padding-top: 30px;
}

.recommendArea .titleBox .title {
	color: #000;
}

.copyBtnBox {
	margin-bottom: 30px;
}

.recommendBox {
	width: 100%;
	position: relative;
	overflow-x: auto;
}
.recommendBox .note {
	text-align: center;
	padding: 20px 0;
}
.recommendBox .tableWrap {
	width: 100%;
	max-height: 80vh;
	overflow: auto;
}
.recommendBox .tableWrap.dragscroll {
	cursor: move;
}
.recommendBox .tableWrap.dragscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.recommendBox .tableWrap.dragscroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.recommendBox .tableWrap.dragscroll::-webkit-scrollbar-thumb {
	background: #15bed4;
}
.recommendBox .recommendTable {
	min-width: 960px;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: center;
	position: relative;
}
.recommendBox .stickyField {
	position: sticky;
	z-index: 2;
	left: 0;
	top: auto;
}
.recommendBox tbody tr {
	border-top: 1px solid #ccc;
}
.recommendBox tbody tr:nth-child(odd) {
	background-color: #f8f8f8;
}
.recommendBox tbody .tdContent {
	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;
	min-height: 60px;
}
.recommendBox th,
.recommendBox td {
	padding: 5px 10px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.recommendBox th:not(:last-child),
.recommendBox td:not(:last-child) {
	border-right: 1px solid #ccc;
}
.recommendBox th {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f1f1f1;
	vertical-align: middle;
	font-weight: 400;
}
.recommendBox td.num {
	width: 80px;
}
.recommendBox td.Img {
	width: 120px;
}
.recommendBox td.tit {
	max-width: 120px;
}
.recommendBox td.text {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.recommendBox td.del {
	width: 60px;
}
.recommendBox .tableHeadWrap {
	counter-reset: index;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 3;
}
.recommendBox .ImgWrap img {
	display: block;
	width: 100%;
}
.recommendBox .deleteBtn {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #333;
	font-size: 18px;
	outline: none;
	padding: 0;
}
@media (min-width: 1181px) {
	.recommendBox .deleteBtn:hover {
		color: #15bed4;
	}
}
.recommendBox .btnBox {
	margin-top: 50px;
}

.categoryArea {
	background-color: #f5f5f5;
	padding: 0 0 130px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.categoryArea {
		padding: 0 0 60px;
	}
}
.categoryArea .deco {
	position: absolute;
	right: 0;
	bottom: -10%;
	z-index: 1;
}
@media (max-width: 1180px) {
	.categoryArea .deco {
		width: 60%;
	}
}
@media (max-width: 1024px) {
	.categoryArea .deco {
		right: -10%;
	}
}
@media (max-width: 768px) {
	.categoryArea .deco {
		display: none;
	}
}
.categoryArea .titleBox .title {
	color: #000;
}
.categoryArea .titleBox .decoTitle {
	margin-left: 0;
}
.categoryArea .fixedTitleBox {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.categoryArea .fixedTitleBox .fixedTitle {
	font-size: 105px;
	color: #15bed4;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	line-height: 1.09;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-align: center;
	display: inline;
	margin-top: 280px;
}
@media (max-width: 1800px) {
	.categoryArea .fixedTitleBox .fixedTitle {
		font-size: 90px;
	}
}
@media (max-width: 1600px) {
	.categoryArea .fixedTitleBox .fixedTitle {
		font-size: 80px;
	}
}
@media (max-width: 1400px) {
	.categoryArea .fixedTitleBox .fixedTitle {
		font-size: 70px;
	}
}
@media (max-width: 1200px) {
	.categoryArea .fixedTitleBox .fixedTitle {
		font-size: 60px;
	}
}
@media (max-width: 1024px) {
	.categoryArea .fixedTitleBox .fixedTitle {
		font-size: 50px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.categoryArea .fixedTitleBox .fixedTitle {
		display: none;
	}
}
.categoryArea .classBox {
	margin-top: 40px;
}
@media (max-width: 1180px) {
	.categoryArea .classBox {
		width: 80%;
		margin: 30px auto;
	}
}
@media (max-width: 480px) {
	.categoryArea .classBox {
		width: 100%;
	}
}
@media (min-width: 1181px) {
	.categoryArea .classBox .classLink {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.categoryArea .classBox .classLink li {
		margin-bottom: 20px;
		margin-right: 30px;
	}
	.categoryArea .classBox .classLink h3 {
		background-color: #e6e6e6;
		color: #000;
		display: block;
		font-size: 20px;
		font-weight: 700;
		padding: 12px 40px;
		letter-spacing: 1px;
		text-align: center;
		border-radius: 30px;
		cursor: pointer;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.categoryArea .classBox .classLink h3.current {
		background-color: #15bed4;
		color: #fff;
	}
}
@media (min-width: 1181px) and (min-width: 1181px) {
	.categoryArea .classBox .classLink h3:hover {
		background-color: #15bed4;
		color: #fff;
	}
}
@media (max-width: 1180px) {
	.categoryArea .classBox .classLink {
		width: 100%;
		max-height: 90vh;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		overflow-y: auto;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
	}
	.categoryArea .classBox .classLink.open {
		display: block;
	}
	.categoryArea .classBox .classLink > li:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.categoryArea .classBox .classLink > li > div {
		border-radius: 10px;
	}
	.categoryArea .classBox .classLink > li > div.current {
		color: #fff;
	}
	.categoryArea .classBox .classLink > li ul {
		display: none;
	}
	.categoryArea .classBox .classLink div {
		color: #202020;
		background-color: #fff;
		display: block;
		padding: 14px 15px;
		position: relative;
	}
	.categoryArea .classBox .classLink div.current {
		background-color: #15bed4;
		color: #fff;
	}
}
.categoryArea .categoryBox {
	width: 80%;
	background-color: #fff;
	margin: 0 auto;
	padding: 50px 60px 50px 100px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}
@media (max-width: 1300px) {
	.categoryArea .categoryBox {
		padding: 50px 40px 50px 60px;
	}
}
@media (max-width: 1024px) {
	.categoryArea .categoryBox {
		padding: 50px 40px;
	}
}
@media (max-width: 786px) {
	.categoryArea .categoryBox {
		padding: 30px 20px;
	}
}
@media (max-width: 480px) {
	.categoryArea .categoryBox {
		width: 100%;
	}
}
.categoryArea .categoryItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1600px) {
	.categoryArea .categoryItem .item {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 1024px) {
	.categoryArea .categoryItem .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 30px;
	}
}
.categoryArea .categoryItem .item .leftBox {
	width: 50%;
	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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-right: 120px;
}
@media (max-width: 1400px) {
	.categoryArea .categoryItem .item .leftBox {
		padding-right: 40px;
	}
}
@media (max-width: 1024px) {
	.categoryArea .categoryItem .item .leftBox {
		width: 100%;
		padding-right: 0;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 30px;
}
@media (max-width: 1700px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox {
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox {
		margin-top: 20px;
		gap: 20px;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 500px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .arrowBox {
		gap: 10px;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow {
	position: static;
	cursor: pointer;
}
@media (max-width: 480px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow {
		height: auto;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow::before {
	display: none;
}
@media (min-width: 1181px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow:hover {
		background-color: transparent;
	}
	.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow:hover svg {
		color: #15bed4;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow svg {
	width: 50px;
	height: 48px;
	color: #c7c7c7;
}
@media (max-width: 480px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow svg {
		width: 35px;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox .slick-arrow.prev {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 10px;
}
.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox .current {
	font-size: 50px;
	font-family: "Manrope", sans-serif;
	color: #15bed4;
	line-height: 1;
}
@media (max-width: 768px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox .current {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox .current {
		font-size: 30px;
	}
}
.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox .total {
	font-size: 25px;
	font-family: "Manrope", sans-serif;
	color: #c7c7c7;
	line-height: 1;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox .total {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.categoryArea .categoryItem .item .leftBox .bottomBox .indexBox .total {
		font-size: 16px;
	}
}
.categoryArea .categoryItem .item .leftBox .topBox .subtitle {
	color: #15bed4;
	font-size: 15px;
	font-weight: bold;
	font-family: "Manrope", sans-serif;
}
@media (max-width: 480px) {
	.categoryArea .categoryItem .item .leftBox .topBox .subtitle {
		font-size: 14px;
	}
}
.categoryArea .categoryItem .item .leftBox .topBox .title {
	font-size: 30px;
	color: #000;
	margin-top: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
@media (max-width: 1180px) {
	.categoryArea .categoryItem .item .leftBox .topBox .title {
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.categoryArea .categoryItem .item .leftBox .topBox .title {
		font-size: 20px;
	}
}
.categoryArea .categoryItem .item .leftBox .topBox .exp {
	font-size: 15px;
	line-height: 1.733;
	letter-spacing: 0.6px;
	color: #595757;
	margin-top: 35px;
}
@media (max-width: 1180px) {
	.categoryArea .categoryItem .item .leftBox .topBox .exp {
		font-size: 14px;
		margin-top: 20px;
	}
}
.categoryArea .categoryItem .item .leftBox .topBox .btnBox {
	margin-top: 50px;
}
@media (max-width: 1180px) {
	.categoryArea .categoryItem .item .leftBox .topBox .btnBox {
		margin-top: 30px;
	}
}
.categoryArea .categoryItem .item .rightBox {
	width: 50%;
}
@media (max-width: 1024px) {
	.categoryArea .categoryItem .item .rightBox {
		width: 100%;
		max-width: 590px;
	}
}
.categoryArea .categoryItem .item .rightBox .Img {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.categoryArea .categoryItem .item .rightBox .Img::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/categorymask.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-filter: saturate(2.5);
	        filter: saturate(2.5);
}
.categoryArea .categoryItem .item .rightBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.productArea {
	background-color: #1125a9;
	padding: 130px 0 110px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.productArea {
		padding: 60px 0;
	}
}
.productArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding: 0 40px 0 110px;
	-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) {
	.productArea .wrap {
		padding: 0 40px;
	}
}
@media (max-width: 1024px) {
	.productArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px;
		padding: 0;
	}
}
@media (max-width: 380px) {
	.productArea .wrap {
		gap: 15px;
	}
}
.productArea .leftBox {
	margin-top: -30px;
	min-width: 290px;
}
@media (max-width: 1024px) {
	.productArea .leftBox {
		margin-top: 0;
		min-width: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 40px;
	}
}
@media (max-width: 768px) {
	.productArea .leftBox {
		padding: 0 25px;
	}
}
@media (max-width: 380px) {
	.productArea .leftBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.productArea .leftBox .bottomBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 120px;
}
@media (max-width: 620px) {
	.productArea .leftBox .bottomBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 0;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		gap: 20px;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
@media (max-width: 380px) {
	.productArea .leftBox .bottomBox {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-top: 30px;
	}
}
.productArea .leftBox .bottomBox .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 500px) {
	.productArea .leftBox .bottomBox .arrowBox {
		gap: 10px;
	}
}
.productArea .leftBox .bottomBox .slick-arrow {
	position: static;
	cursor: pointer;
}
@media (max-width: 480px) {
	.productArea .leftBox .bottomBox .slick-arrow {
		height: auto;
	}
}
.productArea .leftBox .bottomBox .slick-arrow::before {
	display: none;
}
@media (min-width: 1181px) {
	.productArea .leftBox .bottomBox .slick-arrow:hover {
		background-color: transparent;
	}
	.productArea .leftBox .bottomBox .slick-arrow:hover svg {
		color: #15bed4;
	}
}
.productArea .leftBox .bottomBox .slick-arrow svg {
	width: 50px;
	height: 48px;
	color: #c7c7c7;
}
@media (max-width: 480px) {
	.productArea .leftBox .bottomBox .slick-arrow svg {
		width: 35px;
	}
}
.productArea .leftBox .bottomBox .slick-arrow.prev {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.productArea .leftBox .bottomBox .indexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 10px;
}
.productArea .leftBox .bottomBox .indexBox .current {
	font-size: 50px;
	font-family: "Manrope", sans-serif;
	color: #15bed4;
	line-height: 1;
}
@media (max-width: 768px) {
	.productArea .leftBox .bottomBox .indexBox .current {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.productArea .leftBox .bottomBox .indexBox .current {
		font-size: 30px;
	}
}
.productArea .leftBox .bottomBox .indexBox .total {
	font-size: 25px;
	font-family: "Manrope", sans-serif;
	color: #c7c7c7;
	line-height: 1;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.productArea .leftBox .bottomBox .indexBox .total {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.productArea .leftBox .bottomBox .indexBox .total {
		font-size: 16px;
	}
}
.productArea .leftBox .topBox .titleBox {
	text-align: left;
}
.productArea .leftBox .topBox .btnBox {
	margin-top: 50px;
}
@media (max-width: 1180px) {
	.productArea .leftBox .topBox .btnBox {
		margin-top: 30px;
	}
}
.productArea .rightBox {
	width: calc(100% - 370px);
}
@media (max-width: 1024px) {
	.productArea .rightBox {
		width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	.productArea .rightBox {
		padding: 0 5px;
	}
}
.productArea .rightBox .productBox {
	width: 100%;
}
.productArea .rightBox .productBox .slick-list {
	padding: 20px 0;
}
.productArea .rightBox .productBox .slick-slide {
	padding: 0 20px;
}
@media (max-width: 1180px) {
	.productArea .rightBox .productBox .slick-slide.slick-current .item .Img .hoverMask {
		opacity: 1;
	}
	.productArea .rightBox .productBox .slick-slide.slick-current .item .Img .intro {
		opacity: 1;
	}
	.productArea .rightBox .productBox .slick-slide.slick-current .item .Img .plus {
		opacity: 1;
	}
}
@media (min-width: 1181px) {
	.productArea .rightBox .productBox .item:hover {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
	.productArea .rightBox .productBox .item:hover .Img .hoverMask {
		opacity: 1;
	}
	.productArea .rightBox .productBox .item:hover .Img .intro {
		opacity: 1;
	}
	.productArea .rightBox .productBox .item:hover .Img .plus {
		opacity: 1;
	}
}
.productArea .rightBox .productBox .item .Img {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.productArea .rightBox .productBox .item .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.productArea .rightBox .productBox .item .Img .intro {
	position: absolute;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 1.733;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	padding: 0 25px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 130px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.productArea .rightBox .productBox .item .Img .hoverMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0;
}
.productArea .rightBox .productBox .item .Img .plus {
	position: absolute;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background: #15bed4;
	color: #fff;
	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;
	right: 20px;
	top: 25px;
	opacity: 0;
}
.productArea .rightBox .productBox .item .Img .plus svg {
	width: 30px;
}
.productArea .rightBox .productBox .item .Txt {
	margin-top: 30px;
}
@media (max-width: 600px) {
	.productArea .rightBox .productBox .item .Txt {
		margin-top: 15px;
	}
}
.productArea .rightBox .productBox .item .Txt .no {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 600px) {
	.productArea .rightBox .productBox .item .Txt .no {
		font-size: 20px;
	}
}
.productArea .rightBox .productBox .item .Txt .title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
}
@media (max-width: 600px) {
	.productArea .rightBox .productBox .item .Txt .title {
		font-size: 16px;
	}
}
.productArea .rightBox .productBox .item .Txt .title a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
@media (max-width: 600px) {
	.productArea .rightBox .productBox .item .Txt .title a {
		font-size: 16px;
	}
}

.downloadArea {
	background-color: #f5f5f5;
	padding: 90px 0 110px;
}
.downloadArea .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 500px) {
	.downloadArea .topBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.downloadArea .titleBox {
	text-align: left;
}
@media (max-width: 500px) {
	.downloadArea .titleBox {
		text-align: center;
	}
	.downloadArea .titleBox .decoTitle {
		margin-left: 0;
	}
}
.downloadArea .titleBox .title {
	color: #000;
}
.downloadArea .bottomBox {
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}
.downloadArea .bottomBox::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	bottom: 40px;
	background-color: #15bed4;
	border-radius: 150px;
}
@media (max-width: 480px) {
	.downloadArea .bottomBox::before {
		border-radius: 100px;
	}
}
.downloadArea .bottomBox .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: calc(100% - 120px);
	bottom: calc(25% + 40px);
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	pointer-events: none;
}
@media (max-width: 1280px) {
	.downloadArea .bottomBox .arrowBox {
		width: calc(100% - 80px);
	}
}
@media (max-width: 1024px) {
	.downloadArea .bottomBox .arrowBox {
		width: calc(100% - 40px);
	}
}
@media (max-width: 480px) {
	.downloadArea .bottomBox .arrowBox {
		width: calc(100% - 20px);
	}
}
.downloadArea .bottomBox .arrowBox .slick-arrow {
	pointer-events: auto;
	cursor: pointer;
}
@media (min-width: 1181px) {
	.downloadArea .bottomBox .arrowBox .slick-arrow:hover {
		background-color: transparent;
	}
	.downloadArea .bottomBox .arrowBox .slick-arrow:hover svg {
		color: #1125a9;
	}
}
.downloadArea .bottomBox .arrowBox .prev svg {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.downloadArea .bottomBox .arrowBox svg {
	width: 50px;
	height: 48px;
	color: #fff;
}
@media (max-width: 480px) {
	.downloadArea .bottomBox .arrowBox svg {
		width: 35px;
	}
}
.downloadArea .downloadBox {
	width: calc(78% + 100px);
	margin: 0 auto;
}
@media (max-width: 1180px) {
	.downloadArea .downloadBox {
		width: calc(78% + 50px);
	}
}
@media (max-width: 860px) {
	.downloadArea .downloadBox {
		width: 78%;
	}
}
.downloadArea .downloadBox .slick-slide {
	padding: 0 50px;
}
@media (max-width: 1180px) {
	.downloadArea .downloadBox .slick-slide {
		padding: 0 25px;
	}
}
@media (max-width: 600px) {
	.downloadArea .downloadBox .slick-slide {
		padding: 0 50px;
	}
}
@media (max-width: 400px) {
	.downloadArea .downloadBox .slick-slide {
		padding: 0 25px;
	}
}
.downloadArea .downloadBox .slick-list {
	padding: 20px 0;
}
.downloadArea .downloadBox .slick-dots {
	bottom: -80px;
}
@media (min-width: 1181px) {
	.downloadArea .downloadBox .item:hover {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
	.downloadArea .downloadBox .item:hover .Img {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
}
.downloadArea .downloadBox .item .Txt .title {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1180px) {
	.downloadArea .downloadBox .item .Txt .title {
		font-size: 20px;
	}
}
@media (max-width: 500px) {
	.downloadArea .downloadBox .item .Txt .title {
		font-size: 16px;
	}
}
.downloadArea .downloadBox .item .Txt .title a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.downloadArea .downloadBox .item .Txt .text {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 1.733;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
	.downloadArea .downloadBox .item .Txt .text {
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	.downloadArea .downloadBox .item .Txt .text {
		font-size: 13px;
	}
}
.downloadArea .downloadBox .item .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.sideDataBox .Img {
	border-radius: 20px;
	overflow: hidden;
}

.titleBox.ins {
	margin-bottom: 30px;
}

.classBox.classBoxColumn.filter.pop {
	display: none;
}
@media (max-width: 1024px) {
	.classBox.classBoxColumn.filter.pop {
		display: block;
	}
}

@media (max-width: 1400px) {
	.btnBox.flex.filterFuncList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 15px;
	}
	.btnBox.flex.filterFuncList .btn {
		width: 100%;
		max-width: 100%;
	}
}
/*# sourceMappingURL=ib_catalog_000.css.map */