@charset "UTF-8";

/* 해충방제 시작 */
.three-elements {padding: 3.75rem 0; display: -webkit-flex; display: flex; justify-content: center; align-items: center; background: #F0F9FF; border-top: 1px solid #A8E1FF; border-bottom: 1px solid #A8E1FF;}
.three-elements .title1 {color: var(--highlight);}
.three-elements .title2 {color: #1941B2;}
.three-elements .text2 {line-height: 1.5; white-space: pre-line;}
.three-elements img {display: block; object-fit: contain;}


.program {border-bottom: 1px solid var(--border);}
.program .title1 {width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; padding: 8px 36px; background: #2B2961; color: #fff; border-radius: 999px; margin: 0 auto; margin-bottom: 16px;}
.program .title2 {text-align: center;}

.ul-program {display: grid; gap: 3.75rem; margin-top: 4.5rem;}
.ul-program>.item {position: relative; border: 1px solid var(--highlight); background: #fff; border-radius: 10px;}

.ul-program>.item::after {width: 3.75rem; height: 3.75rem; position: absolute; display: -webkit-flex; display: flex; justify-content: center; align-items: center; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 1.5rem; color: var(--highlight);}

.ul-program .title2 {display: -webkit-flex; display: flex; justify-content: start; align-items: center; text-align: left; color: var(--highlight); margin-bottom: 12px;}
.ul-program .title2::before {content: ''; display: -webkit-flex; display: flex; justify-content: center; align-items: center; background: var(--highlight); border-radius: 50%; font-family: 'Gmarket Sans'; font-weight: 700; font-size: 1.125rem; color: #fff; padding-top: 2px;}
.ul-program>.item:first-child .title2::before {content: '1';}
.ul-program>.item:nth-child(2) .title2::before {content: '2';}
.ul-program>.item:nth-child(3) .title2::before {content: '3';}
.ul-program>.item:nth-child(4) .title2::before {content: '4';}
.ul-program>.item:nth-child(5) .title2::before {content: '5';}
.ul-program>.item:nth-child(6) .title2::before {content: '6';}

.ul-program .txt-area {margin-bottom: 12px;}
.ul-program .txt-area:last-child {margin-bottom: 0;}
.ul-program .title3 {margin-bottom: 4px;}
.ul-program .txt-area span {font-size: 1.25rem;}


.type>.title1 {text-align: center; margin-bottom: 4.5rem;}
.type .tit-area {width: 100%; height: 6.25rem; display: -webkit-flex; display: flex; justify-content: center; align-items: center; gap: 24px; border-top: 1px solid #A8E1FF; border-bottom: 1px solid #A8E1FF; background: #F0F9FF;}
.type .tit-area img {height: 100%; display: block; object-fit: contain;}
.type .title2 {color: var(--highlight);}

.type .ul-step {width: 100%; max-width: 1200px; margin: 0 auto; display: grid; padding: 2.75rem 0;}
.type .ul-type>.item:last-child .ul-step {padding-bottom: 0;}
.type .ul-step>.item {background: #fff; border: 1px solid #42C7DC; border-radius: 10px;}
.type .ul-step .step {display: -webkit-flex; display: flex; justify-content: start; align-items: center; margin-bottom: 10px;}
.type .ul-step .step::before {content: ''; display: block; background-size: contain; background-repeat: no-repeat; font-family: 'Gmarket Sans'; font-weight: 500; font-size: 1rem; color: #fff; -webkit-flex-shrink: 0; flex-shrink: 0;}
.type .ul-step>.item:first-child .step::before {content: '1단계';}
.type .ul-step>.item:nth-child(2) .step::before {content: '2단계';}
.type .ul-step>.item:nth-child(3) .step::before {content: '3단계';}
.type .ul-step>.item:nth-child(4) .step::before {content: '4단계';}
.type .ul-step>.item:nth-child(5) .step::before {content: '5단계';}

.type .ul-txt>.text3 {display: -webkit-flex; display: flex; justify-content: start; align-items: start; line-height: 1.5;}
.type .ul-txt>.text3::before {content: ''; display: block; width: 7px; height: 7px; border-radius: 50%; background: #9CD6DF;}

.type .ul-step .txt {font-weight: 500; font-size: 1.125rem; color: var(--darkgray); white-space: pre-line;}
.type .ul-txt>.txt {margin-top: 8px; margin-bottom: 6px;}
.type .ul-txt>.txt:first-child {margin-top: 0;}
.type .ul-txt>.txt:last-child {margin-bottom: 0;}
/* //해충방제 끝 */


/* 현장사진 시작 */
.ul-photo-wrap>.item {display: -webkit-flex; display: flex; justify-content: start; align-items: start; margin-bottom: 120px;}
.ul-photo-wrap>.item:last-child {margin-bottom: 0;}

.ul-photo-wrap>.item:nth-child(even) .txt-area {text-align: right;}
.ul-photo-wrap>.item:nth-child(even) .btn-more {margin-left: auto;}
.ul-photo-wrap>.item:nth-child(odd) .photo-next {right: 0; transform: translate(50%, -50%);}
.ul-photo-wrap>.item:nth-child(even) .photo-prev {left: 0; transform: translate(-50%, -50%);}


.shadow-box {width: 100%; position: relative;}
.photo-swiper {overflow: visible; overflow-x: clip; overflow-y: visible;}
.swiper-rtl .swiper-slide {margin-right: 0 !important;}
.ul-photo .thumb {width: 100%; padding-bottom: 133.3333333%; position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 0 14px var(--shadow);}
.ul-photo .thumb img {width: 100%; height: 100%; position: absolute; display: block; object-fit: cover;}

.photo-nav {width: 50px; height: 50px; position: absolute; top: 50%; border-radius: 50%; background: #0ACFB4; box-shadow: 0px 3px 6px var(--shadow); border: 2px solid #FFFFFF; font-size: 1.5rem; color: #fff; z-index: 222;}

.ul-photo-wrap .txt-area .tit {font-weight: 700; font-size: 1.5rem; color: var(--darkgray); margin-bottom: 10px;}
.ul-photo-wrap .btn-more {width: -moz-fit-content; width: -webkit-fit-content; width: fit-content;}
/* //현장사진 끝 */





@media screen and (max-width:1200px){
    .sub-page {padding-left: 0; padding-right: 0;}

	.sub-title-area, .three-elements, .program, .type>.title1, .type .tit-area, .type .ul-step {padding-left: 36px; padding-right: 36px;}
}

@media screen and (min-width:993px){
	.three-elements {gap: 100px;}
	.three-elements .title2 {margin-bottom: 12px;}
	.three-elements img {height: 300px;}

	.program {padding-top: 120px; padding-bottom: 120px;}
	.ul-program>.item {padding: 28px 40px;}
	.ul-program .title2 {gap: 12px;}
	.ul-program .title2::before {width: 28px; height: 28px; line-height: 20px;}

	.type {padding-top: 120px;}
	.type .ul-step {gap: 24px;}
	.type .ul-step>.item {padding: 28px 40px;}
	.type .ul-step .step {gap: 12px;}
	.type .ul-step .step::before {width: 66px; height: 27px;}

	.type .ul-txt>.text3 {gap: 10px;}
	.type .ul-txt>.text3::before {margin: 8.5px 0;}


	.ul-photo-wrap>.item {margin-bottom: 120px;}

	.ul-photo-wrap>.item:nth-child(odd) .photo-swiper {padding-right: 12px; margin-right: -12px;}

	.photo-swiper {height: 360px;}
	.ul-photo>.item {width: 270px;}

	.ul-photo-wrap .txt-area {padding: 24px 80px;}
}

@media screen and (max-width:992px){
	.three-elements {gap: 80px;}
	.three-elements .title2 {margin-bottom: 10px;}
	.three-elements img {height: 260px;}

	.program {padding-top: 90px; padding-bottom: 90px;}
	.ul-program>.item {padding: 22px 28px;}
	.ul-program .title2 {gap: 10px;}
	.ul-program .title2::before {width: 26px; height: 26px; line-height: 19px;}

	.type {padding-top: 90px;}
	.type .tit-area {gap: 16px;}

	.type .ul-step {gap: 16px;}
	.type .ul-step>.item {padding: 22px 28px;}
	.type .ul-step .step {gap: 10px;}
	.type .ul-step .step::before {width: 60px; height: 24px;}

	.type .ul-txt>.text3 {gap: 8px;}
	.type .ul-txt>.text3::before {margin: 7px 0;}


	.ul-photo-wrap>.item {margin-bottom: 100px;}

	.ul-photo-wrap>.item:nth-child(odd) .photo-swiper {padding-right: 8px; margin-right: -8px;}
	
	.photo-swiper {height: 328px;}
	.ul-photo>.item {width: 246px;}

	.ul-photo-wrap .txt-area {padding: 24px 60px;}
}

@media screen and (min-width:769px){
	.ul-program {grid-template-columns: repeat(3, 1fr);}
	.ul-program>.item:nth-child(4) {order: 6;}
	.ul-program>.item:nth-child(5) {order: 5;}
	.ul-program>.item:nth-child(6) {order: 4;}
	
	.ul-program>.item:nth-child(-n+2)::after {content: '\f105'; top: 50%; left: 100%; transform: translateY(-50%);}
	.ul-program>.item:nth-child(3)::after {content: '\f107'; top: 100%; left: 50%; transform: translateX(-50%);}
	.ul-program>.item:nth-child(4)::after, .ul-program>.item:nth-child(5)::after {content: '\f104'; top: 50%; left: 0; transform: translate(-100%, -50%);}
	.ul-program>.item:nth-child(6)::after {display: none;}

	.type .ul-step {grid-template-columns: repeat(3, 1fr);}
	.type .ul-step .step::before {padding: 5px 0 3px 9px; background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 66 27' style='enable-background:new 0 0 66 27;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2342C7DC;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='54,0 0,0 0,27 54,27 66,13.5 '/%3E%3C/svg%3E");}
	.type .ul-step>.item:first-child .step::before {padding: 5px 0 3px 10px;}

	.type .ul-txt>.txt {margin-left: 1.375rem; text-indent: -1.375rem;}

	
	.ul-photo-wrap>.item>* {width: 50%;}
	.ul-photo-wrap>.item:nth-child(even) .shadow-box {order: 2;}
	.ul-photo-wrap>.item:nth-child(even) .txt-area {order: 1;}
}

@media screen and (max-width:768px){
	.sub-title-area, .three-elements, .program, .type>.title1, .type .tit-area, .type .ul-step {padding-left: 32px; padding-right: 32px;}

	.three-elements {flex-direction: column;}
	.three-elements .txt-area {text-align: center;}

	.ul-program {text-align: center;}
	.ul-program .title2 {flex-direction: column;}

	.type .ul-step .step {flex-direction: column; text-align: center;}
	.type .ul-step .step::before {width: 58px; height: 37px; padding: 8px 0 6px 0; background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 58 37' style='enable-background:new 0 0 58 37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2342C7DC;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,0 0,27 29,37 58,27 58,0 '/%3E%3C/svg%3E");}

	.type .ul-txt {text-align: center;}
	.type .ul-txt>.text3 {justify-content: center;}


	.ul-photo-wrap>.item {flex-wrap: wrap; margin-bottom: 80px;}
	.ul-photo-wrap>.item:nth-child(even) .shadow-box {margin-left: auto;}

	.ul-photo-wrap .shadow-box {width: 80%;}
	.ul-photo-wrap .txt-area {width: 100%; padding: 24px 32px;}
}

@media screen and (min-width:481px) and (max-width:768px){
	.ul-program {grid-template-columns: repeat(2, 1fr);}
	.ul-program>.item:nth-child(3) {order: 4;}
	.ul-program>.item:nth-child(4) {order: 3;}
	.ul-program>.item:nth-child(5) {order: 5;}
	.ul-program>.item:nth-child(6) {order: 6;}

	.ul-program>.item:first-child::after, .ul-program>.item:nth-child(5)::after {content: '\f105'; top: 50%; left: 100%; transform: translateY(-50%);}
	.ul-program>.item:nth-child(2)::after, .ul-program>.item:nth-child(4)::after {content: '\f107'; top: 100%; left: 50%; transform: translateX(-50%);}
	.ul-program>.item:nth-child(3)::after {content: '\f104'; top: 50%; left: 0; transform: translate(-100%, -50%);}
	.ul-program>.item:nth-child(6)::after {display: none;}

	.type .ul-step {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:480px){
	.sub-title-area, .three-elements, .program, .type>.title1, .type .tit-area, .type .ul-step {padding-left: 16px; padding-right: 16px;}

	.three-elements {gap: 54px;}
	.three-elements .title2 {margin-bottom: 8px;}
	.three-elements img {height: 220px;}

	.program {padding-top: 60px; padding-bottom: 60px;}
	.program .title1 {margin-bottom: 14px;}

	.ul-program>.item {padding: 18px 24px;}
	.ul-program>.item::after {content: '\f107'; top: 100%; left: 50%; transform: translateX(-50%);}
	.ul-program>.item:last-child::after {display: none;}

	.ul-program .title2 {gap: 8px;}
	.ul-program .title2::before {width: 26px; height: 26px; line-height: 16px;}

	.type {padding-top: 60px;}
	.type .ul-step>.item {padding: 18px 24px;}
	.type .ul-step .step {gap: 8px;}

	.type .ul-txt>.text3 {gap: 6px;}
	.type .ul-txt>.text3::before {margin: 5.5px 0;}


	.ul-photo-wrap>.item:nth-child(odd) .photo-swiper {padding-right: 6px; margin-right: -6px;}
	
	.photo-swiper {height: 256px;}
	.ul-photo>.item {width: 192px;}

	.ul-photo-wrap .txt-area {padding: 20px 16px;}
}