#wrap { }

#top_blk { display:block; }
#top_blk .top_fix { width:100%; position:absolute; top:0; height:0; text-align:center; z-index:9999; }

#nav_slide1 {width: 100%; height: 100px; z-index: 10; top: -120px; position: fixed; }
.navi_eft	{transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }

/* TOP  =================================== */
.open_menu_sec { position:relative; width:100%; height:0px; text-align:center; z-index:99999; }
.open_menu_sec .m_wrp {  max-width:1500px; width: 100%; margin:30px auto 0; display: flex; justify-content:end; align-items: center; padding: 20px 50px; background: rgba(255, 255, 255, 0.9
); backdrop-filter: blur(10px); z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, 0.3); border-radius:100px; overflow:hidden; box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15); }

.open_menu_sec .m_wrp .h1logo-area { position:absolute; left:0; bottom:0; width:270px; display:flex; align-items:center; }
.open_menu_sec .m_wrp .h1logo-area .logo { position:absolute; width:85px; left:15px; bottom:0px; }
.open_menu_sec .m_wrp .h1logo-area .logo img { width:100%; }
.open_menu_sec .m_wrp .h1logo-area .logo-txt { position:absolute; font-family:GmSansB; font-size:33px; color:#071636; width:100%; left:0; bottom:37px; text-align:right; }
.open_menu_sec .m_wrp .h1logo-area .logo-txt span { color:#0238b5 }

.open_menu_sec .m_wrp .bmenu { width:820px; height:60px; margin-right:50px; padding:0 0 0 0; cursor:pointer; }
.open_menu_sec .m_wrp .bmenu:hover .larea { width:100%; height:190px;  transition:all .3s .1s; -webkit-transition:all .3s .1s; -moz-transition:all .3s .1s;padding-bottom:10px; border-bottom:1px solid #dddddd;}	/* ÇÏ´Üborder°ªÀº ¿©±â¼­ ÁöÁ¤*/
.open_menu_sec .larea { position:relative; top:0; left:0; width:100%; float:left; background:#001f3a; overflow:hidden; text-align:center; height:0; transition:all .2s .1s; -webkit-transition:all .2s .1s; -moz-transition:all .2s .1s;}
.open_menu_sec .larea .con { display:inline-block; max-width:1380px; width:100%; height:130px;}
.open_menu_sec .larea .con .space { float:left; width:256px;}
.open_menu_sec .larea .con .mm { float:left; width:100%; padding:0px 0 0 0;}

#nav_slide1 .navi_cate { display:inline-block; width:100%;}
#nav_slide1 .navi_cate ul{ display:flex; justify-content:space-between; width:100%; margin:0; padding:0;}
#nav_slide1 .navi_cate ul.depth1 li { letter-spacing:0em; line-height:60px; text-align:left;}
#nav_slide1 .navi_cate ul.depth1 li a { font-size:17px; font-family:var(--neo); font-weight:800; width:100%; color:rgba(0,0,0,0.9); text-decoration:none; text-transform: uppercase; transition:all .2s;}
#nav_slide1 .navi_cate ul.depth1 li a:hover { color:#114b85; transition:all .2s;}
#nav_slide1 .navi_cate ul.depth1 li a.on { color:#114b85;}
#nav_slide1 .larea { background: #f4f5fc;}



.action-area { display: flex; align-items: center; gap: 12px; font-family: var(--neo); }
.action-area .btn-top-phone { font-size: 16px; background-color: #08215c; color: #fff; border: none; padding: 12px 24px; border-radius: 30px; font-weight: 700; cursor: pointer; }
.action-area .btn-top-phone:hover { background-color: #433bc4; }
.action-area .btn-top-phone .wave-text { color: #ffc703; font-weight: 900; display: inline-flex; margin-left: 5px; }
.action-area .btn-top-phone .wave-text span { display: inline-block; animation: waveJump 2.5s infinite; }

.action-area .btn-top-phone .wave-text span:nth-child(1) { animation-delay: 0.0s; }
.action-area .btn-top-phone .wave-text span:nth-child(2) { animation-delay: 0.1s; }
.action-area .btn-top-phone .wave-text span:nth-child(3) { animation-delay: 0.2s; }
.action-area .btn-top-phone .wave-text span:nth-child(4) { animation-delay: 0.3s; }
.action-area .btn-top-phone .wave-text span:nth-child(5) { animation-delay: 0.4s; }
.action-area .btn-top-phone .wave-text span:nth-child(6) { animation-delay: 0.5s; }
.action-area .btn-top-phone .wave-text span:nth-child(7) { animation-delay: 0.6s; }
.action-area .btn-top-phone .wave-text span:nth-child(8) { animation-delay: 0.7s; }
.action-area .btn-top-phone .wave-text span:nth-child(9) { animation-delay: 0.8s; }

@keyframes waveJump {
    0%, 24%, 100% { transform: translateY(0); }
    12% { transform: translateY(-5px); }
}

/* MOBILE ===================================  */
#top_blk_mb { display:none; position:fixed; top:0; width:100%; height:60px; background:#00145a; margin:auto; box-shadow: 0px 15px 12px rgb(0 0 0 / 10%); z-index:999999;}

.maction-area .mbtn-top-phone .wave-text span:nth-child(1) { animation-delay: 0.0s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(2) { animation-delay: 0.1s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(3) { animation-delay: 0.2s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(4) { animation-delay: 0.3s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(5) { animation-delay: 0.4s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(6) { animation-delay: 0.5s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(7) { animation-delay: 0.6s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(8) { animation-delay: 0.7s; }
.maction-area .mbtn-top-phone .wave-text span:nth-child(9) { animation-delay: 0.8s; }


#sidebar-box { width:250px; height:100%; top:0; left:-320px; border-right:0px solid #eeeeee; position: fixed; z-index:99999998; background:#385de0; overflow-y:hidden; overflow-x:hidden; -webkit-overflow-scrolling:touch; -webkit-appearance:none; -webkit-backface-visibility:hidden; -webkit-transform:translate3d(0,0,0);  line-height:100%; }
.sidebar-btn { position:fixed; padding:18px 20px 0px 15px; width:70px; height:50px; top:35px; left:0px; z-index:999997; }
.sidebar-btn img { width:25px; }

@media screen and (max-width: 1500px){
	#top_blk { display:none; }

	#top_blk_mb { display:block; top:0; height:80px; }

	#top_blk_mb .h1logo-area { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 200px; display: flex; align-items: center; justify-content: center; }
	#top_blk_mb .h1logo-area .logo { position:absolute; width:70px; left:0; bottom:0px; }
	#top_blk_mb .h1logo-area .logo img { width:100%; }
	#top_blk_mb .h1logo-area .logo-txt { position:absolute; font-family:GmSansB; font-size:25px; color:#fff; width:100%; left:0; bottom:27px; text-align:right; }
	#top_blk_mb .h1logo-area .logo-txt span { color:#00ffff }

	.maction-area { position:absolute; width:100px; right:10px; top:20px; font-family: GmSansM; }
	.maction-area .mbtn-top-phone { padding: 0; cursor: pointer; text-align:right; }
	.maction-area .mbtn-top-phone strong { display:block; font-size: 16px; padding-bottom:5px; color: #fff;  font-weight: normal;  }
	.maction-area .mbtn-top-phone .wave-text { display:block; font-family: GmSansB; font-size: 18px; color: #ffc703; font-weight: normal; display: inline-flex; }
	.maction-area .mbtn-top-phone .wave-text span { animation: waveJump 2.5s infinite; }

	#content_blk { background:#ffffff; padding:0px 0 0 0; width:100%; border:0 solid red;} 
	#bottom_blk { width:100%; text-align:center; border:0px solid red; }

	.sidebar-btn { padding:18px 20px 0px 15px; width:70px; height:50px; top:14px; }
	.sidebar-btn img { width:25px; }
}

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

}

@media screen and (max-width: 900px){
	#top_blk_mb { display:block; height:70px; }

	#top_blk_mb .h1logo-area { width: 200px; display: flex; align-items: center; justify-content: center; }
	#top_blk_mb .h1logo-area .logo { width:60px; }
	#top_blk_mb .h1logo-area .logo-txt { font-size:25px; bottom:23px; }

	.maction-area { position:absolute; width:100px; right:10px; top:20px; font-family: GmSansM; }
	.maction-area .mbtn-top-phone strong { font-size: 16px; padding-bottom:5px; }
	.maction-area .mbtn-top-phone .wave-text { font-size: 18px; }

	#content_blk { background:#ffffff; padding:0 0 0 0; width:100%; border:0 solid red; } 
	#bottom_blk { width:100%; text-align:center; }

	.sidebar-btn { padding:18px 20px 0px 15px; width:70px; height:50px; top:9px; }
	.sidebar-btn img { width:25px; }
}

@media screen and (max-width: 650px){
	#top_blk_mb { display:block; height:60px; }

	#top_blk_mb .h1logo-area { width: 150px; }
	#top_blk_mb .h1logo-area .logo { width:50px; }
	#top_blk_mb .h1logo-area .logo-txt { font-size:20px; bottom:18px; }

	.maction-area { width:80px; right:10px; top:13px; }
	.maction-area .mbtn-top-phone strong { font-size: 13px; padding-bottom:2px; }
	.maction-area .mbtn-top-phone .wave-text { font-size: 15px; }

	#content_blk { background:#ffffff; padding:0 0 0 0; width:100%; border:0 solid red; } 
	#bottom_blk { width:100%; text-align:center; }

	.sidebar-btn { padding:18px 20px 0px 15px; width:70px; height:50px; top:4px; }
	.sidebar-btn img { width:25px; }
}
@media screen and (max-width: 300px){
	#top_blk_mb { display:block; height:70px; }

}

@keyframes mtopphone {
	0% { bottom: 0px; color:#fff000; opacity:1; }
	50% { bottom: 0; color:#00ff4d; opacity:1;}
	100% { bottom: 0px; color:#fff000; opacity:1; }
}


/* ±âº»·¹ÀÌ¾Æ¿ô */

/* ·Î°í */
.mb_m { width:100%; border-bottom:1px solid #4c6ee3; }
.mb_m .mb_cvr { width:100%; padding:0 0 0 0; }
.mb_m a img {width:100%;}

/* sc section */
.sc_section		{ width:100%; height:calc(100% - 150px); overflow-x:hidden; overflow-y:auto;}


/* ±âº»¸Þ´º  =================================== */
#navi_mb { width:100%; text-align:left; padding:0px 0;}
#navi_mb ul { width:100%; margin:0; padding:0; }
#navi_mb ul.menu li {position:relative; float:left; width:100%; }
#navi_mb ul.menu li a { font-family:GmSansM; font-size:14px; display:block; width:100%; padding:18px 0px 18px 25px; border-bottom:1px solid rgba(255,255,255,0.1); color:rgba(255,255,255,0.9);  background:#385de0; }
#navi_mb ul.menu li a:hover {color:#fff; }
#navi_mb ul.menu li .sub a {position:relative; float:left; padding:15px 0px 12px 30px; font-size:13px; border-bottom:1px solid rgba(255,255,255,0.1); width:100% !important; color:rgba(255,255,255,1); display:block; width:100%; background:#3856c2; }
#navi_mb ul.menu li .sub a:hover	{background:#ffffff; color:#bf1d2d; }
#navi_mb ul.menu .plus {float:right; margin-right:30px; color:rgba(255,255,255,0.7); opacity:0.6; font-size:8px; padding-top:3px; }
#navi_mb ul.menu .icon {width:30px; text-align:right; margin-right:10px; color:black; opacity:0.2;}
#navi_mb ul.menu .ft_as_arr	{margin-right:10px; color:black; opacity:0.2;}


.mb_leftmenu_btn { display:flex !important; flex-wrap:wrap; align-items:center; justify-content:space-between; }
.mb_leftmenu_btn .menuitems { width:50%; text-align:center; background:#fae101; padding:20px 0; }
.mb_leftmenu_btn .menuitems i { width:35px; color:#3c201f; font-size:30px;  }
.mb_leftmenu_btn .menuitems span { display:block; padding-top:10px; font-family:GmSansM; font-size:15px; color:#3c201f; line-height:1;  }

.mb_leftmenu_btn .menuitems4 { width:50%; text-align:center; background:#00145b; padding:20px 0; }
.mb_leftmenu_btn .menuitems4 i { width:35px; color:#fff; font-size:25px; }
.mb_leftmenu_btn .menuitems4 span { display:block; padding-top:12px; font-family:GmSansM; font-size:15px; color:#fff; line-height:1;  }

/* Ä«ÇÇ¶óÀÌÆ® */
.mn_s_copy { width:100%; padding:18px 0 20px 0; text-align:center; line-height:100%; font-size:8px; }
.mn_s_copy .df { font-family:GmSansM; font-size:12px; color:rgba(255,255,255,0.5); font-weight:normal; }
.mn_s_copy .name { font-family:GmSansM; font-size:12px; color:rgba(255,255,255,0.8); }

/* ¸¶½ºÅ© / Å°ÇÁ·¹ÀÓ=Àû¿ë½Ã°£ */
#sidebar-box-mask{
	display:none; position:fixed; z-index:99999997; background:rgba(0,0,0,0.6); left:0; top:0; width:100%; height:100%; 
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}

	@keyframes fadein {
		from {opacity:0;}
		to {opacity:1;}
	}
	@-moz-keyframes fadein { /* Firefox */
		from {opacity:0;}
		to {opacity:1;}
	}
	@-webkit-keyframes fadein { /* Safari and Chrome */
		from {opacity:0;}
		to {opacity:1;}
	}
	@-o-keyframes fadein { /* Opera */
		from {opacity:0;}
		to {opacity: 1;}
	}
	@keyframes fadeout {
		from {opacity:1;}
		to {opacity:0;}
	}
	@-moz-keyframes fadeout { /* Firefox */
		from {opacity:1;}
		to {opacity:0;}
	}
	@-webkit-keyframes fadeout { /* Safari and Chrome */
		from {opacity:1;}
		to {opacity:0;}
	}
	@-o-keyframes fadeout { /* Opera */
		from {opacity:1;}
		to {opacity:0;}
	}
#sidebar-box-mask .close {float:right; width:100%; height:100%; text-align:left; padding:15px 0 0 265px;}
#sidebar-box-mask .close img {width:20px;}



.info-end-section { background-color: #3b3c40; margin:0px; font-family: var(--neo), sans-serif; }
.info-end-section .content-wrap { max-width: 1500px; width: 100%; padding:0 0; margin:0 auto; display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; position: relative; }

.info-end-section .content-wrap .text-area { width:40%; padding:100px 0 250px 0; position: relative; z-index: 10; background-image: url('/images/info_img.png'); background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; }
.info-end-section .content-wrap .text-area .main-title { font-size: 30px; color:rgba(255,255,255,0.9); font-weight: 300; line-height: 1.2; margin: 0 0 30px 0; letter-spacing: -0.08px; }
.info-end-section .content-wrap .text-area .desc { font-size: 17px; color: #b3b5b9; line-height: 1.7; margin: 0 0 25px 0; word-break: keep-all; font-weight: 500; letter-spacing: -0.5px; }

.info-end-section .content-wrap .visual-area { width:50%; padding:100px 0 0 0; position: relative; display: flex; flex-wrap:wrap; z-index: 5; }
.info-end-section .content-wrap .visual-area .main-title { font-size: 30px; color:rgba(255,255,255,0.9); font-weight: 300; line-height: 1.2; margin: 0 0 30px 0; letter-spacing: -0.08px; }

@media screen and (max-width: 1500px) {
  .info-end-section .content-wrap { padding: 0 30px; }
}

@media screen and (max-width: 1100px) {
  .info-end-section .content-wrap .text-area { padding: 80px 0 200px 0; }
  .info-end-section .content-wrap .visual-area { padding: 80px 0 0 0; }
  .info-end-section .content-wrap .text-area .main-title, .info-end-section .content-wrap .visual-area .main-title { font-size: 26px; margin-bottom: 25px; }
  .info-end-section .content-wrap .text-area .desc { font-size: 15px; }
}

@media screen and (max-width: 900px) {
  .info-end-section .content-wrap { flex-direction: column; padding: 0 20px; }
  .info-end-section .content-wrap .text-area { width: 100%; padding: 40px 0 250px 0; background-size: 80% auto; text-align: center; order: 2; }
  .info-end-section .content-wrap .visual-area { width: 100%; padding: 40px 0 40px 0; justify-content: center; text-align: center; order: 1; }
}

@media screen and (max-width: 650px) {
  .info-end-section .content-wrap .text-area { padding: 30px 0 150px 0; background-size: 100% auto; }
  .info-end-section .content-wrap .text-area .main-title, .info-end-section .content-wrap .visual-area .main-title { font-size: 22px; margin-bottom: 15px; }
  .info-end-section .content-wrap .text-area .desc { font-size: 14px; margin-bottom: 20px; }
  .info-end-section .content-wrap .visual-area { padding: 30px 0 30px 0; }
}

.ord-list-wrap { width: 100%; margin: 0 auto; padding: 0 0; font-family:var(--neo), sans-serif; }

/* MAIN ½Ç½Ã°£  =================================== */
.latest_odr { width:100%; border-top:0px solid rgba(0,0,0,0.1); }
.latest_odr li { display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; border-bottom:1px solid rgba(0,0,0,0.1); padding:10px 0; }
.latest_odr li > div { display:inline-block; white-space:nowrap; color:rgba(255,255,255,0.9); padding:15px 5px; font-weight:500; font-size:15px; }
.latest_odr li .ord_svc { width:18%; font-weight:700; color:#fff; background:#3b56c9;  text-align:center; margin:5px 0; border-radius:5px; }
.latest_odr li .ord_addr { width:40%; font-weight:700; padding-left:20px; margin:5px 0; }
.latest_odr li .ord_name { width:13%; margin:5px 0;}
.latest_odr li .ord_date { width:17%; margin:5px 0;}
.latest_odr li .ord_stat { width:12%; margin:5px 0; color:#fff; background:#212121; text-align:center; border-radius:3px; }

@keyframes vslbg {
	0 { background-position: 0 0 }
	100% { background-position: 1078px }
}
@media screen and (max-width: 1260px){
	.latest_odr li { padding:7px 0; }
	.latest_odr li > div { padding:10px 5px; font-family:Pretendard; font-weight:500; font-size:13px; }
	.latest_odr li .ord_svc { width:18%; background:#3b56c9;  text-align:center; margin:5px 0; border-radius:5px; }
	.latest_odr li .ord_addr { width:40%; margin:5px 0; }
	.latest_odr li .ord_name { width:13%; margin:5px 0;}
	.latest_odr li .ord_date { width:17%; margin:5px 0;}
	.latest_odr li .ord_stat { width:12%; margin:5px 0; background:rgba(0,0,0,0.3); text-align:center; border-radius:3px; }
}
@media screen and (max-width: 900px){
	.latest_odr li { padding:7px 0; }
	.latest_odr li > div { padding:10px 5px; font-family:Pretendard; font-weight:500; font-size:13px; }
	.latest_odr li .ord_svc { width:18%; background:#3b56c9;  text-align:center; margin:5px 0; border-radius:5px; }
	.latest_odr li .ord_addr { width:40%; margin:5px 0; }
	.latest_odr li .ord_name { width:13%; margin:5px 0;}
	.latest_odr li .ord_date { width:17%; margin:5px 0;}
	.latest_odr li .ord_stat { width:12%; margin:5px 0; background:rgba(0,0,0,0.3); text-align:center; border-radius:3px; }
}
@media screen and (max-width: 650px){
	.latest_odr li { padding:7px 0; }
	.latest_odr li > div { padding:10px 5px; font-family:Pretendard; font-weight:500; font-size:11px; }
	.latest_odr li .ord_svc { width:18%; background:#3b56c9;  text-align:center; margin:5px 0; border-radius:5px; }
	.latest_odr li .ord_addr { width:35%; margin:5px 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; word-break:break-all; }
	.latest_odr li .ord_name { width:13%; margin:5px 0;}
	.latest_odr li .ord_date { width:20%; margin:5px 0;}
	.latest_odr li .ord_stat { width:12%; margin:5px 0; background:rgba(0,0,0,0.3); text-align:center; border-radius:3px; }
}
@media screen and (max-width: 300px){
	.latest_odr li { padding:7px 0; }
	.latest_odr li > div { padding:10px 5px; font-family:Pretendard; font-weight:500; font-size:11px; }
	.latest_odr li .ord_svc { width:30%; background:#3b56c9;  text-align:center; margin:5px 0; border-radius:5px; }
	.latest_odr li .ord_addr { width:45%; margin:5px 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; word-break:break-all; }
	.latest_odr li .ord_name { width:13%; margin:5px 0;}
	.latest_odr li .ord_date { display:none; width:20%; margin:5px 0;}
	.latest_odr li .ord_stat { display:none; width:12%; margin:5px 0; background:rgba(0,0,0,0.3); text-align:center; border-radius:3px; }
}


.site-footer { width: 100%; font-family:var(--neo), sans-serif; background-color: #1f2329; color: #a1a5ab; padding: 60px 20px 220px 20px; font-size: 13px; }
.footer-container { max-width: 1500px; margin: 0 auto; display: flex; flex-wrap:wrap; justify-content: space-between; gap: 40px; }

.footer-left { max-width:800px; display: flex; flex-direction: column; }
.footer-logo { color: #fff; font-size: 28px; font-weight: 900; font-family: GmSansM, serif; margin: 0 0 30px 0; letter-spacing: -0.5px; }
.footer-nav-policies { list-style: none; padding: 0; margin: 0 0 20px 0; display: flex; gap: 15px; flex-wrap: wrap; align-items: center; }
.footer-nav-policies li { position: relative; }
.footer-nav-policies li::after { content: '|'; position: absolute; right: -9px; color: #4a5058; font-size: 10px; top: 50%; transform: translateY(-50%); }
.footer-nav-policies li:last-child::after { display: none; }
.footer-nav-policies a { color: #ccc; text-decoration: none; font-size: 13px; }
.footer-nav-policies a.bold { font-weight: 700; color: #fff; }
.footer-info { line-height: 1.6; color: #888; }
.footer-info p { margin: 0 0 5px 0; }
.copyright { margin-top: 15px !important; }

.footer-right { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.contact-info { line-height: 1.6; color: #fff; font-size: 14px; }
.contact-info p { margin: 0 0 5px 0; }
.contact-info .bold { font-size: 18px; font-weight: 800; }
.contact-info .small-text { font-size: 12px; color: #888; margin-bottom: 10px; }

.footer-full { width:100%; }
.footer-full p { margin: 0 0 5px 0; }

@media screen and (max-width: 1100px) {
  .site-footer { padding: 50px 20px 150px 20px; }
  .footer-logo { font-size: 24px; margin-bottom: 25px; }
}

@media screen and (max-width: 900px) {
  .footer-container { flex-direction: column; gap: 30px; }
  .footer-right { align-items: flex-start; text-align: left; }
}

@media screen and (max-width: 650px) {
  .site-footer { padding: 40px 15px 100px 15px; font-size: 12px; }
  .footer-logo { font-size: 20px; margin-bottom: 15px; }
  .footer-nav-policies { gap: 10px; margin-bottom: 15px; }
  .footer-nav-policies a { font-size: 12px; }
  .footer-nav-policies li::after { right: -6px; }
  .contact-info { font-size: 13px; }
  .contact-info .bold { font-size: 16px; }
}


.right-fixed-menu { position: fixed; bottom: 30%; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 9999; font-family: var(--neo), sans-serif; align-items: center; }

.menu-group-blue { background-color: #2441b6; border-radius: 40px; padding: 30px 15px; display: flex; flex-direction: column; gap: 30px; box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15); width: 85px; }

.menu-item { display: flex; flex-direction: column; align-items: center; gap: 10px; text-decoration: none; color: #fff; transition: opacity 0.2s; }
.menu-item:hover { opacity: 0.7; }
.menu-item i { font-size:30px; color:#fff; }
.menu-item span { font-size: 14px; font-weight: 700; letter-spacing: -0.5px; text-align: center; white-space: nowrap; }

.menu-group-black { background-color: #000; border-radius:10px; width: 85px; height: 140px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; color: #fff; box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.2s; gap: 3px; box-sizing: border-box; }
.menu-group-black:hover { transform: scale(1.05); }
.char-icon { width:65px; height: auto; margin-top: -5px; }
.menu-group-black span { font-size: 13px; margin-top:10px; font-weight: 700; text-align: center; line-height: 1.2; letter-spacing: -0.5px; }

@media screen and (max-width: 1500px) {
	.right-fixed-menu { bottom:120px; right: 10px; gap:0px; }

	.menu-group-blue { background-color: #2441b6; border-radius: 40px; padding: 30px 15px; gap: 30px; width: 65px; }

	.menu-item { gap: 10px; }
	.menu-item i { font-size:25px; }
	.menu-item span { font-size: 13px; }
	.right-fixed-menu .menu-group-blue .menu-item:nth-child(2) { display: none; }
	.right-fixed-menu .menu-group-blue .menu-item:nth-child(3) { display: none; }

	.menu-group-black { display: none; }
}

@media screen and (max-width: 820px) {
	.right-fixed-menu { bottom:120px; right: 10px; gap:0px; }

	.menu-group-blue { background-color: #2441b6; border-radius: 40px; padding: 30px 15px; gap: 30px; width: 65px; }

	.menu-item { gap: 10px; }
	.menu-item i { font-size:25px; }
	.menu-item span { font-size: 13px; }
}


@media screen and (max-width: 650px) {
	.right-fixed-menu { bottom: 70px; right: 10px; gap: 0px; }
	.menu-group-blue { flex-direction: row; justify-content: center; align-items: center; width: auto; padding: 10px 20px; gap: 20px; border-radius: 30px; }
	.menu-item { flex-direction: column; gap: 5px; }
	.menu-item i { font-size: 18px; }
	.menu-item span { font-size: 11px; }
}



.sub-cntWrap { position:relative; width:100%; z-index:5; background: linear-gradient(45deg, #fff, #faf4ff 20%, #fff 40%, #e6f3ff 60%, #d1e7ff 80%, #c7e9f1); }

@media screen and (max-width: 1500px){
	.sub-cntWrap { max-width:100%; margin:0 auto; }
	.sub-cntWrap .layout-leftArea { display:none; }
	.sub-cntWrap .conArea { width:100%; }
	.sub-cntWrap .conArea .title_wrap { font-size: 26px; padding: 40px 0 20px; }
	.sub-cntWrap .conArea .sub-content { padding:30px 0; }
	.sub-cntWrap .sub8-content { padding:30px 0; }
}
@media screen and (max-width: 900px){
	.sub-cntWrap .conArea .title_wrap { font-size: 23px; padding: 30px 0 15px; }
}
@media screen and (max-width: 650px){
	.sub-cntWrap .conArea .title_wrap { font-size: 19px; padding: 20px 0 10px; }
	.sub-cntWrap .conArea .sub-content { padding:20px 0; }
	.sub-cntWrap .sub8-content { padding:20px 0; }
}
@media screen and (max-width: 300px){
	.sub-cntWrap .conArea .title_wrap { font-size: 17px; padding: 15px 0 10px; }
}




.yongdal-service-wrap { position:relative; width:100%; font-family:var(--neo), sans-serif; letter-spacing: -0.05em; border:0px solid red; overflow: hidden; }
.yongdal-service-wrap .yondal-bg { position:absolute; width:100%; height:100%; top:0; left:0; opacity:1; }

.yongdal-service-inwrap { max-width: 1500px; margin:220px auto 0; padding:40px 0; font-family:var(--neo), sans-serif; }

.yongdal-service-inwrap .top-section { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap:wrap; margin-bottom: 40px; position: relative; gap: 20px; line-height:1.1; }
.yongdal-service-inwrap .top-left { width:490px; padding:30px; border-radius:10px; background:rgba(36,65,182,0.9); box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15); z-index: 2; }

.yongdal-service-inwrap .brand-name { font-size:14px; font-weight: 900; margin: 0 0 15px 3px; padding:5px 15px 3px 15px; display:inline-block; background:#fff; border-radius:30px; color: #1a56f0; }
.yongdal-service-inwrap .main-title { font-size: 35px; font-weight: 800; color: #fff; margin: 0 0 20px 0; letter-spacing: -2px; }
.yongdal-service-inwrap .main-title span { color:rgba(255,255,255,0.6); }
.yongdal-service-inwrap .sub-desc { font-size: 20px; color:rgba(255,255,255,0.6); font-weight: 800; line-height: 1.2; margin: 0 0 30px 0; letter-spacing: -0.025em; }
.yongdal-service-inwrap .sub-desc .text-blue { color: #ffff00; }

.yongdal-service-inwrap .icon-features { background:#ddedff; border-radius:5px; padding:20px 10px; display: flex; justify-content:space-between; }
.yongdal-service-inwrap .icon-item { width:48%; font-size: 14px; gap: 8px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.yongdal-service-inwrap .icon-item span { padding:10px; background:#fff; border-radius:50px; font-size: 30px; color: #2563eb; font-variation-settings: 'FILL' 1, 'wght' 300; }
.yongdal-service-inwrap .icon-item strong { font-size: 16px; margin:5px 0 0 5px; color: #2563eb; font-weight: 800; }
.yongdal-service-inwrap .icon-item p { color:#555; font-weight:600; line-height: 1.3; }

.yongdal-service-inwrap .top-left .check-list { padding: 0; margin: 30px 0 0 0; display: flex; flex-wrap:wrap; justify-content:space-between; align-items: center; gap: 10px; }
.yongdal-service-inwrap .top-left .check-list li { width:48%; font-size: 16px; font-weight: 800; color:#fff; }
.yongdal-service-inwrap .top-left .check-list li span { color:#ddedff; }

.yongdal-service-inwrap .sub1-image { position:absolute; width:850px; right:30px; bottom:-30px;  }
.yongdal-service-inwrap .sub1-image img { width:100%; }

@media screen and (max-width: 1500px){
	.yongdal-service-inwrap { max-width: 95%; margin:160px auto 0; padding:20px 0; }

	.yongdal-service-inwrap .top-section { margin-bottom: 40px; gap: 20px; }
	.yongdal-service-inwrap .top-left { width:500px; padding:30px; border-radius:10px; }

	.yongdal-service-inwrap .brand-name { font-size:13px; margin: 0 0 15px 3px; padding:5px 15px 3px 15px; border-radius:30px; }
	.yongdal-service-inwrap .main-title { font-size: 30px; margin: 0 0 15px 0; }
	.yongdal-service-inwrap .sub-desc { font-size: 18px; margin: 0 0 30px 0; }

	.yongdal-service-inwrap .icon-features { padding:20px 10px; }
	.yongdal-service-inwrap .icon-item { width:48%; font-size: 13px; gap: 8px; }
	.yongdal-service-inwrap .icon-item span { padding:10px; border-radius:50px; font-size: 28px; }
	.yongdal-service-inwrap .icon-item strong { font-size: 15px; margin:5px 0 0 5px; }

	.yongdal-service-inwrap .top-left .check-list { margin: 25px 0 0 0; gap: 10px; }
	.yongdal-service-inwrap .top-left .check-list li { width:48%; font-size: 15px; }

	.yongdal-service-inwrap .sub1-image { width:750px; right:30px; bottom:-30px;  }
}

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

	.yongdal-service-inwrap .sub1-image { width:550px; right:30px; bottom:-30px;  }
}

@media screen and (max-width: 900px){
	.yongdal-service-inwrap { max-width: 95%; margin:120px auto 0; padding:20px 0; }

	.yongdal-service-inwrap .top-section { margin-bottom: 40px; gap: 20px; }
	.yongdal-service-inwrap .top-left { width:650px; margin:0 auto; padding:30px; border-radius:10px; }

	.yongdal-service-inwrap .brand-name { font-size:13px; margin: 0 0 15px 3px; padding:5px 15px 3px 15px; border-radius:30px; }
	.yongdal-service-inwrap .main-title { font-size: 30px; margin: 0 0 15px 0; }
	.yongdal-service-inwrap .sub-desc { font-size: 18px; margin: 0 0 30px 0; }

	.yongdal-service-inwrap .icon-features { padding:20px 10px; }
	.yongdal-service-inwrap .icon-item { width:48%; font-size: 13px; gap: 8px; }
	.yongdal-service-inwrap .icon-item span { padding:10px; border-radius:50px; font-size: 28px; }
	.yongdal-service-inwrap .icon-item strong { font-size: 15px; margin:5px 0 0 5px; }

	.yongdal-service-inwrap .top-left .check-list { margin: 25px 0 0 0; gap: 10px; }
	.yongdal-service-inwrap .top-left .check-list li { width:48%; font-size: 15px; }

	.yongdal-service-inwrap .sub1-image { position:relative; width:650px; left:0; right:0; margin:0 auto; bottom:-30px;  }
}

@media screen and (max-width: 650px){
	.yongdal-service-inwrap { margin:70px auto 0; padding:20px 0; }

	.yongdal-service-inwrap .top-section { margin-bottom: 40px; gap: 10px; }
	.yongdal-service-inwrap .top-left { width:100%; padding:20px; border-radius:10px; }

	.yongdal-service-inwrap .brand-name { font-size:12px; margin: 0 0 15px 3px; padding:5px 15px 3px 15px; border-radius:30px; }
	.yongdal-service-inwrap .main-title { font-size: 25px; margin: 0 0 15px 0; }
	.yongdal-service-inwrap .sub-desc { font-size: 16px; margin: 0 0 20px 0; }

	.yongdal-service-inwrap .icon-features { padding:20px 10px; }
	.yongdal-service-inwrap .icon-item { width:48%; font-size: 13px; gap: 8px; }
	.yongdal-service-inwrap .icon-item span { padding:10px; border-radius:50px; font-size: 28px; }
	.yongdal-service-inwrap .icon-item strong { font-size: 15px; margin:5px 0 0 5px; }

	.yongdal-service-inwrap .top-left .check-list { margin: 25px 0 0 0; gap: 10px; }
	.yongdal-service-inwrap .top-left .check-list li { width:100%; font-size: 14px; }

	.yongdal-service-inwrap .sub1-image { position:relative; width:650px; left:0; right:0; margin:0 auto; bottom:-30px;  }
}




.process-wrapper { position:relative; max-width: 1500px; border: 1px solid #e5eaf2; width:100%; margin: -20px auto 0; background: #fff; border-radius: 15px; padding: 40px; font-family:var(--neo), sans-serif; box-shadow: 0 5px 15px rgba(0,0,0,0.03); letter-spacing:-0.05em; }
.process-wrapper .process-title { color: #212121; font-size: 24px; font-weight: 800; margin: 0 0 30px 0; }

.step-container { display: flex; align-items: flex-start; flex-wrap:wrap; gap:20px; margin-bottom: 40px; }
.step-container .step-box { width:calc((100% - (20px * 4)) / 5); padding:20px 20px 0 20px; display: flex; flex-direction: column; position: relative; border:1px solid #eaeaea; border-radius:5px; }
.step-container .step-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.step-container .step-num { background: #1e5ddb; color: #fff; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-size: 14px; font-weight: 700; }
.step-container .step-name { font-size: 18px; font-weight: 800; color: #222; }
.step-container .blue-text { color: #1e5ddb; font-weight: 700; font-size: 14px; }
.step-container .step-desc { font-size: 15px; font-weight:700; color:rgba(0,0,0,0.5); line-height: 1.2; margin: 0 0 25px 0; word-break: keep-all; min-height: 40px; }
.step-container .step-image { width: 85%; object-fit: contain; align-self: center; }

.feature-container { display: flex; align-items: center; justify-content: space-between; flex-wrap:wrap; background: #f8fafe; border-radius: 5px; padding:20px; border: 1px solid #eef2fa; }
.feature-container .feature-box { width:24%; padding:20px 0; background:#fff; border:1px solid #eaeaea; display: flex; align-items: center; gap: 15px; justify-content: center; border-radius:10px; }
.feature-container .feature-box span { padding:10px; background:#2563eb; border-radius:50px; font-size: 30px; color: #fff; font-variation-settings: 'FILL' 0, 'wght' 300; }
.feature-container .feature-box p { font-size: 17px; font-weight: 700; color: #333; margin: 0; line-height: 1.4; letter-spacing: -0.5px; }

@media screen and (max-width: 1500px){
	.process-wrapper { max-width: 95%; margin: -10px auto 0; border-radius: 15px; padding: 30px; }
	.process-wrapper .process-title { font-size: 22px; margin: 0 0 25px 0; }

	.step-container { gap:20px; margin-bottom: 20px; }
	.step-container .step-box { width:calc((100% - (20px * 4)) / 5); padding:20px 20px 0 20px; }
	.step-container .step-header { gap: 8px; margin-bottom: 12px; }
	.step-container .step-num { width: 22px; height: 22px; font-size: 14px; }
	.step-container .step-name { font-size: 16px; }
	.step-container .blue-text { font-size: 13px; }
	.step-container .step-desc { font-size: 14px; margin: 0 0 20px 0; min-height: 40px; }
	.step-container .step-image { width: 85%; }

	.feature-container { border-radius: 5px; padding:20px; }
	.feature-container .feature-box { width:24%; padding:20px 0; gap: 15px; border-radius:10px; }
	.feature-container .feature-box span { padding:10px; border-radius:50px; font-size: 25px; }
	.feature-container .feature-box p { font-size: 15px; }
}

@media screen and (max-width: 1300px){
	.process-wrapper { margin: -20px auto 0; border-radius: 10px; padding: 20px; }
	.process-wrapper .process-title { font-size: 20px; margin: 10px 0 20px 0; }

	.step-container { gap:10px; margin-bottom: 20px; }
	.step-container .step-box { width:calc((100% - (10px * 2)) / 3); padding:20px 20px 0 20px; }
	.step-container .step-header { gap: 8px; margin-bottom: 12px; }
	.step-container .step-num { width: 22px; height: 22px; font-size: 14px; }
	.step-container .step-name { font-size: 16px; }
	.step-container .blue-text { font-size: 13px; }
	.step-container .step-desc { font-size: 14px; margin: 0 0 20px 0; min-height: 40px; }
	.step-container .step-image { width: 85%; }

	.feature-container { border-radius: 5px; padding:20px 20px 10px 20px; }
	.feature-container .feature-box { width:49%; padding:20px; gap: 15px; border-radius:10px; margin-bottom:10px; justify-content: start }
	.feature-container .feature-box span { padding:10px; border-radius:50px; font-size: 25px; }
	.feature-container .feature-box p { font-size: 15px; }
}

@media screen and (max-width: 800px){
	.process-wrapper { margin: -20px auto 0; border-radius: 10px; padding: 20px; }
	.process-wrapper .process-title { font-size: 20px; margin: 10px 0 20px 0; }

	.step-container { gap:10px; margin-bottom: 20px; }
	.step-container .step-box { width:calc((100% - (10px * 1)) / 2); padding:20px 20px 0 20px; }
	.step-container .step-header { gap: 8px; margin-bottom: 12px; }
	.step-container .step-num { width: 22px; height: 22px; font-size: 14px; }
	.step-container .step-name { font-size: 16px; }
	.step-container .blue-text { font-size: 13px; }
	.step-container .step-desc { font-size: 14px; margin: 0 0 20px 0; min-height: 40px; }
	.step-container .step-image { width: 85%; }

	.feature-container { border-radius: 5px; padding:20px 20px 10px 20px; }
	.feature-container .feature-box { width:49%; padding:20px; gap: 15px; border-radius:10px; margin-bottom:10px; justify-content: start }
	.feature-container .feature-box span { padding:10px; border-radius:50px; font-size: 25px; }
	.feature-container .feature-box p { font-size: 15px; }
}
@media screen and (max-width: 650px){
	.process-wrapper { margin: -20px auto 0; border-radius: 10px; padding: 20px; }
	.process-wrapper .process-title { font-size: 20px; margin: 10px 0 20px 0; }

	.step-container { gap:10px; margin-bottom: 20px; }
	.step-container .step-box { width:100%; padding:20px 20px 0 20px; }
	.step-container .step-header { gap: 8px; margin-bottom: 12px; }
	.step-container .step-num { width: 22px; height: 22px; font-size: 14px; }
	.step-container .step-name { font-size: 16px; }
	.step-container .blue-text { font-size: 13px; }
	.step-container .step-desc { font-size: 14px; margin: 0 0 20px 0; min-height: 40px; }
	.step-container .step-image { width: 50%; }

	.feature-container { border-radius: 5px; padding:10px 10px 0px 10px; }
	.feature-container .feature-box { width:100%; padding:10px; gap: 15px; border-radius:10px; margin-bottom:10px; justify-content: start }
	.feature-container .feature-box span { padding:10px; border-radius:50px; font-size: 23px; }
	.feature-container .feature-box p { font-size: 14px; }
}



.gosu-vsl { position:relative; background: linear-gradient(45deg, #fff, #faf4ff 20%, #fff 40%, #e6f3ff 60%, #d1e7ff 80%, #c7e9f1); height:850px; font-family:var(--neo), sans-serif; position: relative; overflow: hidden; display: flex; flex-direction: column; letter-spacing: -0.025em; z-index:1; }

.gosu-vsl .gosu-eff { position:relative; display:flex; flex-wrap:wrap; max-width:1480px; width:100%; height:700px; margin:150px auto 0; z-index:99; }
.gosu-vsl .gosu-eff .gosu-left { width:50%; }

.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap { margin-top:100px; font-family: var(--neo), sans-serif; text-align:left; line-height:1.1; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-title { font-size:30px; font-weight: 800; color: #303030; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-desc { font-size:18px; margin-top:40px; font-weight: 700; color: #adb2cc; line-height:1.2; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-desc span { color: #666b88; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .text-slider-wrapper { margin: 5px 0; font-size:40px; font-weight: 800; color: #adb2cc; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }

.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper { height:55px; overflow: hidden; position: relative; width: 500px; display: inline-block; margin: 0 10px; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper .rolling-list { list-style: none; margin: 0; padding: 0; transition: transform 0.5s ease-in-out; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper .rolling-list li { height: 55px; line-height: 55px; background: -webkit-gradient(linear, left top, right top, color-stop(20%, #1020ae), color-stop(50%, #12cad4)); background: linear-gradient(90deg, #1020ae 20%, #12cad4 50%); color: transparent; -webkit-background-clip: text; text-align: center; white-space: nowrap; }

.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .reason-tabs { display: flex; justify-content: start; gap: 15px; margin: 50px 0 0 0; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .tab-item { font-size: 17px; width: 160px; height: 100px; border-radius:10px; display: flex; justify-content: center; align-items: center; text-align: center; background-color: #fff; font-weight: 700; color: #111; line-height: 1.3; transition: all 0.3s ease; }
.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .tab-item.active { background-color: #5a67d8; color: #fff; box-shadow: 0 8px 15px rgba(90, 103, 216, 0.3); }


.gosu-vsl .gosu-eff .gosu-righ { position:relative; width:50%; }
.gosu-vsl .gosu-eff .gosu-righ img { width:100%; }
.gosu-vsl .gosu-eff .gosu-righ .gosu-img1,
.gosu-vsl .gosu-eff .gosu-righ .gosu-img2 { position: absolute; bottom: 30px; right: -100px; width: 1000px; }

.gosu-vsl .gosu-eff .gosu-righ .gosu-img1 { animation: rollingLoop 10s infinite; }
.gosu-vsl .gosu-eff .gosu-righ .gosu-img2 { animation: rollingLoop 10s infinite; animation-delay: -5s; }

@keyframes rollingLoop {
    0%, 45% { opacity: 1; }
    50%, 95% { opacity: 0; }
    100% { opacity: 1; }
}

@media screen and (max-width: 1500px){
	.gosu-vsl { height:650px; }

	.gosu-vsl .gosu-eff { max-width:95%; height:600px; margin:100px auto 0; }
	.gosu-vsl .gosu-eff .gosu-left { width:50%; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap { margin-top:50px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-title { font-size:25px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-desc { font-size:17px; margin-top:30px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .text-slider-wrapper { margin: 5px 0; font-size:35px; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper { height:55px; width: 450px; margin: 0 10px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper .rolling-list li { height: 55px; line-height: 55px; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .reason-tabs { justify-content: start; gap: 10px; margin: 40px 0 0 0; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .tab-item { font-size: 15px; width: 140px; height: 80px; border-radius:10px; }

	.gosu-vsl .gosu-eff .gosu-righ { width:50%; }
	.gosu-vsl .gosu-eff .gosu-righ .gosu-img1,
	.gosu-vsl .gosu-eff .gosu-righ .gosu-img2 { position: absolute; bottom: 80px; right: -100px; width: 700px; }
}

@media screen and (max-width: 1100px){
	.gosu-vsl { height:auto; } 

	.gosu-vsl .gosu-eff { height:auto; margin:70px auto 0; }
	.gosu-vsl .gosu-eff .gosu-left { width:100%; text-align:center; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap { margin-top:50px; text-align: center; } 
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-title { font-size:25px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-desc { font-size:17px; margin-top:30px; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .text-slider-wrapper { margin: 5px 0; font-size:35px; justify-content: center; } 

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper { height:55px; width: 450px; margin: 0 10px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper .rolling-list li { height: 55px; line-height: 55px; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .reason-tabs { justify-content: center; gap: 10px; margin: 40px auto 0; } 
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .tab-item { font-size: 15px; width: 140px; height: 80px; border-radius:10px; }

	.gosu-vsl .gosu-eff .gosu-righ { width:100%; height: 470px; margin-top: 0; } /* ³ôÀÌ¿Í ¿©¹é È®º¸ */
	.gosu-vsl .gosu-eff .gosu-righ .gosu-img1,
	.gosu-vsl .gosu-eff .gosu-righ .gosu-img2 { position: absolute; bottom: 0; right: 0; left: 0; margin: 0 auto; width: 650px; }
}

@media screen and (max-width: 650px){
.gosu-vsl .gosu-eff { height:auto; margin:50px auto 0; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap { margin-top:50px; } 
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-title { font-size:20px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .txt-desc { font-size:14px; margin-top:20px; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .text-slider-wrapper { margin: 5px 0; font-size:25px; justify-content: center; } 

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper { height:25px; width: 300px; margin: 0 8px; }
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .rolling-wrapper .rolling-list li { height: 25px; line-height: 25px; }

	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .reason-tabs { gap: 0; justify-content: space-between; margin: 20px auto 0; } 
	.gosu-vsl .gosu-eff .gosu-left .vsl-txt-wrap .tab-item { font-size: 12px; width: 32%; height: 60px; border-radius:5px; }

	.gosu-vsl .gosu-eff .gosu-righ { width: 100%; height: auto; margin-top: 10px; aspect-ratio: 1000 / 630; position: relative; } 
	.gosu-vsl .gosu-eff .gosu-righ .gosu-img1,
	.gosu-vsl .gosu-eff .gosu-righ .gosu-img2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }
}
@media screen and (max-width: 300px){

}


.info-section { position:relative; font-family: var(--neo), sans-serif; letter-spacing:-0.025em; z-index:999; }
.info-section .content-wrap { max-width: 1500px; width: 100%; padding:50px 50px 60px 50px; background-color: #08215c; margin:-50px auto 0; border-radius:10px; display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; position: relative; }

.info-section .content-wrap .left-area { position: relative; width:48%; display: flex; justify-content: space-between; align-items: center; gap:50px; z-index: 10; }

.info-section .content-wrap .left-area .image-area { width:170px; }
.info-section .content-wrap .left-area .image-area img { width: 100%; }


.info-section .content-wrap .left-area .text-area { width:100%; }
.info-section .content-wrap .left-area .text-area .badge { font-size: 15px; margin:0 0 15px 5px; display: inline-block; background: #ffcc00; color: #111; font-weight:800; padding: 6px 14px; border-radius: 5px 5px 5px 0; position: relative; letter-spacing: -0.5px; }
.info-section .content-wrap .left-area .text-area .badge::after { content: ''; position: absolute; bottom: -8px; left: 0; border-top: 8px solid #ffcc00; border-right: 8px solid transparent; }

.info-section .content-wrap .left-area .text-area .sub-text { font-size: 20px; font-weight: 700; color:rgba(255,255,255,0.7); margin: 10px 0 5px 2px; letter-spacing: -1px; }

.info-section .content-wrap .left-area .text-area .main-text { font-size: 40px; font-weight: 900; color: #fff; line-height: 1.1; margin: 10px 0 0 0; letter-spacing: -2px; }
.info-section .content-wrap .left-area .text-area .main-text span { color: #ffcc00; }

.info-section .content-wrap .left-area .text-area .main-text2 { font-size: 22px; font-weight: 700; color: #fff; line-height: 1.1; margin: 20px 0 0 2px; letter-spacing: -1px; }
.info-section .content-wrap .left-area .text-area .main-text2 span { font-weight: 900; color: #ffcc00; }

.info-section .content-wrap .righ-area { width:50%; margin-top:15px; padding:20px; background:#deeff7; border-radius:10px; position: relative; display: flex; flex-wrap:wrap; z-index: 5; }


@media screen and (max-width: 1500px){
	.info-section .content-wrap { max-width: 95%; padding: 30px; margin: -40px auto 0;  }

	.info-section .content-wrap .left-area { width:48%; gap:30px; }
	.info-section .content-wrap .left-area .image-area { width:170px; }

	.info-section .content-wrap .left-area .text-area .badge { font-size: 14px; margin:0 0 15px 5px; padding: 6px 14px; border-radius: 5px 5px 5px 0; }
	.info-section .content-wrap .left-area .text-area .sub-text { font-size: 18px; margin: 10px 0 5px 2px; }
	.info-section .content-wrap .left-area .text-area .main-text { font-size: 35px; margin: 10px 0 0 0; }
	.info-section .content-wrap .left-area .text-area .main-text2 { font-size: 19px; margin: 20px 0 0 2px; }

	.info-section .content-wrap .righ-area { width:50%; margin-top:0; padding:20px; border-radius:10px; }
}

@media screen and (max-width: 1100px){
	.info-section .content-wrap { padding: 30px; margin: -20px auto 0;  }

	.info-section .content-wrap .left-area { width:450px; margin:0 auto; gap:30px; }
	.info-section .content-wrap .left-area .image-area { width:130px; }

	.info-section .content-wrap .left-area .text-area .badge { font-size: 13px; margin:0 0 5px 5px; padding: 4px 10px; border-radius: 5px 5px 5px 0; }
	.info-section .content-wrap .left-area .text-area .sub-text { font-size: 16px; margin: 10px 0 5px 2px; }
	.info-section .content-wrap .left-area .text-area .main-text { font-size: 30px; margin: 10px 0 0 0; }
	.info-section .content-wrap .left-area .text-area .main-text2 { font-size: 16px; margin: 10px 0 0 2px; }

	.info-section .content-wrap .righ-area { width:70%; margin:10px auto 0; padding:20px; border-radius:10px; }
}

@media screen and (max-width: 650px){
	.info-section .content-wrap { padding: 10px; margin: 0 auto 0;  }

	.info-section .content-wrap .left-area { width:auto; margin:0 auto; gap:10px; }
	.info-section .content-wrap .left-area .image-area { width:100px; }

	.info-section .content-wrap .left-area .text-area .badge { font-size: 12px; margin:0 0 5px 5px; padding: 2px 5px; border-radius: 3px 3px 3px 0; }
	.info-section .content-wrap .left-area .text-area .sub-text { font-size: 14px; margin: 5px 0 5px 2px; }
	.info-section .content-wrap .left-area .text-area .main-text { font-size: 22px; margin: 5px 0 0 0; }
	.info-section .content-wrap .left-area .text-area .main-text2 { font-size: 14px; margin: 10px 0 0 2px; }

	.info-section .content-wrap .righ-area { width:100%; margin:10px auto 0; padding:20px; border-radius:10px; }
}

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

}


.biz-container { display: flex; flex-direction: column; align-items: center; max-width: 1500px; margin: 0 auto; padding: 0 0px 0 0px; font-family: var(--neo), sans-serif; line-height:1.2; }

.mbiz-title { position:relative; padding: 80px 0 60px 0; width:100%; font-size: 35px; font-family: var(--neo), sans-serif; font-weight: 300; color: #222; letter-spacing: -1px; line-height:1.2; text-align: center; }
.mbiz-title span { color: #5a67d8; font-weight: 600; } 

@media screen and (max-width: 1500px){
	.biz-container { max-width: 95%; margin: 0 auto; }

	.mbiz-title { padding: 50px 0 50px 0; font-size: 30px; }
	.mbiz-title span {  } 
}
@media screen and (max-width: 1100px){
	.mbiz-title { padding: 40px 0 40px 0; font-size: 26px; }
	.mbiz-title span {  } 
}
@media screen and (max-width: 650px){
	.mbiz-title { padding: 30px 0 30px 0; font-size: 22px; }
	.mbiz-title span { display:block; }
}
@media screen and (max-width: 300px){

}


.service-grid-container { max-width: 100%; margin: 0 auto; padding: 0 0px 0 0; display: flex; flex-wrap: wrap; font-family: var(--neo), sans-serif; gap:20px; }
.service-card { position:relative; width: calc((100% - (20px * 2)) / 3); background-color: #fff; border: 1px solid #f4f5f8; border-radius: 16px; padding: 35px 25px 140px 25px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02); position: relative; display: flex; flex-direction: column; overflow: hidden; transition:all .2s; }
.service-card .service-badge { display: inline-flex; justify-content: center; align-items: center; color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 16px; font-weight: 700; margin-bottom: 20px; align-self: flex-start; }
.service-card .best-icon { position:absolute; width:70px; right:10px; top:15px; }
.service-card .best-icon img { width:100%; }

.service-card .service-title { font-size: 22px; font-weight: 700; color: #222; line-height: 1.4; margin: 0 0 40px 0; letter-spacing: -0.5px; word-break: keep-all; z-index: 2; }
.service-card .service-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2; }
.service-card .list-item { display: flex; align-items: center; gap: 8px; font-size: 15px; color: #333; letter-spacing: -0.5px; }
.service-card .list-item i { color:#164194; font-size:15px; }

.service-card .service-card:hover { border: 1px solid #08215c; border-radius: 5px; transition:all .2s; }
.service-card .card-character { position: absolute; bottom: 120px; right: 20px; width: 230px; height: auto; z-index: 0; }

.service-card .payArea { position:absolute; font-size:19px; font-weight:700; left:0; bottom:0; color:#fff; width:100%; padding:20px 20px; text-align:center; letter-spacing:-0.05em; }
.service-card .payArea em { font-weight:800; color:#ffff00; background:#000; padding:5px 10px; border-radius:5px; font-style:normal; }
.service-card .payArea .tag { padding-top:15px; font-weight:800; }
.service-card .payArea .tag span { font-size:13px; background:#fff; padding:5px 10px; color:rgba(0,0,0,0.8); border-radius:20px; margin:0 3px; }

.service-card .bgcolor1 { background-color: #0035ad; }
.service-card .bgcolor2 { background-color: #0176b8; }
.service-card .bgcolor3 { background-color: #1f933e; }
.service-card .bgcolor4 { background-color: #e93a30; }
.service-card .bgcolor5 { background-color: #f69001; }
.service-card .bgcolor6 { background-color: #573dad; }


@media screen and (max-width: 1500px){
	.service-card { padding: 30px 20px 100px 20px; }
	.service-card .service-title { font-size: 18px; margin-bottom: 30px; }
	.service-card .card-character { width: 170px; bottom: 85px; right: 15px; }
	.service-card .payArea { font-size:14px; padding:10px 15px; }
	.service-card .payArea em { padding:5px 10px; }
	.service-card .payArea .tag { padding-top:15px; }
	.service-card .payArea .tag span { font-size:13px; }
}

@media screen and (max-width: 1260px){
	.service-card { width: calc((100% - 20px) / 2); padding: 30px 20px 110px 20px;  }
	.service-card .service-badge { font-size: 15px; padding: 5px 14px; margin-bottom: 15px; }
	.service-card .best-icon { width: 60px; top: 10px; right: 10px; }
	.service-card .card-character { width: 180px; bottom: 120px; right: 10px; }
	.service-card .payArea { font-size:14px; padding:10px 15px; }
	.service-card .payArea em { padding:5px 10px; }
	.service-card .payArea .tag { padding-top:15px; }
	.service-card .payArea .tag span { font-size:12px; }
}

@media screen and (max-width: 850px){
	.service-card { width: 100%; padding: 20px 15px 110px 15px;  }
	.service-card .service-title { font-size: 17px; margin-bottom: 25px; }
	.service-card .best-icon { width: 50px; }
	.service-card .list-item { font-size: 14px; }
	.service-card .card-character { width: 140px; bottom: 120px; right: 10px; }
	.service-card .payArea { font-size:16px; padding:15px 15px; }
	.service-card .payArea em { padding:5px 10px; }
	.service-card .payArea .tag { padding-top:15px; }
	.service-card .payArea .tag span { font-size:12px; }
}


.good-section { max-width: 1500px; margin: 60px auto; padding: 50px; border-radius:10px; display:flex; flex-wrap:wrap; justify-content:space-between; font-family:var(--neo), sans-serif; position: relative; background: rgba(244, 247, 252, 0.85); letter-spacing: -0.025em;  line-height:1.1; }

.good-section .left-area { width:400px; }
.good-section .left-area .g-title { font-size: 25px; font-weight: 800; color: #111; margin: 0 0 50px 0; width:100%; }
.good-section .left-area .g-title .text-blue { color: #164194; }

.good-section .left-area .bubble-list { display: flex; justify-content:space-between; flex-wrap:wrap; gap: 15px; }
.good-section .left-area .bubble-list .bubble-item { display: flex; align-items: center; gap: 15px; width:100%; }

.good-section .left-area .bubble-list .bubble-item .avatar-box { position: relative; width: 75px; height: 75px; background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex-shrink: 0; }
.good-section .left-area .bubble-list .bubble-item .avatar-img { width: 60px; height: 60px; object-fit: contain; }
.good-section .left-area .bubble-list .bubble-item .q-mark { position: absolute; top: -5px; right: 0; color: #164194; font-size: 24px; font-weight: 900; text-shadow: 1px 1px 2px rgba(255,255,255,0.8); }

.good-section .left-area .bubble-list .bubble-item .bubble-text { position: relative; background: #fff; padding: 20px 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.04); width: 100%; max-width: 420px; }
.good-section .left-area .bubble-list .bubble-item .bubble-text::before { content: ''; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 15px solid #fff; }
.good-section .left-area .bubble-list .bubble-item .bubble-text p { margin: 0; font-size: 16px; color: #444; line-height: 1.5; letter-spacing: -0.5px; }
.good-section .left-area .bubble-list .bubble-item .bubble-text .highlight { color: #164194; font-size: 18px; font-weight: 800; display: block; margin: 2px 0; }


.good-section .mid-area { width:309px; display:flex; align-items:flex-end}
.good-section .mid-area img { width:100%; }


.good-section .righ-area { width:calc(100% - 710px); }
.good-section .righ-area .top-header { text-align: center; margin-bottom: 50px; position: relative; }
.good-section .righ-area .top-header .sub-title { font-size: 22px; color: #1e45c4; font-weight: 800; margin: 0 0 15px 0; display: inline-block; position: relative; z-index: 1; }
.good-section .righ-area .top-header .sub-title::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 100%; height: 4px; background-color: #1e45c4; z-index: -1; opacity:0.3;}
.good-section .righ-area .top-header .main-title { font-size: 40px; font-weight: 800; color: #111; margin: 0 0 15px 0; letter-spacing: -2px; }
.good-section .righ-area .top-header .main-title .text-blue { color: #1e45c4; }
.good-section .righ-area .top-header .desc { font-size: 16px; color: #555; margin: 0; font-weight: 500; letter-spacing: -0.5px; }

.good-section .righ-area .card-grid { display: flex; flex-wrap:wrap; justify-content: space-between; }
.good-section .righ-area .card-grid .info-card { width:32%; background: #fff; border-radius: 10px; padding:20px; text-align: center; box-shadow: 0 10px 20px rgba(0,0,0,0.03); display: flex; flex-direction: column; align-items: center; position: relative; }
.good-section .righ-area .card-grid .info-card .card-num { background: #1e45c4; color: #fff; font-size: 15px; font-weight: 800; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 20px; margin-bottom: 20px; }
.good-section .righ-area .card-grid .info-card .card-title { font-size: 18px; font-weight: 800; color: #111; margin: 0 0 25px 0; line-height: 1.4; letter-spacing: -1px; }
.good-section .righ-area .card-grid .info-card .card-desc { font-size: 15px; color: #444; line-height: 1.5; margin: 0; letter-spacing: -0.5px; word-break: keep-all; }
.good-section .righ-area .card-grid .info-card .card-desc strong { font-weight: 800; }

.good-section .righ-area .bottom-banner { background: #eef3fb; border-radius: 10px; margin-top:20px; padding:20px 20px; display: flex; align-items: center; justify-content: center; }
.good-section .righ-area .bottom-banner p { margin: 0; font-size: 18px; color: #333; font-weight: 700; letter-spacing: -0.5px; }
.good-section .righ-area .bottom-banner p strong { color: #1e45c4; }

@media screen and (max-width: 1500px){
	.good-section { max-width: 95%; margin: 60px auto; padding: 50px; border-radius:10px; font-family:var(--neo), sans-serif; }

	.good-section .left-area { width:100%; margin-bottom:50px; }
	.good-section .left-area .g-title { font-size: 30px; margin: 0 0 40px 0; text-align:center; }

	.good-section .left-area .bubble-list { max-width:100%; margin:0 auto; gap: 15px; }
	.good-section .left-area .bubble-list .bubble-item { width:48%; gap: 15px; }

	.good-section .left-area .bubble-list .bubble-item .avatar-box { width: 75px; height: 75px; }
	.good-section .left-area .bubble-list .bubble-item .avatar-img { width: 60px; height: 60px; }
	.good-section .left-area .bubble-list .bubble-item .q-mark { top: -5px; right: 0; font-size: 24px; }

	.good-section .left-area .bubble-list .bubble-item .bubble-text { padding: 20px 30px; max-width: 420px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text p { font-size: 16px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text .highlight { font-size: 18px; }


	.good-section .mid-area { width:309px; }

	.good-section .righ-area { width:calc(100% - 330px); }
	.good-section .righ-area .top-header { margin-bottom: 50px; }
	.good-section .righ-area .top-header .sub-title { font-size: 20px; margin: 0 0 15px 0; }
	.good-section .righ-area .top-header .main-title { font-size: 35px; margin: 0 0 15px 0; }
	.good-section .righ-area .top-header .desc { font-size: 15px; }

	.good-section .righ-area .card-grid .info-card { width:32%; border-radius: 10px; padding:20px; }
	.good-section .righ-area .card-grid .info-card .card-num { font-size: 15px; width: 40px; height: 40px; border-radius: 20px; margin-bottom: 20px; }
	.good-section .righ-area .card-grid .info-card .card-title { font-size: 18px; margin: 0 0 25px 0; }
	.good-section .righ-area .card-grid .info-card .card-desc { font-size: 15px; }

	.good-section .righ-area .bottom-banner { border-radius: 10px; margin-top:20px; padding:20px 20px; }
	.good-section .righ-area .bottom-banner p { font-size: 18px; }
}

@media screen and (max-width: 1000px){
	.good-section { margin: 40px auto; padding: 30px; }

	.good-section .left-area { width:100%; margin-bottom:40px; }
	.good-section .left-area .g-title { font-size: 26px; margin: 0 0 30px 0; }

	.good-section .left-area .bubble-list { max-width:480px; margin:0 auto; gap: 10px; }
	.good-section .left-area .bubble-list .bubble-item { width:100% }

	.good-section .left-area .bubble-list .bubble-item .avatar-box { width: 75px; height: 75px; }
	.good-section .left-area .bubble-list .bubble-item .avatar-img { width: 60px; height: 60px; }
	.good-section .left-area .bubble-list .bubble-item .q-mark { top: -5px; right: 0; font-size: 24px; }

	.good-section .left-area .bubble-list .bubble-item .bubble-text { padding: 20px 30px; max-width: 420px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text p { font-size: 16px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text .highlight { font-size: 18px; }


	.good-section .mid-area { width:250px; }

	.good-section .righ-area { width:calc(100% - 270px); }
	.good-section .righ-area .top-header { margin-bottom: 30px; }
	.good-section .righ-area .top-header .sub-title { font-size: 18px; margin: 0 0 10px 0; }
	.good-section .righ-area .top-header .main-title { font-size: 31px; margin: 0 0 10px 0; }
	.good-section .righ-area .top-header .desc { font-size: 14px; }

	.good-section .righ-area .card-grid .info-card { width:32%; border-radius: 10px; padding:20px; }
	.good-section .righ-area .card-grid .info-card .card-num { font-size: 13px; width: 30px; height: 30px; margin-bottom: 20px; }
	.good-section .righ-area .card-grid .info-card .card-title { font-size: 18px; margin: 0 0 25px 0; }
	.good-section .righ-area .card-grid .info-card .card-desc { font-size: 15px; }

	.good-section .righ-area .bottom-banner { border-radius: 10px; margin-top:20px; padding:20px 20px; }
	.good-section .righ-area .bottom-banner p { font-size: 16px; }
}

@media screen and (max-width: 860px){
	.good-section { margin: 40px auto; padding: 30px; }

	.good-section .left-area { width:100%; margin-bottom:100px; }
	.good-section .left-area .g-title { font-size: 26px; margin: 0 0 30px 0; }

	.good-section .left-area .bubble-list { gap: 10px; }
	.good-section .left-area .bubble-list .bubble-item { width:100% gap: 10px; }

	.good-section .left-area .bubble-list .bubble-item .avatar-box { width: 75px; height: 75px; }
	.good-section .left-area .bubble-list .bubble-item .avatar-img { width: 60px; height: 60px; }
	.good-section .left-area .bubble-list .bubble-item .q-mark { top: -5px; right: 0; font-size: 24px; }

	.good-section .left-area .bubble-list .bubble-item .bubble-text { padding: 20px 30px; max-width: 420px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text p { font-size: 16px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text .highlight { font-size: 18px; }


	.good-section .mid-area { position:absolute; bottom:270px; width:160px; }

	.good-section .righ-area { width:100%; }
	.good-section .righ-area .top-header { margin-bottom: 30px; }
	.good-section .righ-area .top-header .sub-title { font-size: 18px; margin: 0 0 10px 0; }
	.good-section .righ-area .top-header .main-title { font-size: 31px; margin: 0 0 10px 0; }
	.good-section .righ-area .top-header .desc { font-size: 14px; }

	.good-section .righ-area .card-grid .info-card { width:32%; border-radius: 10px; padding:20px; }
	.good-section .righ-area .card-grid .info-card .card-num { font-size: 13px; width: 30px; height: 30px; margin-bottom: 20px; }
	.good-section .righ-area .card-grid .info-card .card-title { font-size: 18px; margin: 0 0 20px 0; }
	.good-section .righ-area .card-grid .info-card .card-desc { font-size: 15px; }

	.good-section .righ-area .bottom-banner { border-radius: 10px; margin-top:20px; padding:20px 20px; }
	.good-section .righ-area .bottom-banner p { font-size: 16px; }
}


@media screen and (max-width: 650px){
	.good-section { margin: 20px auto; padding: 20px; border-radius:5px; }

	.good-section .left-area { margin-bottom:50px; }
	.good-section .left-area .g-title { font-size: 20px; margin: 0 0 20px 0; }

	.good-section .left-area .bubble-list { max-width:100%; gap: 10px; }
	.good-section .left-area .bubble-list .bubble-item { gap: 10px; }

	.good-section .left-area .bubble-list .bubble-item .avatar-box { width: 75px; height: 75px; }
	.good-section .left-area .bubble-list .bubble-item .avatar-img { width: 60px; height: 60px; }
	.good-section .left-area .bubble-list .bubble-item .q-mark { top: -5px; right: 0; font-size: 24px; }

	.good-section .left-area .bubble-list .bubble-item .bubble-text { padding: 10px 15px; max-width: 420px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text p { font-size: 13px; }
	.good-section .left-area .bubble-list .bubble-item .bubble-text .highlight { font-size: 15px; }


	.good-section .mid-area { display:none; position:absolute; bottom:700px; width:100px; }

	.good-section .righ-area { width:100%; }
	.good-section .righ-area .top-header { margin-bottom: 30px; }
	.good-section .righ-area .top-header .sub-title { font-size: 15px; margin: 0 0 10px 0; }
	.good-section .righ-area .top-header .main-title { font-size: 23px; margin: 0 0 10px 0; }
	.good-section .righ-area .top-header .desc { font-size: 13px; }

	.good-section .righ-area .card-grid .info-card { width:100%; border-radius: 10px; padding:10px; margin-bottom:10px; }
	.good-section .righ-area .card-grid .info-card .card-num { font-size: 13px; width: 30px; height: 30px; margin-bottom: 20px; }
	.good-section .righ-area .card-grid .info-card .card-title { font-size: 18px; margin: 0 0 15px 0; }
	.good-section .righ-area .card-grid .info-card .card-desc { font-size: 15px; }

	.good-section .righ-area .bottom-banner { border-radius: 10px; margin-top:10px; padding:10px 10px; }
	.good-section .righ-area .bottom-banner p { font-size: 14px; }
}


.moving-banner-wrap { position: relative; max-width: 1500px; margin: 80px auto 80px; padding-bottom:100px; background: linear-gradient(to right, #f4f6f9 0%, #e8edf3 100%); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; font-family: var(--neo), sans-serif; }
.moving-banner-wrap .street_bg { position: absolute; right: 0; height: 100%; width: 100%; background:url(/images/street_bg.jpg) no-repeat center center / cover; z-index: 1; object-fit: contain; }
.moving-banner-wrap .kkimg-truck { position: absolute; bottom:80px; right: 180px; width: 650px; z-index: 1; }
.moving-banner-wrap .kkimg-truck img { width: 100%; }

.moving-banner-wrap .banner-content { padding: 50px 40px 30px 40px; position: relative; display: flex; flex-direction: column; align-items: flex-start; z-index: 2; }
.moving-banner-wrap .banner-content .kklogo-area { font-size: 18px; display: flex; align-items: center; color: #3c1e1e; font-weight: 800; margin-bottom: 20px; }
.moving-banner-wrap .banner-content .kklogo-area i { font-size:22px; padding-right:5px; }

.moving-banner-wrap .banner-content .sub-heading { font-size: 25px; font-weight: 400; color: #333; margin: 0 0 25px 0; letter-spacing: -1px; }
.moving-banner-wrap .banner-content .sub-heading span { font-weight: 800; color: #2357c9; }
.moving-banner-wrap .banner-content .main-heading { font-size: 45px; font-weight: 900; color: #0f2c6b; margin: 0 0 35px 0; letter-spacing: -3px; line-height: 1; }
.moving-banner-wrap .banner-content .main-heading span { font-size: 40px; font-weight: 600; color: #2357c9; }

.moving-banner-wrap .banner-content .highlight-box { max-width:520px; width:100%; background-color: #05143f; color: #fff; padding: 12px 40px 12px 20px; margin-bottom: 10px; border-radius:10px; }
.moving-banner-wrap .banner-content .highlight-box p { margin: 0; font-size: 20px; line-height: 1.4; letter-spacing: -1px; }
.moving-banner-wrap .banner-content .highlight-box p b { color: #f9d849; font-weight: 800; }


.moving-banner-wrap .banner-content .feature-list { max-width:520px; width:100%; display: flex; gap: 15px; margin: 20px 0 30px 0; background-color: rgba(255,255,255,0.8); padding: 15px; border-radius: 12px; backdrop-filter: blur(5px); }
.moving-banner-wrap .banner-content .feature-item { flex:1; display: flex; align-items: center; justify-content:center; gap: 10px; padding-right: 15px; border-right: 1px solid #ddd; }
.moving-banner-wrap .banner-content .feature-item:last-child { border-right: none; padding-right: 0; }
.moving-banner-wrap .banner-content .feature-text { display: flex; flex-direction: column; font-size: 13px; color: #555; line-height: 1.3; }
.moving-banner-wrap .banner-content .feature-text strong { font-size: 15px; color: #222; margin-bottom: 2px; }

.moving-banner-wrap .kkbottom-bar { position: absolute; bottom:0; left: 0;  background-color: #05143f; padding: 25px 40px; z-index: 12; width: 100%; }
.moving-banner-wrap .kakao-search { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 20px; letter-spacing: -1px; }
.moving-banner-wrap .kakao-search strong { color: #f9d849; font-weight: 800; }

.moving-banner-wrap .qr-box { position: absolute; right: 30px; bottom: 65px; background-color: #ffe812; border-radius: 20px 20px 0 0; padding: 25px; display: flex; flex-direction: column; align-items: center; z-index: 10; box-shadow: -5px 0 20px rgba(0,0,0,0.1); }
.moving-banner-wrap .qr-text { text-align: center; font-size: 15px; color: #222; margin: 0 0 15px 0; line-height: 1.4; letter-spacing: -0.5px; }
.moving-banner-wrap .qr-text strong { font-size: 18px; font-weight: 800; display: block; }
.moving-banner-wrap .qr-img-wrapper { background: #fff; padding: 10px; border-radius: 10px; margin-bottom: 15px; }
.moving-banner-wrap .qr-img { width: 120px; height: 120px; display: block; }
.moving-banner-wrap .btn-add-ch { background-color: #111; color: #fff; border: none; padding: 10px 20px; border-radius: 30px; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 5px; cursor: pointer; width: 100%; justify-content: center; }


@media screen and (max-width: 1500px){
	.moving-banner-wrap { max-width: 95%; margin: 60px auto 60px; padding-bottom:80px; border-radius: 10px; }
	.moving-banner-wrap .kkimg-truck { position: absolute; bottom:80px; right: 150px; width: 500px;}

	.moving-banner-wrap .banner-content { padding: 50px 40px 30px 40px; }
	.moving-banner-wrap .banner-content .kklogo-area { font-size: 18px; margin-bottom: 20px; }
	.moving-banner-wrap .banner-content .kklogo-area i { font-size:22px; padding-right:5px; }

	.moving-banner-wrap .banner-content .sub-heading { font-size: 25px; margin: 0 0 25px 0; }
	.moving-banner-wrap .banner-content .main-heading { font-size: 40px; margin: 0 0 35px 0; }
	.moving-banner-wrap .banner-content .main-heading span { font-size: 35px; }

	.moving-banner-wrap .banner-content .highlight-box { max-width:480px; padding: 15px; margin-bottom: 10px; border-radius:5px; }
	.moving-banner-wrap .banner-content .highlight-box p { font-size: 16px; }

	.moving-banner-wrap .banner-content .feature-list { max-width:480px; gap: 15px; margin: 20px 0 30px 0; padding: 15px; border-radius: 5px; }
	.moving-banner-wrap .banner-content .feature-item { gap: 10px; padding-right: 10px; }
	.moving-banner-wrap .banner-content .feature-text { font-size: 12px; }
	.moving-banner-wrap .banner-content .feature-text strong { font-size: 14px; margin-bottom: 2px; }

	.moving-banner-wrap .kkbottom-bar { padding: 25px 40px; }
	.moving-banner-wrap .kakao-search { gap: 10px; color: #fff; font-size: 20px; }

	.moving-banner-wrap .qr-box { position: absolute; right: 30px; bottom: 65px; border-radius: 20px 20px 0 0; padding: 25px; }
	.moving-banner-wrap .qr-text { font-size: 15px; margin: 0 0 15px 0; }
	.moving-banner-wrap .qr-text strong { font-size: 18px; }
	.moving-banner-wrap .qr-img-wrapper { padding: 10px; border-radius: 10px; margin-bottom: 15px; }
	.moving-banner-wrap .qr-img { width: 120px; height: 120px; }
	.moving-banner-wrap .btn-add-ch { padding: 10px 20px; border-radius: 30px; font-size: 14px; }
}

@media screen and (max-width: 1100px){
	.moving-banner-wrap { margin: 40px auto 40px; padding-bottom:300px; border-radius: 5px; }
	.moving-banner-wrap .kkimg-truck { position: absolute; bottom:80px; right: 0; left:0; width: 400px;}

	.moving-banner-wrap .banner-content { padding: 50px 40px 30px 40px; }
	.moving-banner-wrap .banner-content .kklogo-area { font-size: 18px; margin-bottom: 20px; }
	.moving-banner-wrap .banner-content .kklogo-area i { font-size:22px; padding-right:5px; }

	.moving-banner-wrap .banner-content .sub-heading { font-size: 25px; margin: 0 0 25px 0; }
	.moving-banner-wrap .banner-content .main-heading { font-size: 40px; margin: 0 0 35px 0; }
	.moving-banner-wrap .banner-content .main-heading span { font-size: 35px; }

	.moving-banner-wrap .banner-content .highlight-box { max-width:480px; padding: 15px; margin-bottom: 10px; border-radius:5px; }
	.moving-banner-wrap .banner-content .highlight-box p { font-size: 16px; }

	.moving-banner-wrap .banner-content .feature-list { max-width:480px; gap: 15px; margin: 20px 0 30px 0; padding: 15px; border-radius: 5px; }
	.moving-banner-wrap .banner-content .feature-item { gap: 10px; padding-right: 10px; }
	.moving-banner-wrap .banner-content .feature-text { font-size: 12px; }
	.moving-banner-wrap .banner-content .feature-text strong { font-size: 14px; margin-bottom: 2px; }

	.moving-banner-wrap .kkbottom-bar { padding: 25px 40px; }
	.moving-banner-wrap .kakao-search { gap: 10px; color: #fff; font-size: 20px; }

	.moving-banner-wrap .qr-box { position: absolute; right: 30px; bottom: 62px; border-radius: 20px 20px 0 0; padding: 25px; }
	.moving-banner-wrap .qr-text { font-size: 15px; margin: 0 0 15px 0; }
	.moving-banner-wrap .qr-text strong { font-size: 18px; }
	.moving-banner-wrap .qr-img-wrapper { padding: 10px; border-radius: 10px; margin-bottom: 15px; }
	.moving-banner-wrap .qr-img { width: 120px; height: 120px; }
	.moving-banner-wrap .btn-add-ch { padding: 10px 20px; border-radius: 30px; font-size: 14px; }
}


@media screen and (max-width: 650px){
	.moving-banner-wrap { margin: 30px auto 30px; padding-bottom:250px; }
	.moving-banner-wrap .kkimg-truck { bottom:60px; right: 0; left:0; width: 300px;}

	.moving-banner-wrap .banner-content { padding: 20px; }
	.moving-banner-wrap .banner-content .kklogo-area { font-size: 14px; margin-bottom: 10px; }
	.moving-banner-wrap .banner-content .kklogo-area i { font-size:17px; padding-right:5px; }

	.moving-banner-wrap .banner-content .sub-heading { font-size: 20px; margin: 0 0 15px 0; }
	.moving-banner-wrap .banner-content .main-heading { font-size: 30px; margin: 0 0 10px 0; }
	.moving-banner-wrap .banner-content .main-heading span { font-size: 25px; }

	.moving-banner-wrap .banner-content .highlight-box { max-width:100%; padding:10px; margin-bottom: 10px; }
	.moving-banner-wrap .banner-content .highlight-box p { font-size: 14px; }

	.moving-banner-wrap .banner-content .feature-list { max-width:100%; gap: 5px; margin: 10px 0 30px 0; padding: 10px; }
	.moving-banner-wrap .banner-content .feature-item { gap: 5px; padding-right: 5px; }
	.moving-banner-wrap .banner-content .feature-text { font-size: 11px; }
	.moving-banner-wrap .banner-content .feature-text strong { font-size: 13px; margin-bottom: 2px; }

	.moving-banner-wrap .kkbottom-bar { padding: 15px 10px; }
	.moving-banner-wrap .kakao-search { gap: 10px; color: #fff; font-size: 16px; }

	.moving-banner-wrap .qr-box { right: 10px; bottom: 45px; border-radius: 10px 10px 0 0; padding: 15px; }
	.moving-banner-wrap .qr-text { font-size: 13px; margin: 0 0 15px 0; }
	.moving-banner-wrap .qr-text strong { font-size: 15px; }
	.moving-banner-wrap .qr-img-wrapper { display:none; padding: 10px; border-radius: 10px; margin-bottom: 15px; }
	.moving-banner-wrap .qr-img { width: 120px; height: 120px; }
	.moving-banner-wrap .btn-add-ch { padding: 5px 10px; border-radius: 30px; font-size: 13px; }
}


.insurance-wrap { width: 100%; max-width: 1500px; display: flex; flex-wrap: wrap;  border-radius: 10px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); overflow: hidden; margin: 0 auto 80px; font-family: var(--neo), sans-serif; }

.insurance-wrap .insurance-left { position: relative; width: 50%; background-color: #fff; padding: 50px 40px; display: flex; flex-direction: column; line-height:1.1; }
.insurance-wrap .insurance-left .main-title { font-size: 26px; font-weight: 800; color: #111; line-height: 1.3; margin: 0; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.insurance-wrap .insurance-left .main-title span { color: #164194; }

.insurance-wrap .insurance-left .chat-area { height:190px; margin-top:30px; display: flex; flex-direction: column; gap: 20px; background:#f6f8fc; padding:20px; position: relative; z-index: 2; }
.insurance-wrap .insurance-left .chat-row { display: flex; align-items: flex-start; gap: 12px; }
.insurance-wrap .insurance-left .chat-row.right { justify-content: flex-end; }
.insurance-wrap .insurance-left .chat-row .profile-img { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; background: #f4f5f8; flex-shrink: 0; }
.insurance-wrap .insurance-left .chat-row .profile-img img { width: 100%; height: 100%; object-fit: contain; }

.insurance-wrap .insurance-left .chat-row .chat-bubble { display:flex; align-items:center; background: #fff; border: 1px solid #e1e4eb; border-radius: 30px; padding: 15px 25px; font-size: 18px; color: #212121; font-weight: 600; letter-spacing: -0.5px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.insurance-wrap .insurance-left .chat-row .chat-bubble::before { content: '"'; font-size: 24px; color: #b1b8c6; font-family: sans-serif; position: relative; top: 4px; margin-right: 5px; }
.insurance-wrap .insurance-left .chat-row .chat-bubble::after { content: '"'; font-size: 24px; color: #b1b8c6; font-family: sans-serif; position: relative; top: 4px; margin-left: 5px; }

.insurance-wrap .insurance-right { position: relative; width: 50%; background:#f6f8fc; padding: 50px 40px; display: flex; flex-direction: column; line-height:1.1; }
.insurance-wrap .insurance-right .main-title { font-size: 26px; font-weight: 800; color: #111; line-height: 1.3; margin: 0; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.insurance-wrap .insurance-right .main-title span { color: #164194; }


/* °øÅë */
.trust-area { display: flex; flex-wrap:wrap; position: relative; z-index: 2; padding:20px 0; }
.trust-area .trust-message { width:280px; }
.trust-area .trust-message .worker-img { width:280px; border-radius:5px; border:1px solid #eaeaea; overflow:hidden; }
.trust-area .brand-text { width:calc(100% - 280px); display: flex; flex-wrap:wrap; align-items: center; align-content: center; }
.trust-area .brand-text h3 { width:100%; font-size: 20px; font-weight: 800; color: #222; letter-spacing: -1px; text-align:center; }
.trust-area .brand-text .brand-logo { width:110px; margin:20px auto; }
.trust-area .brand-text .brand-logo img { width:100%; }
.trust-area .brand-text .brand-logo2 { width:220px; margin:20px auto; }
.trust-area .brand-text .brand-logo2 img { width:100%; }
.trust-area .brand-text .brand-desc { width:100%; font-size: 18px; font-weight: 800; color: #222; line-height: 1.3; letter-spacing: -1px; text-align:center; }
.trust-area .brand-text .brand-desc span { color: #164194; }

.benefit-wrap { padding: 25px 0; display: flex; flex-wrap:wrap; justify-content: space-between; transition: transform 0.2s; }
.benefit-wrap .benefit-items { width:32%; background: #f8fbff; padding:20px; border-radius:5px; border:1px solid #eaeaea; text-align:center; }
.benefit-wrap .benefit-items i { color:#2441b6; font-size:35px; }
.benefit-wrap .benefit-items .benefit-title { width:100%; display:block; font-size: 16px; font-weight: 800; color: #222; margin: 20px 0 20px 0; letter-spacing: -0.5px; text-align:center; }
.benefit-wrap .benefit-items .benefit-desc { font-size: 14px; color: #444; line-height: 1.5; margin: 0; letter-spacing: -0.5px; word-break: keep-all; }

/* Ç¥ */
.compare-wrap { height:190px; margin-top:30px; }
.compare-table { width: 100%; border-collapse: collapse; margin-bottom: 0; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.03); }
.compare-table th, .compare-table td { border: 1px solid #dbe0e7; padding: 14px 10px; text-align: center; font-size: 15px; font-weight: 600; letter-spacing: -0.5px; vertical-align: middle; }
.compare-table th:first-child { background-color: #e5e9f0; width: 25%; }
.compare-table th:nth-child(2) { background-color: #e5e9f0; color: #333; width: 35%; }
.compare-table th:nth-child(3) { background-color: #164194; color: #fff; width: 40%; }
.compare-table td:first-child { background-color: #f0f3f7; color: #444; }
.compare-table i.red { color: #e74c3c; font-size: 17px; margin-right: 4px; vertical-align: middle; }
.compare-table i.green { color: #27ae60; font-size: 17px; margin-right: 4px; vertical-align: middle; }

@media screen and (max-width: 1500px) {
	.insurance-wrap { max-width: 95%; border-radius: 0; box-shadow: 0 15px 30px rgba(0, 0, 0, 0); margin: 0 auto 60px }
	.insurance-wrap .insurance-left { width: 50%; padding: 30px 20px; border:1px solid #eaeaea; }
	.insurance-wrap .insurance-left .main-title { font-size: 24px; }

	.insurance-wrap .insurance-left .chat-area { height:190px; margin-top:20px; padding:20px; }
	.insurance-wrap .insurance-left .chat-row { gap: 12px; }
	.insurance-wrap .insurance-left .chat-row .profile-img { width: 60px; height: 60px; border-radius: 50%; }

	.insurance-wrap .insurance-left .chat-row .chat-bubble { border-radius: 30px; padding: 15px 25px; font-size: 18px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::before { font-size: 22px; top: 4px; margin-right: 5px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::after { font-size: 22px; top: 4px; margin-left: 5px; }

	.insurance-wrap .insurance-right { width: 50%; padding: 30px 20px; }
	.insurance-wrap .insurance-right .main-title { font-size: 24px; }


	/* °øÅë */
	.trust-area { padding:20px 0; }
	.trust-area .trust-message { width:280px; }
	.trust-area .trust-message .worker-img { width:280px; border-radius:5px; }
	.trust-area .brand-text { width:calc(100% - 280px); }
	.trust-area .brand-text h3 { font-size: 20px; }
	.trust-area .brand-text .brand-logo { width:110px; margin:20px auto; }
	.trust-area .brand-text .brand-logo2 { width:220px; margin:20px auto; }
	.trust-area .brand-text .brand-desc { font-size: 18px; }

	.benefit-wrap { padding: 25px 0; }
	.benefit-wrap .benefit-items { width:32%; padding:20px; }
	.benefit-wrap .benefit-items i { font-size:32px; }
	.benefit-wrap .benefit-items .benefit-title { font-size: 16px; margin: 20px 0 20px 0; }
	.benefit-wrap .benefit-items .benefit-desc { font-size: 14px; }

	/* Ç¥ */
	.compare-wrap { height:190px; margin-top:20px; }
}

@media screen and (max-width: 1200px) {
	.insurance-wrap { margin: 0 auto 40px }
	.insurance-wrap .insurance-left { width: 50%; padding: 30px 20px; }
	.insurance-wrap .insurance-left .main-title { font-size: 22px; }

	.insurance-wrap .insurance-left .chat-area { height:190px; margin-top:20px; padding:20px; }
	.insurance-wrap .insurance-left .chat-row { gap: 10px; }
	.insurance-wrap .insurance-left .chat-row .profile-img { width: 60px; height: 60px; }

	.insurance-wrap .insurance-left .chat-row .chat-bubble { border-radius: 30px; padding: 15px 25px; font-size: 16px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::before { font-size: 20px; top: 4px; margin-right: 5px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::after { font-size: 20px; top: 4px; margin-left: 5px; }

	.insurance-wrap .insurance-right { width: 50%; padding: 30px 20px; }
	.insurance-wrap .insurance-right .main-title { font-size: 22px; }


	/* °øÅë */
	.trust-area { padding:20px 0; }
	.trust-area .trust-message { width:200px; }
	.trust-area .trust-message .worker-img { width:200px; }
	.trust-area .brand-text { width:calc(100% - 200px); }
	.trust-area .brand-text h3 { font-size: 18px; }
	.trust-area .brand-text .brand-logo { width:110px; margin:20px auto; }
	.trust-area .brand-text .brand-logo2 { width:220px; margin:20px auto; }
	.trust-area .brand-text .brand-desc { font-size: 16px; }

	.benefit-wrap { padding: 25px 0; }
	.benefit-wrap .benefit-items { width:32%; padding:20px; }
	.benefit-wrap .benefit-items i { font-size:30px; }
	.benefit-wrap .benefit-items .benefit-title { font-size: 14px; margin: 20px 0 20px 0; }
	.benefit-wrap .benefit-items .benefit-desc { font-size: 13px; }

	/* Ç¥ */
}
@media screen and (max-width: 900px) {
	.insurance-wrap { margin: 0 auto 40px }
	.insurance-wrap .insurance-left { width: 100%; padding: 30px 20px; }
	.insurance-wrap .insurance-left .main-title { font-size: 22px; }

	.insurance-wrap .insurance-left .chat-area { height:190px; margin-top:20px; padding:20px; }
	.insurance-wrap .insurance-left .chat-row { gap: 10px; }
	.insurance-wrap .insurance-left .chat-row .profile-img { width: 60px; height: 60px; }

	.insurance-wrap .insurance-left .chat-row .chat-bubble { border-radius: 30px; padding: 15px 25px; font-size: 16px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::before { font-size: 20px; top: 4px; margin-right: 5px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::after { font-size: 20px; top: 4px; margin-left: 5px; }

	.insurance-wrap .insurance-right { width: 100%; padding: 30px 20px; }
	.insurance-wrap .insurance-right .main-title { font-size: 22px; }


	/* °øÅë */
	.trust-area { padding:20px 0; }
	.trust-area .trust-message { width:200px; }
	.trust-area .trust-message .worker-img { width:200px; }
	.trust-area .brand-text { width:calc(100% - 200px); }
	.trust-area .brand-text h3 { font-size: 18px; }
	.trust-area .brand-text .brand-logo { width:110px; margin:20px auto; }
	.trust-area .brand-text .brand-logo2 { width:220px; margin:20px auto; }
	.trust-area .brand-text .brand-desc { font-size: 16px; }

	.benefit-wrap { padding: 25px 0; }
	.benefit-wrap .benefit-items { width:32%; padding:20px; }
	.benefit-wrap .benefit-items i { font-size:30px; }
	.benefit-wrap .benefit-items .benefit-title { font-size: 14px; margin: 20px 0 20px 0; }
	.benefit-wrap .benefit-items .benefit-desc { font-size: 13px; }

	/* Ç¥ */
}
@media screen and (max-width: 650px) {
	.insurance-wrap { margin: 0 auto 40px }
	.insurance-wrap .insurance-left { width: 100%; padding:20px 10px; }
	.insurance-wrap .insurance-left .main-title { font-size: 18px; }

	.insurance-wrap .insurance-left .chat-area { height:190px; margin-top:10px; padding:20px; }
	.insurance-wrap .insurance-left .chat-row { gap: 10px; }
	.insurance-wrap .insurance-left .chat-row .profile-img { width: 60px; height: 60px; }

	.insurance-wrap .insurance-left .chat-row .chat-bubble { border-radius: 30px; padding: 15px 25px; font-size: 16px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::before { font-size: 20px; top: 4px; margin-right: 5px; }
	.insurance-wrap .insurance-left .chat-row .chat-bubble::after { font-size: 20px; top: 4px; margin-left: 5px; }

	.insurance-wrap .insurance-right { width: 100%; padding: 20px 10px; }
	.insurance-wrap .insurance-right .main-title { font-size: 18px; }


	/* °øÅë */
	.trust-area { padding:20px 0; }
	.trust-area .trust-message { width:160px; }
	.trust-area .trust-message .worker-img { width:160px; }
	.trust-area .brand-text { width:calc(100% - 160px); }
	.trust-area .brand-text h3 { font-size: 15px; }
	.trust-area .brand-text .brand-logo { width:100px; margin:10px auto; }
	.trust-area .brand-text .brand-logo2 { width:160px; margin:10px auto; }
	.trust-area .brand-text .brand-desc { font-size: 13px; }

	.benefit-wrap { padding: 5px 0; }
	.benefit-wrap .benefit-items { width:49%; padding:10px; margin-bottom:10px;}
	.benefit-wrap .benefit-items:last-child { width:100%; }
	.benefit-wrap .benefit-items i { font-size:30px; }
	.benefit-wrap .benefit-items .benefit-title { font-size: 14px; margin: 10px 0 10px 0; }
	.benefit-wrap .benefit-items .benefit-desc { font-size: 13px; }

	/* Ç¥ */
	.compare-wrap { height:190px; margin-top:10px; }
	.compare-table th, .compare-table td { font-size: 13px; }
	.compare-table i.red { color: #e74c3c; font-size: 13px; margin-right: 4px; }
	.compare-table i.green { color: #27ae60; font-size: 13px; margin-right: 4px; }
}


.point-wrap { display: flex; gap: 30px; max-width: 1500px; margin: 0 auto; padding: 0 0 80px 0; font-family:var(--neo), sans-serif; letter-spacing:-0.05em; line-height:1.1; }
.point-wrap img { width:100%; }
.point-wrap .point-items { width:48%; display: flex; flex-direction: column; }
.point-wrap .point-items .section-title { font-size: 22px; font-weight: 800; color: #111; margin: 0 0 15px 0; letter-spacing: -0.5px; }

.point-wrap .point-items .point-set { border: 1px solid #eaeaea; border-radius: 10px; display: flex; justify-content: space-between; align-items: stretch; padding: 40px; background-color: #fff; position: relative; overflow: hidden; }
.point-wrap .point-items .point-set .text-area { position: relative; width:100%; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.point-wrap .point-items .point-set .text-area .logo-area { width:100px; }
.point-wrap .point-items .point-set .text-area .logo-area2 { width:220px; }

.point-wrap .point-items .point-set .card-title { font-size: 22px; font-weight: 800; color: #111; margin: 15px 0 15px 0; letter-spacing: -0.5px; }
.point-wrap .point-items .point-set .card-desc { font-size: 13px; color: #888; line-height: 1.5; margin: 0 0 30px 0; letter-spacing: -0.5px; }

.point-wrap .image-area { max-width: 250px; border-radius:10px; overflow:hidden; border:1px solid #eaeaea; }
.point-wrap .image-area img { width:100%; }

@media screen and (max-width: 1500px) {
  .point-wrap { max-width: 95%; padding: 0 0 60px 0; gap: 20px; }
  .point-wrap .point-items { width: calc(50% - 10px); }
  .point-wrap .point-items .point-set { padding: 35px 25px; }
}

@media screen and (max-width: 1100px) {
  .point-wrap .image-area { max-width: 160px; }
  .point-wrap .point-items .section-title { font-size: 20px; }
  .point-wrap .point-items .point-set .card-title { font-size: 18px; margin: 10px 0; }
  .point-wrap .point-items .point-set .text-area .logo-area { width: 80px; }
  .point-wrap .point-items .point-set .text-area .logo-area2 { width: 160px; }
}

@media screen and (max-width: 900px) {
  .point-wrap { flex-direction: column; gap: 40px; padding: 0 0 40px 0; }
  .point-wrap .point-items { width: 100%; }
  .point-wrap .point-items .point-set { padding: 40px 30px; }
  .point-wrap .image-area { max-width: 220px; }
}

@media screen and (max-width: 650px) {
  .point-wrap { padding: 0 0 40px 0; gap: 30px; }
  .point-wrap .point-items .section-title { font-size: 18px; margin-bottom: 10px; }
  .point-wrap .point-items .point-set { flex-direction: column; padding: 25px 20px; gap: 20px; }
  .point-wrap .point-items .point-set .text-area { align-items: center; text-align: center; }
  .point-wrap .point-items .point-set .card-title { font-size: 17px; }
  .point-wrap .point-items .point-set .card-desc { margin-bottom: 20px; }
  .point-wrap .image-area { max-width: 70%; width: 100%; margin: 0 auto; }
}