/* 체험안내 */
.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; }

/* 메인 */
.header { width: 100%; z-index: 9; }
.header .logo a { width: 180px; height: 40px; background: url(../images/common/logo2b.png) no-repeat 50% 50%; }
.header .wrap { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.header .nav { display: flex; align-items: center; gap: 60px; }
.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.on { position: fixed; top: 0; left: 0; backdrop-filter: blur(15px); background-color: rgba(255, 255, 255, 0.3); }
.header .menu_btn { display: flex; align-items: center; gap: 20px; }
.header .menu_btn a { display: flex; flex-direction: column; gap: 5px; align-items: center; }
.header .menu_btn a img { width: 30px; height: 30px; }
.header .menu_btn a span { font-size: 13px; font-weight: 500; }
.header .menu_btn a b { font-size: 13px; font-weight: 500; margin-left: 10px; color: #64748b; }

.visual .visual_flex { display: flex; justify-content: space-between; gap: 20px; padding-top: 40px; }
.visual .visual_flex .banner { width: 100%; height: 420px; border-radius: 15px; }
.visual .visual_flex .banner .swiper-pagination { text-align: left; left: 60px; bottom: 60px; }
.visual .visual_flex .banner .swiper-pagination-bullet { background-color: #fff; }
.visual .visual_flex .banner .swiper-pagination-bullet-active { width: 20px; border-radius: 5px; background-color: #fff !important; }
.visual .visual_flex .login_box { width: 440px; border: 1px solid #e2e5eb; border-radius: 15px; padding: 30px 20px; box-sizing: border-box; }
.visual .visual_flex .login_box > h1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; line-height: 1.4; font-weight: 700; }
.visual .visual_flex .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 .visual_flex .login_box ul { display: flex; justify-content: space-between; margin-top: 20px; }
.visual .visual_flex .login_box ul li { font-size: 14px; color: #888; font-weight: 500; }
.visual .visual_flex .c_box { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid #e2e5eb; padding-top: 20px; margin-top: 20px; }
.visual .visual_flex .c_box h1 { font-size: 24px; font-weight: 700; }
.visual .visual_flex .c_box span { font-size: 14px; color: #888; }

.section { padding-top: 60px; position: relative; }
.section .wrap.column { display: flex; flex-direction: column; gap: 160px; }

.section .title { margin-bottom: 30px; }
.section .title h1 { font-size: 22px; font-weight: 700; }

.section .sec_tit { text-align: center; }
.section .sec_tit > h1 { font-size: 20px; font-weight: 500; letter-spacing: -0.04em; line-height: 1.4; margin-bottom: 10px; }
.section .sec_tit > h1 b { position: relative; top: -7px; font-size: 19px; font-weight: 600; margin-right: 5px; }
.section .sec_tit > h2 { font-size: 44px; font-weight: 700; letter-spacing: -0.04em; text-align: center; line-height: 1.4; }
.section .sec_tit > h2 b { color: #207dc2; }

.section .support ul { display: flex; gap: 20px; justify-content: space-between; }
.section .support ul li { width: 100%; height: 160px; border-radius: 20px; background-color: #f2f6fb; }
.section .support ul li.qna { background-color: #f2f2fb; }
.section .support ul li.call { background-color: #f2f8fb; }
.section .support ul li:last-child img { width: 90px; height: 90px; }
.section .support ul li a { width: 100%; height: 100%; display: flex; justify-content: space-between; padding: 30px 40px; box-sizing: border-box; }
.section .support ul li a h1 { font-size: 22px; font-weight: 700; line-height: 36px; margin-bottom: 10px; }
.section .support ul li a span { font-size: 17px; line-height: 24px; color: #64748b; }

.section .service_wrap ul { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 60px; }
.section .service_wrap ul li { display: flex; align-items: center; flex-direction: column; flex: 1 1 25%; gap: 20px; padding: 30px; box-sizing: border-box; }
.section .service_wrap ul li p { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: #f0f6ff; }
.section .service_wrap ul li h1 { font-size: 20px; font-weight: 700; }
.section .service_wrap ul li span { text-align: center; font-size: 16px; line-height: 1.4; }

.section .msg_kind_wrap .msg_kind { display: flex; justify-content: space-between; }
.section .msg_kind_wrap .msg_kind i span { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.section .msg_kind_wrap .msg_kind i h1 { font-size: 44px; color: #1e293b; font-weight: 700; letter-spacing: -0.02em; line-height: 1.4em; margin-top: 40px; }
.section .msg_kind_wrap .msg_kind i h2 { font-size: 17px; font-weight: 500; margin-top: 30px; }
.section .msg_kind_wrap .msg_kind i h3 { font-size: 17px; font-weight: 500; display: inline-block; border-top: 1px dashed #cbcfd7; margin-top: 15px; padding-top: 15px; }
.section .msg_kind_wrap .msg_kind i h4 { font-size: 15px; color: #888; margin-top: 15px; }
.section .msg_kind_wrap .swiper_bottom { display: flex; align-items: center; width: 200px; height: 35px; position: relative; margin: 0 auto; margin-top: 40px; }
.section .msg_kind_wrap .swiper_bottom .swiper-pagination { display: flex; align-items: center; justify-content: center; position: inherit; margin-top: 14px; }
.section .msg_kind_wrap .swiper_bottom .swiper-pagination-bullet { width: 10px; height: 10px; }
.section .msg_kind_wrap .swiper_bottom .swiper-pagination-bullet-active { width: 25px; border-radius: 5px; }
.section .msg_kind_wrap .swiper_bottom .swiper-button-prev { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 100%; border: 1px solid #777; margin: 0; top: 0; z-index: 100; }
.section .msg_kind_wrap .swiper_bottom .swiper-button-next { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 100%; border: 1px solid #777; margin: 0; top: 0; z-index: 100; }
.section .msg_kind_wrap .swiper_bottom .swiper-button-prev:after { font-size: 14px; color: #333; }
.section .msg_kind_wrap .swiper_bottom .swiper-button-next:after { font-size: 14px; color: #333; }

.section .type_info { text-align: center; margin-top: 80px; position: relative; }
.section .type_info h1 { display: inline-block; padding: 10px 20px; border-radius: 50px; color: #fff; margin-bottom: 40px; }
.section .type_info h1#sms { background-color: #191919; }
.section .type_info h1#lms { background-color: #1a7aff; }
.section .type_info h1#mms { background-color: #84b10b; }

.section .rcs_info { display: flex; justify-content: space-between; margin-top: 80px; position: relative; }
.section .rcs_info::after { width: 600px; height: 600px; border-radius: 100%; background: linear-gradient(120deg, #f7fcff 15%, #f3f6ff 85%); position: absolute; top: 20px; right: -60px; content: ''; }
.section .rcs_info .rcs_icon_wrap { display: flex; flex-direction: column; gap: 55px; }
.section .rcs_info .rcs_icon_wrap .rcs_icon { display: flex; align-items: center; gap: 20px; }
.section .rcs_info .rcs_icon_wrap .rcs_icon p { display: flex; align-items: center; justify-content: center; border-radius: 10px; width: 80px; height: 80px; }
.section .rcs_info .rcs_icon_wrap .rcs_icon h1 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.section .rcs_info .rcs_icon_wrap .rcs_icon span { font-size: 16px; font-weight: 500; color: #888; line-height: 24px; }
.section .rcs_info .rcs_icon_wrap .rcs_icon:nth-child(1) p { background-color: #ffe69b; }
.section .rcs_info .rcs_icon_wrap .rcs_icon:nth-child(2) p { background-color: #d1e9ff; }
.section .rcs_info .rcs_icon_wrap .rcs_icon:nth-child(3) p { background-color: #f9e5ff; }
.section .rcs_info .rcs_icon_wrap .rcs_icon:nth-child(4) p { background-color: #e8f3ff; }
.section .rcs_info .rcs_icon_wrap .rcs_icon:nth-child(5) p { background-color: #ffe8e8; }
.section .rcs_info .phone_wrap { width: 475px; margin: 0; }
.section .rcs_info .phone_wrap ul { margin-left: 60px; }
.section .rcs_info .phone_wrap .swiper-button-next { width: 30px; height: 30px; }
.section .rcs_info .phone_wrap .swiper-button-next::after { font-size: 30px; color: #1a7aff !important; }
.section .rcs_info .phone_wrap .swiper-button-prev { width: 30px; height: 30px; }
.section .rcs_info .phone_wrap .swiper-button-prev::after { font-size: 30px !important; color: #1a7aff !important; }

.section .minfo_box ul { display: flex; flex-wrap: wrap; gap: 20px; }
.section .minfo_box ul li { flex: 1 1 25%; border-radius: 20px; background-color: #f9fafc; border: 1px solid #e2e5eb; overflow: hidden; box-sizing: border-box; }
.section .minfo_box ul li:nth-child(2) { transition-delay: 0.1s; }
.section .minfo_box ul li:nth-child(3) { transition-delay: 0.15s; }
.section .minfo_box ul li:nth-child(4) { transition-delay: 0.2s; }
.section .minfo_box ul li:nth-child(5) { transition-delay: 0.25s; }
.section .minfo_box ul li:nth-child(6) { transition-delay: 0.3s; }
.section .minfo_box ul li a { width: 100%; height: 100%; position: relative; box-sizing: border-box; }
.section .minfo_box ul li a .minfo_top { display: flex; align-items: center; justify-content: center; height: 120px; background-color: #fff; }
.section .minfo_box ul li a .minfo_text { padding: 30px 30px 20px 30px; }
.section .minfo_box ul li a .minfo_text h1 { font-size: 18px; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.04em; line-height: 1.2; }
.section .minfo_box ul li a .minfo_text > span { font-size: 16px; font-weight: 500; color: #64748b; letter-spacing: -0.02em; line-height: 1.4; }
.section .minfo_box ul li a p { display: flex; justify-content: flex-end; margin-top: 15px; }
.section .minfo_box ul li a p span { font-size: 12px; font-weight: 600; color: var(--blue); padding: 6px 12px; border-radius: 50px; border: 1px solid var(--blue); display: flex; align-items: center; gap: 5px; }

.section .table_wrap { margin-top: 70px; }
.section .table_wrap .table_box { color: #64748b; display: flex; gap: 18px; }
.section .table_wrap .table_box thead th { font-size: 14px; padding: 10px; position: relative; }
.section .table_wrap .table_box thead th span { width: 571px; line-height: 45px; position: absolute; left: -1px; top: -45px; font-size: 15px; border-top-left-radius: 20px; border-top-right-radius: 20px; color: #fff; }
.section .table_wrap .table_box th { border: 1px solid #c9ccd1; background-color: #f0f2f7; }
.section .table_wrap .table_box tbody td { border: 1px solid #ddd; font-size: 14px; padding: 15px; line-height: 1.4; }
.section .table_wrap .table_box tbody th { line-height: 1.4; }

.section .table_wrap .table_box .sms_table thead th span { background-color: #185595; }
.section .table_wrap .table_box .sms_table thead th:first-child { border-left: 1px solid #185595; }
.section .table_wrap .table_box .sms_table thead th:last-child { border-right: 1px solid #185595; }
.section .table_wrap .table_box .sms_table tbody td:first-child { border-left: 1px solid #185595; }
.section .table_wrap .table_box .sms_table tbody td:last-child { border-right: 1px solid #185595; }
.section .table_wrap .table_box .sms_table tbody tr:last-child td { border-bottom: 1px solid #185595; }
.section .table_wrap .table_box .sms_table tbody td.border-top { border-top: 2px solid #185595; }

.section .table_wrap .table_box .rcs_table thead th span { background-color: #207dc2; }
.section .table_wrap .table_box .rcs_table thead th:first-child { border-left: 1px solid #207dc2; }
.section .table_wrap .table_box .rcs_table thead th:last-child { border-right: 1px solid #207dc2; }
.section .table_wrap .table_box .rcs_table tbody td:first-child { border-left: 1px solid #207dc2; }
.section .table_wrap .table_box .rcs_table tbody td:last-child { border-right: 1px solid #207dc2; }
.section .table_wrap .table_box .rcs_table tbody tr:last-child td { border-bottom: 1px solid #207dc2; }
.section .table_wrap .table_box .rcs_table tbody td.border-top { border-top: 2px solid #207dc2; }

.section .table_wrap .pro_table { margin-top: 20px; }
.section .table_wrap .pro_table th { border: 1px solid #dfd8c4; background-color: #fffaeb; color: #a37116; }
.section .table_wrap .pro_table td { border: 1px solid #ddd; padding: 15px; }

.section .table_wrap i { display: flex; justify-content: center; margin-top: 40px; }
.section .table_wrap a { display: inline-flex; align-items: center; gap: 5px; height: 45px; padding: 0 25px 0 30px; background-color: var(--blue); color: #fff; border-radius: 5px; font-size: 15px; font-weight: 500; box-shadow: 0px 1px 6px rgba(0,0,0,0.3); transition: 0.3s; }
.section .table_wrap a svg { fill: #fff; transition-duration: 0.2s; }
.section .table_wrap a:hover { background-color: #f1f3f5; color: var(--blue); }
.section .table_wrap a:hover svg { fill: var(--blue); }

.section .cs_box { margin-top: 80px; display: flex; gap: 20px; }
.section .cs_box ul { display: flex; justify-content: space-between; width: 100%; border: 1px solid #e2e5eb; border-radius: 10px; padding: 30px; }
.section .cs_box ul li span { display: block; font-size: 17px; font-weight: 700; margin-bottom: 20px; }
.section .cs_box ul li img { width: 100px; }
.section .cs_box ul li h1 { font-size: 40px; color: #448fdb; font-weight: 600; margin-bottom: 10px; }
.section .cs_box ul li a { font-size: 17px; color: #448fdb; font-weight: 600; margin-bottom: 10px; }

.section .end_box { background: url(../images/main/end_box_bg.png) no-repeat 50% 50%; background-color: #f8fafc; padding: 60px 0; margin-top: 60px; margin-bottom: -60px; }
.section .end_box span { font-size: 20px; color: #9ba5b5; font-weight: 500; }
.section .end_box h1 { font-size: 36px; color: #448fdb; font-weight: 600; margin-top: 20px; letter-spacing: -0.02em; }
.section .end_box a { display: inline-block; font-size: 18px; background-color: var(--blue); color: #fff; padding: 15px 40px; border-radius: 5px; margin-top: 40px; }

.section .guide_wrap { margin-top: 60px; }
.section .guide_wrap i > ul { display: flex; flex-direction: column; gap: 10px; }
.section .guide_wrap i > ul li a { display: inline-flex; align-items: center; gap: 5px; font-size: 17px; color: #777; font-weight: 500; border-radius: 5px; padding: 5px 10px; }
.section .guide_wrap i > ul li a:hover { background-color: #f3f3f3; color: #333; }
.section .guide_wrap i > ul li a span { border-bottom: 1px solid #ddd; padding-bottom: 5px; }
.section .guide_wrap i > strong { display: block; font-size: 22px; color: #333; margin-bottom: 10px; }
.section .guide_wrap i > p { line-height: 1.4; }
.section .guide_wrap i > p > a { display: inline-block; color: blue; text-decoration: underline; }
.section .guide_wrap i > table th { padding: 10px; line-height: 1.4em; }
.section .guide_wrap i > table td { padding: 10px; line-height: 1.4em; border-left: 1px solid #ddd; }
.section .guide_wrap i > table td:first-child { border-left: none; }
.section .guide_wrap i > table th { background-color: #f7f7f7; }
.section .guide_wrap i > table tr:nth-child(5) { border-top: 5px solid #d9d9d9; }
.section .guide_wrap i > table tbody th { border-right: 1px solid #ddd; }
.section .guide_wrap i > table thead th { padding: 15px 10px; font-size: 15px; border-top: 2px solid #333; }

.section .guide_wrap .faq_tab ul { display: flex; gap: 10px; margin-bottom: 10px; }
.section .guide_wrap .faq_tab ul li a { padding: 10px 15px; border-radius: 50px; border: 1px solid #ccc; font-size: 14px; }
.section .guide_wrap .faq_tab ul li.this a { background-color: #1a7aff; border-color: #1a7aff; color: #fff; }
.section .guide_wrap .faq_box { display: inline-block; width: 100%; }
.section .guide_wrap .faq_box dt { width: 100%; border-bottom: 1px solid #ddd; height: 50px; line-height: 50px; box-sizing: border-box; cursor: pointer; position: relative; }
.section .guide_wrap .faq_box dt::before { content: ''; clear: both; display: block; width: 20px; height: 20px; position: absolute; top: 50%; right: 20px; transform: translate(0,-50%); background: url(../images/common/down_arrow.png) no-repeat 50% 50%; transition: 0.3s; }
.section .guide_wrap .faq_box dt.on li:nth-child(2){ font-weight: bold; }
.section .guide_wrap .faq_box dt.on::before { transform: rotate(180deg); top: 25%; }
.section .guide_wrap .faq_box dt ul li { float: left; }
.section .guide_wrap .faq_box dt ul li:first-child { width: 150px; text-align: center; margin-right: 20px; }
.section .guide_wrap .faq_box dd { width: 100%; border-bottom: 1px solid #ddd; padding: 20px; padding-left: 170px; background: #f8fafc; box-sizing: border-box; display: none; }
.section .guide_wrap .faq_box dd .answer_con { line-height: 1.4em; }

/* 하단공통 */
.footer .ft_inner { border-top: 1px solid #f1f1f1; margin-top: 60px; }
.footer .ft_inner .wrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 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; }
