@charset "utf-8";

/************************************** 
	메인 배너 시작
**************************************/
#main_banner_area {
	position: relative;
}

#main_banner_area .slide {
	position: relative;
}

#main_banner_area .content_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 999;
}

#main_banner_area .content_box > img {
	margin: 0 auto 45px;
}

#main_banner_area .content_box > p {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
}

#main_banner_area .slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: "";
	z-index: 99;
}

@media screen and (max-width:1000px) {
	#main_banner_area .content_box {
		width: 100%;
	}
	
	#main_banner_area .content_box > img {
		/* width: 16.8vw; */
		height: 15.6vw;
		margin: 0 auto 7.5vw;
	}

	#main_banner_area .content_box > p {
		font-size: 6vw;
	}
}

/************************************** 
	메인 배너 끝
**************************************/


/************************************** 
	메인 메뉴 시작
**************************************/
#main_menu_area {
	padding: 55px 0 60px;
}

#main_menu_area .main_menu {
	display: flex;
	justify-content: space-between;
}

#main_menu_area .main_menu > li {
	width: 160px;
	text-align: center;
	cursor: pointer;
}

#main_menu_area .main_menu > li .icon {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#main_menu_area .main_menu > li > span {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	#main_menu_area {
		padding: 10vw 0 0;
	}

	#main_menu_area .main_menu {
		flex-wrap: wrap;
	}

	#main_menu_area .main_menu > li {
		width: 33.33%;
		margin-bottom: 11vw;
	}

	#main_menu_area .main_menu > li .icon {
		width: 100%;
		height: 21.6vw;
		margin-bottom: 5vw;
	}

	#main_menu_area .main_menu > li > span {
		font-size: 4.4vw;
	}
}

/************************************** 
	메인 메뉴 끝
**************************************/


/************************************** 
	메인 서비스 시작
**************************************/
#main_service_area {
	padding-bottom: 100px;
}

.main_service {}

.main_service > li {
	position: relative;
	float: left;
	width: calc(33.33% - 14.67px);
	margin-right: 22px;
}

.main_service > li:last-child {
	margin-right: 0;
}

.main_service > li .num {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	background: var(--main-color);
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #fff;
	z-index: 9;
}

.main_service > li .img {
	width: 100%;
	height: 324px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.main_service > li .img .item {
	position: relative;
	height: 324px;
}

.main_service > li .img .item > img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.main_service > li .tit {
	display: inline-block;
	margin: 25px 0 10px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.15;
}

.main_service > li .txt {
	font-size: 18px;
	line-height: 1.35;
	color: #777777;
}

@media screen and (max-width:1000px) {
	#main_service_area {
		padding-bottom: 7vw;
	}

	.main_service {}

	.main_service > li {
		width: 100%;
		margin-bottom: 8vw;
		margin-right: 0;
	}

	.main_service > li .num {
		width: 9vw;
		font-size: 3.6vw;
		line-height: 9vw;
	}

	.main_service > li .img {
		height: 65vw;
	}

	.main_service > li .img .item {
		position: relative;
		height: 65vw;
	}

	.main_service > li .tit {
		margin: 4vw 0 1.5vw;
		font-size: 5vw;
	}

	.main_service > li .txt {
		font-size: 4.4vw;
		line-height: 1.15;
	}
}


/************************************** 
	메인 서비스 끝
**************************************/


/************************************** 
	메인 고객사례 시작
**************************************/
#main_example_area {
	padding-bottom: 100px;
}

@media screen and (max-width:1000px) {
	#main_example_area {
		padding-bottom: 7vw;
	}
	
	.main_example > li .img {
		height: 88vw;
	}

	.main_example > li .tit {
		float: left;
		margin-top: 6vw;
		margin-bottom: 0;
		font-size: 4vw;
	}

	.main_example > li .txt {
		float: right;
		margin-top: 6vw;
		margin-bottom: 0;
		font-size: 4vw;
	}
}
/************************************** 
	메인 고객사례 끝
**************************************/


/************************************** 
	에어컨 고장 수리 시작
**************************************/
.sub_content {
	padding-top: 10px;
	padding-bottom: 100px;
}

.sub_content.as {
	position: relative;
	padding-bottom: 370px;
}

