.section2 .cont-box .theme_btn {
	font-size: 20px;
	color: #56a6c2;
	text-align: center;
	border: 1px solid #56a6c2;
	width: 150px;
	display: flex;
	justify-content: center;
	margin: 40px auto;
	padding: .5rem 1rem;
	border-radius: 50px;
}

.section2 .cont-box .theme_btn:hover {
	box-shadow: 0 0 10px 0px rgba(86, 166, 194);
}

/* 테마찾기 모달팝업 */
.modal-content {
	border-radius: 0.3rem;
	background-color: #222;
}

.find-modal .modal-body {
	background: #222;
	color: #fff;
	height: 410px;
	overflow: auto;
}

.find-modal .modal-header {
	border-bottom: 1px solid transparent;
	color: #56a6c2;
}

.find-modal #search_title {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}

.find-modal #search_title span {
	color: #56a6c2;
}

.find-modal .modal-body .row div {
	padding: 0;
	margin: 0;
}

.find-modal .modal-body .row .s_item {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 10px;
}

.find-modal .modal-body .row .s_item:hover, .find-modal .modal-body .row .on {
	background-color: #56a6c2;
	color: #000;
	border: none;
}

.find-modal .search_warning {
	clear: both;
	width: 100%;
	box-sizing: border-box !important;
	padding: 10px 5px 0 15px !important;
	color: #56a6c2;
}

.find-modal .modal-footer {
	border-top: 1px solid transparent;
}

.find-modal .modal-footer .btn {
	border-radius: 3px;
	padding: 7px 40px;
	color: #000;
}

.find-modal .modal-footer .find-modal-nxt {
	background-color: #56a6c2;
	border: 1px solid #56a6c2;
}

.find-modal .modal-footer .find-modal-cls {
	background-color: #ccc;
	border: 1px solid #ccc;
}

.section2 .cont-box .swiper-theme {
	position: relative;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.section2 .cont-box .swiper-theme .swiper-wrapper {
	transition: 450ms -webkit-transform;
	-webkit-transition: 450ms -webkit-transform;
	transition: 450ms transform;
	transition: 450ms transform, 450ms -webkit-transform;
	font-size: 0;
	white-space: nowrap;
}

.section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide {
	position: relative;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

.section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide .slide-img {
	/* width: 180px; */
	width: 100%;
	height: 320px;
}

.section2 .cont-box .swiper-theme .swiper-button-next, .section2 .cont-box .swiper-theme .swiper-button-prev {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	border: none;
	background-color: transparent;
	cursor: pointer;
	z-index: 30;
	opacity: 0;
}

.section2 .cont-box .swiper-theme:hover .swiper-button-next {
	opacity: 1;
}

.section2 .cont-box .swiper-theme:hover .swiper-button-prev {
	opacity: 1;
}

.section2 .cont-box .swiper-theme .swiper-button-next, .section2 .cont-box .swiper-theme .swiper-button-prev:focus {
	outline: none;
}

.section2 .cont-box .swiper-theme .swiper-button-next {
	right: 0px;
	width: 50px;
	background-color: transparent;
}

.section2 .cont-box .swiper-theme .swiper-button-prev {
	left: 0px;
	width: 50px;
	background-color: transparent;
}

.section2 .cont-box .swiper-theme .swiper-button-next span {
	display: inline-block;
	right: 10px;
	background: url(../img/right-arrow.png) no-repeat 0 0 / 100%;
	width: 25px;
	height: 30px;
	background-size: contain;
}

.section2 .cont-box .swiper-theme .swiper-button-prev span {
	display: inline-block;
	left: 10px;
	background: url(../img/right-arrow.png) no-repeat 0 0 / 100%;
	width: 25px;
	height: 30px;
	background-size: contain;
	transform: rotate(180deg);
}

.section2 .cont-box .swiper-theme .swiper-button-next span:hover {
	opacity: 0.7;
}

.section2 .cont-box .swiper-theme .swiper-button-prev span:hover {
	opacity: 0.7;
}

/* 테마 모달팝업 */
.theme-modal .modal-body {
	background-color: #222;
	padding: 30px;
	border: 1px solid transparent;
}

.theme-modal #tdm_s3{
	/* border:1px solid white; */
	background-color: rgba(0,0,0,0.7);
	padding:5px 20px;
	font-size: 14px;
	position: absolute;
	top:20px;
	left:20px;
}

.theme-modal #tdm_title{
	border-bottom: 2px solid #2A2A2A;
	padding: 0 0 10px 0;
}

