@charset "UTF-8";

/* Custom Add Style */
.cs-table th,
.cs-table .m-table__th {
	width: 51%;
}

@media screen and (min-width: 900px) {

	.cs-lr .m-col-lr__r {
		padding-top: 10%;
	}

}

/* button */
.btnList {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.btnList > * {
	-ms-flex-preferred-size: 320px;
	    flex-basis: 320px;
}

.smallBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
}

.hoverNote {
	padding-left: 5em;
	text-indent: -5em;
}

@media screen and (max-width: 899px) {

	.btnList.sp-clear > * + * {
		margin-top: 40px;
	}
   
}

/* heading */
.headingLb {
	-ms-flex-item-align: center;
	    align-self: center;
	margin-right: 1em;
	font-size: 14px;
}

@media screen and (max-width: 899px) {

	.headingLb {
		font-size: 11px;
	}
   
}


/* color */
.sampleColor {
	height: 78px;
}

/* slider */
#normalSlider {
	margin: 0 -30px;
	padding: 0 30px;
}

#normalSlider .slick-list {
	position: relative;
	margin: 0 -6px;
}

#normalSlider .slick-list::before,
#normalSlider .slick-list::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	display: block;
	width: 6px;
	background: #fff;
}

#normalSlider .slick-list::before {
	left: 0;
}

#normalSlider .slick-list::after {
	right: 0;
}

#normalSlider .slick-slide {
	margin: 0 6px;
}