.sub_content.as::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 157.5px);
	width: 315px;
	height: 290px;
	background: url('../images/m_con01_img02.png') no-repeat center center / contain;
	content: "";
}

.sub_content .sub_title {
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 30px;
	font-weight: 500;
}

.sub_content .content_box {
	margin-top: 30px;
}

.sub_content .content_box .content_title {
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: bold;
	color: #004B91;
}

.sub_content .content_box .content {
	padding: 20px;
	border: 1px solid #E1E1E1;
	background: #F6F6F6;
}

.sub_content .content_box .content > p {
	font-size: 22px;
	line-height: 1.35;
}

.sub_content .content_box .content > p.dot {
	position: relative;
	padding-left: 30px;
}

.sub_content .content_box .content > p.light {
	position: relative;
	padding-left: 30px;
}

.sub_content .content_box .content > p.check {
	position: relative;
	padding-left: 30px;
}

.sub_content .content_box .content > p.dot::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "·";
}

.sub_content .content_box .content > p.light::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "💡";
}

.sub_content .content_box .content > p.check::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "✅";
}

.sub_content .content_box .content_img {}

@media screen and (max-width:1000px) {
	.sub_content {
		padding-top: 0;
		padding-bottom: 8vw;
	}

	.sub_content.as {
		padding-bottom: 57vw;
	}

	.sub_content.as::after {
		left: calc(50% - 24vw);
		width: 48vw;
		height: 44vw;
	}

	.sub_content .sub_title {
		padding-top: 8vw;
		padding-bottom: 4vw;
		font-size: 4.8vw;
	}

	.sub_content .content_box {
		margin-top: 5vw;
	}

	.sub_content .content_box .content_title {
		margin-bottom: 3vw;
		font-size: 4.4vw;
	}

	.sub_content .content_box .content {
		padding: 3vw;
	}

	.sub_content .content_box .content > p {
		font-size: 3.6vw;
		line-height: 1.25;
	}
	
	.sub_content .content_box .content > p.dot {
		padding-left: 4vw;
	}
	
	.sub_content .content_box .content > p.light {
		padding-left: 4.5vw;
	}
	
	.sub_content .content_box .content > p.check {
		padding-left: 5.5vw;
	}

	.sub_content .content_box .content_img {}
}


.sub_content2 {
	padding: 70px 0;
	background: #00A6E1;
	text-align: center;
	color: #fff;
}

.sub_content2 * {
	display: block;
}

.sub_content2 .ico {
	width: 99px;
	height: 57px;
	margin: 0 auto;
	background: url('../images/m_con01_img03.png') no-repeat center center / contain;
}

.sub_content2 .big {
	margin: 25px 0 22px;
	font-size: 30px;
	font-weight: bold;
}

.sub_content2 .small {
	font-size: 24px;
	font-weight: 300;
}

@media screen and (max-width:1000px) {
	.sub_content2 {
		padding: 10vw 0;
	}

	.sub_content2 .ico {
		width: 15vw;
		height: 8.5vw;
	}

	.sub_content2 .big {
		margin: 4vw 0;
		font-size: 4.8vw;
	}

	.sub_content2 .small {
		font-size: 4vw;
	}
}


.content_table {
	width: 100%;
}

.content_table th,
.content_table td {
	padding: 25px 0;
	border: 1px solid #E1E1E1;
	font-size: 22px;
	line-height: 1.35;
}

.content_table th {
	background: #F6F6F6;
	font-weight: bold;
}

.content_table th.l_content {
	padding: 20px 15px;
	text-align: left;
}

.content_table td {
	background: #fff;
	text-align: center;
}

.content_table td.l_content {
	padding: 20px;
	text-align: left;
}

@media screen and (max-width:1000px) {
	.content_table th,
	.content_table td {
		padding: 3vw 0;
		font-size: 3.6vw;
	}

	.content_table th.l_content {
		padding: 3vw 2vw;
	}

	.content_table td.l_content {
		padding: 3vw;
	}
}



/************************************** 
	에어컨 고장 수리 끝
**************************************/


/************************************** 
	에어컨 설치 시작
**************************************/
.sub_content3 {
	padding: 70px 0;
	background: url('../images/con02_img02.png') no-repeat center center / cover;
	text-align: center;
	color: #fff;
}

