/* 체험안내 */
.inner { width: 100%; height: 55px; background: #1f2b48 url(../images/main/inner.png) no-repeat 50% 50%; }
.inner .wrap { position: relative; }
.inner a { display: inline-block; width: 100%; height: 55px; }
.inner .inner_close { display: flex; align-items: center; gap: 20px; position: absolute; right: 0; height: 55px; z-index: 1; }
.inner .inner_close i { display: flex; align-items: center; gap: 5px; }
.inner .inner_close input { width: 14px; height: 14px; }
.inner .inner_close label { font-size: 13px; color: #fff; }
.inner .inner_close span { cursor: pointer; }

/* rcs 문의 레이어 */
.rcs_customer { width: 700px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: var(--w); border-radius: 20px; padding: 40px; z-index: 1001; }
.rcs_customer > h1 { display: flex; align-items: center; justify-content: right; gap: 10px; font-size: 15px; font-weight: 600; padding-bottom: 20px; }
.rcs_customer p { width: 5px; height: 5px; content: ''; background-color: var(--blue); border-radius: 100%; }
.rcs_customer > ul { display: flex; flex-direction: column; gap: 20px; border-top: 1px solid var(--g); padding-top: 20px; }
.rcs_customer > ul li { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rcs_customer > ul li h1 { display: flex; align-items: center; gap: 10px; width: 100px; font-size: 18px; font-weight: 600; }
.rcs_customer > ul li input { flex: 1; height: 50px; border-radius: 50px; background-color: var(--lb); border: none; padding: 0 20px; font-size: 15px; }
.rcs_customer > ul li.center input { text-align: center; }
.rcs_customer > ul li select { flex: 1; height: 50px; border-radius: 50px; background-color: var(--lb); border: none; padding: 0 20px; background-position: 90% 50%; font-size: 15px; }
.rcs_customer > ul li textarea { flex: 1; height: 200px; border-radius: 20px; background-color: var(--lb); border: none; padding: 20px; font-size: 15px; }
.rcs_customer > ul li:last-child { align-items: flex-start; }
.rcs_customer > ul li:last-child h1 { line-height: 50px; }
.rcs_customer .customer_terms { flex: 1; height: 200px; border-radius: 20px; background-color: var(--lb); border: none; padding: 20px; margin-top: 20px; }
.rcs_customer .customer_terms .customer_terms_box { height: 100%; overflow-y: auto; }
.rcs_customer .customer_terms .customer_terms_box h1 { font-size: 15px; font-weight: 500; margin-bottom: 5px; }
.rcs_customer .customer_terms .customer_terms_box span { font-size: 13px; opacity: 0.7; }
.rcs_customer .customer_terms .customer_terms_box ul { margin: 10px 0; padding-left: 20px; }
.rcs_customer .customer_terms .customer_terms_box ul li { list-style-type: disc; font-size: 13px; line-height: 1.6; opacity: 0.7; }
.rcs_customer .check_box { margin-top: 20px; justify-content: right; }
.rcs_customer .check_box label { font-size: 15px; font-weight: 700; }
.rcs_customer .customer_terms_btn { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.rcs_customer .customer_terms_btn a { width: 150px; line-height: 50px; border-radius: 50px; font-size: 18px; font-weight: 600; text-align: center; }
.rcs_customer .customer_terms_btn a:first-child { background-color: var(--blue); color: var(--w); }
.rcs_customer .customer_terms_btn a:last-child { background-color: var(--g); color: var(--g2); }
@media screen and (max-height: 890px) { .rcs_customer { position: absolute; top: 2300px; transform: translate(-50%,0); } }

/* 메인 */
.scroll_top { position: fixed; right: 50px; bottom: 30px; display: flex; align-items: center; justify-content: center; padding: 15px; background-color: var(--blue); border-radius: 20px; cursor: pointer; transition: 0.3s; opacity: 0; z-index: 99; }

.header { width: 100%; background-color: var(--w); }
.header.on { position: fixed; left: 0; top: 0; border-bottom: 1px solid var(--g); z-index: 9; }
.header .logo a { width: 180px; height: 40px; background: url(../images/logo/logo.png) no-repeat 50% 50%; }
.header .wrap { max-width: 1920px; width: 100%; display: flex; justify-content: space-between; align-items: center; height: 80px; padding: 0 60px; }
.header .nav { display: flex; align-items: center; gap: 70px; }
.header .nav li { font-size: 20px; font-weight: 600; }
.header .nav li.this { padding: 10px 15px; font-size: 13px; background-color: #111; color: #fff; border-radius: 50px; }
.header .menu_btn { display: flex; align-items: center; gap: 30px; }
.header .menu_btn .join_btn { display: flex; align-items: center; gap: 10px; }
.header .menu_btn .join_btn span { font-size: 12px; line-height: 1.4; }
.header .menu_btn .join_btn span b { color: var(--blue); }
.header .menu_btn .login_btn { padding: 0 15px; line-height: 35px; background-color: var(--black); color: var(--w); font-size: 13px; font-weight: 600; border-radius: 5px; }

.visual { width: 100%; max-width: 1920px; padding: 0 30px 0 30px; margin: 0 auto; position: relative; }
.visual .banner { width: 100%; height: 540px; border-radius: 30px; }
.visual .banner .swiper-slide { display: flex; align-items: center; }
.visual .banner .swiper-slide .wrap { display: flex; align-items: center; }
.visual .banner .swiper-slide.blue { background-color: #34afff; }
.visual .banner .swiper-slide.green { background-color: #1ec7a4; }
.visual .banner .swiper-slide.yellow { background-color: #fed962; }
.visual .banner .swiper-slide .banner_text { padding-bottom: 40px; }
.visual .banner .swiper-slide .banner_text h1 { font-size: 48px; font-weight: 700; line-height: 1.3; margin-bottom: 40px; }
.visual .banner .swiper-slide .banner_text span { font-size: 18px; line-height: 1.6; color: rgba(0,0,0,.7);}

.visual .banner .swiper-button-wrap { width: 100%; position: absolute; left: 0; bottom: 120px; z-index: 2; }
.visual .banner .swiper-button-wrap .wrap { display: flex; align-items: center; }
.visual .banner .swiper-button-wrap b { font-size: 13px; font-weight: 600; color: rgb(0,0,0,.7); margin-left: 10px; }
.visual .banner .swiper-button-wrap .swiper-button-next { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; padding-left: 2px; position: initial; left: auto; top: auto; bottom: auto; margin: 0; margin-left: -5px; border-radius: 50px; transition: 0.2s; }
.visual .banner .swiper-button-wrap .swiper-button-next:hover { background-color: rgba(255,255,255,.7); }
.visual .banner .swiper-button-wrap .swiper-button-next::after { width: 14px; height: 14px; display: block; background: url(../images/main/next_icon.png) no-repeat 50% 50%; content: ''; }
.visual .banner .swiper-button-wrap .swiper-button-prev { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; padding-right: 2px; position: initial; left: auto; top: auto; bottom: auto; margin: 0; border-radius: 50px; transition: 0.2s; }
.visual .banner .swiper-button-wrap .swiper-button-prev:hover { background-color: rgba(255,255,255,.7); }
.visual .banner .swiper-button-wrap .swiper-button-prev::after { width: 14px; height: 14px; display: block; background: url(../images/main/prev_icon.png) no-repeat 50% 50%; content: ''; }
.visual .banner .swiper-button-wrap .swiper-pagination { width: auto; position: initial; left: auto; top: auto; bottom: auto; margin-right: 10px; font-size: 15px; color: rgb(0,0,0,.25); padding: 7px 10px; border-radius: 50px; background-color: rgba(255,255,255,.7); }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet { display: inline-flex; align-items: center; line-height: 0; opacity: 1; background-color: transparent; width: auto; height: auto; position: relative; }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet::after { display: none; content: ''; width: 0; height: 2px; background-color: rgba(0,0,0,.2); transition: 0.2s; }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet::before { display: none; content: ''; left: 26px; position: absolute; width: 0; height: 2px; background-color: #111; }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet-active { color: #111; font-weight: 500; }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet.start::before { animation-delay: 1.5s; }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet-active::after { width: 80px; margin-left: 10px; }
.visual .banner .swiper-button-wrap .swiper-pagination .swiper-pagination-bullet-active::before { animation-name: active; animation-duration: 6s; animation-timing-function: linear; animation-iteration-count: 1; }
.visual .banner .swiper-button-wrap .swiper-pagination.pause .swiper-pagination-bullet-active::after { display: block; }
.visual .banner .swiper-button-wrap .swiper-pagination.pause .swiper-pagination-bullet-active::before { display: block; }
@keyframes active { 0% { width: 0; } 100% { width: 80px; } }
.visual .banner .swiper-button-wrap .swiper-control { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; gap: 2px; background-color: rgba(255,255,255,.7); border-radius: 100%; margin-left: 10px; cursor: pointer; }
.visual .banner .swiper-button-wrap .swiper-control p { display: none; content: ''; width: 3px; height: 10px; background-color: #555; }
.visual .banner .swiper-button-wrap .swiper-control span { display: block; color: #555; font-size: 12px; padding-left: 2px; }
.visual .banner .swiper-button-wrap .swiper-control.pause p { display: block; }
.visual .banner .swiper-button-wrap .swiper-control.pause span { display: none; }


.visual .banner_login { display: flex; justify-content: right; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; }
.visual .banner_login .login_box { width: 340px; border-radius: 15px; padding: 50px 40px; background-color: rgba(255,255,255,.8); box-shadow: 4px 4px 8px rgba(0,0,0,.1); transition: 0.3s; }
.visual .banner_login .login_box:hover { background-color: var(--w); box-shadow: 12px 12px 24px rgba(0,0,0,.1); }
.visual .banner_login .login_box > h1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; line-height: 1.4; font-weight: 700; }
.visual .banner_login .login_box > a { width: 100%; text-align: center; line-height: 50px; background-color: var(--blue); color: #fff; font-size: 14px; font-weight: 500; border-radius: 10px; margin-top: 20px; }
.visual .banner_login .login_box ul { display: flex; justify-content: space-between; margin-top: 20px; }
.visual .banner_login .login_box ul li { font-size: 14px; color: #888; }
.visual .banner_login .login_box .c_box { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid #e2e5eb; padding-top: 20px; margin-top: 20px; }
.visual .banner_login .login_box .c_box h1 { font-size: 24px; font-weight: 700; }
.visual .banner_login .login_box .c_box span { font-size: 14px; color: #888; }

.section_wrap { max-width: 1920px; margin: 0 auto; }
.section { padding: 80px 0; position: relative; margin: 30px; border-radius: 30px; background-color: var(--lb); }
.section.bg { background-color: var(--lb); }
.section#target1 { background: url(../images/main/section_bg.png) 50% 50% var(--lb); background-repeat: repeat-x; }
.section.blue { background: radial-gradient(circle, #009aff, #237cff 60%); }
.section.blue .title h1 { color: var(--w) !important; }
.section.blue .title span { color: var(--w) !important; }
.section.black { padding: 0; background-color: #11283f; }
.section.black .section_inner { margin: 0; padding: 70px 0; }
.section .title { display: flex; flex-direction: column; align-items: center; gap: 30px; margin-bottom: 80px; }
.section .title h1 { font-size: 43px; font-weight: 700; color: var(--black); }
.section .title span { font-size: 19px; }

.section .section_inner { background-color: #11283f; border-radius: 15px; padding: 55px 0; margin-top: 60px; color: var(--w); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: relative; }
.section .section_inner h1 { font-size: 26px; letter-spacing: -0.4px; line-height: 1.4; font-weight: 600; text-align: center; }
.section .section_inner span { font-size: 15px; }
.section .section_inner a { font-size: 15px; font-weight: 600; border: 2px solid var(--w); border-radius: 50px; position: absolute; padding: 12.5px 35px; right: 40px; }
.section .section_inner a:hover { background-color: var(--w); color: #212223; }
.section .section_inner dl { position: absolute; left: 0; width: 220px; height: 100%; display: flex; flex-wrap: wrap; gap: 0 15px; justify-content: center; }
.section .section_inner dl dd p { width: 100px; height: 100px; border-radius: 100%; }
.section .section_inner dl dd:nth-child(1) p { background-color: #1a7aff; }
.section .section_inner dl dd:nth-child(2) p { background-color: #ffc51b; }
.section .section_inner dl dd:nth-child(3) p { background-color: #36b189; }
.section .section_inner dl { animation-name: event1; animation-duration: 5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; }
.section .section_inner ul { position: absolute; left: 40px; width: 100px; height: 100%; display: flex; align-items: center; gap: 10px; }
.section .section_inner ul li p { width: 60px; height: 60px; border-radius: 100%; background-color: #1a7aff; }
.section .section_inner ul li:nth-child(1) p { opacity: 1; }
.section .section_inner ul li:nth-child(2) p { opacity: 0.6; animation-delay: 0.2s; }
.section .section_inner ul li:nth-child(3) p { opacity: 0.3; animation-delay: 0.4s; }
.section .section_inner ul li p { animation-name: event2; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; }
@keyframes event1 { 0% { transform: rotate(360deg) scale(0.1); } 100% { transform: rotate(0deg) scale(0.6); } }
@keyframes event2 { 0% { transform: scale(0.6); } 100% { transform: scale(1); } }

.section .service_info i { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 80px; }
.section .service_info i dd { position: relative; }
.section .service_info i dd h1 { font-size: 26px; font-weight: 600; color: var(--blue); }
.section .service_info i dd h2 { font-size: 40px; font-weight: 700; margin: 20px 0; }
.section .service_info i dd span { font-size: 20px; line-height: 1.6; color: var(--black); }
.section .service_info i dd p { width: 320px; height: 320px; border-radius: 50px; background-color: var(--w); transform: rotate(45deg); position: relative; overflow: hidden; margin-right: 45px; }
.section .service_info i dd p img { position: absolute; left: 50px; bottom: -50px; transform: rotate(-45deg); }
.section .service_info i dd > img { position: absolute; top: -100px; left: -100px; z-index: 1; }
.section .service_info ul { display: flex; gap: 20px; }
.section .service_info ul li { flex: 1; padding: 30px; background-color: var(--w); border-radius: 10px; position: relative; }
.section .service_info ul li b { position: absolute; top: 15px; right: 15px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50px; background-color: var(--lb); font-size: 15px; font-weight: 500; }
.section .service_info ul li h1 { font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.section .service_info ul li span { font-size: 17px; line-height: 1.5; }

.section .phone_section { display: flex; justify-content: space-between; }
.section .phone_section .phone_wrap { display: flex; flex-direction: column; align-items: center; gap: 40px; }
.section .phone_section .phone_wrap .phone_box { display: flex; gap: 40px; }
.section .phone_section .phone_wrap .phone { opacity: 0.3; transform: scale(0.9); transition: 0.3s; position: relative; }
.section .phone_section .phone_wrap .phone .phone_slide { width: 270px; height: 490px; position: absolute; left: 20px; top: 128px; overflow: hidden; }
.section .phone_section .phone_wrap .phone .phone_slide ul { display: flex; flex-direction: column; gap: 10px; padding-top: 10px; position: relative; }
.section .phone_section .phone_wrap .phone .phone_slide ul li { opacity: 0; visibility: hidden; transition: 0.3s; }
.section .phone_section .phone_wrap .phone .phone_slide ul li:nth-child(2) { opacity: 1; visibility: visible; }
.section .phone_section .phone_tab_wrap { width: 300px; display: flex; flex-direction: column; align-items: center; gap: 40px; }
.section .phone_section .phone_tab_wrap .phone_tab { display: flex; width: 300px; height: 45px; border-radius: 50px; background-color: rgba(0,0,0,.08); position: relative; }
.section .phone_section .phone_tab_wrap .phone_tab span { width: 150px; line-height: 45px; color: rgba(255,255,255,0.7); text-align: center; cursor: pointer; position: relative; z-index: 1; }
.section .phone_section .phone_tab_wrap .phone_tab p { width: 150px; height: 45px; border-radius: 50px; content: ''; background-color: var(--orange); position: absolute; left: 0; top: 0; opacity: 0; transition: 0.3s; }
.section .phone_section .phone_tab_wrap i { width: 100%; position: relative; }
.section .phone_section .phone_tab_wrap i .phone_info { width: 100%; opacity: 0.3; position: absolute; top: 0; left: 0; transition: 0.3s; }
.section .phone_section .phone_tab_wrap i .phone_info:last-child { opacity: 0; }
.section .phone_section .phone_tab_wrap i .phone_info h1 { font-size: 22px; font-weight: 600; text-align: center; color: var(--w); }
.section .phone_section .phone_tab_wrap i .phone_info ul { width: 100%; display: flex; flex-direction: column; justify-content: center; gap: 15px; margin-top: 40px; }
.section .phone_section .phone_tab_wrap i .phone_info ul li { width: 100%; height: 140px; border-radius: 20px; padding: 30px; box-sizing: border-box; position: relative; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); }
.section .phone_section .phone_tab_wrap i .phone_info ul li span { font-size: 19px; color: var(--w); font-weight: 600; }
.section .phone_section .phone_tab_wrap i .phone_info ul li span b { display: block; font-size: 17px; color: #d4e6ff; font-weight: 400; line-height: 1.4; margin-top: 15px; letter-spacing: -0.4px; }
.section .phone_section .phone_tab_wrap i .phone_info ul li img { position: absolute; width: 90px; right: 30px; bottom: 25px; }

.section .phone_section.active_sms .phone_wrap .sms_phone { opacity: 1; transform: scale(1); }
.section .phone_section.active_sms .phone_wrap .phone.sms_phone .phone_slide ul li:nth-child(1) { margin-top: -50px; transition-delay: 1s; }
.section .phone_section.active_sms .phone_wrap .phone.sms_phone .phone_slide ul li:nth-child(2) { margin-top: -560px; transition-delay: 2s; }
.section .phone_section.active_sms .phone_wrap .phone.sms_phone .phone_slide ul li:nth-child(3) { opacity: 1; visibility: visible; transition-delay: 1s; }
.section .phone_section.active_sms .phone_wrap .phone.sms_phone .phone_slide ul li:nth-child(4) { opacity: 1; visibility: visible; transition-delay: 2s; }
.section .phone_section.active_sms .phone_tab_wrap .phone_tab span:nth-child(2) { color: var(--w); }
.section .phone_section.active_sms .phone_tab_wrap .phone_tab p { opacity: 1; }
.section .phone_section.active_sms .phone_tab_wrap i .phone_info:first-child { opacity: 1; }
.section .phone_section.active_sms .phone_tab_wrap i .phone_info:last-child { opacity: 0; }

.section .phone_section.active_rcs .phone_wrap .rcs_phone { opacity: 1; transform: scale(1); }
.section .phone_section.active_rcs .phone_wrap .phone.rcs_phone .phone_slide ul li:nth-child(1) { margin-top: -80px; transition-delay: 1s; }
.section .phone_section.active_rcs .phone_wrap .phone.rcs_phone .phone_slide ul li:nth-child(2) { margin-top: -400px; transition-delay: 2s; }
.section .phone_section.active_rcs .phone_wrap .phone.rcs_phone .phone_slide ul li:nth-child(3) { opacity: 1; visibility: visible; transition-delay: 1s; }
.section .phone_section.active_rcs .phone_wrap .phone.rcs_phone .phone_slide ul li:nth-child(4) { margin-top: -180px; transition-delay: 3s; }
.section .phone_section.active_rcs .phone_wrap .phone.rcs_phone .phone_slide ul li:nth-child(5) { opacity: 1; visibility: visible; transition-delay: 2s; }
.section .phone_section.active_rcs .phone_wrap .phone.rcs_phone .phone_slide ul li:nth-child(6) { opacity: 1; visibility: visible; transition-delay: 3s; }
.section .phone_section.active_rcs .phone_tab_wrap .phone_tab span:nth-child(3) { color: var(--w); }
.section .phone_section.active_rcs .phone_tab_wrap .phone_tab p { left: 150px; opacity: 1; }
.section .phone_section.active_rcs .phone_tab_wrap i .phone_info:first-child { opacity: 0; }
.section .phone_section.active_rcs .phone_tab_wrap i .phone_info:last-child { opacity: 1; }

.section .rcs_info ul { display: flex; flex-direction: column; gap: 10px; }
.section .rcs_info ul li { display: inline-flex; align-items: center; gap: 40px; }
.section .rcs_info ul li p { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: 50px; background-color: var(--w); border: 1px dashed #aaa; }
.section .rcs_info ul li span { width: max-content; position: relative; height: 70px; line-height: 70px; font-size: 20px; color: var(--w); letter-spacing: -0.04em; background: #36b189; border-radius: 40px; padding: 0 43px; box-sizing: border-box; }
.section .rcs_info ul li span:before { position: absolute; content: ''; border: 10px solid #fff0; border-right: 24px solid #36b189; right: calc(100% - 9px); top: 60%; transform: rotate(-30deg); }
.section .rcs_info ul li:nth-child(even) { justify-content: right; }
.section .rcs_info ul li:nth-child(2) span { background-color: #e65a31; }
.section .rcs_info ul li:nth-child(2) span::before { border-right: 24px solid #e65a31; right: auto; left: calc(100% - 9px); transform: rotate(30deg) scaleX(-1); }
.section .rcs_info ul li:nth-child(3) span { background-color: #3489ff; }
.section .rcs_info ul li:nth-child(3) span::before { border-right: 24px solid #3489ff; }
.section .rcs_info ul li:nth-child(4) span { background-color: #264cb8; }
.section .rcs_info ul li:nth-child(4) span::before { border-right: 24px solid #264cb8; right: auto; left: calc(100% - 9px); transform: rotate(30deg) scaleX(-1); }

.section .pay_info { display: flex; align-items: center; justify-content: center; gap: 100px; position: relative; }
.section .pay_info .pay_info_bg { display: flex; align-items: center; justify-content: center; gap: 160px; position: absolute; width: 100%; height: 100%; }
.section .pay_info .pay_info_bg p { display: block; content: ''; width: 220px; height: 220px; border-radius: 100%; border: 2px dashed #ddd; }
.section .pay_info .pay_con { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 280px; height: 280px; border-radius: 100%; background-color: var(--blue); color: var(--w); position: relative; z-index: 1; }
.section .pay_info .pay_con h1 { font-size: 22px; }
.section .pay_info .pay_con h2 { font-size: 24px; text-decoration: line-through; color: #81adff; margin-top: 20px; font-weight: 400; }
.section .pay_info .pay_con h3 { font-size: 42px; margin-top: 10px; font-weight: 700; }
.section .pay_info .pay_con b { width: max-content; position: absolute; top: -15px; left: 50%; background-color: var(--orange); color: var(--w); padding: 15px 30px; border-radius: 50px; transform: translate(-50%,0); font-size: 18px; }
.section .pay_info .pay_con b::before { display: block; content: ''; width: 0; height: 0; border: 8px solid transparent; border-top: 10px solid var(--orange); position: absolute; bottom: -18px; left: 50%; transform: translate(-50%,0); }

/* 하단공통 */
.footer .ft_inner .wrap { display: flex; align-items: center; justify-content: space-between; padding: 30px 0 0; }
.footer .ft_inner ul { display: flex; align-items: center; gap: 25px; }
.footer .ft_inner ul li { font-size: 13px; color: #64748b; font-weight: 500; }
.footer .ft_inner span { font-size: 14px; display: flex; align-items: center; gap: 5px; }
.footer .ft_inner span b { font-size: 18px; color: #1a7aff; font-weight: 500; }
.footer .ft_bottom { padding: 30px 0 100px 0; position: relative; }
.footer .ft_bottom ul { display: flex; flex-wrap: wrap; gap: 15px 20px; padding-right: 140px; }
.footer .ft_bottom ul li { font-size: 13px; color: #64748b; }
.footer .ft_bottom > span { font-size: 11px; color: #64748b; display: block; margin-top: 20px; }
.footer .ft_bottom > a { position: absolute; right: 0; bottom: 40px; font-size: 13px; border: 1px solid #858e9b; padding: 10px 20px; font-weight: 500; color: #64748b; }
.footer_copy { margin-top: 60px; }
.footer_copy span { font-size: 12px; color: #64748b; }
