.wrap { position: relative;}
.container { max-width: 1500px; margin: 0 auto; padding: 0 2rem; }
.main-cont .container { max-width: 1500px;}

/* Header */
.top-bar{  position: relative; z-index: 999; }
.top-bar-content { position: relative;   }
.top-bar-content .top-bar-nav { display: flex; justify-content: flex-end; gap: 25px; padding:0.7rem 0; flex-wrap: wrap;}
.top-bar-content .top-bar-nav .top-bar-link:hover { color:var(--ks-gray-60)}
.top-bar-content .top-bar-nav .top-bar-link { font-size: var(--ks-fs-17); position: relative; padding-right: 18px; color:var(--ks-gray-90); cursor: pointer;white-space: nowrap;}
.top-bar-content .top-bar-nav .top-bar-link:before { content: ""; position: absolute; top:calc(50% - 7px); right:0;  width:14px; height:14px;background:url(../img/ico_go.svg) center center no-repeat;  background-size: 14px; }
.top-bar-content .top-bar-nav li { position: relative;}
.top-bar-content .top-bar-nav li:before { content: ""; position: absolute; top:5px; right:-13px;  width:1px; height:14px; background:#cfcfcf; }
.top-bar-content .top-bar-nav li:last-child:before {display: none;}

.header { background: var(--ks-white); border-bottom: 1px solid var(--ks-gray-20); position: relative; z-index: 999; }
.header:before { content: ""; position: absolute; top:0px; left:0;  width:100%; height:40px; background: #f6f6f6;}
.header-content { position: relative; height: 120px; padding-left: 50px;}
.header-content .logo { width:240px; height: 35px; display: block; background: url(../img/logo.svg) no-repeat; position: absolute; top:42px; left:0px;}

.header-content .nav { display: flex; ; width: 850px; margin: 0 auto; gap: 10px;}
.header-content .nav-item { position: relative; width: calc(100% / 5);}
.header-content .nav-link {text-decoration: none; color: #495057; font-weight:600; padding:48px 0 52px 0; transition: color 0.3s ease; display: block; cursor: pointer; font-size: 2.2rem; text-align: center;}
.header-content .nav-link:hover {  color:var(--ks-primary);}


.mega-menu { position: absolute; top: 100%; left: 0; right: 0; background:var(--ks-white); border: 1px solid var(--ks-gray-20); border-top: 5px solid #f4f7fc; box-shadow: 0 4px 6px rgba(0,0,0,0.1); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; z-index: 999;}
.mega-menu.active { opacity: 1; visibility: visible; transform: translateY(0);}
.mega-menu .mega-menu-content { max-width: 1400px; margin: 0 auto; padding-left: 50px; }
.mega-menu .mega-menu-grid {  width: 870px; display:flex; gap: 10px; margin: 0 auto;}
.mega-menu .mega-menu-column { position: relative;text-align: center; padding: 3rem 0 8rem 0; width: calc(100% / 5);}
.mega-menu .mega-menu-column:first-child{ padding-left: 0.2rem; }
.mega-menu .mega-menu-item { margin-bottom: 2rem;}
.mega-menu .mega-menu-link {display: block;color: var(--ks-gray-80); text-decoration: none; padding: 1rem; transition: color 0.3s ease;background: #f8f9fb; border:#e9e9e9 solid 1px; border-radius: 8px; font-size: var(--ks-fs-18); letter-spacing: -1px;white-space:normal;word-break:keep-all;overflow-wrap:break-word; line-height: 1.2;}
.mega-menu .mega-menu-link:hover { color:var(--ks-white); background:linear-gradient(to left,#725bed 0%,#3e61d7 100%); box-shadow: rgba(0, 51, 192, 0.2) 0 5px 10px;}


.user-area {  position: absolute; top:40px; right:0; color: var(--ks-gray-80);font-size: var(--ks-fs-16);width: auto;  min-width: fit-content; }
.user-area .user-content { display: flex; gap:5px;flex-wrap: nowrap; align-items: center; white-space: nowrap;justify-content:center; position: relative; }
.user-area .user-content > div { position: relative; display: flex; gap: 8px; flex-shrink: 0; align-items: center; font-size:var(--ks-fs-17);}
.user-area .user-log { background: var(--ks-white); border-radius: 0.5rem; padding:1rem 1rem 0.9rem 3.5rem;  font-size:var(--ks-fs-19); color:var(--ks-gray-70); font-weight: 600; transform: scale(1)!important; cursor: pointer !important;}
.user-area .user-log:after { content: ""; position: absolute; top:calc(50% - 12px); left:7px;  width:24px; height:24px;background:url(../img/ico_login.svg) center center no-repeat;  background-size: 24px; }
.user-area #lnkLogout.user-log:after { display: none;}
.user-area .user-log:hover{ background: #edf1f5;}

.user-area [class^="account-"][class$="btn"] { position: relative; background: #fff; display: block; font-size:var(--ks-fs-18); color:var(--ks-gray-80);font-weight: 600;  border-radius: 0.5rem; transform: scale(1)!important; cursor: pointer !important;}
.user-area .account-name-btn { padding:1rem 1rem 0.9rem 3.5rem; max-width: 150px;box-sizing: border-box; width: auto;}
.user-area .account-name-btn:after { content: ""; position: absolute; top:7px; left:9px;  width:24px; height:24px;background:url(../img/ico_mem.svg) center center no-repeat;  background-size: 24px; }
.user-area .account-name-btn .account-name { font-size:var(--ks-fs-19); color:var(--ks-gray-70); font-weight: 600; position: relative;line-height: 1.2; display: inline-block;  max-width: 100%; white-space: normal;white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.user-area .account-mypage-btn { padding:0.8rem 1rem 0.8rem 3.3rem;box-sizing: border-box; }
.user-area .account-mypage-btn:after { content: ""; position: absolute; top:7px; left:6px;  width:24px; height:24px;background:url(../img/ico_mypage.svg) center center no-repeat;  background-size: 24px; }


.user-area .account-name-btn:hover,
.user-area .account-name-btn.active,
.user-area .account-mypage-btn:hover { color:var(--ks-primary-80); background: #edf1f5; border-radius: 0.5rem; }
.user-area .account-name-btn.active .account-name {color:var(--ks-primary-80);}

.dropdown-wrapper { position: absolute; top: calc(100% + 10px); left: 50%; margin-left: -100px; }
.dropdown-wrapper .dropdown-box { position: relative; top: 0; left: 0; background: var(--ks-white); border-radius: 2rem; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); padding: 2.5rem 2rem; width: 200px; display: none; z-index: 100; }
.dropdown-wrapper .dropdown-box.active { display: block; animation: fadeIndropdown 0.3s ease; }
.dropdown-wrapper .dropdown-box::before { content: ""; position: absolute; top: -10px; left: calc(50% - 5px); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid white; }
.dropdown-wrapper .box-buttons { display: flex; flex-direction: column; gap: 10px; }
.dropdown-wrapper .box-buttons button { width: 100%; cursor: pointer; }
.dropdown-wrapper .box-buttons button#btnLogout{ position: relative;}
.dropdown-wrapper .box-buttons button#btnLogout { position: relative; padding-left: 30px; }
.dropdown-wrapper .box-buttons button#btnLogout::before { position: absolute; top: 50%; left: 43px; transform: translateY(-50%); display: block; width: 16px; height: 16px; content: ''; background: url(../img/ico_logout.svg) no-repeat center; background-size: contain; }


@keyframes fadeIndropdown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Hamburger Menu (Mobile) */
.hamburger { display: none;flex-direction: column; cursor: pointer; padding: 5px; gap: 4px; position: absolute; right:0; top:40px;}
.hamburger span { width: 25px;  height: 3px; background: var(--ks-gray-80); transition: all 0.3s ease; border-radius: 2px;}


/* Mobile Side Menu */
.mobile-menu { display: block; position: fixed; top: 44px; right: -380px; padding: 3rem 0; width: 380px;transition: all 0.1s ease;z-index: 1001;}
.mobile-menu.active { right: 0;}
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; z-index: 100; position: relative; height:9rem;}
.mobile-menu::before { position: absolute; top: 0; left: 0;width: 100%; height: 100vh;  content: ''; border-radius: 85px 28px 45px; background:#eef6fe;}


.close-btn{background:linear-gradient(to left,#725bed 0%,#3e61d7 100%);border:0;cursor:pointer;border-radius:1.2rem;width:40px;height:40px;position:absolute;top:-50px;right:-20px;}
.close-btn i{position:relative;display:block;width:100%;height:100%;line-height:0;}
.close-btn i::before,.close-btn i::after{content:'';position:absolute;top:50%;left:50%;width:22px;height:2px;background:#fff;transform-origin:center;}
.close-btn i::before{transform:translate(-50%,-50%) rotate(45deg);}
.close-btn i::after{transform:translate(-50%,-50%) rotate(-45deg);}






.menu-container { display: flex; margin: 0 auto; box-shadow: 0 2px 10px rgba(0,0,0,0.1); height: 100vh;}
.menu-primary { width: 152px; overflow-y: auto; z-index: 100; padding-left: 10px;}
.menu-primary-item { padding: 2rem; font-weight: 600; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,0.1);
position: relative; border-radius:1.5rem;}
.menu-primary-item.active { background:  linear-gradient(to left,#725bed 0%,#3e61d7 100%); box-shadow: 0 .25em .5em 0 rgba(58, 102, 215, 0.2); color: var(--ks-white);}
.menu-primary-item.active:before {position:absolute; top:calc(50% - 3px);  right:14px; margin:-1px 0 0 -12px; display:block; width:8px; height: 8px; content:''; border-right: #fff solid 2px; border-top: #fff solid 2px; border-radius: 2px; transform: rotate(45deg);}
.menu-secondary { overflow-x: hidden; overflow-y: auto; position: absolute; top: 119px; right: 0; z-index: 10; width: 246px; height: 100%; border-top: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; background-color: #fff; border-top-left-radius: 15px; opacity: 1;}
.menu-secondary-content {display: none; padding: 3rem;z-index: 1000; position: relative;}
.menu-secondary-content.active { display: block; animation: fadeIn 0.3s ease;}
.menu-secondary-content h3 { font-size:var(--ks-fs-22); font-weight: 600; margin-bottom: 1rem; color: var(--ks-primary); padding-bottom: 1.5rem; border-bottom: 2px solid #003d82; padding-left: 1rem;}
.menu-secondary-content li { padding: 1.5rem 1rem; border-bottom: 1px solid #eee;}
.menu-secondary-content a { text-decoration: none; color: var(--ks-gray-90); display: block; font-size:var(--ks-fs-17); transition: all 0.2s;}
.menu-secondary-content a:hover { color: var(ks-secondary-90); font-weight:600; padding-left: 5px;}
.menu-secondary-content a.active { color: var(ks-secondary-90); font-weight: 600;  padding-left: 5px;}




/* Overlay */
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 1000;}
.overlay.active { opacity: 1; visibility: visible;}


.footer { position: relative;}
.footer .footer-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.footer .footer-top { padding:5rem 2rem; }
.footer .footer-top .footer-logo img{ width: 120px; height: auto; }
.footer .footer-contacts { position: relative; }
.footer .footer-contacts .footer-contacts-rows { display: flex; flex-wrap: wrap; gap: 15px 30px; }
.footer .footer-contacts .footer-item-title { color: var(--ks-gray-90); font-size: var(--ks-fs-19);}
.footer .footer-contacts .footer-item {  display: flex; white-space: normal; word-break: keep-all; overflow-wrap: break-word; gap: 30px;  color: #333;  }
.footer .footer-contacts .footer-item .sub_info { font-size: var(--ks-fs-16);color:var(--ks-gray-60);}
.footer .footer-contacts .footer-number { color: #292929; font-weight: 700; }

.footer .footer-bottom { padding: 3rem; }
.footer .footer-bottom .footer-semas-logo img { width: 200px; height: auto; filter: grayscale(100%) contrast(120%) brightness(110%);}
.footer .footer-bottom .footer-info { color: #666; line-height: 1.2; }
.footer .footer-bottom .footer-info span { display: flex;}

body:has(.main-cont) .footer .footer-top  { background: var(--ks-white); }
body:has(.main-cont) .footer .footer-bottom  { background:#f6f6f6; }
body:has(.sub-cont) .footer .footer-top  { background: #F3F5F8; }
body:has(.sub-cont) .footer .footer-bottom  { background: #ebebeb;  }



@keyframes main_bounce1 {
    0% { margin-top: 0; }
    5% { margin-top: 7%; }
    10% { margin-top: 0; }
    15% { margin-top:7%; }
    20%,100% {  margin-top: 0 }
}

@keyframes main_bounce2 {  
    0% {  transform: translateY(-5%); }
    50% { transform: translateY(2%); }
    100% { transform: translateY(-5%); }
}
@keyframes bounce3 {
    0% { left: 44%}
    50% { left: 45% }
    100% {left: 46%}
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/* common end*/




/* main Content */
.main-cont { padding: 10rem 0 10rem 0; text-align: center; background: #f3f5fc;}
.main-cont .store-search { display: flex; align-items:center; justify-content: flex-end; margin:0 0 3rem 0; }
.main-cont .store-search .store-inn { width: 250px; position: relative;font-size: var(--ks-fs-20); font-weight: 600; color:#fff;border-radius: 15px; padding: 20px 20px; box-shadow: 0 3px 15px 0 rgba(21,34,102,0.3);background:linear-gradient(120deg,#3e61d7 0%,#725bed 60%);transition: transform 0.3s ease; }
.main-cont .store-search .store-inn i.store-icon {position: absolute; left:22px; bottom:12px; width: 53px; height: 40px;background-size: 100% auto;background-repeat: no-repeat;}
.main-cont .store-search .store-inn i.store-icon i {background: url(../img/ico_map.svg) no-repeat; background-size: 40px; animation: main_bounce1 6s ease-in-out infinite; animation-delay: 1s; display: block;width: 40px; height: 40px; opacity: 0.8;}
.main-cont .store-search .store-inn span { margin-left:4.5rem; position: relative; display: block; width:calc(100% - 55px); height: 20px; color:#fff; text-align: left; padding-left: 1rem;}

.main-cont .store-search .store-inn span:after{position:absolute; top:5px; right:6px; display:block; width:14px; height:14px; background: url(../img/ico_arrow.svg) no-repeat; transform: rotate(45deg); background-size: 14px; content:'';}
.main-cont .store-search .store-inn span:before{position:absolute; top:-2px; right:0px; display:block; width:26px; height:26px; border-radius: 50%; background: #fff; content:''; }
.main-cont .store-search .store-inn:hover { box-shadow: rgba(0, 51, 192, 0.2) 0 5px 10px;}



.main-page { display: flex; justify-content: space-between; gap:40px;}
.main-card {  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;  margin-bottom: 2rem; width:calc(100% - 300px); padding-top: 3.5rem;}

.main-card .card {  border-radius: 2rem; padding: 3rem 3.5rem; position: relative; cursor: pointer; transition: transform 0.3s ease; text-align: left; height: 500px;  }
.main-card .card::before { display: block; content: ''; position: absolute; top: 0; left: 0; border-radius: 2rem; width: 100%; height: 100%; right: 100%; bottom: 100%;box-shadow:-7px 0 5px -1px rgba(0, 0, 0, 0.1), 0 -7px 5px -2px rgba(0, 0, 0, 0.1);}

.main-card .card.card01 { background: radial-gradient(#FFE6F3 35%, #FFD8EB 100%);}
.main-card .card.card02 {  background: radial-gradient(#D9ECFF 35%, #BDDEFF 100%);}
.main-card .card.card03 { background:#cae9f8 url(../img/main-card03_bg.png)no-repeat 80% center;}
.main-card .card-title {  margin-bottom: 0.3rem; padding-top: 4rem; }
.main-card .card-title .main-title { font-size:var(--ks-fs-28);  font-weight:800; color: var(--ks-gray-80); line-height: 1.1;}
.main-card .card-title .sub-title { font-size:var(--ks-fs-22); color:var(--ks-gray-70); font-weight:400; margin-bottom: 0.3rem; }
.main-card .card-subtitle { font-size:var(--ks-fs-17); color: var(--ks-gray-80); margin-bottom: 2rem;word-break: keep-all; overflow-wrap: break-word;}
.main-card .card-content { font-size:var(--ks-fs-16); color: var(--ks-gray-60); line-height: 1.5;}
.main-card .card-icon { position: absolute; bottom: 0px; left:calc(50% - 150px); width: 300px; height: 300px; display: flex; align-items: center; justify-content: center;font-size:  var(--ks-fs-26);  background-position: center center; filter: drop-shadow(0.5rem 0.5rem 1rem rgba(13, 14, 15, 0.15));transition: all .35s ease;}
.main-card .card-icon.ico01 { background: url(../img/main-card01.png)no-repeat; background-size: 300px;}
.main-card .card-icon.ico02 { background: url(../img/main-card02.png)no-repeat;bottom: 20px; background-size: 300px;}
.main-card .card-icon.ico03 { background: url(../img/main-card03.png)no-repeat;bottom: 0; transform-origin: bottom center; background-size: 300px;}
.main-card .card-icon.ico01-1 { background: url(../img/main-card01-1.png)no-repeat;background-size: 300px;}
.main-card .card-icon.ico02-1 { background: url(../img/main-card02-1.png)no-repeat;bottom: 20px; background-size: 300px;}
.main-card .card .a-card:hover .c_more p { background:linear-gradient(120deg,#3e61d7 50%,#725bed 80%); font-weight: 600;}
.main-card .card .a-card:hover .card-icon {transform: scale(.9);transition: all .35s ease; }

.main-card .c_more { position: absolute;  right: 0;  bottom: 0; width: 12rem; height: 6.3rem; border-radius:4rem 0 0 0; background-color: #f3f5fc;}
.main-card .c_more:before {  content: ""; position:absolute;  left: -7rem; bottom: 0; width: 7rem; height: 7rem; overflow: hidden; border-radius: 50%; box-shadow: 4rem 4rem 0 0 #f3f5fc;}
.main-card .c_more:after {  content: ""; position:absolute;  right: 0; top: -8rem;  width: 8rem; height: 8rem;  overflow: hidden; border-radius: 50%; box-shadow: 4rem 4rem 0 0 #f3f5fc;}
.main-card .c_more .bt { position: absolute; right: 0; bottom: 0; z-index: 1; width: 7.5rem; height: 3.8rem; border-radius: 30px; background-color: var(--ks-secondary-90); font-style: normal; color:var(--ks-white); padding-top: 1.5rem; padding-left: 3.5rem;}
.main-card .c_more .arrowup {  position: relative; display: block; font-style: normal;}
.main-card .c_more .arrowup:after{position:absolute; top:calc(50% - 9px); right:21px; display:block; width:18px; height:18px; background: url(../img/ico_arrow_wh.svg) no-repeat; transform: rotate(45deg); background-size: 18px; content:''; }




.main-sidebar { position: relative; width: 300px;}
.main-sidebar .board-section,
.main-sidebar .contact-section {background:var(--ks-white); border-radius: 1.5rem; padding: 1rem 0 0.8rem 0;  box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2);}
.main-sidebar .board-section:not(:first-child) { padding: 1.2rem 0rem}
.main-sidebar .board-section:first-child { padding-bottom: 0.5rem;}
.section-title {font-size: var(--ks-fs-20); font-weight: 600; color: #2c3e50;}
.board-section { padding: 5px 0 10px 0; border-bottom: 1px solid #e8e8e8; cursor: pointer; transition: background 0.3s ease; margin-bottom:1.4rem;}
.board-section .board-header { font-weight: 600; color: var(--ks-gray-80);display: flex; justify-content: space-between; align-items: center; padding:0 15px 0px 20px; }
.board-section:has(.board-list.noti) .board-header { border-bottom: solid 1px var(--ks-gray-10);  height: 34px; padding-bottom: 5px; margin-bottom: 5px;}
.board-section .board-item  { text-align: left;display: grid;grid-template-columns:1fr;border-bottom: dashed 1px #e8e8e8; }
.board-section .board-item a:hover{ background: #F8F8F8;}
.board-section .board-item:last-child { border-bottom: 0;}
.board-section .board-list { padding: 0 2rem;}
.board-section .board-item a{border-radius: 1rem; min-width: 0; display: flex; justify-content: space-between; margin: 0 -10px; padding: 4px 10px;}
.board-section .board-item a .board-content{ font-size:var(--ks-fs-17);}
.board-section .board-content .board-tag{ background: var(--ks-primary); color:var(--ks-white); padding:2px 7px; border-radius: 2rem; margin-right: 5px; font-size:var(--ks-fs-14);}
.board-section .board-list.qna .board-item { margin-bottom:5px; border-bottom: 0;}
.board-section .board-list.qna .board-item a{background: var(--ks-gray-5);}
.board-section .board-list.qna .board-content{ font-size:var(--ks-fs-18);padding:0.5rem 1.5rem;text-align: left;padding-left: 3rem; position: relative;}
.board-section .board-list.qna .board-item a:hover { background: #e9ecef;;}
.board-section .board-list.qna .board-content .board-faq {background:var(--ks-primary); color:var(--ks-white); width: 24px; height: 24px; border-radius: 50%; font-weight:400; margin-top: 2px; position: absolute; left: 0; top:calc(50% - 13px); text-align: center;}
.board-section .board-list .notice-date {font-size:var(--ks-fs-16); color: var(--ks-gray-80); width: 60px; text-align: right;}
.moreLink { background: none; border: none; font-size:var(--ks-fs-20); color: var(--ks-gray-60); cursor: pointer; position: relative;}
.moreLink:after { content: '';  display: inline-flex;  width: 26px;  height: 26px; border-radius: 25px;  align-items: center;  justify-content: center; border: solid 1px var(--ks-gray-20); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='3.5' stroke-linecap='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 14px 14px; }
.board-section .section-info {text-align: left; font-size:var(--ks-fs-17); padding: 0.5rem 2rem 0.8rem 2rem; line-height: 1.2; white-space:normal;word-break:keep-all;overflow-wrap:break-word;}
.board-section .section-btn { width: 100%; background: var(--ks-primary);color:var(--ks-white);font-size:var(--ks-fs-16); border-radius: 0.8rem; padding: 0.5rem; margin-top: 0.5rem;}
.board-section .section-btn span { position: relative; padding-right: 20px;}
.board-section .section-btn span::before { content: ''; position: absolute; right:0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain;}

.main-sidebar #assistCard { position: relative; border:none; transition: all .35s ease; }
.main-sidebar #assistCard:hover { background: linear-gradient(120deg,#3e61d7 60%,#725bed 100%); }
.main-sidebar #assistCard:hover * { color:#fff !important;}
.main-sidebar #assistCard:hover:before { border:rgba(255,255,255,1);}
.main-sidebar #assistCard .section-title { color: #2c3e50;}
.main-sidebar #assistCard .section-info { color:#555;}
.main-sidebar #assistCard:after{position:absolute; top:calc(50% - 5px); right:21px; display:block; width:14px; height:14px; background: url(../img/ico_arrow.svg) no-repeat; transform: rotate(45deg); background-size: 14px; content:'';}
.main-sidebar #assistCard:before{position:absolute; top:calc(50% - 12px); right:14px; display:block; width:26px; height:26px; border-radius: 50%; background:#fff;border:solid 1px var(--ks-gray-20); content:''; }
.main-sidebar #assistCard .section-info {text-align: left; font-size:var(--ks-fs-17); padding: 0.5rem 6rem 0.8rem 2rem; line-height: 1.2;}

.main-sidebar #preViewCard { padding: 2rem 0; transition: all .35s ease; }
.main-sidebar #preViewCard .section-title { color: #2c3e50 !important; }
.main-sidebar #preViewCard:before {background:#3e61d7 !important; border:0 !important; top:calc(50% - 13px) !important; width: 26px !important; height:26px !important; right:20px !important;}
.main-sidebar #preViewCard:after { content: ''; position: absolute; right:0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E") !important; background-repeat: no-repeat; background-size: contain; transform: rotate(0) !important; background-size: 16px !important; width: 16px !important; height: 16px !important; right: 25px !important;}
.main-sidebar #preViewCard:hover .section-title { color: #fff !important;}
.main-sidebar #preViewCard:hover:before { background: #fff !important;}
.main-sidebar #preViewCard:hover:after { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23777777' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E") !important;}



.main-sidebar .contact-section { padding: 1.5rem 0; margin-top: 1.4rem;}
.main-sidebar .contact-section .contact-title { display: flex; gap:10px; font-size:var(--ks-fs-19); font-weight:600; color: #2c3e50; padding: 0 2rem;}
.main-sidebar .contact-section .contact-number { font-size:var(--ks-fs-20); font-weight:800; color: #8ba0aa;}
.main-sidebar .contact-section .contact-info { font-size: var(--ks-fs-16);color: #666; text-align: left; line-height: 1.2; margin-bottom:0.5rem;padding: 0 2rem;}
.main-sidebar .contact-section .contact-time { text-align: left; padding-left: 15px;}
.main-sidebar .contact-section .contact-time span{ font-size: var(--ks-fs-16);color: #666; position: relative; padding-left: 14px; letter-spacing: -1px;}
.main-sidebar .contact-section .contact-time span em { font-style: normal; margin-right: 0.3rem;}
.main-sidebar .contact-section .contact-time span:before {  content: '';  width: 16px; height: 16px;  margin-right: 7px; position: absolute; left: -3px; top:1px; background: url(../img/ico-time.png)no-repeat; background-size: 16px; }

/* 신청안내 레이어팝업 */
.detail-page { display: none;  border-radius: 2rem; padding: 4rem; box-shadow: 0 4px 20px rgba(0,0,0,0.1); position: relative; background:#bbdcf3 url(../img/main-card03_bg.png)no-repeat 55% bottom; padding-top: 7rem;}
.detail-page.active { display: block;}
.detail-page .detailclose-btn { position: absolute; top: 20px; right: 20px; background: none; cursor: pointer; width: 30px;  height: 30px; border-radius: 50%; transition: background 0.3s ease;transform: rotate(45deg); z-index: 1;}
.detail-page .detailclose-btn:after{position:absolute; top:0%; left:50%; display:block; width:1px; height:30px; background:var(--ks-white); content:'';  transform: rotate(90deg);}
.detail-page .detailclose-btn:before{position:absolute; top:0; left:50%; display:block; width:1px; height:30px; background:var(--ks-white); content:'';  }
.detail-page .detailclose-btn:hover {  -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; transform:rotate(360deg);}

.detail-page .detail-header { margin-bottom: 3rem; text-align: left; display: flex; justify-content: space-between; width: 70%;}
.detail-page .detail-title { font-size:var(--ks-fs-32);  font-weight:800; color: var(--ks-gray-80); margin-bottom: 1rem; position: relative;z-index: 0;}
.detail-page .detail-title em { position: relative; font-style: normal;z-index: 5;}
.detail-page .detail-title:after{position:absolute; top:24px; left:0; display:block; width:100%; height:14px; background:var(--ks-white); content:''; opacity: 0.6; z-index: 0;}
.detail-page .detail-title span { font-weight:400; font-size:var(--ks-fs-28);}
.detail-page .detail-subtitle { font-size:var(--ks-fs-18); color: var(--ks-gray-70); margin-bottom: 1rem; margin-top: 1rem;text-shadow:  0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 10px rgba(255, 255, 255, 0.8); position: relative; z-index:0; }
.detail-page .guide-button { background: linear-gradient(to left,#725bed 0%,#3e61d7 100%); color:var(--ks-white); border: none; border-radius: 25px; padding: 1rem 3.5rem 1.2rem 2.5rem; font-size:var(--ks-fs-18); cursor: pointer;  margin-bottom: 3rem; transition: transform 0.3s ease; position: relative; box-shadow:0  2px 10px rgba(0,0,0,0.1);}
.detail-page .guide-button:hover { transform: translateY(-2px); font-weight: 600;}
.detail-page .guide-button:after{position:absolute; top:14px; right:27px; display:block; width:1px; height:14px; background:var(--ks-white); content:''; transform: rotate(45deg); }
.detail-page .guide-button:before{position:absolute; top:16px; right:22px; display:block; width:8px; height:8px; border-top:var(--ks-white) solid 1px; border-right:var(--ks-white) solid 1px; content:''; }

.detail-page .step-maintitle { font-size: var(--ks-fs-22); text-align: left; margin-bottom: 1rem;}
.detail-page .steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px;width: 70%;}
.detail-page .steps-container:before{position:absolute; bottom:0px; right:0px; display:block; width:300px; height:300px; content:''; background: url(../img/main-card03.png)no-repeat; background-size: 300px;}
.detail-page .step-card { background: var(--ks-white); border-radius: 1.5rem; padding: 2rem; position: relative; box-shadow: 0 2px 10px rgba(0,0,0,0.1); overflow: hidden; z-index: 0;}
.detail-page .step-card:after {position:absolute; top: -55px; left: -61px; display:block; width:157px; height:193px; background:url(../img/bg_main_step.png)no-repeat; content:'';z-index: 1; }
.detail-page .step-card:before {position:absolute; top:0px; left:0; display:block; width:100%; height:80px; content:''; z-index: 0;}
.detail-page .step-card.step-1:before{ background-color: #FF469D;}
.detail-page .step-card.step-2:before{ background-color: #2B68DF;}
.detail-page .step-card.step-3:before{ background-color: #2A23AA;}
.detail-page .step-card .step-head { display: flex; justify-content: space-between;z-index: 5; position: relative;}

.detail-page .step-card .step-number {  width: 20px; height: 40px;  color: var(--ks-white); display: flex; align-items: center; justify-content: center; font-size:var(--ks-fs-30); font-weight:800; margin-bottom: 1.5rem; position: relative; z-index: 5;}
.detail-page .step-card .step-title { font-size:var(--ks-fs-22); font-weight:600; color:var(--ks-white); margin-bottom: 10px;}
.detail-page .step-card .step-content { color: #666; line-height: 1.5; text-align: left; padding: 3rem 0;}



.assist-detail-page { display: none;}
.assist-detail-page.active { display: block;display: flex; position: fixed; left: 0; top: 0; width: 100%; height: 100%; justify-content: center; align-items: center; z-index: 999;}
.assist-detail-inner { position: relative; border-radius:1.5rem;background-color: #fff; border: 1px solid #E6E8EC; display: flex;flex-direction: column; width: 1000px; z-index: 1000; padding:2rem 3rem 3rem 3rem; min-height: 740px; /*overflow: auto;*/ max-height: calc(100vh - 80px);}

.assist-tab-wrap { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom: 2rem;}
.assist-tab-wrap .assist-tab{ padding:1.4rem 0.3rem; border-radius:1rem; background:#eff5fe; text-align:center; color:var(--ks-secondary-60); transition: all 0.3s ease; border: #d1e2ee solid 1px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);}
.assist-tab-wrap .assist-tab:hover { background:linear-gradient(to left,#725bed 0%,#3e61d7 100%); color:var(--ks-white);}
.assist-detail-content{ display:none; text-align: left; display:none; flex:1; min-height:0;  flex-direction:column;}
.assist-detail-content.active { display: flex; height: 100%;}


.assist-ul-wrap { display: flex; justify-content: center; gap: 32px; margin: 2rem 0.8rem; background: #f7faff; border-radius: 1rem; padding: 3rem 2rem; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);}
.assist-ul { display: flex; flex-direction: column; gap: 5px;}
.assist-ul li { text-align: center;display: flex; gap:7px; align-items: flex-start;}
.assist-ul li p { font-size: var(--ks-fs-16);  text-align: left;}
.assist-ul:nth-child(1) li { width: 300px;}
.assist-ul:nth-child(2) li { width: 370px;}

.assist-ul button { transform: scale(1)!important; }
.assist-ul .btn_blue:hover { box-shadow: none; background: var(--ks-primary);  }

.assist-footer{ display:flex; justify-content:space-between; margin-top: 1.5rem;}
.assist-footer button { display: inline-block;min-width: 40px;height: 40px;margin: 0 4px;border-radius:0.6rem;color: var(--ks-gray-90);vertical-align: top;transition: all 0.4s;border: #dfdfdf solid 1px;background: #fff; align-items: center;}
.assist-footer button:hover, 
.assist-footer button:focus { color: #1A2F74; border-color: #1A2F74;}
.assist-footer button.assist-prev-btn { padding: 0 15px 0 30px; background: url("../img/ico_paging_prev.svg") 5px center no-repeat;}
.assist-footer button.assist-prev-btn:hover, 
.assist-footer button.assist-prev-btn:focus { background-image: url("../img/ico_paging_prev_on.svg"); }
.assist-footer button.assist-next-btn { padding: 0 30px 0 15px; background: url("../img/ico_paging_next.svg") 50px center no-repeat; }
.assist-footer button.assist-next-btn:hover, 
.assist-footer button.assist-next-btn:focus { background-image: url("../img/ico_paging_next_on.svg");}
.assist-footer button:disabled:hover { border-color:#dfdfdf;}
.assist-footer button.assist-first-btn { background:var(--ks-primary); color:var(--ks-white); padding:0 3rem;  border:1px solid transparent;}


.assist-head{ flex:0 0 auto; position: relative; min-height: 30px; border-bottom: 1px dashed #dcdde0; padding-right: 3rem;}
.assist-head h1.title { line-height: 1.2; font-size: var(--ks-fs-22);}
.assist-cont{ flex:1; overflow-y:auto;width:100%; padding-bottom: 1.5rem; padding-top: 2.5rem;}
.assist-cont p { white-space:normal;word-break:keep-all;overflow-wrap:break-word; line-height: 1.2;;}
.assist-cont::-webkit-scrollbar { width:12px;}
.assist-cont::-webkit-scrollbar-thumb {background-color: #a2abb5; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.assist-cont::-webkit-scrollbar-track {background-color: #f6f7fb;}
.assist-cont .assist-img { display: flex;justify-content: center;}

.assist-info-box { padding: 2rem 0; display: flex; align-items: flex-start; gap: 10px; }
.assist-info-icon { flex-shrink: 0; background: url(../img/ico_assist_info.svg) no-repeat; width: 50px; height: 50px; background-size: 50px;}
.assist-info-text { flex: 1; text-align: left; }
.assist-info-title { font-size:var(--ks-fs-20); color:var(--ks-gray-80); font-weight: 600; }
.assist-info-desc {  color:var(--ks-gray-70); line-height: 1.2; }

.assist-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 3rem; }
.assist-content-card { background: #fafafa; border-radius: 1rem; padding: 2rem; text-align: left; }
.assist-content-card h3 { font-weight: 600; color: #222; margin-bottom: 1.5rem; text-align: left; line-height: 1.2;}
.assist-content-card li { font-size: 16px; color: #555;  position: relative; text-align: left; }
.assist-content-card p { font-size: 15px; color: #666; line-height: 1.3; margin-top: 1rem; }

.assist-step-container{ position: relative; margin-top: 3rem;}
.assist-step-container:before { position: absolute; top:10px; left:11px; display:block; width:4px; height:calc(100% - 35px); background:var(--ks-gray-10);content:''; z-index: -1; }
.assist-step-item { display: flex; gap: 10px; margin-bottom:2rem; align-items: flex-start; }
.assist-step-number { width: 25px; height: 25px; border-radius: 50%; background: #2563eb; color: white; display: flex; align-items: center; justify-content: center; font-size:  var(--ks-fs-18); font-weight: 600; flex-shrink: 0; }
.assist-step-content { flex: 1; text-align: left; display: flex; gap: 10px; align-items: flex-start;}
.assist-step-title { font-size:var(--ks-fs-19); font-weight: 600; color: #222; width: 115px; }
.assist-step-desc { line-height: 1.3; }


.notice-guide { position: relative; padding-left: 24px;color: #CD3700; font-size: var(--ks-fs-17); font-weight: 400;}
.notice-guide::before { content: ""; position: absolute; left: 0; top:calc(50% - 11px);  width: 20px; height: 20px; background: url(../img/ico_notice_guide.svg) no-repeat center / contain; }
.notice-guide .fs-big { font-size: var(--ks-fs-20); margin-left: 0.4rem; font-weight: 600; }

.assist-contact-box { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom: 1.5rem;}
.assist-contact-text { flex:1;}
.assist-contact-title{ display:block;font-size:var(--ks-fs-19); font-weight:600; color:var(--ks-gray-90)}
.assist-contact-law { color:var(--ks-gray-60)}


.result-list-title { color:var(--ks-gray-90); font-size: var(--ks-fs-19); margin-bottom: 0.5rem;}
.result-list { position: relative; width: 100%; font-size: var(--ks-fs-16); }
.result-list:before { content: ""; position: absolute; left: 0px; right: 0px; bottom:-1px; z-index: 2; height: 0.1rem; background-color: #e0e0e0;}

.result-item { display: flex; align-items: center; padding: 1.2rem 1.3rem; border-top: 1px solid #e0e0e0; gap:10px; }
.result-item:nth-child(even) { background: #F6F9FE; }
.result-item .result-code { font-weight: 600; color: var(--ks-primary); width: 80px; text-align: center; flex-shrink: 0; }
.result-item .result-address { color: #333; line-height: 1.6; flex: 1; display: flex; flex-direction: column; }
.result-item .result-address a:hover { text-decoration: underline; color: var(--ks-primary);}
.result-item .result-address .add-type { display: inline-block; font-style: normal; font-size: var(--ks-fs-14); color: var(--ks-primary); border:var(--ks-primary) solid 1px; padding: 0 0.5rem; border-radius: 0.4rem; margin-right: 0.5rem; min-width: 30px; text-align: center; background: var(--ks-white);}


.region-check-popup { position: relative; width: 100%; height: calc(100vh - 80px);}
.region-check-col.map-view { position: relative; width: 100%; height: 100%;background: aliceblue; flex: 1; min-height: 0;}
.region-check-col.map-address { position: absolute; left: 10px; top:10px; width: 46rem; height:480px; background: #fff; border-radius: 1rem; box-shadow: 0 0 10px rgba(0,0,0,0.4); padding: 2rem;  overflow-y: auto;}
.region-check-col.map-address::-webkit-scrollbar { width:12px;}
.region-check-col.map-address::-webkit-scrollbar-thumb {background-color: #a2abb5; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.region-check-col.map-address::-webkit-scrollbar-track {background-color: #fff;}
.region-check-title { text-align: center; margin-bottom: 2rem; color:var(--ks-gray-90);}
.region-check-title p:first-child { font-weight: 600; line-height: 1.2;}
.region-check-title p:nth-child(2) { font-size: var(--ks-fs-16);}

.img-assist-05 {width: 100%;}



/* store Content 가맹점 */
.store_content { padding: 10rem 0px 10rem 0; text-align: center; background: #f3f5fc;}
.content-grid {  display: grid; grid-template-columns: 2fr 1fr;gap: 30px; margin-bottom: 4rem; align-items: start;}
.profile-card { background:var(--ks-white); border-radius: 1.5rem;padding: 3rem; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.profile-card .profile-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem;}
.profile-card .profile-title { position: relative; text-align: left;}
.profile-card .profile-title h2 {position: relative;font-size:var(--ks-fs-22); font-weight:400; color:var(--ks-gray-80); margin-bottom: 0.5rem; word-wrap: break-word}

.profile-card .profile-title strong {font-size:var(--ks-fs-26);  font-weight:700; color:var(--ks-gray-80);}
.profile-card .profile-info {display: flex; gap:10px; justify-content: space-between; align-items: center;background-color: #f1f2f6; width: 350px; border-radius: 2rem; padding: 2rem; padding-bottom: 1.3rem; margin-bottom: 1rem;}
.profile-card .profile-info .store-type { flex: 1;height: 50px;  }
.profile-card .profile-info .store-value { margin-bottom: 0.4rem; font-weight: 800; font-size: var(--ks-fs-26); color:var(--ks-primary); text-align: center;}
.profile-card .profile-info .store-label { color:var(--ks-gray-90); font-size: var(--ks-fs-17);text-align: center;}
.profile-card .profile-info .num-zero { opacity: 0.3;}
.profile-card .status-btn { background: linear-gradient(to left,#725bed 0%,#3e61d7 100%);  color:var(--ks-white);  border: none; padding: 4px 16px; border-radius: 20px; cursor: pointer; transition: transform 0.2s ease; font-size: var(--ks-fs-16);}
.profile-card .status-btn:hover { transform: translateY(-2px);}




.table-wrapper { position: relative;  border-top:var(--ks-gray-80) solid 1px;display: flex; flex-direction: column;height: 206px;}
.table-wrapper .table-header { display: grid; grid-template-columns: 105px 215px 100px 1fr 80px 1fr 1fr 80px; gap: 2px; padding: 10px 6px;border-bottom: 1px solid #898f9d; }
.table-wrapper .table-header div { font-size: var(--ks-fs-16); font-weight: 600;color: #000;}
.table-wrapper .table-body { display: flex; flex-direction: column; overflow-y: auto;  flex: 1; width: calc(100% + 12px); }
.table-wrapper .table-row { display: grid; grid-template-columns: 105px 215px 100px 1fr 80px 1fr 1fr 80px; gap: 2px; padding:8px 6px; border-bottom: 1px solid #e9ecef; align-items: center; transition: background-color 0.2s;}
.table-wrapper .table-row:hover { background-color: #f8f9fa; cursor: pointer;}
.table-wrapper .cell { overflow: hidden; text-overflow: ellipsis;white-space: nowrap;  font-size: var(--ks-fs-16); }

.table-wrapper .table-body::-webkit-scrollbar {width:12px;}
.table-wrapper .table-body::-webkit-scrollbar-thumb {background-color: #a2abb5; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.table-wrapper .table-body::-webkit-scrollbar-track {background-color: #f6f7fb;}





.service-cards { display: grid; gap: 35px;} 
.service-cards .service-card {background:var(--ks-white);border-radius:1.5rem; padding: 2.5rem 2rem 1.5rem 2rem; box-shadow: 0 2px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; position: relative; text-align: left; height: 95px;} 
.service-cards .service-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.15); background:linear-gradient(to left,#725bed 0%,#3e61d7 100%);}
.service-cards .service-card:hover h3,
.service-cards .service-card:hover p{ color:var(--ks-white);}
.service-cards .service-card:hover .arrow-icon { background: none;}
.service-cards .service-card:hover .arrow-icon:after{ background: var(--ks-white);}
.service-cards .service-card:hover .arrow-icon:before { border-color: var(--ks-white);}
.service-cards .service-card h3 {  font-size:var(--ks-fs-22); font-weight:700; margin-bottom:0.2rem; color:var(--ks-gray-80);}
.service-cards .service-card p {  color: var(--ks-gray-80);line-height: 1.4;font-size:var(--ks-fs-18);}
.service-cards .service-icon { position: absolute; bottom: 10px; right: 10px; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center;font-size: var(--ks-fs-24);  background-position: center center;animation: main_bounce2 3s infinite; filter: drop-shadow(0.5rem 0.5rem 1rem rgba(13, 14, 15, 0.15)); }
.service-cards .service-icon.ico01 { background: url(../img/ico-service01.png)no-repeat; background-size: 100px;}
.service-cards .service-icon.ico02 { background: url(../img/ico-service02.png)no-repeat; background-size: 100px;}
.service-cards .service-icon.ico03 { background: url(../img/ico-service03.png)no-repeat; background-size: 100px;}
.service-cards .service-icon.ico04 { background: url(../img/ico-service04.png)no-repeat; background-size: 100px;}
.service-cards .service-icon.ico05 { background: url(../img/ico-service05.png)no-repeat; background-size: 100px;}
.service-cards .service-icon.ico06 { background: url(../img/ico-service06.png)no-repeat; background-size: 100px;}

.service-cards .arrow-icon { position:relative;  width: 30px;height: 30px; border-radius: 50%; border:#F0F0F0 solid 1px; margin-top: 1rem; background: #f8f8f8;}
.service-cards .arrow-icon:after{position:absolute; top:9px; right:13px; display:block; width:1px; height:10px; background:var(--ks-gray-80); content:''; transform: rotate(45deg); }
.service-cards .arrow-icon:before{position:absolute; top:10px; right:9px; display:block; width:6px; height:6px; border-top:var(--ks-gray-80) solid 1px; border-right:var(--ks-gray-80) solid 1px; content:''; }



.store-bottom { display: grid; grid-template-columns: 400px 1fr; gap: 30px; margin-top: 4rem;}
.store-bottom .board-section {background:var(--ks-white); border-radius: 1.5rem; padding:1.5rem 0px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.store-bottom .board-section .board-header { margin-bottom: 1.5rem;}
.store-bottom .board-section .board-item  {line-height: 1.8; }
/* store Content 가맹점 end */


/****** MAIN END ******/
.sub-cont { position: relative; padding: 0rem 0 5rem 0; text-align: center; background: #fff; min-height: calc(100vh - 100px - 120px);}
.sub-cont:before{position:absolute; top:0px; left:0; display:block; width:100%; height:8rem; content:''; background:linear-gradient(168deg, #e6eefc 0%, #faf4fa 70%, #F9F4EE 100%);}
.sub-cont .sub-head { position: relative; z-index: 100;}

.sub-cont .sub-title {display:block; position:relative; border-bottom:1px dashed #DFE4EF; padding-bottom:1em; margin-bottom:2.5em;}
.sub-cont .sub-title h2 { font-size: var(--ks-fs-title-xxlg); color: var(--ks-secondary-90); margin-bottom: 3rem; font-weight: 600;}


.sub-cont .sub-path {display:block; position:relative; height:8rem; margin-bottom:2.5em;}
.sub-cont .sub-path ul {display:flex; flex-wrap:wrap; align-items:center; height:100%;}
.sub-cont .sub-path ul li {display:block; position:relative;}
.sub-cont .sub-path ul li + li { margin-left:1.5rem;}
.sub-cont .sub-path ul li + li:before {position:absolute; top:calc(50% - 3px);  left:0; margin:-1px 0 0 -12px; display:block; width:6px; height: 6px; content:''; border-right: #acb7d1 solid 2px; border-top: #acb7d1 solid 2px; transform: rotate(45deg);}
.sub-cont .sub-path ul li + li span {display:block; position:relative; font-size:var(--ks-fs-19); color:#555; padding:0 1rem; }
.sub-cont .sub-path ul li:first-child {display:block; position:relative; width:22px; height:22px;  background:url(../img/ico_home.png) no-repeat 50% 50%; background-size:contain; background-size: 20px; text-indent:-999px; overflow:hidden;}
.sub-cont .sub-path ul li:first-child + li { margin-left:0;}
.sub-cont .sub-path ul li:first-child + li:before { display:none;}
.sub-cont .sub-path ul li:last-child span {text-decoration:underline; color:var(--ks-primary-80) !important; font-weight: 600;}


.sub-section { padding: 4rem 0; text-align: left;}
.sub-section h3 {color: #000; font-weight: 600; margin: 0 0 20px;  padding: 0 0 2px 0px; position: relative; text-align: left; font-size: var(--ks-fs-24);}
.sub-section h3:before {display: block; content: "";  width:40px;  height: 4px; background: linear-gradient(to left,#725bed 0%,#3e61d7 100%); position: absolute; top:30px; left: 0; border-radius: 5px;}
.sub-section h3.simple {color: #000; font-size:var(--ks-fs-24);font-weight: 600; margin: 0;  padding: 0 0 12px 0px; position: relative; text-align: left;}
.sub-section h3.simple:before { display: none;}

.sub-info-title { position: relative; text-align: left; line-height: 1.4; margin-top: 2rem; margin-bottom: 2rem;} 
.sub-info-title .title-main { font-size: var(--ks-fs-24); font-weight: 600; color: var(--ks-gray-80);}
.sub-info-title .title-sub { font-size: var(--ks-fs-22);}
.sub-info-title .title-small { font-size: var(--ks-fs-20);}
.sub-info-title.tctitle { text-align: center;}
.sub-info-title.tctitle { font-size: var(--ks-fs-22);}
.sub-info-title.ALC {max-width: 600px; margin: 0 auto; position: relative; }


.sub-summury-wrap { padding:2rem 5rem; background-color: #fff; border-radius: 3rem; display: flex; justify-content: space-between; border: 3px solid #f4f2fa; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);min-height: 160px; align-items: center;white-space:normal;word-break:keep-all;overflow-wrap:break-word;}
.sub-summury-icon { width: 200px; position: relative;}
.sub-summury-icon .iconimg { width: 100%; height: auto; animation: summuryIcon 2s ease-out forwards; filter: drop-shadow(0.5rem 0.5rem 1rem rgba(13, 14, 15, 0.15));}
.sub-summury-icon .iconimg.bgnone { filter:none;}
@keyframes summuryIcon { 0% { transform: translate(0%, 25%); opacity: 0; } 100% { transform: translate(0%, -5%); opacity: 1; } }



.summury-item { margin-bottom: 5rem; border-radius: 3.8rem; padding:  5rem 8rem 3rem 8rem; position: relative; display: flex;  background: #F0F2F6;}
.summury-item .summury-cont { flex: 1; white-space:normal;word-break:keep-all;overflow-wrap:break-word;}
.summury-item-icon {position: relative; width: 150px; height: 150px;}
.summury-item-icon:before { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 130px; height: 130px; background: #fff; border-radius: 50%;}
.summury-item-icon::after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 130px; height: 130px; background-repeat: no-repeat; background-position: center center; background-size: 80px;filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 85, 162, 0.20));}
.summury-item-icon.icon01:after {background-image: url(../img/bg_summury_01.png); }
.summury-item-icon.icon02:after {background-image: url(../img/bg_summury_02.png); }
.summury-item-icon.icon03:after {background-image: url(../img/bg_summury_03.png); }
.summury-item-icon.icon04:after {background-image: url(../img/bg_summury_04.png); }
.summury-item-icon.icon05:after {background-image: url(../img/bg_summury_05.png); }
.summury-item-icon.icon06:after {background-image: url(../img/bg_summury_06.png); }

.sub-space1r { padding: 1rem 1rem; margin: 3rem 0;}
.sub-space3r { padding: 3rem 2rem; margin: 3rem 0;}
.sub-space5r { padding: 5rem 2rem; margin: 5rem 0;}

.grid-space1r { padding: 0; margin: 1rem 0;}
.grid-space3r { padding: 0; margin: 3rem 0 5rem 0;}
.grid-space5r { padding: 0; margin: 5rem 0;}


/*** Title ***/
.title { position: relative; margin-bottom: 1rem; font-size:3rem; font-weight: 600; white-space:normal;word-break:keep-all;overflow-wrap:break-word;}
.title_l { font-size: 26px;}
.title_m { font-size: 22px;}
.title_s { font-size: 18px;}

.title {font-size:2.2rem; color:var(--ks-gray-90); font-weight:600; letter-spacing:-0.08rem; }
.title.t1 {font-size:2.6rem; line-height:2.6rem; letter-spacing:-0.04rem;}
.title.t2 {font-size:2.4rem; line-height:2.5rem; letter-spacing:-0.032rem;}
.title.t3 {font-size:2.2rem; line-height:2.2rem; letter-spacing:-0.06rem;}
.title.t4 {font-size:2rem; line-height:2rem; letter-spacing:-0.01rem;}
.title.t5 {font-size:1.8rem; line-height:1.8rem; letter-spacing:-0.036rem;}

.title.bar {display:block; position:relative; padding-left: 1.5rem; margin-bottom: 1rem;}
.title.bar::after {content:""; display:block; position:absolute; left:0; top:calc(50% - 1px); width:10px; height:2px; background:var(--ks-primary);}
.title.won {display:flex; align-items:flex-start; width:100%; text-align:left;}
.title.won::before {content:""; display:inline-block; flex-shrink:0; box-sizing:border-box; width:1.4rem; height:1.4rem; margin-top:0.4rem; margin-right:0.8rem; border:0.4rem solid var(--ks-primary); border-radius:100%; background:#fff0;}
.title.dot {display:flex; align-items:flex-start; width:100%; text-align:left;}
.title.dot::before {content:""; display:inline-block; flex-shrink:0; box-sizing:border-box; width:2px; height:2px; margin-top:0.6rem; margin-right:0.8rem; border:0.2rem solid #4D525C; border-radius:100%; background:#fff0;}

.short-desc { position: relative; display: flex; justify-content: space-between; color:#6B70B3; padding-top: 0.1rem; font-size: var(--ks-fs-15); padding-left: 0.3rem; }
.short-desc i { font-style: normal; padding-right: 2rem;}




.join-wrap { display: flex; position: relative; gap: 32px; }
.join-wrap.ALC { max-width: 600px; margin: 0 auto; position: relative; }
.join-wrap > li { display: flex; position: relative;flex: 1; }
.join-wrap .img { display: block; position: relative; width: 80px; height: 80px; margin-top: -8px;}
.join-wrap .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;object-fit: cover;}
.join-wrap .desc { display: block; margin-top: 8px; font-weight:600;}
.join-wrap .title { display: block; margin-top: 6px; font-weight: 600; font-size:var(--ks-fs-26);  color:var(--ks-gray-90); }
.join-wrap .title.sub { font-size: var(--ks-fs-20);}
.join-wrap .join-btn { display: flex; flex-direction: column; position: relative; width: 100%; padding:5rem 0; background-color: #F8F8F8; border: 2px solid #F8F8F8; border-radius: 1.5rem;  box-sizing: border-box; align-items: center; outline: none; line-height: 1; }
.join-wrap .join-btn:has(.desc) { height: 230px; }
.join-wrap .join-btn:hover, 
.join-wrap .join-btn:focus { background-color: #fff; border-color: var(--ks-primary); box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);}
.join-wrap .join-btn:hover .title, 
.join-wrap .join-btn:hover .desc, 
.join-wrap .join-btn:focus .title, 
.join-wrap .join-btn:focus .desc { color: var(--ks-primary); }


.sub-card {  background: #F8FAFC; border-radius: 2rem; text-align: left; margin-top: 4rem;}
.sub-card .card-wrap { max-width: 650px;margin: 0 auto; }

.box_center {  max-width: 600px; margin: 0 auto; position: relative; padding-left: 0 !important; padding-right: 0 !important; }

.login-group {  max-width: 600px; margin: 0 auto; position: relative; padding-left: 0 !important; padding-right: 0 !important; }
.login-group ul { width: 100%;gap:3rem;display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column;}
.login-group ul li { width: 100%;border-radius:2.4rem;}
.login-group ul li a.btn-login { position: relative; display: block; padding: 0rem 3.2rem; border-radius:2.4rem;text-align: left; box-shadow: rgba(0, 0, 0, .03) 0 .1rem .1rem;background: #fff; border:#dfdfdf solid 1px;}
.login-group ul li a:hover { box-shadow: inset 0 0 0 2px var(--ks-primary);}
.login-group ul li:hover { box-shadow: 0 4px 8px rgba(0,68,204,0.3);}
.login-group ul li a.btn-login .option-img {flex-direction: row; display: flex; justify-content: flex-start; min-height: 8.8rem; padding: 2.2rem; gap: 0.6rem; align-items: center; }
.login-group ul li a.btn-login .option-img:before {display: block; content: "";  width: 64px;  height: 64px;  flex: 0 0 auto;  background-repeat: no-repeat; background-size: contain; }

.login-group ul li span {  font-size: var(--ks-fs-22); font-weight:600; color:var(--ks-gray-80); position: relative; padding-right: 2rem;}
.login-group ul li span:before {position:absolute; top:calc(50% - 3px); right:0; display:block; width:6px; height: 6px; content:''; border-right: #888 solid 2px; border-top: #888 solid 2px; transform: rotate(45deg);}

.login-group ul li a.btn-login .option-img.login01:before { background: url(../img/ico_login01.png); background-size: 64px;}
.login-group ul li a.btn-login .option-img.login02:before { background: url(../img/ico_login02.png); background-size: 64px;}


.submit-section { position: relative; padding-top: 4rem;margin: 0 auto; text-align: center;display: flex; align-content: center; justify-content: center; gap: 1rem;}


 /* 기본 인풋 그룹 */
.form-grid { display: grid;gap: 20px; }
.form-grid.col3 { grid-template-columns: repeat(3, 1fr);}
.form-grid.col2 { grid-template-columns: repeat(2, 1fr);}
.form-grid.col1 { grid-template-columns: 1fr;}
.form-grid .form-group { display: flex; flex-direction: column; margin-bottom: 1.5rem; }
.form-grid .form-group label { font-size:var(--ks-fs-20); margin-bottom: 4px; font-weight:600; text-align: left; color: var(--ks-gray-80);    }
.form-grid .form-group input,
.form-grid .form-group select { transition: border-color 0.3s; }
.form-grid .form-group input:focus,
.form-grid .form-group select:focus { outline: none !important; border: #3e61d7 solid 1px; box-shadow: none !important;}
.form-grid .form-group input:disabled { background-color: #f8f8f8; }

.form-grid-row{ display: grid;gap: 20px; grid-auto-flow: column;}
.form-grid-row .form-group-row { display: flex; flex-direction: row; margin-bottom: 1.5rem; align-items: center;}
.form-grid-row .form-group-row label { font-size:var(--ks-fs-20); margin-bottom: 4px; font-weight:600; text-align: left; color: var(--ks-gray-80); min-width: 50px; }


 /* 두 개 인풋 그룹 */
.form-group.double-input {display: grid;grid-template-columns: 1fr 1fr; column-gap: 8px; }
.form-group.double-input .input-wrapper {display: flex; flex-direction: column;}
.form-group.double-input .input-wrapper label { margin-bottom: 8px; font-weight:600;}

 /* 설명+셀렉트 */
.info-with-input {display: flex;align-items: center;gap: 20px;}
.info-with-input .info-text {color: #333;font-weight:600;flex: 1; text-align: left; font-size: var(--ks-fs-18);}
.info-with-input .info-select {flex-shrink: 0;}
 /* 검색 버튼 있는 인풋 */
 .input-group {position: relative;}
 .input-search-wrap {position: relative;flex: 1;display: flex;gap: 8px;align-items: center;  }
 .input-search-wrap input {width: 100%; padding-right: 35px;}
 .input-button-wrap {position: relative;flex: 1;display: flex;gap: 8px;align-items: center;  }
 .input-button-wrap input {width: 100%;}
 .clear-btn {position: absolute;right: 67px;top: 50%;transform: translateY(-50%); background: none; border: none; cursor: pointer; padding: 4px; color: #999;font-size: var(--ks-fs-18); }
 .clear-btn:hover { color: #333; }
 .search-btn-icon { background: var(--ks-primary); border: none;  border-radius:1rem; cursor: pointer;  padding: 1.1rem 1.2rem;  transition: background 0.3s; color:var(--ks-white);letter-spacing: -1px;}
 .search-btn-icon:hover {background: var(--ks-secondary);box-shadow: 0 4px 8px rgba(0,68,204,0.3); }
 .search-btn-icon .icon_sch {  width: 24px;  height: 24px;  background: url(../img/btn_ico_sch.png) no-repeat center center;position: relative;display: block;}
/* 라디오세트 그룹 */
.radio-group { display: flex; align-items: center; gap: 10px; justify-content:flex-start; flex-wrap: wrap; }
.radio-group .radio-option { display: flex; align-items: center; gap: 8px; cursor: pointer;}
.radio-group .radio-option input[type="radio"] { display: none;}
.radio-group .radio-custom { width: 12px; height: 12px; border: 2px solid #ddd; border-radius: 50%; position: relative; transition: all 0.3s ease;}
.radio-group .radio-option input[type="radio"]:checked + .radio-custom { border-color: #1e5aa8; background-color: #1e5aa8;}
.radio-group .radio-option input[type="radio"]:checked + .radio-custom::after { content: ''; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 6px; height: 6px;background-color: white; border-radius: 50%;}
.radio-group .radio-label { font-weight:600;color: #333; font-size: var(--ks-fs-18);}
/* 라디오+라디오+셀렉트 그룹 */
.rara-select { display: flex;justify-content: space-between;}
.rara-select div:last-child { width: 200px;}

/* 번호 그룹 */
.num-group { display: grid;  gap: 8px; align-items: center;max-width: fit-content;}
.num-group input[type="text"] { padding: 10px 12px; border: 1px solid #ddd; border-radius:1rem; font-size:  var(--ks-fs-16); }
.num-group.num3 {grid-template-columns: 1fr 1fr 1fr;}
.num-group.num3-btn {grid-template-columns: 1fr 1fr 1fr 1fr;}
.num-group.num2 {grid-template-columns: 50% 50% 1fr;}
.num-group.num2-btn {grid-template-columns: 1fr 1fr 1fr;}
.num-group.num2-bar {grid-template-columns: 1fr 5px 1fr}
.num-group.num2-bar-btn {grid-template-columns: 1fr 10px 1fr 1fr;}


.separator {font-size: var(--ks-fs-18); color: #666; }






/* 기본테이블 */
.tablewrap { position: relative;width:100%;}
.tablewrap table {width:100%; position:relative; text-align:center; border-collapse:collapse;}
.tablewrap table:before {content:""; position:absolute; left:0; right:0; top:0; z-index:2; height:0.1rem; background-color:var(--ks-primary);}
.tablewrap table:after {content:""; position:absolute; left:0; right:0; bottom:0; z-index:2; height:0.1rem; background-color:#E6E8EC;}
.tablewrap table th,
.tablewrap table td {position:relative; font-weight:400; border-bottom: 0.1rem solid #E6E8EC; }
.tablewrap table td {padding:1.3rem 0.5rem; background:var(--ks-white);}
.tablewrap table th {padding:1.5rem 0.5rem; background:#F6F9FE; font-weight:400;line-height: 1.1; color:#000;}

.tablewrap table th:before {border-bottom:none;}
.tablewrap table td:before {border-bottom:none; border-right:none;}
.tablewrap table th:first-child:before,
.tablewrap table td:first-child:before { border-left: 0;}
.tablewrap table tr:hover td { background: #f7f8fb;cursor: pointer;}

.tablewrap table .btn_x { min-width: 6rem;}

.customTable210 {height: 210px; overflow: hidden scroll !important;  margin-bottom: 20px; width: calc(100% - 20px);}
.customTable210::-webkit-scrollbar {width:1.2rem;}
.customTable210::-webkit-scrollbar-thumb {background-color: #a2abb5; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.customTable210::-webkit-scrollbar-track {background-color: #f6f7fb;}



.table-info-wrap { display: flex; justify-content: space-between; align-items: flex-start; }
.table-info { font-size: var(--ks-fs-20); font-weight: 400; text-align: left;margin-bottom: 1rem;}

.table-search-group {position: relative; margin-bottom: 1rem;}
.table-search-wrap {position: relative;flex: 1;display: flex;gap: 8px;align-items: center;  }
.table-search-wrap input {width: 100%; padding: 5px;display: inline-block; background-color: #fff; border-radius: 4px;
 border: 1px solid #dfdfdf; color: #2D316C !important; font-size: var(--ks-fs-17) font-weight: 400; height: 34px; line-height: 1.3;}
.table-search-wrap select { display: inline-block; background-color: #fff; border-radius: 4px; border: 1px solid #dfdfdf; color: #2D316C !important; font-size: var(--ks-fs-17); font-weight: 400; height: 34px; padding: 5px; line-height: 1.3;}
.table-search-wrap > .btn-wrap > * { padding-top: 0; padding-bottom: 0; height: 34px; line-height: 28px; font-size: var(--ks-fs-17); border-radius: 4px;}




/* 공지사항 */
.tablewrap { position: relative;width:100%;}
.tablewrap .tb-noti {width:100%; position:relative; text-align:center; border-collapse:collapse;}
.tablewrap .tb-noti:before {content:""; position:absolute; left:0; right:0; top:0; z-index:2; height:0.1rem; background-color:#27293e;}
.tablewrap .tb-noti:after {content:""; position:absolute; left:0; right:0; bottom:0; z-index:2; height:0.1rem; background-color:#E6E8EC;}
.tablewrap .tb-noti th,
.tablewrap .tb-noti td {position:relative; font-weight:400; border-bottom: 0.1rem solid #E6E8EC; }
.tablewrap .tb-noti th {padding:1.5rem 0.5rem; background:var(--ks-white); font-weight:600;line-height: 1.1;color:#000; border-bottom: #898f9d solid 1px;}
.tablewrap .tb-noti td {padding:1.3rem 0.5rem; background:var(--ks-white);}
.tablewrap .tb-noti .subject {display: flex; align-items: center;}
.tablewrap .tb-noti .subject a { color:var(--ks-gray-90); vertical-align: middle;}
.tablewrap .tb-noti tbody tr:hover td { background: #F0F2F6; }
.tablewrap .tb-noti tbody tr:hover td.subject a { color:var(--ks-primary); font-weight: 600;}
.tablewrap .addfile { display: inline-block; width: 20px; height: 20px; background: url(../img/bg_addfile.svg) no-repeat; margin-left: 5px; flex-shrink: 0; vertical-align: middle;}

/* 공지사항-뷰페이지 */
.noti_vtype{border-top:2px solid #383a4a;border-bottom:1px solid #dedede}
.noti_vtype dl.infor dt{padding:15px 25px;font-size: var(--ks-fs-22);line-height:26px;font-weight:800;color: #222;}
.noti_vtype dl.infor dd ul::after{display:block;clear:both;content:''}
.noti_vtype dl.infor dd.sTit{margin-top:-5px;padding:0 25px 15px;font-weight:bold}
.noti_vtype dl.infor dd.basic{padding:0 25px 15px}
.noti_vtype dl.infor dd.basic ul li{position:relative;float:left;margin:0 15px 5px 0;padding-right:15px}
.noti_vtype dl.infor dd.basic ul li::after{position:absolute;top:50%;right:0;margin-top:-5px;width:1px;height:10px;content:'';background:#c3c3c3}
.noti_vtype dl.infor dd.basic ul li:last-child::after{display:none}
.noti_vtype .infor-addfile { border-top:#ddd solid 1px; padding:15px 25px;font-size:var(--ks-fs-18);}
.noti_vtype .infor-addfile ul li a {color:var(--ks-primary); text-decoration: underline;}
.noti_contents { padding: 25px;}
/* 이전글,다음글 */
.view_list li{position:relative;padding:10px 10px 10px 110px;font-size: var(--ks-fs-15);color:#555;line-height:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #a5a5a5;font-size: var(--ks-fs-17);line-height: 26px}
.view_list li a{color:#555;}
.view_list li:first-child{border-top:1px solid #a5a5a5;border-bottom:1px solid #e8e8e8;}
.view_list li span{display:inline-block;position:absolute;top:10px;left:35px;color:#333;font-weight:bold;}


.tab-wrap { width: 100%; margin-bottom: 3rem; }
.tab-wrap .tab-buttons{ display:flex;  border: 1px solid var(--ks-secondary-10); border-radius: 14px; }
.tab-wrap .tab-btn{ flex:1; padding:18px 0; text-align:center; font-size: var(--ks-fs-20); font-weight:600;cursor:pointer;background:#fff;color:#333;transition:all .25s ease}
.tab-wrap .tab-btn:hover {background:#F0F2F6; transform: scale(1)!important;}
.tab-wrap .tab-buttons .tab-btn:first-child { overflow: hidden; border-radius: 1.4rem 0 0 1.4rem;}
.tab-wrap .tab-buttons .tab-btn:last-child { overflow: hidden; border-radius: 0 1.4rem 1.4rem 0;}
.tab-wrap .tab-btn.is-active{ background:var(--ks-primary); color:var(--ks-white);border-color:var(--ks-primary)}
.tab-content{ margin-top:2rem; display:none; opacity:0; transition:opacity .25s ease; }
.tab-content.is-active{ display:block; opacity:1}





.sub-step-wrap {  position: relative; margin: 0 auto;  width: 70%; margin-bottom: 3rem;}
.sub-step {display: flex;  gap: 20px; position: relative;}
.sub-step:before { content: ""; position: absolute; top: 1.6rem; right: 0; left: 0; height: .2rem; background: url(../img/divider.svg) repeat-x 2px;}
.sub-step li { display: flex; padding: 5rem 0; flex-direction: column; flex: 1; position: relative; text-align: center;counter-increment: list-num;}
.sub-step li .steptit { display: block; font-size: var(--ks-fs-20); font-weight: 600; color: var(--ks-gray-90);}
.sub-step li:before { content: counter(list-num); position: absolute; top: 0; left: 50%; width: 3.2rem; height: 3.2rem; margin-left: -1.6rem; display: flex; border-radius: 50%; background-color: var(--ks-primary); font-size: var(--body2-fs); letter-spacing: var(--body2-ls); color: #fff; font-weight: 600; line-height: 2.4rem; align-items: center; justify-content: center; z-index: 2;}

.qr-container { display: grid; grid-template-columns: repeat(auto-fit, 250px);gap: 40px; max-width:830px; margin: 0 auto;justify-content: center;    padding-bottom: 3rem;}
.qr-container .qr-item {text-align: center; }
.qr-container .qr-img { width: 250px;  height: 250px; border: 1px dashed #ccc; border-radius: 1.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto 20px; transition: all 0.3s ease; position: relative; overflow: hidden; background: #fff;}
.qr-container .qr-img img {width: 100%;  height: 100%; object-fit: cover;}
.qr-container .qr-title { font-size:var(--ks-fs-20); font-weight: 600; color: var(--ks-gray-90); margin-bottom: 10px; font-size: var(--ks-fs-16);}

/* 약관 */
.terms-wrap { background-color: #F6F7FB;  padding: 2.5rem; border-radius:1rem; margin-bottom: 2rem; height: 200px; overflow: auto; }
.terms-wrap .terms-title { color: var(--ks-gray-90); line-height: 1.8; margin-bottom:1rem; padding-bottom:0.5rem; font-size: var(--ks-fs-20); font-weight: 600;}
.terms-wrap .terms-content { display: flex; justify-content: space-between; padding: 2rem 0; align-items: flex-start; border-top:#E5E9EE solid 1px;}
.terms-wrap .terms-list { margin-bottom: 2rem; margin-right: 1rem;}
.terms-wrap .terms-list li { color: var(--ks-fs-17);line-height: 1.8; }
.terms-wrap::-webkit-scrollbar {width:1rem;}
.terms-wrap::-webkit-scrollbar-thumb {background-color: #a2abb5; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.terms-wrap::-webkit-scrollbar-track {background-color: #f6f7fb;}
/* 약관전체동의 */
.terms-wrap.total { height: auto;}
.terms-wrap.total::-webkit-scrollbar { display: none;}
.terms-wrap.total .terms-content { min-height: 200px; max-height: 300px; overflow-y: auto;}
.terms-wrap.total .terms-content::-webkit-scrollbar {width:1rem;}
.terms-wrap.total .terms-content::-webkit-scrollbar-thumb {background-color: #a2abb5; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.terms-wrap.total .terms-content::-webkit-scrollbar-track {background-color: #f6f7fb;}      

/* 체크박스 섹션 */
.agreement-group { margin: 4rem 0;  padding: 3rem; background-color: #f0f7ff; border-radius: 1.5rem; border: 2px solid #e6f3ff; }
.agreement-checkbox { display: flex; align-items: center;  gap: 8px; cursor: pointer; }
.agreement-checkbox input[type="checkbox"] { display: none; }
.checkbox-custom {  width: 16px; height: 16px; border: 1px solid var(--ks-primary); border-radius: 4px; position: relative; transition: all 0.3s ease; }
.agreement-checkbox input[type="checkbox"]:checked + .checkbox-custom { background-color:var(--ks-primary); }
.agreement-checkbox input[type="checkbox"]:checked + .checkbox-custom::after { content: '✓'; position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); color: var(--ks-white); font-weight: 600; }
.agreement-text { font-size: var(--ks-fs-20); font-weight: 600; color: var(--ks-gray-80); }


 /* 체크박스 체크되면 밑에 인풋 나타남 */
.agreement-underbox { }
.agreement-underbox input[type="checkbox"] { display: none; }
.agreement-underbox input[type="checkbox"]:checked + .agreement-checkbox .checkbox-custom {  background-color: var(--ks-primary); }
.agreement-underbox input[type="checkbox"]:checked + .agreement-checkbox .checkbox-custom::after {  content: '✓';  position: absolute;  top: 50%;  left: 50%;
transform: translate(-50%, -50%);  color: var(--ks-white);  font-weight: 600; }
.agreement-underbox input[type="checkbox"]:checked ~ .fadewrap { display: block;  animation: fadeIn 0.3s ease-in;}





.file-upload-wrap { position: relative; margin-bottom: 10px;}
.file-upload-wrap .file-upload-container { display: flex; align-items: center; gap: 10px;}
.file-upload-wrap .file-upload-box {  flex: 1; background: #f8f9fa; border: 1px solid #e9ecef; border-radius:1rem; padding: 1rem 1.2rem; font-size: var(--ks-fs-18) color: var(--color-text);transition: all 0.3s; margin-bottom:4px;}
.file-upload-wrap .file-upload-box:hover {   border-color: var(--ks-primary);}
.file-upload-wrap .upload-btn,
.file-upload-wrap .camera-btn { background:  var(--ks-primary); color: var(--ks-white); border: none; padding:1.1rem 2.4rem; border-radius: 1rem; font-size:var(--ks-fs-17); font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s; white-space: nowrap;}
.file-upload-wrap .upload-btn:hover {background: #003399; box-shadow: 0 4px 8px rgba(0,68,204,0.3);}
.file-upload-wrap .upload-btn svg,
.file-upload-wrap .camera-btn svg { width: 18px; height: 18px;}
.file-upload-wrap .camera-btn { display: none;}
.file-upload-wrap input[type="file"] {display: none;}

.flex-fileadd { display: flex; justify-content: space-between;}
.flex-fileadd .left-flex { width: calc(100% - 100px); }
.flex-fileadd i { font-style: normal; color: #6B70B3;padding-top: 0.1rem;font-size: var(--ks-fs-15);padding-right: 2rem; width: 100px; text-align: right;}

.download-btn { background:  var(--ks-primary); color: var(--ks-white); border: none; padding:1.3rem 2.4rem; border-radius: 8px; font-size:var(--ks-fs-17); font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s; white-space: nowrap;}
.download-btn:hover {background: #003399; box-shadow: 0 4px 8px rgba(0,68,204,0.3);}
.download-btn svg { width: 18px; height: 18px;}

.file-list {  background: #f8f9fa;  border-radius:1rem; padding: 2rem; margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 12px;}
.file-list .file-item { width: 200px; display: flex; align-items: flex-start; gap: 8px; padding: 1rem; background: var(--ks-white); border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); position: relative;}
.file-list .file-name { font-size: var(--ks-fs-15); color: var(--ks-gray-90); word-break: break-all; overflow: hidden; display: -webkit-box;-webkit-line-clamp: 3;  -webkit-box-orient: vertical; line-height: 1.2; width: calc(100% - 30px);}
.file-list .remove-btn { width: 20px; height: 20px; border: none; background: #f44336; color: var(--ks-white); border-radius: 50%;cursor: pointer; font-size:var(--ks-fs-16); line-height: 1; display: flex; align-items: center; justify-content: center; transition: all 0.2s; flex-shrink: 0; position: absolute; top: 8px; right: 8px;}
.file-list .remove-btn:hover { background: #d32f2f; transform: scale(1.1);}
.file-list .file-count { width: 100%; font-size:var(--ks-fs-14); color: var(--ks-gray-60); text-align: left;}
.file-list .empty-state { width: 100%; text-align: center; color: var(--ks-gray-60); font-size:var(--ks-fs-16); padding: 2rem;}




.ul-type01 { position: relative; margin-bottom: 2rem;}
.ul-type01 li { display: flex; gap:5px;}
.ul-type01 li:has(a) { gap: 0;}



/* Bullet */
.ico_bullet li { position: relative; padding-left: 12px; color:var(--ks-gray-90);  }
.ico_bullet li:before { position: absolute; left: 2px; top: 9px; width: 4px; height: 4px; background-color: #4D525C; border-radius: 50%; content: "";}
.ico_bullet li.txt_red:before { background-color: #df250b;}
.ico_bullet li.none:before { display: none;}

.box-time-left{ position: relative; display: flex; align-items: center; justify-content: center; margin: 1rem 0;}
.box-time-left p { color:var(--ks-gray-90);padding: 1rem 3rem; padding-left: 6rem !important;background:#f5f5f5; position: relative; border-radius: 3rem; }
.box-time-left p:before { position: absolute;  left: 10px; top: calc(50% - 15px); width: 32px; height: 32px; background: url(../img/ico_time_left.svg) center no-repeat; content: "";}


/* .ico_must */
.ico_must { font-style: normal; margin-left: 4px;}
.ico_must:before { display: inline-block; color: #df250b; content: "*";}

/* 말풍선 꼬리 */
.tooltip-group { display: inline-block; position: relative;}
.tooltip-trigger { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: var(--ks-primary); color: var(--ks-white); border-radius: 50%; font-size: 16px; cursor: help; transition: background 0.2s;}
.tooltip-trigger:hover { background: #357abd;}
.tooltip-content { position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: var(--ks-white); color: var(--ks-gray-90); border:var(--ks-primary) solid 1px; padding: 10px 14px;  border-radius: 6px; font-size: 13px; line-height: 1.5; max-width: 200px; width: max-content; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; pointer-events: none; z-index: 100;box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.tooltip-content::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: var(--ks-primary)}
.tooltip-group:hover .tooltip-content { opacity: 1; visibility: visible;}



.data-search-wrap { background-color: #f2f4fc; padding: 1rem 1.5rem; border-radius: 1rem;position: relative; margin-bottom: 3rem;}
.data-search-wrap .floor { display: flex;justify-content: flex-start; align-items: center; flex-wrap: nowrap;gap: 1rem;flex-direction: column; align-items: flex-start;}
.data-search-wrap .floor > div label { margin-left: 1rem; margin-right:2rem;color:var(--ks-gray-90); font-size: var(--ks-fs-17);}
.data-search-wrap .floor + .floor, 
.data-search-wrap > div + div > .floor { margin-top: 1rem;}
.data-search-wrap .floor .form-select { width: 125px; margin-right: 0; padding: 0.3rem 2.4rem 0.3rem 1rem;}
.data-search-wrap .form-input {position: relative;display: flex; flex-wrap: wrap; align-items: stretch; gap:5px;}
.data-search-wrap .floor .form-input input { flex: 1 1 0;}
.data-search-wrap > .btn-wrap { position: absolute;  bottom:1.3rem;right: 1.5rem; }
.data-search-wrap .form-grid-row div:first-child label { width:60px}
.data-search-wrap .form-grid-row .form-group-row { margin-bottom: 0.3rem;gap: 1rem; white-space: nowrap;}
.data-search-wrap .floor input[type=text], 
.data-search-wrap .floor input[type=password], 
.data-search-wrap .floor input[type=number], 
.data-search-wrap .floor .form-select { display: inline-block; background-color: #fff;  border-radius: 4px; border: 1px solid #dfdfdf;
 color: #2D316C !important;  font-size: var(--ks-fs-17);  font-weight: 400;   height: 34px; line-height:1.3; width: 125px;}
.data-search-wrap .btn.btn-search, .data-search-wrap > .btn-wrap > * { padding-top: 0; padding-bottom: 0; height: 34px; line-height: 28px; font-size: var(--ks-fs-17);border-radius: 4px;}


.map-search-wrap { background-color: #f2f4fc; padding: 1rem 1.5rem; border-radius: 1rem;position: relative; margin-bottom: 3rem;}
.map-search-wrap .floor { display: flex;justify-content: flex-start; align-items: center; flex-wrap: nowrap;gap: 1rem;flex-direction: column; align-items: flex-start;}
.map-search-wrap .floor > div label { margin-left: 1rem; margin-right:2rem;color:var(--ks-gray-90); font-size: var(--ks-fs-17);}
.map-search-wrap .floor + .floor, 
.map-search-wrap > div + div > .floor { margin-top: 0.2rem;}
.map-search-wrap .floor .form-select { width: 125px; margin-right: 0; padding: 0.3rem 2.4rem 0.3rem 1rem;}
.map-search-wrap .form-input {position: relative;display: flex; flex-wrap: wrap; align-items: stretch; gap:5px;}
.map-search-wrap .floor .form-input input { flex: 1 1 0;}
.map-search-wrap > .btn-wrap { position: absolute;  bottom:1.3rem;right: 1.5rem; }
.map-search-wrap .form-grid-row div:first-child label { width:60px}
.map-search-wrap .form-grid-row .form-group-row { margin-bottom: 0.3rem;gap:0.3rem; white-space: nowrap;}
.map-search-wrap .floor input[type=text], 
.map-search-wrap .floor input[type=password], 
.map-search-wrap .floor input[type=number], 
.map-search-wrap .floor .form-select { display: inline-block; background-color: #fff;  border-radius: 4px; border: 1px solid #dfdfdf;
 color: #2D316C !important;  font-size: var(--ks-fs-17);  font-weight: 400;   height: 34px; line-height:1.3; width: 125px;}
.map-search-wrap .btn.btn-search, .map-search-wrap > .btn-wrap > * { padding-top: 0; padding-bottom: 0; height: 34px; line-height: 28px; font-size: var(--ks-fs-17);border-radius: 4px;}
.map-search-wrap .floor.full .form-grid-row { width: 100%;}
.map-search-wrap .floor.full .form-grid-row select { width: 100%;}
.map-search-wrap .floor.full .input-btn input { width: 100%;}
.map-search-wrap .floor.full .input-btn .submit { padding-right:2rem; padding-left: 2rem; border-radius: 0.4rem; border:var(--ks-primary) solid 1px;}




.form-grid-row.form-horizontal { width: 100%;}
.form-grid-row.form-horizontal .form-group-row{ display: flex !important;  align-items: center; gap: 10px; width: 100% !important;}
.form-grid-row.form-horizontal .form-group-row label { min-width: 50px; flex-shrink: 0; margin: 0; }
.form-grid-row.form-horizontal .form-group-row .form-input { flex: 1; min-width: 0;}
.form-grid-row.form-horizontal .form-group-row .form-input input { width: 100%; }
.form-grid-row.form-horizontal .form-group-row .btn-wrap { width: 70px;min-width: 70px; flex-shrink: 0; margin: 0;}
.form-grid-row.form-horizontal .form-group-row .btn-wrap .btn {width: 100%; padding: 0; background: var(--ks-primary); height: 32px; line-height: 1.2; border: 0; color:#fff;
 border-radius:0.3rem; }




.process-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 35px; flex-wrap: wrap; padding:2rem 0 5rem 0;}

.process-container  .process-step { display: flex; align-items: center; gap: 20px; position: relative; margin-right: 2rem; }
.process-container  .process-step::before {  content: ''; width: 30px; height: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A7C4F7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3Cpolyline points='15 18 21 12 15 6'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; position: absolute; right: -39px;}
.process-container .process-step:last-child:before { display: none;}
.process-container .circle { width: 120px; height: 120px; border-radius: 3.8rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: transform 0.3s ease; }
.process-container .circle-outline { background: var(--ks-white); border: 3px solid var(--ks-primary); color: var(--ks-primary); }
.process-container .circle-outline .process-number::before {background: var(--ks-gray-40);}
.process-container .circle-filled { background: var(--ks-primary);  }
.process-container .circle-filled > div {color: var(--ks-white) !important;}
.process-container .process-number { font-size:var(--ks-fs-18); margin-bottom: 10px; position: relative; }
.process-container .process-number::before { content: ''; display: block; position: absolute; left: 0;  bottom: -2px; width: 100%;  height: 1px;  background: #fff;}
.process-container .process-title { font-size:var(--ks-fs-18); margin-bottom: 5px; line-height: 1.3; }
.process-container .process-title em { display: block; font-style: normal;}







/** Paginate **/
.paging {  position: relative; margin-top:4rem; font-size: 0; text-align: center;}
.paging a, 
.paging button { display: inline-block; min-width: 40px; height: 40px; margin: 0 4px; border-radius: 6px; color: var(--ks-gray-90); font-size: 16px; font-weight: 400; line-height: 40px; vertical-align: top; transition: all 0.4s; border:#dfdfdf solid 1px; background: #fff;}
.paging a:hover, 
.paging a:focus, 
.paging button:hover, 
.paging button:focus { color: #1A2F74; border-color: #1A2F74;}
.paging a.on, 
.paging button.on { background-color: #2844A2; color: #fff; font-weight: 600; border-color: #1A2F74;}
.paging a.on:hover, 
.paging a.on:focus, 
.paging button.on:hover, 
.paging button.on:focus { background-color: #1A2F74; border-color: #1A2F74;}

.paging a.prev, 
.paging button.prev { padding: 0 8px 0 8px; background: url("../img/ico_paging_prev.svg") center center no-repeat;}
.paging a.prev:hover, 
.paging a.prev:focus, 
.paging button.prev:hover, 
.paging button.prev:focus { background-image: url("../img/ico_paging_prev_on.svg"); }
.paging a.next, 
.paging button.next { padding: 0 8px 0 8px; background: url("../img/ico_paging_next.svg") center center no-repeat; }
.paging a.next:hover, 
.paging a.next:focus, 
.paging button.next:hover, 
.paging button.next:focus { background-image: url("../img/ico_paging_next_on.svg");}



.p-icon { position: relative; display: inline-block;margin-right: 2px; vertical-align: middle; font-size: 0; line-height: 0; background-repeat: no-repeat; background-position: center center;background-image: url(../img/ico_file.png); border-radius: 3px;}
.p-icon__exl {  background-position: 0 0; background-size: cover; width: 22px; height: 22px; }
.p-icon__hwp {  background-position: -35px 0; background-size: cover; width: 22px; height: 22px; }
.p-icon__word {  background-position: -70px 0; background-size: cover; width: 22px; height: 22px; }
.p-icon__ppt {  background-position: -105px 0; background-size: cover; width: 22px; height: 22px; }



.faq-list { display: flex; flex-direction: column; gap: 12px;}
.faq-list .faq-item { background: white; border-radius:1rem; border: 1px solid #e0e0e0; overflow: hidden; transition: box-shadow 0.3s;}
.faq-list .faq-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08);}
.faq-list .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 2rem; cursor: pointer; user-select: none;}
.faq-list .faq-question:hover { background: #f8f9fa;}
.faq-list .question-content { display: flex; align-items: center; gap: 12px; flex: 1;}
.faq-list .question-content .q-label { font-size:var(--ks-fs-20); font-weight: 800; color: var(--ks-primary); flex-shrink: 0;}
.faq-list .question-text { font-size:var(--ks-fs-18);line-height: 1.5;}
.faq-list .toggle-icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s; flex-shrink: 0;}
.faq-list .toggle-icon svg { width: 26px; height: 26px; stroke: #666;}
.faq-list .faq-item.active .toggle-icon { transform: rotate(180deg);}
.faq-list .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;}
.faq-list .faq-item.active .faq-answer { max-height: 500px;}
.faq-list .answer-content { padding: 0 2rem 2rem; border-top: 1px solid #f0f0f0; display: flex;}
.faq-list .answer-content .a-label { font-size:var(--ks-fs-18); font-weight: 800; color: var(--ks-secondary); margin-bottom: 12px; margin-top: 16px; display: block;}
.faq-list .answer-text { color: #555;line-height: 1.8;margin-bottom: 16px; padding: 1.5rem;}
.faq-list .answer-list { list-style: none; padding-left: 0;}
.faq-list .answer-list li {  color: #666; line-height: 1.8; padding: 6px 0; padding-left: 2rem; position: relative;}
.faq-list .answer-list li:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; background: #999; border-radius: 50%;}

.img_form_group {  max-width: 1200px; margin: 0 auto; display: flex; gap: 30px; flex-wrap: wrap; padding:10px;}
.img_form_group .image-section { flex: 1; min-width: 250px; background: white; padding: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.img_form_group .image-wrapper { width: 100%; min-height: 400px; max-height: 700px; background-color: #e0e0e0; border-radius: 5px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; cursor: pointer;}

.img_form_group .image-wrapper img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;}
.img_form_group .form-section { flex: 1; min-width: 250px; background: white; padding: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.img_form_group .form-title { text-align: center;  margin-bottom: 3rem; margin-top: 1rem;}


.img100-per img { width: 100%; border-radius: 10px;}



.busi-container { background: #F6F7FB; border-radius: 24px; padding:5rem 3rem;  width: 100%; margin-bottom: 5rem;}
.busi-title { text-align: center; margin-bottom: 3rem;}
.busi-plus-wrap { display: flex; gap: 10px; align-items:center; flex-wrap: wrap; flex-direction: row;justify-content: center; }
.busi-plus-wrap label { font-weight: 600; font-size: var(--ks-fs-20); width: 100px;padding-bottom: 30px;} 
.busi-plus-wrap .file-upload-wrap .file-upload-box { background: #fff; min-width: 450px;}

.busi-plus-wrap .file-upload-wrap .upload-btn, 
.busi-plus-wrap .file-upload-wrap .camera-btn { width: auto;}

.busi-plus-wrap15 { display: flex; gap: 10px; align-items:center; flex-wrap: wrap; flex-direction: row;justify-content: center; }
.busi-plus-wrap15 label { font-weight: 600; font-size: var(--ks-fs-20); width: 100px;padding-bottom: 10px;} 
.busi-plus-wrap15 .file-upload-wrap .file-upload-box { background: #fff; min-width: 450px;}
.busi-plus-wrap15 .file-upload-wrap .upload-btn, 
.busi-plus-wrap15 .file-upload-wrap .camera-btn { width: auto;}



.floating-container { position: fixed; right: 0; bottom:30px; display: flex; flex-direction: column; align-items: center; z-index: 1000; }
.floating-container button { background:#fff; border-radius: 100%;box-shadow: 0 2px 6px rgba(0,0,0,0.2);}
.floating-container button:active { scale: 1 !important;}
.floating-container .quick-container {  padding:25px 13px 20px 15px; display: flex; flex-direction: column; gap: 10px;border-radius: 4rem 0 0 4rem; transition: 0.5s; }
.floating-container .quick-item { width: 70px; height: 70px;border: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.3s ease;}
.floating-container .quick-item-icon {  border-radius: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.floating-container .quick-item-icon i {width: 40px; height: 30px; background-repeat: no-repeat; background-position:  center center;}
.floating-container .quick-item-icon .quick01 { background-image: url(../img/quick_01.svg); background-size: 28px; } 
.floating-container .quick-item-icon .quick02 { background-image: url(../img/quick_02.svg); background-size: 20px;} 
.floating-container .quick-item-icon .quick04 { background-image: url(../img/quick_04.svg); background-size: 20px;} 
.floating-container .quick-item-icon .quick05 { background-image: url(../img/quick_05.svg); background-size: 20px;} 
.floating-container .quick-item-title { font-size: 1.2rem;line-height: 1.1; letter-spacing: 0.048rem; font-weight: 600;   }

.floating-container .quick-item-top { width: 70px;height: 70px; padding: 20px 10px 5px 10px; border: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.3s ease; }
.floating-container .quick-item-top-title {font-size: 1.2rem;font-weight: 800;  }
.floating-container .quick-item-top-title:before {  position: absolute;   left:calc(50% - 10px);  top:14px;  width: 20px;  height: 20px;  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19V5M5 12l7-7 7 7"/></svg>') center no-repeat;  content: "";}

.floating-container .quick-item:hover .quick-item-title,
.floating-container .quick-item-top:hover .quick-item-top-title { color:#fff;}
.floating-container .quick-item-top:hover,
.floating-container .quick-item:hover  { background: linear-gradient(to left,#725bed 0%,#3e61d7 100%);}
.floating-container .quick-item:hover .quick01 {background-image: url(../img/quick_01_line.svg);}
.floating-container .quick-item:hover .quick02 {background-image: url(../img/quick_02_line.svg);}
.floating-container .quick-item:hover .quick04 {background-image: url(../img/quick_04_line.svg);}
.floating-container .quick-item:hover .quick05 {background-image: url(../img/quick_05_line.svg);}
.floating-container .quick-item-top:hover .quick-item-top-title:before {background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19V5M5 12l7-7 7 7"/></svg>') center no-repeat; }





/*** Popup Layout ***/
.dimmed { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); animation: fade both 0.4s; z-index:1000;}
.popup {  display: block; position: relative; z-index: 1000;}
.popup-modal-alert,
.popup-modal-cont { display: flex; position: fixed; left: 0; top: 0; width: 100%; height: 100%; justify-content: center; align-items: center; z-index: 1001;}
.pop-inner {display: flex;flex-direction: column; width: 100%; height: 100%; padding:3rem 4rem; background-color: #fff; box-sizing: border-box;}
.popup-modal-alert .pop-inner,
.popup-modal-cont .pop-inner { position: relative; height: auto; max-height: calc(100% - 80px); border-radius:1.5rem; border: 1px solid #E6E8EC; }
.pop-head { position: relative; min-height: 30px; margin-bottom: 2rem; padding-bottom: 2rem;border-bottom: 1px dashed #dcdde0;}
.pop-head .title { display: flex; flex-wrap: wrap; width: calc(100% - 40px); margin: 0; align-items: flex-start; text-align: left; font-size:var(--ks-fs-22); color:var(--ks-gray-90); font-weight: 600; line-height:1.3;}
.pop-cont { position: relative; width:100%  !important; background-color: #fff; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; flex: 1 !important; -webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch;}
.popup-modal-alert .pop-inner { width: 400px; padding: 0; overflow: hidden; border:0;}
.popup-modal-alert .pop-cont { width: 100% !important; padding: 4rem; min-height: 50px;}
.popup-modal-alert .pop-footer [class^=btn] { width: 100%; border-radius: 0;outline: none;-webkit-tap-highlight-color: transparent;}
.popup-modal-alert .pop-footer [class^=btn]:active { transform: none !important; width: 100% !important; scale: 1 !important;}
.popup-modal-alert .pop-footer .btn_primary:active { scale: none !important;transform: none !important; }
.popup-modal-alert .pop-footer [class^=btn]:hover { width: 100%; border-radius: 0;}
.popup-modal-alert .pop-footer.alert-btn-double { display: flex;}
.popup-modal-alert .pop-footer.alert-btn-double [class^=btn] { width: 50%;}
.popup-modal-alert .pop-footer.alert-btn-double button:first-child{ border-right: rgba(255,255,255,0.2) solid 1px;}
.popup-modal-alert .pop-footer.alert-btn-double [class^=btn]:active { transform: none !important; width:50% !important; scale: 1 !important;}

.btn-pop-close { display: block; position: absolute; right: 2.5%; top: 15px; width: 32px; height: 32px; background: url("../img/btn_pop_close.svg") center no-repeat; }
.btn-pop-close:hover {  -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; transform:rotate(360deg);}
.pop-xxl .pop-inner { width: 1300px; }
.pop-xl .pop-inner { width: 1000px; }
.pop-lg .pop-inner { width: 800px; }
.pop-md .pop-inner { width: 600px; }
.pop-sm .pop-inner { width: 480px; }


.pop-cont::-webkit-scrollbar { width:12px;}
.pop-cont::-webkit-scrollbar-thumb {background-color: #858D9A; border-radius:1rem; background-clip:padding-box; border:0.2rem solid transparent;}
.pop-cont::-webkit-scrollbar-track {background-color: #fff;}



.notice-layer .notice-box{ padding: 0 !important;width:100%;max-width:420px;margin:0 auto;overflow:hidden;}
.notice-layer .notice-img-wrap { position:relative; padding-bottom:40px;}
.notice-layer .notice-img-wrap img{ display:block;width:100%;height:auto;}
.notice-img-wrap img{display:block;width:100%;height:auto;}
.notice-layer .notice-actions{position:absolute;left:0 !important;right:0 !important;bottom:0 !important;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;z-index:1;}
.notice-layer .notice-actions::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,1);z-index:-1;}
.notice-layer .notice-actions button{background:none;border:0 !important;color:#fff !important; transform: scale(1) !important;}
.notice-layer .notice-actions button:hover { background: transparent;}





.map-modal-cont { display: flex; position: fixed; left: 0; top: 0; width: 100%; height: 100%; justify-content: center; align-items: center; z-index: 1001;}
.map-modal-cont .map-pop-inner { position: relative; display: flex; flex-direction: column; padding:3rem 4rem; background-color: #fff; min-height: 85vh; max-height: calc(100% - 80px); height: auto; border-radius:1.5rem; border: 1px solid #E6E8EC; }
.map-modal-cont.pop-xxl .map-pop-inner { width: 1300px; }
.map-pop-cont { position: relative; width:100%; background-color: #fff; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; flex: 1 !important; -webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch;min-height: 0;display: flex; flex-direction: column; min-height: 0;}


.map-pop-cont::-webkit-scrollbar { width:12px;}
.map-pop-cont::-webkit-scrollbar-track {background-color: #fff;}


.map-bottom-notice { position:absolute; left:16px; right:16px; bottom:16px; display:flex; align-items:center; justify-content:space-between; padding:1.5rem; background:#fff; border-radius:1rem; box-shadow:0 4px 12px rgba(0,0,0,0.12); z-index:10; max-width:720px; margin:0 auto; }
.notice-text { margin:0; color:#333; line-height:1.4; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }







