.compareBox .tableHeadItem .deleteBtn, .compareBox .tableHeadItem .ImgWrap img, .catalogList .Txt .title, .catalogList .Img img, .catalogList .item, .classNoteBox .noteToggle:before, .classNoteBox .noteToggle:after, .rangeBox, .moduleBoxFilter .filterBox .filterList .filterItem a::before, .moduleBoxFilter .filterBox .filterList .filterItem a::after, .listArea .contentBox .rightBox {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body {
	background-color: #f8f8f8;
}

.mainArea {
	padding-bottom: 80px;
}

.listArea .contentBox {
	margin-top: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-column-gap: 90px;
	   -moz-column-gap: 90px;
	        column-gap: 90px;
	position: relative;
}
.listArea .contentBox .leftBox {
	width: 18.8%;
}
@media (min-width: 1023px) {
	.listArea .contentBox .leftBox {
		position: sticky;
		top: 100px;
	}
}
.listArea .contentBox .rightBox {
	width: 79.2%;
}
.listArea .contentBox .rightBox.ajaxDisabled {
	opacity: 0.15;
	pointer-events: none;
}
@media (max-width: 1400px) {
	.listArea .contentBox {
		margin-top: 60px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		        column-gap: 60px;
	}
	.listArea .contentBox .leftBox {
		width: 22%;
	}
	.listArea .contentBox .rightBox {
		width: 782px;
	}
}
@media (max-width: 1200px) {
	.listArea .contentBox {
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
	.listArea .contentBox .rightBox {
		width: 700px;
	}
}
@media (max-width: 1023px) {
	.listArea .contentBox {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 30px;
	}
	.listArea .contentBox .leftBox {
		width: 100%;
	}
	.listArea .contentBox .rightBox {
		width: 100%;
	}
}

.catalogClassTitle {
	position: relative;
	color: #5b5b5b;
	padding-bottom: 13px;
	border-bottom: 2px solid rgba(0, 138, 216, 0.23);
}
.catalogClassTitle .title {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0;
}
.catalogClassTitle .subtitle {
	font-weight: 300;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 0;
}
.catalogClassTitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 18%;
	height: 2px;
	background-color: #008ad8;
}
.catalogClassTitle.compare {
	max-width: 300px;
}
@media (max-width: 1180px) {
	.catalogClassTitle .title {
		font-size: 22px;
	}
	.catalogClassTitle .subtitle {
		font-size: 18px;
	}
}

@media (max-width: 1023px) {
	.filterFuncList .btn {
		margin-top: 20px;
		padding: 8px 20px;
	}
}
.filterFuncList.flex {
	row-gap: 16px;
	-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;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 20px;
	margin-bottom: 20px;
}
.filterFuncList.flex .btn {
	width: 220px;
}
@media (max-width: 1023px) {
	.filterFuncList.flex {
		padding-top: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.filterFuncList.flex:not(.pop) {
		display: none;
	}
}
@media (max-width: 400px) {
	.filterFuncList.flex {
		-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;
	}
	.filterFuncList.flex .btn {
		width: 100%;
		max-width: 220px;
	}
}

.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: #f18d00;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::before {
	border-color: #f18d00;
}
.moduleBoxFilter .filterBox .filterList .filterItem a.selected::after {
	background-color: #f18d00;
	border-color: #f18d00;
}
.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;
}
.sideClassList .rangeBox:hover {
	background-color: #fff;
}

.rangeBox {
	-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
	        animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.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: #008ad8;
}
.rangeBox label.selected::before {
	background-color: #008ad8;
}
.rangeBox label.selected::after {
	background-color: #008ad8;
	border-color: #008ad8;
}
.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 {
	margin-bottom: 36px;
	padding: 10px 22px;
	height: 100%;
}
.rangeBox .rangeBar.selected .noUi-connects {
	background-color: #008ad8;
}
.rangeBox .rangeBar.selected .noUi-connect {
	cursor: pointer;
	background-color: #fff;
}
.rangeBox .rangeBar .noUi-origin .noUi-tooltip[data-mark]::before {
	content: attr(data-mark);
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-37%);
	        transform: translateY(-37%);
	font-size: 12px;
}
.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: #f18d00;
	-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: 6px;
	background-color: #d4d4d4;
}
.rangeBox .noUi-horizontal .noUi-handle {
	cursor: pointer;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	top: -6px;
	right: -6px;
	background-color: #fff;
	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: none;
}
.rangeBox .noUi-tooltip {
	font-size: 12px;
	padding: 2px 3px;
	bottom: -30px !important;
	background-color: transparent;
	border: none;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.72px;
}
.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: #008ad8;
}
.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;
	display: none;
}
.rangeBox .rangeInput input {
	padding: 5px;
	width: calc(50% - 10px);
	border: 1px solid #bbb;
}

.classBoxColumn.filter {
	z-index: 3;
}
.classBoxColumn.filter.pop {
	display: none;
}
@media (max-width: 1023px) {
	.classBoxColumn.filter {
		margin-bottom: 20px;
	}
	.classBoxColumn.filter.pop {
		display: block;
	}
	.classBoxColumn.filter:not(.pop) {
		display: none;
	}
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a {
	padding: 10px 15px 10px 36px;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #cccccc;
	background-color: #fff;
	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::after {
	content: "";
	width: 10px;
	height: 9px;
	background-image: url("../images/check.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected {
	color: #008ad8;
}
.classBoxColumn.filter .classLink .linkHasItems.open + ul > li a.selected::after {
	opacity: 1;
}
.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);
}

.classNoteBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 2px;
	padding-bottom: 23px;
	margin-bottom: 30px;
	color: #484849;
	border-bottom: 1px solid #d7d7d7;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.72px;
}
.classNoteBox .left {
	width: calc(100% - 60px);
}
.classNoteBox .catalogMTitle {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.2px;
}
.classNoteBox .catalogMTitleEn {
	padding-top: 3px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.25px;
}
.classNoteBox .classNote {
	display: none;
	padding-left: 5px;
	padding-top: 20px;
	max-width: 100%;
	color: #484849;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.72px;
}
.classNoteBox img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.classNoteBox .noteToggle {
	position: relative;
	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;
	cursor: pointer;
	margin-top: 5px;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.0901960784);
	        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.0901960784);
}
.classNoteBox .noteToggle:before, .classNoteBox .noteToggle:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: #585858;
	z-index: 1;
}
.classNoteBox .noteToggle:after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.classNoteBox .noteToggle.open:after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
@media (max-width: 1400px) {
	.classNoteBox .catalogMTitle,
	.classNoteBox .catalogMTitleEn {
		font-size: 26px;
	}
}
@media (max-width: 1180px) {
	.classNoteBox .catalogMTitle,
	.classNoteBox .catalogMTitleEn {
		font-size: 24px;
	}
	.classNoteBox .classNote {
		max-width: 100%;
		font-size: 14px;
	}
}
@media (max-width: 1023px) {
	.classNoteBox .left {
		width: 100%;
	}
	.classNoteBox .catalogMTitle,
	.classNoteBox .catalogMTitleEn {
		max-width: calc(100% - 52px);
	}
	.classNoteBox .noteToggle {
		position: absolute;
		right: 0;
	}
	.classNoteBox .classNote {
		padding-left: 0;
	}
}
@media (max-width: 650px) {
	.classNoteBox .catalogMTitle,
	.classNoteBox .catalogMTitleEn {
		font-size: 20px;
	}
}
@media (max-width: 400px) {
	.classNoteBox .catalogMTitle,
	.classNoteBox .catalogMTitleEn {
		font-size: 16px;
	}
}

