/* main */
.main-wrap { display: flex; flex-direction: column; align-items: center; gap: 100px; width: 100%; min-height: 100vh; padding-bottom: 100px; }

.main-wrap h2 { width: fit-content; margin: 0 auto 50px; padding-left: 50px; font-size: 35px; font-weight: 700; color: var(--color-black); text-align: center; position: relative; }
.main-wrap h2::before { content: ""; display: block; width: 15px; height: 15px; background: var(--color-theme); position: absolute; top: 5px; left: 0; }
.main-wrap h2::after { content: ""; display: block; width: 15px; height: 15px; background: var(--color-lightgray); position: absolute; top: 20px; left: 15px; }

/* main - visual */
.main-wrap .visual { width: 100%; height: 700px; padding: 0 50px; background: var(--color-white); }
.main-wrap .visual .swiper { width: 100%; height: 100%; background: #999; }
.main-wrap .visual .swiper .swiper-slide { display: flex; flex-direction: column; justify-content: center; padding: 90px 150px 0; }
.main-wrap .visual .swiper .swiper-slide.s01 { background: url("/ggedc/images/main/visual01.jpg?v=24122701") no-repeat 50% 50%; background-size: cover; background-color: rgba(0, 0, 0, 0.25); background-blend-mode: multiply; }
.main-wrap .visual .swiper .swiper-slide.s02 { background: url("/ggedc/images/main/visual02.jpg?v=24122701") no-repeat 50% 50%; background-size: cover; background-color: rgba(0, 0, 0, 0.25); background-blend-mode: multiply; }
.main-wrap .visual .swiper .swiper-slide .sub-txt { margin-bottom: 20px; font-size: 20px; font-weight: 400; color: var(--color-white); text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); }
.main-wrap .visual .swiper .swiper-slide .main-txt { font-size: 52px; font-weight: 700; color: var(--color-white); text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); }
.main-wrap .visual .swiper .swiper-button-next, .main-wrap .visual .swiper .swiper-button-prev { color: var(--color-white); transform: translateY(45px); }
.main-wrap .visual .swiper .swiper-pagination-bullet { width: 50px; height: 3px; background: var(--color-white); border-radius: 0; }