.sub_content3 span {
	display: block;
	margin: 0 auto;
}

.sub_content3 .ico {
	width: 99px;
	height: 57px;
	margin: 0 auto;
	background: url('../images/m_con01_img03.png') no-repeat center center / contain;
}

.sub_content3 .big {
	margin: 25px 0 22px;
	font-size: 30px;
	font-weight: bold;
}

.sub_content3 .small {
	font-size: 24px;
	font-weight: 300;
}

.sub_content3 .pr_list {
	margin-top: 80px;
}

.sub_content3 .pr_list > li {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}

.sub_content3 .pr_list > li::before {
	display: block;
	margin: 0 auto 13px;
	width: 37px;
	height: 37px;
	background: url('../images/con02_img04.png') no-repeat center center / cover;
	content: "";
}

.sub_content3 .sub_btn {
	width: 582px;
	height: 78px;
	margin-top: 20px;
	background: #00A6E1;
	border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.sub_content3 .button_txt {
	margin-top: 18px;
	font-size: 26px;
	font-weight: 300;
}

@media screen and (max-width:1000px) {
	.sub_content3 {
		padding: 10vw 0;
		background-image: url('../images/m_con02_img02.png');
	}

	.sub_content3 .ico {
		width: 15vw;
		height: 8.5vw;
	}

	.sub_content3 .big {
		margin: 4vw 0;
		font-size: 4.8vw;
	}

	.sub_content3 .small {
		font-size: 4vw;
	}

	.sub_content3 .pr_list {
		margin-top: 7vw;
	}

	.sub_content3 .pr_list > li {
		margin-bottom: 5vw;
		font-size: 4vw;
	}

	.sub_content3 .pr_list > li::before {
		margin: 0 auto 2vw;
		width: 5.6vw;
		height: 5.6vw;
	}

	.sub_content3 .sub_btn {
		width: 88vw;
		height: 11.8vw;
		margin-top: 2vw;
		border-radius: 1.6vw;
		font-size: 4vw;
	}

	.sub_content3 .button_txt {
		margin-top: 2.8vw;
		font-size: 4vw;
		line-height: 1.15;
	}
}


/************************************** 
	에어컨 설치 끝
**************************************/


/************************************** 
	에어컨 청소 시작
**************************************/
.sub_content4 {
	padding: 50px 0 80px;
	background: #004B91;
	text-align: center;
	color: #fff;
}

.sub_content4 .ico {
	width: 99px;
	height: 57px;
	margin: 0 auto 15px;
	background: url('../images/m_con03_img01.png') no-repeat center center / contain;
}

.sub_content4 .big {
	margin: 25px 0 22px;
	font-size: 30px;
	font-weight: bold;
}

.sub_content4 .flex_box {
	display: flex;
	margin-top: 65px;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}

.sub_content4 .content {}

.sub_content4 .content > img {}

.sub_content4 .content .txt {
	margin-top: 30px;
	font-size: 22px;
	line-height: 1.35;
}

.sub_content4 .img {
	width: 555px;
	height: 400px;
	background: url('../images/con03_img03.png') no-repeat center center / contain;
}

@media screen and (max-width:1000px) {
	.sub_content4 {
		padding: 8vw 0 6vw;
	}

	.sub_content4 .ico {
		width: 11vw;
		height: 10vw;
		margin: 0 auto 4vw;
	}

	.sub_content4 .big {
		margin: 0;
		font-size: 4.8vw;
		font-weight: bold;
	}

	.sub_content4 .flex_box {
		display: block;
		margin-top: 5vw;
	}

	.sub_content4 .content > img {
		width: 100%;
	}

	.sub_content4 .content .txt {
		margin-top: 5vw;
		font-size: 3.6vw;
	}

	.sub_content4 .img {
		margin: 0 auto;
		margin-top: 8vw;
		width: 77.7vw;
		height: 60.7vw;
		background-image: url('../images/m_con03_img03.png');
	}
}


/************************************** 
	에어컨 청소 끝
**************************************/



/************************************** 
	2025-05-20 추가 css (에어컨 수리, 에어컨 설치)
**************************************/
.as_service_list {
	margin-top: 110px;
}

.as_service_list > li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.as_service_list > li .title {
	position: relative;
	font-family:'Aggro';
	font-size: 40px;
	color: #00A6E1;
}

.as_service_list > li .title::before {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 35px;
	background: url('../images/m_ico_check.png') no-repeat center center / contain;
	content: "";
}

.as_service_list > li .img {
	width: 350px;
	height: 240px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.as_service_list > li .txt {
	margin-top: 25px;
	font-size: 26px;
	line-height: 1.5;
}

.as_img {
	display: block;
	margin: 60px auto;
}

.as_price_box {
	margin-bottom: 60px;
	border-bottom: 1px solid #E1E1E1;
}

.as_price_box .content_title2 {
	margin-bottom: 60px;
	font-size: 40px;
	font-family:'Aggro';
	text-align: center;
	color: #2F6BA5;
}

.as_price_box .as_price_list {
	padding: 45px 0;
	text-align: center;
	background: #EFF9FC;
}

.as_price_box .as_price_list > li {
	display: inline-block;
	width: 700px;
	padding: 15px 0;
	font-family:'Aggro';
	font-size: 30px;
	color: #00A6E1;
}

.as_price_box .as_price_list > li .gubun {
	float: left;
}

.as_price_box .as_price_list > li .price {
	float: right;
}

.as_price_box .as_price_list2 {
	width: 850px;
	margin: 0 auto;
	padding: 45px 0;
}

.as_price_box .as_price_list2 > li {
	float: left;
	width: calc(50% - 22px);
	padding: 15px 0;
	box-sizing: border-box;
	font-family:'Aggro';
	font-size: 30px;
	color: #2F6BA5;
}

.as_price_box .as_price_list2 > li:nth-child(odd) {
	margin-right: 44px;
}

@media screen and (max-width:1000px) {
	.as_service_list {
		margin-top: 12vw;
	}

	.as_service_list > li {
		width: 100%;
		margin-bottom: 10vw;
	}

	.as_service_list > li .title {
		font-size: 7vw;
	}

	.as_service_list > li .title::before {
		width: 6vw;
		height: 6vw;
		margin: 0 auto 3vw;
	}

	.as_service_list > li .img {
		width: 66vw;
		height: 42vw;
	}

	.as_service_list > li .txt {
		margin-top: 3.5vw;
		font-size: 5vw;
	}

	.as_img {
		position: relative;
		top: -4.5vw;
		left: -15%;
		width: 130%;
		margin: 0 auto 4vw;
	}

	.as_price_box {
		margin-bottom: 5vw;
		border-bottom: none;
	}

	.as_price_box .content_title2 {
		margin-bottom: 6vw;
		font-size: 7vw;
	}

	.as_price_box .as_price_list {
		padding: 6vw 0 5vw;
	}

	.as_price_box .as_price_list > li {
		width: 100%;
		padding: 2.5vw 8vw;
		font-size: 5vw;
		line-height: 5vw;
		box-sizing: border-box;
	}

	.as_price_box .as_price_list2 {
		width: 100%;
		margin: 0 auto;
		padding: 5vw 0;
	}

	.as_price_box .as_price_list2 > li {
		width: 100%;
		padding: 2vw 0;
		font-size: 5vw;
		text-align: center;
	}

	.as_price_box .as_price_list2 > li:nth-child(odd) {
		margin-right: 44px;
	}
}


.install_img {
	display: block;
	width: 554px;
	margin: 0 auto 50px;
}

.as_price_box .as_price_list > li.install_notice {
	margin-top: 25px;
	padding-top: 40px;
	border-top: 2px solid #00A6E1;
	font-family:'Pretendard', Noto Sans KR, Nanum_BG, Nanum_BGB, NanumBarunGothicBold, 나눔고딕, '맑은 고딕', HelveticaNeue, DroidSans, Sans-serif, Helvetica;
	font-size: 24px;
	color: #000;
}

@media screen and (max-width:1000px) {
	.install_img {
		width: 100%;
		margin: 0 auto 8vw;
	}

	.as_price_box .as_price_list > li.install_notice {
		margin-top: 5vw;
		padding-top: 8vw;
		font-size: 3.4vw;
		line-height: 1.45;
	}
}