

/*main*/
.main-container {position:relative; width:100%; top:0px;}

[id^="section"] .inwrap{width: 1400px; margin: 0 auto;}
.container{width: 100%; max-height: 100%;  position: relative; }

.yel-box h2{position: relative; display: inline-block; z-index: 0;}
.yel-box h2::before{display: block; content: ''; width: 25px; height: 25px; background: #ffd12f; position: absolute; z-index: -1; top: 3px; left: -15px;}

h3.main-tit{font-size: 4.5rem; font-weight: 900; color: #fff; line-height: 55px;}
.yel-box h3{position: relative; display: inline-block; z-index: 0;}
.yel-box h3::before{display: block; content: ''; width: 25px; height: 25px; background: #ffd12f; position: absolute; z-index: -1; top: 3px; left: -15px;}
.yel-box.blue h3::before{background: #0d4bc8;}

/* section00 */ 
#section00{position: relative; height: 100vh; background: url(../images/section00-img-bg-01.png) no-repeat center / cover; z-index:10;}
.s00-slide, .pc-slide, .sub-li{height: 100%;}
.sub-li .swiper-slide{width: 100%; height: 100%; background-size: cover; z-index:999;}
/* .sub-li .s00-s01{background: url(../images/section00-img-bg-01.png) no-repeat center; background-size: cover;}
.sub-li .s00-s02{background: url(../images/section00-img-bg-01.png) no-repeat center; background-size: cover;} */
#section00 .star-wrap{position: absolute; width: 100%; height: 100%;}
#section00 .star-wrap .star-01{position: absolute; top: 25%; left: 15%; opacity: 0; animation: twinkle 2.5s infinite alternate;}
#section00 .star-wrap .star-02{position: absolute; top: 28%; right: 20%; opacity: 0; animation: twinkle 3s infinite alternate;}
#section00 .star-wrap .star-03{position: absolute; top: 50%; left: 25%; opacity: 0; animation: twinkle 3.5s infinite alternate;}
#section00 .star-wrap .star-04{position: absolute; bottom: 20%; right: 10%; opacity: 0; animation: twinkle 2.5s infinite alternate;}
.star {position: absolute;width: 3px;height: 3px;background-color: white;border-radius: 50%; /* 원형으로 만듭니다 */opacity: 0; /* 초기에는 투명하게 설정 */animation: twinkle 3.5s infinite alternate;}
@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.5); /* 작게 시작 */
  }
  50% {
    opacity: 1;
    transform: scale(1); /* 커짐 */
  }
  100% {
    opacity: 0;
    transform: scale(0.2); /* 다시 작아짐 */
  }
}
#section00 .cont{position: relative; width: 100%; height: 100vh;}
#section00 .tit-vi{position: absolute; top: 36%; left: 50%; transform: translate(-50%, -50%); text-align: center; transition: transform 0.6s ease-in-out; z-index: 100; width: 100%;}
#section00 .tit-vi span{font-size: 3rem; line-height: 42px; color: #fff; border-radius: 50px; border: 1px solid #fff; background: none; padding: 0 55px 5px 55px; display: inline-block;}
#section00 .tit-vi h2{font-size: 6.5rem; font-weight: 700; line-height: 90px; color: #fff; margin-top: 16px;}

.cont:hover .tit-vi {
  top: 15%; /* ✅ 원하는 만큼 위로 조정 */
}

.earth-effect{position: absolute; bottom: -38px; left: 47.8%; transform: translateX(-50%);}
.earth-container {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 615px; height: 410px; z-index: 1; padding: 100px 100px 0 100px;}

.earth {position: relative; width: 100%;height: 100%; z-index:11;}
.logo-mid{position: absolute; top: 62%; left: 50%; transform: translate(-50%,-50%); z-index: 999;}
.earth-image{width:220%; position:absolute;  left:-61%; top:-48%;}

.icon-list{width: 615px; height: 410px; position: absolute; bottom: 0; z-index:11;}
.ad-button {width: 100px; height: 100px; position: absolute; top: 50%; left: 50%; transform-origin: center; transform: translate(-50%, -50%); transition: transform 0.6s ease, opacity 0.4s ease; opacity: 1; background: rgba(0, 0, 0, 0.75); color: white; padding: 15px 0; border-radius: 15px; white-space: nowrap; z-index: 2; pointer-events: auto; box-sizing: border-box; border: 1px solid #fff;}
.ad-button a{text-align: center;}
.ad-button p {color: #fff;text-align: center;margin-top: 8px;}

/* ✅ 기본 위치: 지구 위에 붙어 있음 */
.btn-low  { transform: rotate(-10deg) translate(-260px) rotate(10deg);}
.btn-semi { transform: rotate(-153deg) translate(230px) rotate(153deg);}
.btn-led  { transform: rotate(-107deg)  translate(165px) rotate(107deg);}
.btn-sign { transform: rotate(135deg) translate(-150px) rotate(-135deg);}
.btn-tent  { transform: rotate(16deg) translate(165px) rotate(-16deg);}

/* ✅ 호버 시: 지구 위로 퍼지는 듯 곡선 방향으로 확장 */
.earth-container:hover .btn-low  { transform: rotate(-6deg) translate(-430px) rotate(6deg); }
.earth-container:hover .btn-semi { transform: rotate(-147deg) translate(400px) rotate(147deg);}
.earth-container:hover .btn-led  { transform: rotate(-98.5deg)  translate(328px) rotate(98.5deg);}
.earth-container:hover .btn-sign { transform: rotate(136deg) translate(-318px) rotate(-136deg);}
.earth-container:hover .btn-tent { transform: rotate(7.8deg) translate(331px) rotate(-7.8deg);}



/* section02 */ 
#section02{width:100%;  padding: 100px 0; background: url(../images/section02-bg.png) no-repeat center 30%; background-size: cover; box-sizing:border-box; text-align: center; background-position: top; overflow: hidden; position:relative; z-index:9;}
#section02 .tit{display: flex; align-items: center; margin-bottom: 30px;}
#section02 .tit h4{margin-left: 10px; font-size: 4rem; font-weight: 700; color: #fff;}
#section02 .tit h4 span{font-size: 2.5rem;}
#section02 .btm-cont{display: flex; justify-content: space-between;}
#section02 .btm-cont .right-video{width: 50%; overflow: hidden;}
#section02 .btm-cont .right-video .video{border-radius: 20px; overflow: hidden;}
#section02 .btm-cont .right-video .video .video-container {height: 400px;}
#section02 .btm-cont .right-video .video .video-container .iframe{height: 100%;}
#section02 .btm-cont .right-video .thumb_video .video_li{display: flex; width: 100%; justify-content: space-between; margin-top: 20px;}
#section02 .btm-cont .right-video .thumb_video .video_li > div{width: 24%; border-radius: 5px; overflow: hidden; border: 1px solid #0194da; box-sizing: border-box; cursor: pointer;}  
#section02 .btm-cont .right-video .thumb_video .video_li > div img{width: 100%;}
#section02 .btm-cont .lef-txt{width: 45%; text-align: left;}
#section02 .btm-cont .lef-txt h5{font-size: 2.8rem; font-weight: 700; color: #68e1ff; line-height: 45px;}
#section02 .btm-cont .lef-txt h5 span{font-size: 2.3rem; color: #fff; display: block;}
#section02 .btm-cont .lef-txt .p-wrap{margin-top: 35px;}
#section02 .btm-cont .lef-txt .p-wrap p{color: #8f8f8f; line-height: 28px;}
#section02 .btm-cont .lef-txt .p-wrap p span{color: #fff;}
#section02 .btm-cont .lef-txt .p-wrap p:not(:last-child){margin-bottom: 20px;}
#section02 .btm-cont .lef-txt .count-wrap{display: flex; justify-content: space-between; margin-top: 50px;}
#section02 .btm-cont .lef-txt .count-wrap .countbox{width: 46%;}
#section02 .btm-cont .lef-txt .count-wrap p{font-size: 1.9rem;  color: #7e7871;}
#section02 .btm-cont .lef-txt .count-wrap p span{font-weight: 700; color: #b5a593;}
#section02 .btm-cont .lef-txt .count-wrap .linebtm{display: block; width: 100%; height: 2px; background: linear-gradient(to right , #fff 80% , #343230 50%); margin: 15px 0 20px;}
#section02 .btm-cont .lef-txt .count-wrap .numbox{display: flex; align-items: center; gap: 10px;}
#section02 .btm-cont .lef-txt .count-wrap .counter{font-size: 5rem; font-weight: 700; color: #f3d0a9; position: relative; bottom: 5px;}

/* section03 */ 
#section03{width:100%; padding: 100px 0;  text-align: center; background-position: top; overflow-x: hidden;}
#section03 .top-tit .tit{margin-bottom: 20px;}
#section03 .top-tit .tit h3{margin-bottom: 25px; color: #000;}
#section03 .top-tit .tit p{font-size: 1.9rem;  line-height: 30px;}
#section03 .step-li{width: 1300px; margin: 0 auto; display: flex; gap: 10px; justify-content: center; align-items: center;}
#section03 .step-li ul{display: flex; justify-content: space-between; width: 94%;}
#section03 .step-li ul li{display: flex; align-items: center; width: 30.5%; border: 2px solid #c2d4f7; border-radius: 80px; padding: 15px 20px 15px 35px; box-sizing: border-box; position: relative;}
#section03 .step-li ul li:not(:last-child)::after{content: ''; display: block; width: 21px; height: 24px; background: url(../images/section02-double-arrow.png) no-repeat center / contain; position: absolute; top: 50%; right: -35px; transform: translateY(-50%);}
#section03 .step-li ul li .li-line{width: 1px; height: 100%; background: #c2d4f7; margin: 0 20px;} /*25-10-30 클래스명 추가 */
#section03 .step-li ul li h4{font-size: 2.1rem; text-align: left; white-space:pre-line;} /*25-10-30 줄바꿈*/
#section03 .step-li ul li img{filter: brightness(0) saturate(100%) invert(28%) sepia(69%) saturate(3843%) hue-rotate(216deg) brightness(94%) contrast(89%);}
#section03 .step-li ul li h4 span::after{content:"\A"; white-space:pre;} /*25-10-30 줄바꿈*/ 
#section03 .step-li .va-btn{width: 90px; height: 90px; background: #0d4bc8; border-radius: 100%;}
#section03 .step-li .va-btn p{line-height: 90px; font-weight: 700; font-size: 1.3rem; color: #fff;}

#section03 .rolling-wrap{margin-top: 50px;}
#section03 .img-rolling{ height: 400px; }
#section03 .img-rolling ul {width:100%; overflow:hidden;}
#section03 .img-rolling.i01{margin-bottom: 30px;}
#section03 .img-rolling .js-marquee a{width: 400px; height: 400px; overflow: hidden;}
#section03 .rolling{height: 400px;}
.js-marquee-wrapper{height: 400px !important; position: relative; right: 0;}
.js-marquee ul{display: flex; gap: 60px; position: relative; right: 0;}

#section03 .logo{margin-top: 30px;}
#section03 .logo ul{display: flex; justify-content: center; gap: 25px;}
#section03 .logo ul li{display: flex; justify-content: center; align-items: center; width: 13%; border: 1px solid #e1e1e1; border-radius: 50px; padding: 10px 5px;}
#section03 .logo ul li img{margin-right: 5px;}

/* section04 */ 
#section04{width: 100%;  position: relative; z-index: 1; padding: 100px 0 120px; background: #101010; z-index: 0; text-align: center;}
#section04 .top-tit{ text-align: center; }
#section04 .top-tit h3{font-weight: 900; }
#section04 .tit p{color: #b4b4b4; margin-top: 20px;}
.logo-li{margin-top: 45px;}
.logo-li ul{display: flex; flex-wrap: wrap; gap: 1.5%; row-gap: 25px;}
.logo-li ul li{width: 15.2%; height: 105px; border: 1px solid #ebebeb; border-radius: 20px; overflow: hidden; background: #fff; position: relative;}
.logo-li ul li img{position: absolute; left: 50%; transform: translateX(-50%);}
#section04 .swiper-pagination{top: unset; bottom: -40px;}
#section04 .swiper-pagination-bullet{width: 12px; height: 12px; border-radius: 100%; background: #838383; opacity: 1;}
#section04 .swiper-pagination-bullet-active{ background: #0d7bc8;}



#section05{ padding: 100px 0 80px;}
#section05 .inwrap{display: flex; justify-content: space-between; align-items: center;}
#section05 .inwrap .lef-map{width: 50%; height: 390px; background: url(../images/section05-map.png) no-repeat center / cover;}
#section05 .inwrap #map{width: 100%; height: 100%;}
#section05 .inwrap .rig-info{width: 45%;}
#section05 .yel-box h3{color: #000;}
#section05 .inwrap .rig-info .top-box{margin-top: 40px;}
#section05 .inwrap .rig-info .top-box span{width: 110px; display: inline-block; font-size: 1.7rem; font-weight: 400; color: #222222; padding: 5px; border: 1px solid #cccccc; text-align: center; box-sizing: border-box; border-radius: 50px; margin-right: 15px;}
#section05 .inwrap .rig-info .top-box p{font-size: 2rem; font-weight: 700;}
#section05 .inwrap .rig-info .top-box .add-02 p{font-weight: 400;}
#section05 .inwrap .rig-info .top-box div:not(:last-child)	{margin-bottom: 10px;}
#section05 .inwrap .rig-info .counsel-box{margin-top: 50px;}
#section05 .inwrap .rig-info .counsel-box .tel p{font-size: 1.9rem; font-weight: 500; color: #000;}
#section05 .inwrap .rig-info .counsel-box .tel span{font-size: 4.5rem; font-weight: 700; color: #000; margin-left: 5px;}
#section05 .inwrap .rig-info .counsel-box .c-btn{display: flex; justify-content: flex-start; gap: 10px; margin-top: 20px;}
#section05 .inwrap .rig-info .counsel-box .c-btn li{border: 1px solid #cdc9c9; border-radius: 50px}
#section05 .inwrap .rig-info .counsel-box .c-btn li img{margin-right: 10px;}
#section05 .inwrap .rig-info .counsel-box .c-btn li a{font-size:1.8rem ; color: #414141; padding: 12px 30px 12px;}

@media screen and (max-width : 1499px) {
	[id^="section"] .inwrap {position:relative; width: 96%; margin: 0 auto;}
	h3.main-tit{font-size: 4.3rem;}
	section{overflow:hidden;}
	/* section00*/
	#section00{height: 100vh;}
	#section00 .tit-vi h2{font-size: 5.5rem; line-height: 75px; margin-top: 0;}
	.earth-container{width: 580px; height: 370px;}
	.earth{width: 580px; height: 370px;}
	.earth-image{left:0; top:10%;} 
	.earth > img ,
	.icon-list{width: 580px; height: 380px;}
	.earth-effect{width: 1165px; left: 47.1%; bottom: -47px;}
	.logo-mid{top: 70%;}
	.ad-button{width: 90px; height: 90px;}
	.ad-button a img{width: 30px;}
	.ad-button p{font-size: 1.7rem;}

	/* ✅ 기본 위치: 지구 위에 붙어 있음 */
	.btn-low  { transform: rotate(-18.5deg) translate(-260px) rotate(18.5deg);}
	.btn-semi { transform: rotate(-160deg) translate(212px) rotate(160deg);}
	.btn-led  { transform: rotate(-109deg)  translate(135px) rotate(109deg);}
	.btn-sign { transform: rotate(145deg) translate(-127px) rotate(-145deg);}
	.btn-tent  { transform: rotate(27deg) translate(180px) rotate(-27deg);}

	/* ✅ 호버 시: 지구 위로 퍼지는 듯 곡선 방향으로 확장 */
	.earth-container:hover .btn-low  { transform: rotate(-11.5deg) translate(-412px) rotate(11.5deg); }
	.earth-container:hover .btn-semi { transform: rotate(-151deg) translate(373px) rotate(151deg);}
	.earth-container:hover .btn-led  { transform: rotate(-98.5deg)  translate(299px) rotate(98.5deg);}
	.earth-container:hover .btn-sign { transform: rotate(142.6deg) translate(-298px) rotate(-142.6deg);}
	.earth-container:hover .btn-tent { transform: rotate(14.5deg) translate(327px) rotate(-14.5deg);}

	#section02 .btm-cont{align-items: center;}
	#section02 .btm-cont .lef-txt{width: 48%;}
	#section02 .btm-cont .right-video{width: 48%;}
	#section02 .btm-cont .lef-txt h5 span{font-size: 2.6rem;}
	#section02 .btm-cont .right-video .video .video-container{height: 330px;}

	
	#section03 .top-tit{width: 96%; margin: 0 auto;}
	#section03 .step-li{width: 95%;}
	#section03 .step-li ul li h4{font-size: 1.8rem; line-height: 25px;}
	#section03 .step-li ul li img{width: 50px; height: 52px;}
	#section03 .step-li ul li{width: 30%;}
	#section03 .step-li ul li span{margin: 0 15px;}
	#section03 .img-rolling .js-marquee a{width: 300px; height: 300px;}
	.js-marquee-wrapper ,
	#section03 .img-rolling{height: 300px;}
	#section03 .img-rolling .js-marquee a{position: relative; }
	#section03 .img-rolling .js-marquee a img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
	#section03 .logo ul{gap: 10px;}
	#section03 .logo ul li{width: 15%;}
	#section03 .logo ul li p{font-size: 1.6rem;}

	.logo-li ul li{height: 95px;}
	.logo-li ul li img{height: 100%;}



}

@media screen and (max-width: 1280px) {

	#section00 .tit-vi h2{font-size: 4rem; line-height: 52px;}
	#section00 .tit-vi{top: 32%;}
	.cont:hover .tit-vi {top: 20%; /* ✅ 원하는 만큼 위로 조정 */}

	.earth-container{height: 350px;}
	.earth-effect{width: 1080px; left: 46.8%; bottom: -38px;}
	.earth > img, .icon-list{height: 350px;}
	.earth-image{left:0; top:20%;}
	.logo-mid{top: 65%;}
	.ad-button p{font-size: 1.6rem;}
	.ad-button{width: 85px; height: 85px;}

		/* ✅ 기본 위치: 지구 위에 붙어 있음 */
	.btn-low  { transform: rotate(-16deg) translate(-247px) rotate(16deg);}
	.btn-semi { transform: rotate(-158deg) translate(202px) rotate(158deg);}
	.btn-led  { transform: rotate(-109deg)  translate(135px) rotate(109deg);}
	.btn-sign { transform: rotate(143deg) translate(-127px) rotate(-143deg);}
	.btn-tent  { transform: rotate(23.8deg) translate(169px) rotate(-23.8deg);}

	/* ✅ 호버 시: 지구 위로 퍼지는 듯 곡선 방향으로 확장 */
	.earth-container:hover .btn-low  { transform: rotate(-10.5deg) translate(-378px) rotate(10.5deg); }
	.earth-container:hover .btn-semi { transform: rotate(-152deg) translate(350px) rotate(152deg);}
	.earth-container:hover .btn-led  { transform: rotate(-99deg)  translate(280px) rotate(99deg);}
	.earth-container:hover .btn-sign { transform: rotate(144.2deg) translate(-280px) rotate(-144.2deg);}
	.earth-container:hover .btn-tent { transform: rotate(13.5deg) translate(295px) rotate(-13.5deg);}

	#section02 .btm-cont .lef-txt h5{font-size: 3rem;}
	#section02 .btm-cont .lef-txt h5 span{font-size: 2.1rem;}
	#section02 .btm-cont .lef-txt .p-wrap{margin-top: 20px;}
	#section02 .btm-cont .lef-txt .p-wrap p{font-size: 1.7rem;}
	#section02 .btm-cont .lef-txt .p-wrap p:not(:last-child){margin-bottom: 12px;}
	#section02 .btm-cont .lef-txt .count-wrap{margin-top: 30px;}

	#section02 .btm-cont .lef-txt .count-wrap p{font-size: 1.8rem;}
	#section02 .btm-cont .lef-txt .count-wrap .counter{font-size: 4.5rem;}

	#section03 .step-li ul li{display: block; padding: 15px 0;}
	#section03 .step-li ul{width: 85%;}
	#section03 .step-li ul li img ,
	#section03 .step-li ul li span{display: none;}
	#section03 .step-li ul li h4{text-align: center;}
	#section03 .img-rolling .js-marquee a{width: 250px; height: 250px;}
	.js-marquee ul{gap: 40px;}
	.js-marquee-wrapper, #section03 .img-rolling ,
	.js-marquee-wrapper{height: 250px;}

	.logo-li ul li{width: 18.5%;}

	#section05 .yel-box h3{font-size: 4rem;}
	#section05 .inwrap .lef-map{width: 48%; height: 340px;}
	#section05 .inwrap .rig-info{width: 47%;}
	#section05 .inwrap .rig-info .top-box{margin-top: 30px;}
	#section05 .inwrap .rig-info .counsel-box{margin-top: 40px;}
	#section05 .inwrap .rig-info .top-box p{font-size: 1.9rem;}
	#section05 .inwrap .rig-info .top-box span{margin-right: 5px;}
	#section05 .inwrap .rig-info .counsel-box .tel span{font-size: 4rem;}
	
}

@media screen and (max-width: 1024px) {

	.earth-effect{width: 1070px;}
	#section02 .tit{justify-content: center;}
	#section02 .btm-cont{display: block;}
	#section02 .btm-cont .right-video{width: 100%;}
	#section02 .btm-cont .right-video .video .video-container{height: 420px;}
	#section02 .btm-cont .lef-txt{width: 100%; margin-top: 40px;}
	#section02 .btm-cont .lef-txt h5{text-align: center;}
	#section02 .btm-cont .lef-txt .p-wrap{text-align: center;}
	#section02 .btm-cont .lef-txt .p-wrap p:not(:last-child) br{display: none;}
	#section02 .btm-cont .lef-txt .count-wrap .countbox{text-align: center;}
	#section02 .btm-cont .lef-txt .count-wrap .numbox{justify-content: center;}

	#section03 .top-tit .tit p br{display: none;}
	#section03 .step-li{width: 100%;}
	#section03 .step-li ul{width: 85%;}
	#section03 .step-li ul li{justify-content: center; padding: 12px 0; border-radius: 15px;}
	#section03 .step-li ul li h4{font-size: 1.7rem; text-align: center;}
	#section03 .step-li ul li img{width: 45px; height: 47px;}
	#section03 .step-li ul li:not(:last-child)::after{right: -30px;}
	#section03 .step-li .va-btn{width: 85px; height: 85px;}
	#section03 .step-li .va-btn p{line-height: 85px;}
	#section03 .img-rolling .js-marquee a{width: 220px; height: 220px;}
	.js-marquee-wrapper, #section03 .img-rolling, .js-marquee-wrapper , .rollwrap ,#section03 .rolling{height: 220px !important;}
	#section03 .logo ul{flex-wrap: wrap;}
	#section03 .logo ul li{width: 26%;}
	#section03 .logo ul li img{width: 28px; margin-right: 8px;}

	.logo-li ul li{height: 80px;}

	#section05 .inwrap{display: block; text-align:  center;}
	#section05 .inwrap .rig-info .top-box{margin-top: 30px;}
	#section05 .inwrap .rig-info .counsel-box{margin-top: 30px;}
	#section05 .inwrap .rig-info .top-box p{width: 100%; text-align: left; margin-left: 80px;} 
	#section05 .inwrap .lef-map{width: 100%; margin: 0 auto;}
	#section05 .inwrap .rig-info{width: 80%; margin: 200px auto 0;}
	#section05 .inwrap .rig-info .counsel-box .c-btn{justify-content: center;}
	#section05 .inwrap .rig-info .counsel-box .tel span{font-size: 3.8rem;}
	#section05 .inwrap .rig-info .top-box{width: 480px; margin: 30px auto 0;}
	#section05 .inwrap .rig-info .top-box p{margin-left: 0;}
	

}

@media screen and (max-width: 767px) {
	.yel-box h3::before{width: 20px; height: 20px; top: 8px; left: -12px;}
	h3.main-tit{font-size: 3.5rem;}

	#section00{height: 100%;}

	#section00 .tit-vi h2{font-size: 3.5rem; line-height: 45px;}
	#section00 .cont{width:100%; height:100vh;}
	.earth-container{bottom: -100px; padding: 0;}
	.ad-button{position: unset; }
	.earth-container{top:40%;}
	.earth .logo-mid{top:65%;}
	.earth-effect{width: 1045px; left: 45.5%; bottom: -125px;}
	.icon-list{width: 100%; height: unset; display: flex; top: 10%; left: 50%;transform: translateX(-50%); bottom: unset; justify-content: center; gap: 1.1%;}
	.logo-mid{top: 37%;}

	.star{width: 2px; height: 2px;}

	/* ✅ 기본 위치: 지구 위에 붙어 있음 */
	.btn-low  { transform: unset;}
	.btn-semi { transform: unset;}
	.btn-led  { transform: unset;}
	.btn-sign { transform: unset;}
	.btn-tent  { transform: unset;}

	/* ✅ 호버 시: 지구 위로 퍼지는 듯 곡선 방향으로 확장 */
	.earth-container:hover .btn-low  { transform: unset;}
	.earth-container:hover .btn-semi { transform: unset;}
	.earth-container:hover .btn-led  { transform: unset;}
	.earth-container:hover .btn-sign { transform: unset;}
	.earth-container:hover .btn-tent { transform: unset;}

	#section02{padding: 80px 0;}
	#section02 .tit img{width: 120px;}
	#section02 .tit h4{font-size: 3rem;}
	#section02 .tit h4 span{font-size: 1.8rem;}
	#section02 .btm-cont .right-video .video .video-container{height: 280px;}
	#section02 .btm-cont .lef-txt h5{font-size: 2.8rem; line-height: 35px;}
	#section02 .btm-cont .lef-txt h5 span{font-size: 1.9rem;}
	#section02 .btm-cont .lef-txt .count-wrap .numbox img{width: 45px;}
	#section02 .btm-cont .lef-txt .count-wrap .counter{font-size: 3.8rem;}

	#section03{padding: 80px 0;}
	#section03 .step-li ul{display: none;}
	#section03 .top-tit .tit p{font-size: 1.7rem;}
	#section03 .step-li .va-btn{width: 120px; height: 35px; border-radius: 50px;}
	#section03 .step-li .va-btn p{line-height: 35px;}
	#section03 .logo ul{gap: 5px;}
	#section03 .logo ul li{width: 27%;}
	#section03 .logo ul li img{width: 20px;}
	#section03 .logo ul li p{font-size: 1.4rem;}
	#section03 .logo ul li img{margin-right: 4px;}

	.logo-li ul{gap: 2%; row-gap: 10px;}
	.logo-li ul li{width: 31.5%; height: 75px;}

	#section04{padding: 80px 0 100px;}

	#section05{padding: 80px 0;}
	#section05 .yel-box h3{font-size: 3.5rem;}
	#section05 .inwrap .lef-map{height: 250px;}
	#section05 .inwrap .rig-info{width: 100%; }
	#section05 .inwrap .rig-info .top-box{width: 415px;}
	#section05 .inwrap .rig-info .top-box p{margin-left: 0; font-size: 1.7rem;}
	#section05 .inwrap .rig-info .top-box span{width: 90px; font-size: 1.5rem; padding: 3px;}
	#section05 .inwrap .rig-info .counsel-box .tel span{font-size: 3rem;}
	#section05 .inwrap .rig-info .counsel-box .c-btn li{width: 48.5%;}
	#section05 .inwrap .rig-info .counsel-box .c-btn li a{font-size: 1.7rem; padding: 10px 25px;}
	#section05 .inwrap .rig-info .counsel-box .c-btn li img{width: 35px;}
	
}

@media screen and (max-width: 480px) {
	h3.main-tit{font-size: 3rem; line-height: 38px;}
	.yel-box h3::before{top: 2px;}

	#section00{height: 100%; width:100%;}
	#section00::after{bottom:-30px; height:42px; z-index:100;}
	#section00 .cont{overflow:hidden; position:static;}
	.sub-li .swiper-slide{width: 100%; height: 100%; background-size: cover; z-index:999;}
	#section00 .tit-vi{top: 30%;}
	#section00 .tit-vi h2{font-size: 2.4rem; line-height: 34px;}
	.icon-list {width: 300px; flex-wrap: wrap; justify-content: center; gap: 5%; row-gap: 15px; top: 0px; z-index: 999; }
	.ad-button{width: 90px; height: 90px;}
	.earth-effect{width:100%; bottom: -55px;}
	.earth-container{padding: unset; width: 100%; height: 265px; bottom: 50px;}
	.earth, .earth > img{width: 400px; height: 265px; left:50%; top:33%; transform:translateX(-50%);}
	.logo-mid{top: 56%;}
	.logo-mid img{width: 225px;}
	
	#section02 br{display:none;}
	#section02 .tit{display: block;}
	#section02 .tit img{width: 110px; margin-bottom: 12px;}
	#section02 .btm-cont .right-video .video .video-container{height: 220px;}
	#section02 .btm-cont .lef-txt h5{font-size: 2.6rem;}
	#section02 .btm-cont .lef-txt h5 span{line-height: 28px; word-break: keep-all; margin-top: 5px;}
	#section02 .btm-cont .lef-txt .p-wrap p{font-size: 1.6rem; line-height: 24px;}
	#section02 .btm-cont .lef-txt .count-wrap p{font-size: 1.5rem;}
	#section02 .btm-cont .lef-txt .count-wrap .numbox img{width: 30px;}
	#section02 .btm-cont .lef-txt .count-wrap .counter{font-size: 2.6rem; margin-top: 5px;}
	#section02 .btm-cont .lef-txt .count-wrap .countbox.c02{width: 51%;}
	#section02 .btm-cont .lef-txt .count-wrap .countbox.c01{width: 42%;}

	#section03 .top-tit .tit p{font-size: 1.6rem; line-height: 24px;}
	#section03 .logo ul{justify-content: flex-start; width:94%; margin: 0 auto;}
	#section03 .logo ul li{width: 42%; padding: 5px 10px;}
	.logo-li ul li{width: 48%;}

	#section05 .yel-box h3{font-size: 3rem;}
	#section05 .inwrap .rig-info {margin: 160px auto 0;}
	#section05 .inwrap .rig-info .top-box span{width: 75px; margin-right: 0;}
	#section05 .inwrap .rig-info .top-box p{font-size: 1.4rem;}
	#section05 .inwrap .rig-info .top-box div:not(:last-child){margin-bottom: 5px;}
	#section05 .inwrap .rig-info .counsel-box .c-btn li img{width: 28px; margin-right: 5px}
	#section05 .inwrap .rig-info .counsel-box .c-btn li a{font-size: 1.5rem; padding: 8px 10px;}
	#section05 .inwrap .rig-info .counsel-box .tel p{font-size: 1.8rem;}
	#section05 .inwrap .rig-info .counsel-box .tel span{font-size: 2.8rem;}
}
@media screen and (max-width: 390px) {
	#section00 .tit-vi{top: 26%;}
	.icon-list {top: -30px}
	.earth, .earth > img{top:25%;}
	#section02 br{display:none;}
	#section03 .top-tit .tit p{font-size:1.4rem;}
}