/* main - area */
.main-wrap .area { width: 100%; max-width: 1280px; }
.main-wrap .area .map-box { display: flex; gap: 50px; }
.main-wrap .area .map-box ul { display: flex; flex-wrap: wrap; gap: 20px; width: calc(70% - 50px); }
.main-wrap .area .map-box ul li { display: flex; width: calc((100%/3) - 20px); aspect-ratio: 2/1.5; background: #F9F9F9; border: 1px solid #F9F9F9; position: relative; transition: all 0.3s ease-in-out; }
.main-wrap .area .map-box ul li.pocheon { background: #F9F9F9 url("/ggedc/images/main/area_pocheon_bw.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.dongducheon { background: #F9F9F9 url("/ggedc/images/main/area_dongducheon_bw.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.yeoncheon { background: #F9F9F9 url("/ggedc/images/main/area_yeoncheon_bw.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.gapyeong { background: #F9F9F9 url("/ggedc/images/main/area_gapyeong_bw.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.yangpyeong { background: #F9F9F9 url("/ggedc/images/main/area_yangpyeong_bw.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.yeoju { background: #F9F9F9 url("/ggedc/images/main/area_yeoju_bw.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li:hover { background: var(--color-white); border: 1px solid var(--color-theme); border-radius: 12px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
.main-wrap .area .map-box ul li.pocheon:hover { background: var(--color-white) url("/ggedc/images/main/area_pocheon_color.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.dongducheon:hover { background: var(--color-white) url("/ggedc/images/main/area_dongducheon_color.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.yeoncheon:hover { background: var(--color-white) url("/ggedc/images/main/area_yeoncheon_color.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.gapyeong:hover { background: var(--color-white) url("/ggedc/images/main/area_gapyeong_color.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.yangpyeong:hover { background: var(--color-white) url("/ggedc/images/main/area_yangpyeong_color.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li.yeoju:hover { background: var(--color-white) url("/ggedc/images/main/area_yeoju_color.png") no-repeat 50% 50%; background-size: auto 40%; }
.main-wrap .area .map-box ul li a { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 30px; font-size: 24px; font-weight: 700; transition: all 0.3s ease-in-out; }
.main-wrap .area .map-box ul li:hover a { font-size: 40px; color: var(--color-theme); }
.main-wrap .area .map-box .svg-box { width: 30%; aspect-ratio: 560/700; }
.main-wrap .area .map-box .svg-box svg { width: 100%; height: 100%; }
.main-wrap .area .map-box .svg-box svg { transition: all 0.3s ease-in-out; }
.main-wrap .area .map-box .svg-box svg g { transition: all 0.3s ease-in-out; }
.main-wrap .area .map-box .svg-box svg g.active { animation: color 0.5s infinite alternate; }
.main-wrap .area .map-box .svg-box svg text { font-size: 20px; }
@keyframes color {
	0% { fill: #F1F1F1; }
	100% { fill: var(--color-theme); }
}

/* main - business */
.main-wrap .business { width: 100%; max-width: 1280px; height: 500px; }
.main-wrap .business .swiper { width: 100%; height: 100%; background: #999; }
.main-wrap .business .swiper .swiper-slide { display: flex; flex-direction: column; justify-content: flex-end; padding: 90px 100px; }
.main-wrap .business .swiper .swiper-slide.s01 { background: url("/ggedc/images/main/business01.png") no-repeat 50% 50%; background-size: cover; background-color: rgba(0, 0, 0, 0.25); background-blend-mode: multiply; }
.main-wrap .business .swiper .swiper-slide.s02 { background: url("/ggedc/images/main/business02.png") no-repeat 50% 50%; background-size: cover; background-color: rgba(0, 0, 0, 0.25); background-blend-mode: multiply; }
.main-wrap .business .swiper .swiper-slide.s03 { background: url("/ggedc/images/main/business03.png") no-repeat 50% 50%; background-size: cover; background-color: rgba(0, 0, 0, 0.25); background-blend-mode: multiply; }
.main-wrap .business .swiper .swiper-slide.s04 { background: url("/ggedc/images/main/business04.png") no-repeat 50% 50%; background-size: cover; background-color: rgba(0, 0, 0, 0.25); background-blend-mode: multiply; }
.main-wrap .business .swiper .swiper-slide .sub-txt { margin-bottom: 20px; font-size: 20px; font-weight: 400; color: var(--color-white); text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); position: relative; transform: translateY(100px); opacity: 0; transition: all 0.5s ease-in-out 0.2s; }
.main-wrap .business .swiper .swiper-slide .main-txt { font-size: 48px; font-weight: 700; color: var(--color-white); text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); position: relative; transform: translateY(100px); opacity: 0; transition: all 0.5s ease-in-out 0.4s; }
.main-wrap .business .swiper .swiper-slide-active .sub-txt,
.main-wrap .business .swiper .swiper-slide-active .main-txt { transform: translateY(0); opacity: 1; }
.main-wrap .business .swiper .swiper-button-next,
.main-wrap .business .swiper .swiper-button-prev { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.25); border-radius: 4px; color: var(--color-white); transition: all 0.2s ease-in-out; }
.main-wrap .business .swiper .swiper-button-next::after { padding-left: 3px; font-size: 24px; }
.main-wrap .business .swiper .swiper-button-prev::after { padding-right: 3px; font-size: 24px; }
/* .main-wrap .business .swiper:hover .swiper-button-next::after, 
.main-wrap .business .swiper:hover .swiper-button-prev::after { opacity: 1; }
.main-wrap .business .swiper .swiper-button-next,
.main-wrap .business .swiper .swiper-button-prev  {  opacity: 0; }
.main-wrap .business .swiper:hover .swiper-button-next,
.main-wrap .business .swiper:hover .swiper-button-prev { opacity: 1; } */
.main-wrap .business .swiper .swiper-button-next:hover,
.main-wrap .business .swiper .swiper-button-prev:hover { background: var(--color-theme); }
.main-wrap .business .swiper .swiper-pagination-bullet { width: 50px; height: 3px; background: var(--color-white); border-radius: 0; }

/* main - partner */
.main-wrap .partner { width: 100%; max-width: 1280px; }
.main-wrap .partner ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px 30px; }
.main-wrap .partner ul li { display: flex; justify-content: center; align-items: center; width: calc(20% - 24px); aspect-ratio: 4/1.5; padding: 30px; /* border: 1px solid #DDD; */ }


.main-wrap .mo { display: none; }

@media screen and (max-width: 1440px) {
/* main - area */
.main-wrap .area { width: calc(100% - 100px); }

/* main - business */
.main-wrap .business { width: calc(100% - 100px); }

/* main - partner */
.main-wrap .partner { width: calc(100% - 100px); }
}

@media screen and (max-width: 1280px) {
.main-wrap { gap: 80px; padding-bottom: 80px; }
.main-wrap h2 { padding-left: 40px; font-size: 28px; }
.main-wrap h2::before { width: 13px; height: 13px; }
.main-wrap h2::after { width: 13px; height: 13px; top: 18px; left: 13px; }

/* main - visual */
.main-wrap .visual { height: 600px; padding: 0 40px; }
.main-wrap .visual .swiper .swiper-slide { padding: 70px 100px 0; }
.main-wrap .visual .swiper .swiper-slide .sub-txt { margin-bottom: 18px; font-size: 18px; }
.main-wrap .visual .swiper .swiper-slide .main-txt { font-size: 44px; }

/* main - area */
.main-wrap .area { width: calc(100% - 80px); }
.main-wrap .area .map-box { gap: 40px; }
.main-wrap .area .map-box ul { gap: 15px; width: calc(70% - 40px); }
.main-wrap .area .map-box ul li { width: calc((100%/2) - 15px); }
.main-wrap .area .map-box ul li a { padding: 25px; font-size: 20px; }
.main-wrap .area .map-box ul li:hover a { font-size: 30px; }
.main-wrap .area .map-box .svg-box { width: 40%; }

/* main - business */
.main-wrap .business { width: calc(100% - 80px); height: 400px; }
.main-wrap .business .swiper .swiper-slide { padding: 70px 80px; }
.main-wrap .business .swiper .swiper-slide .sub-txt { margin-bottom: 18px; font-size: 18px; }
.main-wrap .business .swiper .swiper-slide .main-txt { font-size: 40px; }

/* main - partner */
.main-wrap .partner { width: calc(100% - 80px); }
.main-wrap .partner ul { gap: 40px 20px; }
.main-wrap .partner ul li { width: calc(25% - 20px); padding: 25px; }
}

@media screen and (max-width: 768px) {
.main-wrap { gap: 60px; padding-bottom: 60px; }
.main-wrap h2 { padding-left: 30px;}
.main-wrap h2::before { width: 12px; height: 12px; }
.main-wrap h2::after { width: 12px; height: 12px; top: 16px; left: 12px; }

/* main - visual */
.main-wrap .visual { height: 500px; padding: 0;}
.main-wrap .visual .swiper .swiper-slide { padding: 60px 50px 0; }
.main-wrap .visual .swiper .swiper-slide .sub-txt { margin-bottom: 12px; font-size: 16px; }
.main-wrap .visual .swiper .swiper-slide .main-txt { font-size: 32px; }
.main-wrap .visual .swiper .swiper-button-next:after, 
.main-wrap .visual .swiper .swiper-button-prev:after {font-size: 28px; }


/* main - area */
.main-wrap .area { width: calc(100% - 60px); }
.main-wrap .area .map-box { display: block; gap: 25px; }
.main-wrap .area .map-box ul { gap: 12px; width: 100%; display: flex; flex-wrap: wrap; overflow: hidden;}
.main-wrap .area .map-box ul li { width: calc(50% - 12px); }
.main-wrap .area .map-box ul li a { padding: 22px; font-size: 18px; }
.main-wrap .area .map-box ul li:hover a { font-size: 26px; }
.main-wrap .area .map-box .svg-box { width: 100%; height: 500px; aspect-ratio: 560/700; overflow: hidden; margin-bottom: 30px; }

/* main - business */
.main-wrap .business { width: calc(100% - 60px); height: 350px; }
.main-wrap .business .swiper .swiper-slide { padding: 60px 30px; }
.main-wrap .business .swiper .swiper-slide .sub-txt { margin-bottom: 12px; font-size: 16px; }
.main-wrap .business .swiper .swiper-slide .main-txt { font-size: 28px; }
.main-wrap .business .swiper .swiper-button-next::after,
.main-wrap .business .swiper .swiper-button-prev::after { padding-right: 4px; font-size: 22px; }

/* main - partner */
.main-wrap .partner { width: calc(100% - 60px); }
.main-wrap .partner ul { display: flex; flex-wrap: wrap; gap: 25px 15px; }
.main-wrap .partner ul li { width: calc(50% - 15px); padding: 22px; }
}

@media screen and (max-width: 480px) {
.main-wrap { gap: 50px; padding-bottom: 50px; }
.main-wrap h2 { padding-left: 20px; font-size: 24px; }
.main-wrap h2::before { width: 10px; height: 10px; }
.main-wrap h2::after { width: 10px; height: 10px; top: 15px; left: 10px; }

/* main - visual */
.main-wrap .visual { height: 400px;}
.main-wrap .visual .swiper .swiper-slide { padding: 50px 50px 0; }
.main-wrap .visual .swiper .swiper-slide .sub-txt { margin-bottom: 10px;}
.main-wrap .visual .swiper .swiper-slide .main-txt { font-size: 28px; }


/* main - area */
.main-wrap .area { width: calc(100% - 40px); }
.main-wrap .area .map-box { display: block; gap: 20px; }
.main-wrap .area .map-box ul { gap: 10px; width: 100%; display: flex; flex-wrap: wrap; overflow: hidden;}
.main-wrap .area .map-box ul li { width: calc(50% - 10px); }
.main-wrap .area .map-box ul li a { padding: 20px; font-size: 16px; }
.main-wrap .area .map-box ul li:hover a { font-size: 24px; }
.main-wrap .area .map-box .svg-box { height: 350px; aspect-ratio: 560/700; }


/* main - business */
.main-wrap .business { width: calc(100% - 40px); height: 300px; }
.main-wrap .business .swiper .swiper-slide { padding: 50px 20px; }
.main-wrap .business .swiper .swiper-slide .sub-txt { margin-bottom: 10px; font-size: 14px; }
.main-wrap .business .swiper .swiper-slide .main-txt { font-size: 24px; }
.main-wrap .business .swiper .swiper-button-next::after,
.main-wrap .business .swiper .swiper-button-prev::after { padding-right: 3px; font-size: 20px; }

/* main - partner */
.main-wrap .partner { width: calc(100% - 40px); }
.main-wrap .partner ul { display: flex; flex-wrap: wrap; gap: 20px 10px; }
.main-wrap .partner ul li { width: calc(50% - 10px); padding: 20px; }
}