.theme-modal #tdm_type{
	color:#878787;
	font-size: 14px;
}

.theme-modal #tdm_explan{
	background-color:#2D2F31;
	padding:5px;
}

.slide-img {
	width: 350px;
	/* height: 320px; */
	margin: 0 auto;
	padding-bottom: 20px;
}

.slide-img {
	display: flex;
	justify-content: center;
}

.slider-info {
	width: 100%;
	font-size: 18px;
	color: #fff;
}

.slider-info>div {
	margin-bottom: 10px;
}

.slider-info>div:last-child {
	margin-bottom: 0;
}

.slider-info .slider-info-title {
	font-size: 26px;
	font-weight: 700;
}

.slider-info .slider-info-tag {
	display: flex;
	flex-direction: row;
}

.slider-info .slider-info-tag span {
	display: inline-block;
	margin-right: 10px;
	background-color: #fff;
	color: #000;
	padding: 3px 10px;
	border-radius: 20px;
	line-height: 1.2;
}

.slider-info .slider-info-tag span:nth-child(1) {
	background-color: #56a6c2;
}

.slider-info .slider-info-level {
	display: flex;
}

.slider-info .slider-info-level p::after {
	content: ' | ';
	display: inline-block;
	padding: 0 5px;
	opacity: 0.5;
}

.slider-info .slider-info-level p:last-child::after {
	display: none;
}

.slider-info .slider-info-level span {
	display: inline-block;
}

.slider-info .slider-info-level span:first-child {
	margin-left: 10px;
}

.slider-info .slider-info-level span img {
	width: 10px;
}

.slider-info .slider-info-explain {
	margin-bottom: 20px;
	font-size: 16px;
	/* white-space: nowrap;
  overflow: hidden; */
	/* text-overflow: ellipsis; */
}

.slider-info .btn_wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.slider-info .slider-NextBtn {
	border: 1px solid #56a6c2;
	background-color: #56a6c2;
	color: #000;
	margin: 0 0 0 auto;
}

.slider-info .btn {
	font-size: 20px;
	border-radius: 3px;
	padding: 7px 40px;
	transition: all 0.2s 0s ease;
}

.slider-info .btn:hover {
	font-weight: 700;
}

.result {
	margin: 0 0 20px 0;
}

.result div {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0 10px 10px 0;
	/* padding:10px; */
}

.btn-primary {
	color: #fff;
	background-color: #56a6c2;
	border-color: #56a6c2;
}

/* pc */
@media (min-width: 1025px) {

	/* section2 - swiper-theme 공통 */
	.section2 .cont-box .swiper-theme {
		padding: 20px 0 100px 0;
	}

	.section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide {
		width: 20%;
	}

	/* .section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide .slide-img {
		height: 350px;
	} */

	.section2 .cont-box .swiper-theme .swiper-wrapper:hover .swiper-slide {
		opacity: 0.3;
	}

	.section2 .cont-box .swiper-theme .swiper-wrapper:hover .swiper-slide:hover {
		opacity: 1;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}


}

/* mobile */
@media (max-width: 1024px) {

	/* section2 - swiper-theme 공통 */
	.section2 .cont-box .swiper-theme {
		padding: 0px 0 25px 0;
	}

	.section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide {
		width: 33.333%;
	}

	/* .section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide .slide-img {
		height: 240px;
	} */

	.slide-img {
		width: 100%;
	}

	.section2 .cont-box .swiper-theme .swiper-wrapper:hover .swiper-slide {
		opacity: 0.3;
	}

	.section2 .cont-box .swiper-theme .swiper-wrapper:hover .swiper-slide:hover {
		opacity: 1;
	}

	.result div {
		margin: 0 0 10px 0;
	}

	.section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide .slide-img {
		height: 240px;
	}

	.slider-info .slider-info-level span,
	.slider-info .slider-info-level span a {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.section2 .cont-box .swiper-theme .swiper-wrapper .swiper-slide .slide-img {
		height: 280px;
	}
}