/*2022-12-07*/
.main-body:hover, .sub-body:hover{cursor: url(/assets/images/main/cursor1.png) 0 0, auto;}
a:hover, button:hover ,.nav.gnb-drop--each:hover{cursor: url(/assets/images/main/cursor1-hover.png) 0 0, auto;}


/*2022-12-14 내 견적 받기 폼 프로그레스 바*/
.progress-bar-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 25px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.progress-bar{
	width: 90%;
	height: 7px;
	border-radius: 35px;
	background: #ccc;
	position: relative;
}
.progress-bar .bar{
	width: 0%;
	height: 100%;
	border-radius: 35px;
/*	background: linear-gradient(#4f4cbd, #6f6dd3, #333197, #201e7c);*/
	background: #333197;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	transition: 0.3s;
}
.progress-bar .bar.bar1{ width: 0%; }
.progress-bar .bar.bar2{ width: 20%; }
.progress-bar .bar.bar3{ width: 40%; }
.progress-bar .bar.bar4{ width: 60%; }
.progress-bar .bar.bar5{ width: 80%; }
.progress-bar .bar.bar6{ width: 95%; }

.progress-bar-wrap .percentage{
	width: 10%;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-family: "s-core-dream";
}
.estimate.on{
	cursor: default;
}
.estimate__head .close-btn:hover{
	cursor: pointer;
}

/* 2023-01-26 메인 our video 슬라이더 여러개로 변경 */
.our-video-slide--new .swiper-container {
	margin-bottom: 15px;
}
.our-video-slide--new .swiper-container .our-video-controller{
	display: flex;
    justify-content: flex-end;
	column-gap: 10px;
	color: #fff;
	padding: 10px;
	padding-right: 120px;
}
.our-video-slide--new .swiper-container .swiper-pagination{
	width: auto;
	position: unset;
	color: #fff;
	display: flex;
    align-items: center;
}
.our-video-slide--new .swiper-container:nth-child(2n) .our-video-controller{
	flex-direction: row-reverse;
}
.our-video-slide--new .swiper-container:nth-child(2n) .swiper-pagination{
	flex-direction: row-reverse;
}
.our-video-slide--new .swiper-container .swiper-pagination .current {
	font-size: 20px;
	font-family: 'Montserrat';
	font-weight: 600;
}
.our-video-slide--new .swiper-container .swiper-pagination .total{
	opacity: 0.5;
	font-family: 'Montserrat';
	font-weight: 400;
}
.our-video-slide--new .swiper-container .swiper-pagination .of{
	padding: 0 5px;
}
.our-video-slide--new .swiper-container .swiper-button{
	position: unset;
	width: auto;
	height: auto;
	margin-top: 0;
	color: #fff;
}
.our-video-slide--new .swiper-container .swiper-button-next:after , .our-video-slide--new .swiper-container .swiper-button-prev:after{
	display:none;
}
.our-video-slide--new .swiper-container .swiper-pause , .our-video-slide--new .swiper-container .swiper-play{
	color: #fff;
	font-size: 20px;
}
.our-video-slide--new .swiper-container .swiper-play{
	display: none;
}
.our-video-slide--new {
	padding-left:0 !important;
}
.our-video-slider--1 {
	margin-left: 31.5104166667%;
}
@media (max-width: 1024px) {
	.our-video-slide--new .swiper-container .our-video-controller{
		padding-right: 15px;
	}
	.our-video-slider--1 {
		margin-left: 0;
	}
	.marketing.type--1 .img-bx img{
		width: 100%;
	}
}

/* 23.04.19 메인 marketing type--1 회전하는 테두리 텍스트 추가 */
.marketing.type--1 .img-bx{position: relative;}
.circle_wrap{position: absolute;top: 30%;left: 110%;transform: translateY(-30%);}
#Layer_1 {position: absolute;top: 0;left: 0;width: 9.8125rem;height: 9.875rem;z-index: 999;}

#Layer_2 {position: absolute;top: 0;left: 0;width: 9.8125rem;height: 9.875rem;transform-origin: center;animation: rotate_image 5000ms linear infinite;}
@keyframes rotate_image {
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 1600px) {
	.marketing.type--1 .img-bx img{width: 90%;}
	.circle_wrap{left: 90%;}
	#Layer_1, #Layer_2{width: 8.8125rem;height: 8.875rem;}
}

@media (max-width: 1200px) {
	.marketing.type--1 .img-bx img{width: 80%;}
	.circle_wrap{left: 80%;}
	#Layer_1, #Layer_2{width: 7.8125rem;height: 7.875rem;}
}


@media (max-width: 1024px) {
	.marketing.type--1 .img-bx img{width: 70%;}
	.circle_wrap{left: 70%;}
	#Layer_1, #Layer_2{width: 6.8125rem;height: 6.875rem;}
}

@media (max-width: 768px) {
	.circle_wrap{left: 75%;}
	#Layer_1, #Layer_2{width: 6.8125rem;height: 6.875rem;}
}

@media (max-width: 400px) {
	.circle_wrap{left: 75%;}
	#Layer_1, #Layer_2{width: 4.8125rem;height: 4.875rem;}
}

.main-section{overflow: hidden;}

/* 메인에 흐르는 글 */
#scroller {
	display: flex;
}

.slide-track {
	width: calc(2249px * 4);
	padding: 50px 0;
	border-top: 1px solid rgba(255,255,255, 0.3);
	border-bottom: 1px solid rgba(255,255,255, 0.3);
	margin-bottom: 7.8125em;
}

.slide-track2 {
	margin-top: 7.8125em;
	margin-bottom: 0;
}
#scroller2.simply-scroll-list {
	display: flex;
}
.simply-scroll #scroller2.simply-scroll-list li {
	float: none;
}
.slide {
	width: 2249px;
	height: 74px;
}

.slide-border {
	border-top: 1px solid rgba(102,102,102, 0.3);
	border-bottom: 1px solid rgba(102,102,102, 0.3);
}

@media (max-width: 1024px) {
	.slide-track {
		padding: 22px 0;
		margin-bottom: 3.90625em;
	}

	.slide-track2 {
		padding: 22px 0;
		margin-top: 3.90625em;
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.slide-track {
		width: calc(946px * 4) !important;
	}

	.slide {
		width: 946px !important;
		height: 31px !important;
	}
}

.main-scBg{padding-bottom:0 !important;}