@CHARSET "UTF-8";

.main-wrap {
	width: 100%;
	height: 800px;
	background-image: url(../img/pc/bg-clean-mainvisual.jpg);
	background-color: #a0cff2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-outer {
	width: var(--contents-width);
	margin: auto;
}

.main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    padding-top: 135px;
}

.main-title > div:first-child {
	display: flex;
    column-gap: 10px;
	color: var(--impact-color);
	font-size: 40px;
	font-weight: bold;
	align-items: center;
}

.main-title > div:first-child > i {
	display: inline-block;
	width: 130px;
	height: 50px;
	background-image: url(../img/pc/icon-clean-main-logo.png);
	padding-bottom: 15px;
    background-repeat: no-repeat;
}

.main-title > div:first-child > span {
	border-right: 2px solid var(--impact-color);
    padding-right: 20px;
}

.main-title > div:last-child {
	font-weight: 500;
	margin-top: 10px;
}

.main-title > div:last-child > div {
	font-size: 18px;
	color: #333333; 
}

.main-title > div:last-child > div + div {
	font-weight: bold;
	color: var(--impact-color);
}


.main-info {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 170px;
}

.main-info > .main-info-title {
	display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    height: 60px;
    background-color: var(--impact-color);
    color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

.main-info > .main-info-title > span:first-child {
	font-size: 26px;
	font-weight: bold;
}

.main-info > .main-info-title > span:last-child {
	font-size: 16px;
}

.main-info > .main-info-box {
	display: flex;
	width: 100%;
	height: 300px;
}

.main-info > .main-info-box > div {
	width: 300px;
	background-color: #ffffff;
	padding: 40px 25px 20px 25px;
    box-sizing: border-box;
}

.main-info > .main-info-box > div:not(:last-child) {
	border-right: 1px solid #e5e5e5; 
}

.main-info > .main-info-box > .info-box {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.main-info > .main-info-box > .info-box > i {
	width: 80px;
    height: 80px;
    border-radius: 50px;
    background-image: url(../img/pc/icon-clean-main-link.png);
    margin-bottom: 20px;
}

.main-info > .main-info-box > .info-box > i.icon1 {
	background-position: 0 0;
}

.main-info > .main-info-box > .info-box > i.icon2 {
	background-position: 0 -100px;
}

.main-info > .main-info-box > .info-box > i.icon3 {
	background-position: 0 -200px;	
}

.main-info > .main-info-box > .info-box > span:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

.main-info > .main-info-box > .info-box > span:nth-child(3) {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 1.2;
}

.main-info > .main-info-box > .info-box > .info-btn-wrap {
	display: flex;
    column-gap: 9px;
    width: 100%;
    margin-top: 25px;
}

.main-info > .main-info-box > .info-box > .info-btn-wrap > button {
	flex: 1;
	height: 40px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.main-info > .main-info-box > .info-box > .info-btn-wrap > button > a {
    color: #333333;
}

.main-info > .main-info-box > .info-box > .info-btn-wrap > button:hover {
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.main-info > .main-info-box > .info-box > .info-btn-wrap > button.action-btn {
	background-color: var(--impact-color);
	border: 1px solid #002445;
	color: #ffffff;
}

.main-info > .main-info-box > .banner-box {
	padding: 0;
	display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.main-info > .main-info-box > .banner-box > div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background-color: #d6dfe7;
	padding: 0 20px;
	box-sizing: border-box;
}

.main-info > .main-info-box > .banner-box > div > span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.main-info > .main-info-box > .banner-box > div > .banner-controls {
	position: relative;
    flex: 1;
    display: flex;
    justify-content: end;
}

.swiper-pagination {
	top:0 !important;
    right: 30px !important; /* pause margin 10px */
    left: unset !important;
    width: fit-content !important;
}

.swiper {
	width: 300px;
	height: 250px;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide > a {
	width: 100%;
	height: 100%;
}

.swiper-slide > a > img {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	border-radius: 20px !important;
	background-color: rgba(0,0,0,0.6) !important;
	border: 1px solid rgba(0,0,0,0.7) !important;
	box-sizing: border-box;
    margin-left: 0 !important;
	margin-right: 10px !important;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--impact-color) !important;
}

.pause-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 0;
}

.pause-btn:hover {
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.pause-btn > i {
	display: inline-flex;
	width: 12px;
	height: 12px;
	background-image: url(../img/pc/btn_clean_main_banner.png);
	background-position: 0 0;
}

.pause-btn.start i {
	background-position: 0 -25px;
}


/* 모바일만 */
@media screen and (max-width:767px){
	
	.main-wrap {
	    width: 100%;
	    height: 785px; /* 400 + 340 + 45 */
	    margin: auto;
	    margin-bottom: 100px;
	    padding: 0 15px;
    	box-sizing: border-box;
    	background-image: url(../img/mobile/bg-clean-mainvisual.jpg);
		background-position: top;
    	background-size: 100% 400px;
    	background-color: #e7e7e7;
    	margin-bottom: 0;
	}
	
	.main-outer {
		width: 100%;
	}
	
	.main-title {
		padding-top: 85px;
		flex-direction: column;
	}
	
	.main-title > div:first-child {
	    column-gap: 10px;
	    font-size: 30px;
	}
	
	.main-title > div:first-child > i {
		width: 97px;
		height: 40px;
		background-image: url(../img/mobile/icon-clean-main-logo.png);
		background-size: 100%;
	}
	
	.main-title > div:first-child > span {
		border-right: 0;
		padding-right: 0;
	}
	
	.main-title > div:last-child {
	    text-align: center;
	}
	
	.main-title > div:last-child > div {
		font-size: 13px;
	}
	
	.main-info {
		margin-top: 130px;
	}
	
	.main-info > .main-info-title {
		width: 344px;
		padding: 13px;
		flex-direction: column;
		row-gap: 3px;
	}
	
	.main-info > .main-info-title > span:first-child {
		font-size: 17px;
	}
	
	.main-info > .main-info-title > span:last-child {
		font-size: 10px;
	}
	
	.main-info > .main-info-box {
	    display: grid;
    	grid-template-columns: 50% 50%;
    	height: 172px;
    	width: 345px;
	}
	
	.main-info > .main-info-box > div {
/* 	    width: 100%; */
	    width: 172px;
	}
	
	.main-info > .main-info-box > div:not(:last-child) {
		border-bottom: 1px solid #e5e5e5;
		border-right: 0; 
	}
	.main-info > .main-info-box > .info-box {
		height: 172px;
		padding: 13px;
		padding-bottom: 0;
	}
	
	.main-info > .main-info-box > .info-box:nth-child(2) {
		border-left: 0;
	}
	
	.main-info > .main-info-box > .info-box:nth-child(3) {
		height: 173px;
		border-bottom: 0;
	}
	
	.main-info > .main-info-box > .info-box > i {
		width: 50px;
		height: 50px;
		margin-bottom: 7px;
		background-image: url(../img/mobile/icon-clean-main-link.png);
		background-size: 100%;
	}
	
	.main-info > .main-info-box > .info-box > span:nth-child(2) {
		font-size: 14px;
		margin-bottom: 7px;
	}
	
	.main-info > .main-info-box > .info-box > span:nth-child(3) {
		font-size: 9px;
		letter-spacing: -0.6px;
	}
	
	.main-info > .main-info-box > .info-box > .info-btn-wrap {
		margin-top: 7px;
	}
	
	.main-info > .main-info-box > .info-box > .info-btn-wrap > button {
		height: 30px;
		font-size: 12px;
	}
	
	.main-info > .main-info-box > .banner-box > div:first-child {
		height: 40px;
		padding: 10px 10px 10px 15px;
	}
	
	.main-info > .main-info-box > .banner-box > div > span:first-child {
		font-size: 13px;
	}
	
	.swiper {
	    width: 172px;
	    height: 133px;
	}
	
	.swiper-pagination {
		right: 25px !important;
	}
	
	.swiper-pagination-bullet {
		margin-left: 0 !important;
		margin-right: 5px !important;
	}
	.swiper-pagination-bullet:last-child {
		margin-right: 0 !important;
	}
	
	.pause-btn > i {
		background-image: url(../img/mobile/btn_clean_main_banner.png);
		background-position: 0px 1px;
		background-size: 48px 48px;
	}
	
	.pause-btn.start i {
		background-position: 1px -23px;
	}

	
}




