.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;
	-webkit-column-gap: 48px;
	   -moz-column-gap: 48px;
	        column-gap: 48px;
	row-gap: 30px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-left: 3px;
}
@media (max-width: 1023px) {
	.catalogList {
		margin: 0 auto;
		max-width: 782px;
	}
}
@media (max-width: 640px) {
	.catalogList {
		max-width: 420px;
	}
}
.catalogList .catalogItem {
	width: calc(33.33% - 32px);
}
@media (max-width: 1400px) {
	.catalogList .catalogItem {
		width: calc(50% - 24px);
	}
}
@media (max-width: 640px) {
	.catalogList .catalogItem {
		width: 100%;
	}
}
.catalogList .item {
	position: relative;
	height: 100%;
	padding: 25px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.0784313725);
	        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (min-width: 1201px) {
	.catalogList .item:hover {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.catalogList .item:hover .Img img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.catalogList .item:hover .title {
		color: #f18d00;
	}
}
.catalogList .link {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.catalogList .Img {
	position: relative;
	max-width: 257px;
	margin: 0 auto;
	overflow: clip;
}
.catalogList .Img a {
	display: block;
	overflow: hidden;
}
.catalogList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.catalogList .Txt {
	margin-top: 18px;
}
.catalogList .Txt .title {
	color: #323232;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.36px;
}
.catalogList .Txt .text {
	margin-top: 9px;
	color: #323232;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 400;
	height: 77px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.72px;
}
.catalogList .Txt .catalogBtnBox {
	z-index: 3;
	position: relative;
	margin-top: 18px;
	margin-bottom: 8px;
	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-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	row-gap: 10px;
	padding: 0 2px;
}
.catalogList .Txt .catalogBtnBox svg {
	fill: #fff;
	margin-right: 5px;
}
.catalogList .Txt .catalogBtnBox .btn {
	max-width: 200px;
	width: 100%;
	padding: 8.5px 7px;
	color: #fff;
	border-radius: 50px;
	background-color: #bdbdbd;
	text-align: center;
}
@media (min-width: 1201px) {
	.catalogList .Txt .catalogBtnBox .btn:hover {
		background-color: #f18d00;
	}
}
.catalogList .Txt .catalogBtnBox .btn.btn_color_darkgray {
	background-color: #f18d00;
}
.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: #000;
}

.innerArea {
	margin-top: 83px;
}

.insIntroBox {
	margin-top: 60px;
	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 .Txt ol,
.insIntroBox .introBox .Txt ul {
	list-style: unset;
	padding-left: 20px;
}
.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;
	display: inline-block;
}
.insIntroBox .introBox .btnBox svg {
	display: none;
}
@media (max-width: 400px) {
	.insIntroBox .introBox .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: 16px;
	}
	.insIntroBox .introBox .btnBox .btn {
		width: 220px;
	}
}

@media (max-width: 540px) {
	.specTableBox {
		overflow-x: auto;
	}
	.specTableBox::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
		background-color: #fff;
	}
	.specTableBox::-webkit-scrollbar {
		width: 2px;
		height: 2px;
		background-color: #fff;
	}
	.specTableBox::-webkit-scrollbar-thumb {
		background: #008ad8;
	}
}
.specTableBox .specTable {
	width: 100%;
	border: 1px solid #ccc;
}
@media (max-width: 540px) {
	.specTableBox .specTable {
		min-width: 480px;
	}
}
.specTableBox .specTable .specTableRow {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.specTableBox .specTable .specTableRowHead {
	background-color: #f18d00;
}
.specTableBox .specTable .specTableRowHead .specTableColumn {
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
}
.specTableBox .specTable .specTableRowHead .specTableColumn:first-child {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 200px;
	        flex: 0 0 200px;
}
.specTableBox .specTable .specTableRowHead .specTableColumn:not(:first-child) {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (max-width: 1024px) {
	.specTableBox .specTable .specTableRowHead .specTableColumn {
		padding: 10px 12px;
	}
	.specTableBox .specTable .specTableRowHead .specTableColumn:first-child {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 160px;
		        flex: 0 0 160px;
	}
}
@media (max-width: 640px) {
	.specTableBox .specTable .specTableRowHead .specTableColumn:first-child {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
	}
}
.specTableBox .specTable .specTableRowContent .specTableColumn {
	font-size: 14px;
	padding: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.specTableBox .specTable .specTableRowContent .specTableColumn:first-child {
	border-left: none;
	background-color: #f8f8f8;
	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;
	margin-top: 40px;
}
.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: #f18d00;
}
.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;
	padding: 20px 0;
}
.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: 1201px) {
	.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: 1201px) {
	.compareBox .tableHeadItem .deleteBtn:hover {
		color: #f18d00;
	}
}
.compareBox .btnBox {
	padding-top: 30px;
}
/*# sourceMappingURL=catalog.css.map */