
.sub-hero{position:relative;height:320px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.sub-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.sub-hero-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sub-hero-bg::after{content:'';position:absolute;inset:0;background:rgba(10,20,50,.55)}
.sub-hero-cnt{position:relative;z-index:2;text-align:center;color:#fff}
.sub-hero-ey{font-size:13px;letter-spacing:.3em;color:rgba(255,255,255,.7);margin-bottom:12px;text-transform:uppercase}
.sub-hero-tit{font-family:'Pretendard',sans-serif;font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.2;margin-bottom:12px}
.sub-hero-tit em{font-style:normal;color:#5f86a0}
.sub-hero-sub{font-size:14px;color:rgba(255,255,255,.75)}

.sub-tabs{background:#fff;border-top:0px solid #ddd;border-bottom:0px solid #ddd;padding:20px 0;position:relative;z-index:500}
.sub-tabs-inner{max-width: 1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:0}
.sub-tab-home{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:none;background:#fff;flex-shrink:0;transition:background .2s}
.sub-tab-home img{width:20px;height:20px}
.sub-tab-home:hover{background:#f5f5f3}

.sub-nav-1{min-width:200px;position:relative;z-index:2}
.sub-nav-1>a{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;font-size:14px;font-weight:600;color:#fff;text-decoration:none;background: #686562;cursor:pointer;white-space:nowrap;height:52px;box-sizing:border-box}
.sub-nav-1>.sub-nav-1-list{display:none;position:absolute;top:52px;left:0;min-width:100%;background:#fff;border:1px solid #ddd;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.sub-nav-1>.sub-nav-1-list a{display:block;padding:12px 20px;font-size:14px;font-weight:500;color:#444;text-decoration:none;border-bottom:1px solid #eee;background:#fff;transition:all .2s;white-space:nowrap}
.sub-nav-1>.sub-nav-1-list a:last-child{border-bottom:none}
.sub-nav-1>.sub-nav-1-list a:hover,.sub-nav-1>.sub-nav-1-list a.active{background:#448ac6;color:#fff}
.sub-nav-1.open>.sub-nav-1-list{display:block}
.sub-nav-1-arrow{font-size:10px;transition:transform .2s}
.sub-nav-1.open .sub-nav-1-arrow{transform:rotate(180deg)}

.sub-nav-2{min-width:191px;position:relative;z-index:2}
.sub-nav-2>a{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;font-size:14px;font-weight:600;color: #686562;text-decoration:none;background:#fff;cursor:pointer;white-space:nowrap;height:52px;box-sizing:border-box;border:1px solid #ddd}
.sub-nav-2>.sub-nav-2-list{display:none;position:absolute;top:52px;left:0;min-width:100%;background:#f8f8f6;border:1px solid #ddd;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.sub-nav-2>.sub-nav-2-list a{display:block;padding:12px 20px;font-size:13px;color:#555;text-decoration:none;border-bottom:1px solid #eee;background:#f8f8f6;transition:all .2s;white-space:nowrap}
.sub-nav-2>.sub-nav-2-list a:last-child{border-bottom:none}
.sub-nav-2>.sub-nav-2-list a:hover,.sub-nav-2>.sub-nav-2-list a.active{background:#e8eef1;color: #686562;font-weight:600}
.sub-nav-2.open>.sub-nav-2-list{display:block}
.sub-nav-2-arrow{font-size:10px;transition:transform .2s}
.sub-nav-2.open .sub-nav-2-arrow{transform:rotate(180deg)}

#about-intro{padding:80px 40px;background:#fff}
.about-wrap{max-width:1200px;margin:0 auto}
.about-ey{font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.about-tit{font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#222;margin-bottom:48px;line-height:1.3}
.about-tit em{font-style:normal;color:#3e5d71}
.about-grid{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:start}
.about-photo{width:100%;aspect-ratio:3/4;overflow:hidden;background:#f5f5f3}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:top}
.about-photo-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:60px;color:#ccc}
.about-text p{font-size: 17px;color:#444;line-height:2;margin-bottom: 5px;}
.about-text p:last-child{margin-bottom:0}

@media(max-width:768px){
    .sub-tabs{padding:12px 0}
    .sub-tabs-inner{max-width:100%;padding:0 16px;justify-content:flex-start}
    .sub-tab-home{width:40px;height:40px}
    .sub-tab-home img{width:16px;height:16px}
    .sub-nav-1{min-width:0;flex:1}
    .sub-nav-1>a{font-size:12px;padding:10px 12px;height:40px}
    .sub-nav-1>.sub-nav-1-list{top:40px}
    .sub-nav-1>.sub-nav-1-list a{font-size:13px;padding:11px 14px}
    .sub-nav-2{min-width:0;flex:1}
    .sub-nav-2>a{font-size:12px;padding:10px 12px;height:40px}
    .sub-nav-2>.sub-nav-2-list{top:40px}
    .sub-nav-2>.sub-nav-2-list a{font-size:13px;padding:11px 14px}
    #about-intro{padding:40px 20px}
    .about-grid{grid-template-columns:1fr;gap:24px}
    .about-photo{aspect-ratio:4/3;/* max-width:240px; */}
    .about-text p{font-size:14px}
}

#mem-list{padding:80px 40px;background:#fff}
.mem-wrap{max-width:1200px;margin:0 auto}
.mem-hd{margin-bottom:40px}
.mem-ey{font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.mem-tit{font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#448ac6;margin-bottom:48px;line-height:1.3}
.mem-layout{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}
.agent-list{display:flex;flex-direction:column;gap:0}
.agent-card{display:flex;gap:32px;padding:32px 24px;border-bottom:1px solid #e8e8e4;background:#fff;transition:box-shadow .3s;align-items:flex-start}
.agent-card:first-child{border-top:1px solid #e8e8e4}
.agent-card:hover{background:#fafafa}
.agent-photo{width:217px;height:285px;flex-shrink:0;overflow:hidden;background:#f5f5f3}
.agent-photo img{width:100%;height:100%;object-fit:cover;object-position:top}
.no-photo{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px;color:#ccc}
.agent-body{flex:1;padding-top:4px}
.agent-name-row{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}
.agent-name{font-size:20px;font-weight:700;color:#111}
.agent-title-text{font-size:15px;color:#444;font-weight:400}
.agent-branch{font-size:16px;color:#555;margin-bottom:16px;font-weight:700}
.agent-divider{border:none;border-top:1px solid #e8e8e4;margin:14px 0}
.agent-tel{font-size:22px;font-weight:700;color:#448ac6;margin-bottom:6px;letter-spacing:.01em}
.agent-addr{font-size:13px;color:#666;margin-bottom:3px}
.agent-email{font-size:14px;color:#666;margin-bottom:0;font-weight:700}
.agent-intro{font-size:16px;color:#555;line-height:1.4;margin-bottom:12px}
.agent-item-cnt{font-size:16px;color:#448ac6;font-weight:500}
.agent-item-cnt strong{font-weight:700}
.mem-sidebar{position:sticky;top:100px}
.sidebar-box{border:1px solid #e8e8e4;padding:0}
.sidebar-tit{padding:12px 16px;background:#f8f8f6;font-size:14px;font-weight:700;color:#222;border-bottom:1px solid #e8e8e4}
.sidebar-items{display:flex;flex-direction:column}
.sidebar-item{display:flex;gap:10px;padding:10px 12px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;transition:background .2s}
.sidebar-item:last-child{border-bottom:none}
.sidebar-item:hover{background:#f8f8f6}
.sidebar-item-img{width:56px;height:42px;flex-shrink:0;overflow:hidden;background:#f0f0f0}
.sidebar-item-img img{width:100%;height:100%;object-fit:cover}
.sidebar-item-info{flex:1;min-width:0}
.sidebar-item-nm{font-size:12px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}
.sidebar-item-price{display:flex;align-items:center;gap:4px}
.sidebar-badge{font-size:10px;background:#3e5d71;color:#fff;padding:1px 5px;flex-shrink:0}
.sidebar-price-val{font-size:12px;color:#3e5d71;font-weight:600}
@media(max-width:1024px){.mem-layout{grid-template-columns:1fr}}
@media(max-width:768px){
    #mem-list{padding:40px 20px}
    .agent-card{flex-direction:column;gap:16px}
    .agent-photo{width:100%;height:200px}
    .mem-sidebar{display:none}
}


#location-section{padding: 80px 40px;background:#fff}
.loc-wrap{max-width:1200px;margin:0 auto}
.loc-hd{margin-bottom:48px}
.loc-ey{font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.loc-tit{font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;margin-bottom:48px;line-height:1.3}

.loc-branch{margin-bottom:60px}
.loc-branch:last-child{margin-bottom:0}
.loc-branch-hd{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:24px}
.loc-branch-nm{font-size: 26px;font-weight: 600;color:#111;margin-bottom:6px;}
.loc-branch-addr{font-size: 18px;color:#555}
.loc-tel-box{display:flex;flex-direction:column;/* justify-content:center; *//* gap:6px; */padding: 13px 20px;background:#3e5d71;color:#fff;flex-shrink:0;text-decoration:none;min-width:220px;/* text-align:center; */}
.loc-tel-nm{font-size: 15px;color:rgba(255,255,255,.8);font-weight: 700;}
.loc-tel-num{font-family:'Pretendard',sans-serif;font-size:clamp(18px,2.5vw,26px);font-weight: 600;letter-spacing: 0em;}

.loc-map{width:100%;height:420px;background:#e8e8e4;margin-bottom:24px;position:relative}
.loc-map-placeholder{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#f5f5f3}
.loc-map-link{padding:14px 28px;background:#3e5d71;color:#fff;font-size:14px;text-decoration:none;transition:background .2s}
.loc-map-link:hover{background:#2d4a5a}

.loc-traffic{padding:24px 0;border-top:1px solid #e8e8e4}
.loc-transport{display:flex;gap:48px;flex-wrap:wrap}
.loc-transport-item{display:flex;gap:16px;align-items:flex-start}
.loc-transport-label{font-size:14px;font-weight:700;color:#333;white-space:nowrap;padding-top:2px;min-width:40px}
.loc-transport-detail{font-size:14px;color:#444;line-height:2}

.loc-subway-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:700;color:#fff;margin-right:4px}
.loc-subway-badge.line3{background:#EF7C1C}
.loc-subway-badge.line7{background:#747F00}
.loc-subway-badge.sinbundang{background:#D31145;width:auto;border-radius:4px;padding:0 6px;font-size:11px}

.loc-bus-badge{display:inline-block;padding:1px 8px;border-radius:3px;font-size:11px;font-weight:700;color:#fff;margin-right:6px}
.loc-bus-badge.green{background:#375F93}
.loc-bus-badge.blue{background:#5BB025}
.loc-bus-badge.airport{background:#8B4B9B}
@media(max-width:768px){
    #location-section{padding:40px 20px}
    .loc-branch-hd{flex-direction:column}
    .loc-tel-box{width:100%;min-width:unset}
    .loc-map{height:280px}
    .loc-transport{flex-direction:column;gap:16px}
}


#bbs-section{padding: 80px 40px;background:#fff}
.bbs-wrap{max-width: 1200px;margin:0 auto}
.bbs-hd{margin-bottom:32px}
.bbs-ey{font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.bbs-tit{font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;margin-bottom:48px;line-height:1.3}
.bbs-btn-wrap{display:flex;justify-content:flex-end;margin-bottom:12px}
.bbs-write-btn{padding:8px 20px;background:#3e5d71;color:#fff;font-size:13px;text-decoration:none;transition:background .2s}
.bbs-write-btn:hover{background:#2d4a5a}

.bbs-table-wrap{border-top:2px solid #3e5d71;margin-bottom:0}
.bbs-table{width:100%;border-collapse:collapse}
.bbs-table thead tr{background:#f8f8f6;border-bottom:1px solid #e8e8e4}
.bbs-table th{padding:12px 8px;font-size:13px;font-weight:600;color:#444;text-align:center}
.bbs-th-subject{text-align:left!important;padding-left:16px!important}
.bbs-th-num{width:70px}
.bbs-th-name{width:100px}
.bbs-th-hit{width:70px}
.bbs-th-date{width:90px}
.bbs-table tbody tr{border-bottom:1px solid #eee;transition:background .2s}
.bbs-table tbody tr:hover{background:#f8f8f8}
.bbs-notice{background:#f5f8ff!important}
.bbs-notice:hover{background:#eef3ff!important}
.bbs-table td{padding:13px 8px;font-size:14px;color:#333;text-align:center;vertical-align:middle}
.bbs-td-subject{text-align:left!important;padding-left:16px!important}
.bbs-subject-inner{display:flex;align-items:center;gap:6px}
.bbs-subject-link{color:#222;text-decoration:none;transition:color .2s}
.bbs-subject-link:hover{color:#3e5d71}
.bbs-notice-badge{display:inline-block;padding:2px 8px;background:#3e5d71;color:#fff;font-size:11px;font-weight:600}
.bbs-new{display:inline-block;padding:1px 5px;background:#e74c3c;color:#fff;font-size:10px;font-weight:700;border-radius:2px}
.bbs-comment-cnt{font-size:13px;color:#448ac6;font-weight:600}
.bbs-empty{padding:60px!important;text-align:center!important;color:#999;font-size:14px}

.bbs-page{padding:24px 0;text-align:center}
.bbs-page .pg_wrap{display:flex;justify-content:center;gap:4px;flex-wrap:wrap}
.bbs-page a,.bbs-page strong{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #ddd;font-size:13px;color:#444;text-decoration:none;transition:all .2s}
.bbs-page a:hover{border-color:#3e5d71;color:#3e5d71}
.bbs-page strong{background:#3e5d71;color:#fff;border-color:#3e5d71;font-weight:700}

.bbs-search{display:flex;justify-content:center;gap:6px;padding-top:16px;border-top:1px solid #eee}
.bbs-search-sel{padding:8px 12px;border:1px solid #ddd;font-size:13px;color:#444;background:#fff}
.bbs-search-input{padding:8px 14px;border:1px solid #ddd;font-size:13px;width:240px;outline:none}
.bbs-search-input:focus{border-color:#3e5d71}
.bbs-search-btn{padding:8px 20px;background:#3e5d71;color:#fff;font-size:13px;border:none;cursor:pointer;transition:background .2s}
.bbs-search-btn:hover{background:#2d4a5a}
@media(max-width:768px){
    #bbs-section{padding:40px 20px}
    .bbs-th-name,.bbs-th-hit,.bbs-td-name,.bbs-td-hit{display:none}
    .bbs-search-input{width:160px}
}


.bbs-write-form{border-top:2px solid #3e5d71;margin-bottom:0}
.bbs-write-row{display:flex;border-bottom:1px solid #eee;align-items:stretch}
.bbs-write-label{width:120px;padding:14px 16px;background:#f8f8f6;font-size:13px;font-weight:600;color:#444;flex-shrink:0;display:flex;align-items:center}
.bbs-write-field{flex:1;padding:10px 14px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:100%}
.bbs-write-input{width:100%;padding:10px 14px;border:1px solid #ddd;font-size:14px;outline:none}
.bbs-write-input:focus{border-color:#3e5d71}
.bbs-write-file{font-size:13px}
.bbs-write-btns{display:flex;justify-content:center;gap:10px;margin-top:24px}
.bbs-btn-cancel{padding:11px 32px;border:1px solid #ddd;color:#555;font-size:14px;text-decoration:none;transition:all .2s}
.bbs-btn-cancel:hover{border-color:#333;color:#333}
.bbs-btn-submit{padding:11px 32px;background:#3e5d71;color:#fff;font-size:14px;border:none;cursor:pointer;transition:background .2s}
.bbs-btn-submit:hover{background:#2d4a5a}

.bbs-view-head{border-top:2px solid #3e5d71;padding:20px 0 16px;border-bottom:1px solid #eee;margin-bottom:0}
.bbs-view-title{font-family:'Pretendard',sans-serif;font-size:20px;font-weight:700;color:#111;margin-bottom:10px;display:flex;align-items:center;gap:10px;line-height:1.4}
.bbs-view-meta{display:flex;gap:16px;font-size:13px;color:#888}
.bbs-view-btns{display:flex;gap:6px;padding:12px 0;border-bottom:1px solid #eee;margin-bottom:0}
.bbs-view-btn{padding:6px 16px;border:1px solid #ddd;color:#555;font-size:13px;text-decoration:none;transition:all .2s}
.bbs-view-btn:hover{border-color:#3e5d71;color:#3e5d71}
.bbs-view-btn-del{color:#e74c3c!important;border-color:#e74c3c!important}
.bbs-view-btn-write{background:#3e5d71;color:#fff!important;border-color:#3e5d71!important}
.bbs-view-content{padding:32px 0 24px;border-bottom:1px solid #eee;font-size:15px;line-height:1.9;color:#333;min-height:200px}
.bbs-view-files{padding:16px 0;border-bottom:1px solid #eee}
.bbs-view-files h4{font-size:13px;font-weight:600;color:#444;margin-bottom:10px}
.bbs-view-files ul{list-style:none}
.bbs-view-files li{margin-bottom:6px}
.bbs-file-link{font-size:13px;color:#3e5d71;text-decoration:none}
.bbs-file-link:hover{text-decoration:underline}
.bbs-view-nav{border-top:1px solid #eee;border-bottom:1px solid #eee;margin:24px 0}
.bbs-nav-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f5;font-size:13px}
.bbs-nav-row:last-child{border-bottom:none}
.bbs-nav-label{width:48px;font-weight:600;color:#3e5d71;flex-shrink:0}
.bbs-nav-row a{flex:1;color:#333;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bbs-nav-row a:hover{color:#3e5d71}
.bbs-nav-date{color:#999;flex-shrink:0}

.bbs-write-field textarea{width:100%!important;box-sizing:border-box}
.bbs-write-row{flex-wrap:wrap}
.wr_content{width:100%!important}


#shop-top{background:#fff;border-bottom:1px solid #e8e8e4}
.smap-wrap,.sfilter-wrap{max-width:1200px;margin-left:auto;margin-right:auto}

.smap-wrap{display:flex;height:360px;border-bottom:1px solid #eee}
#smap{flex:1;height:360px;min-height:360px}
#smap{flex:1}
.smap-list{width:280px;flex-shrink:0;overflow-y:auto;border-left:1px solid #eee}
.smap-item{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;transition:background .2s}
.smap-item:hover{background:#f8f8f6}
.smap-item-img{width:60px;height:48px;flex-shrink:0;background:#eee;background-size:cover;background-position:center}
.smap-item-info{flex:1;min-width:0}
.smap-item-dong{font-size:11px;color:#3e5d71;margin-bottom:2px}
.smap-item-name{font-size:12px;color:#222;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}
.smap-item-price{font-size:11px;color:#666}

.sfilter-wrap{padding: 40px 10px;background:#fff;border-bottom:2px solid #e8e8e4}
.sfilter-row{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom: 28px;}
.sfilter-row:last-child{margin-bottom:0}
.sfilter-group{display:flex;flex-direction:column;gap:4px}
.sfilter-group label{font-family:'Pretendard',sans-serif;font-size: clamp(11px,3vw,15px);font-weight: 600;color: #1e1e1e1;}
.sfilter-sel{padding:7px 12px;border:1px solid #ddd;font-size:13px;color:#333;background:#fff;min-width:100px;outline:none}
.sfilter-sel:focus{border-color:#3e5d71}
.sfilter-input{padding:7px 12px;border:1px solid #ddd;font-size:13px;color:#333;outline:none;min-width:200px}
.sfilter-input:focus{border-color:#3e5d71}
.sfilter-checks{display:flex;gap:8px;flex-wrap:wrap;padding-top:4px}
.scheck{display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:13px;color:#333;white-space:nowrap}
.scheck input{accent-color:#3e5d71;width:14px;height:14px}
.scheck span{padding:4px 10px;border:1px solid #ddd;border-radius:2px;transition:all .2s}
.scheck input:checked + span{background:#3e5d71;color:#fff;border-color:#3e5d71}
.sfilter-btn{padding:10px 0;background:#3e5d71;color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s;white-space:nowrap;width:140px;display:block;text-align:center}
.sfilter-btn:hover{background:#2d4a5a}
.sfilter-reset{padding: 4px 0;border:1px solid #ddd;color:#666;font-size:13px;text-decoration:none;transition:all .2s;white-space:nowrap;width: 126px;display:block;text-align:center}
.sfilter-reset:hover{border-color:#3e5d71;color:#3e5d71}

#shop-list{padding:32px 40px;background:#fff}
.slist-wrap{max-width:1200px;margin:0 auto}
.slist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.slist-total{font-size:14px;color:#666}
.slist-total strong{color:#3e5d71;font-weight:700}
.slist-sort{display:flex;gap:8px}
.slist-sort a{font-size:13px;color:#999;text-decoration:none;padding:4px 10px;border:1px solid #eee}
.slist-sort a.active{border-color:#3e5d71;color:#3e5d71;font-weight:600}
.slist-empty{text-align:center;padding:80px 20px;font-size:15px;color:#999}
.slist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.slist-card{display:block;text-decoration:none;background:#fff;border:1px solid #eee;overflow:hidden;transition:all .3s}
.slist-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#ddd}
.slist-img{position:relative;height:220px;overflow:hidden;background:#f5f5f3}
.slist-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.slist-card:hover .slist-img img{transform:scale(1.05)}
.slist-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#ddd;font-family:'Pretendard',sans-serif}
.slist-badges{position:absolute;top:12px;left:12px;display:flex;gap:4px}
.slist-badge{padding:3px 8px;font-size:11px;font-weight:700}
.slist-badge.rush{background:#e74c3c;color:#fff}
.slist-badge.rec{background:#3e5d71;color:#fff}
.slist-no{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.5);color:#fff;font-size:11px;padding:2px 8px}
.slist-body{padding:16px}
.slist-tags{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}
.slist-loc{font-size:11px;color:#3e5d71;font-weight:600;letter-spacing:.05em}
.slist-type{font-size:11px;color:#999;border:1px solid #eee;padding:1px 6px}
.slist-name{font-family:'Pretendard',sans-serif;font-size:15px;font-weight:700;color:#111;margin-bottom:8px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slist-trade{display:flex;gap:4px;margin-bottom:6px;flex-wrap:wrap}
.item-trade{padding:2px 8px;font-size:11px;font-weight:600}
.item-trade.sale{background:#3e5d71;color:#fff}
.item-trade.jeon{background:#448ac6;color:#fff}
.item-trade.month{background:#e67e22;color:#fff}
.item-trade.rent{background:#8e44ad;color:#fff}
.item-trade.bunyang{background:#27ae60;color:#fff}
.slist-price{font-size:14px;font-weight:700;color:#e74c3c;margin-bottom:4px}
.slist-area{font-size:12px;color:#999}

.slist-page{display:flex;justify-content:center;gap:4px;margin-top:40px}
.slist-page a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #ddd;font-size:13px;color:#555;text-decoration:none;transition:all .2s}
.slist-page a:hover{border-color:#3e5d71;color:#3e5d71}
.slist-page a.active{background:#3e5d71;color:#fff;border-color:#3e5d71;font-weight:700}
@media(max-width:1024px){.slist-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
    #shop-list{padding:20px}
    .smap-wrap{flex-direction:column;height:auto}
    #smap{height:260px}
    .smap-list{width:100%;height:160px}
    .sfilter-wrap{padding:12px 16px}
    .sfilter-row{gap:8px}
    .slist-grid{grid-template-columns:1fr}
}



#recruit-section{padding:80px 40px;background:#fff}
.recruit-wrap{max-width:1200px;margin:0 auto}
.recruit-hd{margin-bottom:48px}
.recruit-ey{font-size:13px;letter-spacing:.1em;color:#999;margin-bottom:8px;text-transform:uppercase}
.recruit-tit{font-family:'Pretendard',sans-serif;font-size:clamp(28px,3vw,42px);font-weight:800;color:#3e5d71}
.recruit-positions{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}
.recruit-pos-card{border:1px solid #e8e8e4;padding:32px 28px;transition:all .3s;position:relative}
.recruit-pos-card:hover{border-color:#3e5d71;box-shadow:0 8px 24px rgba(62,93,113,.1);transform:translateY(-4px)}
.recruit-pos-badge{display:inline-block;padding:4px 12px;background:#3e5d71;color:#fff;font-size:11px;font-weight:600;letter-spacing:.1em;margin-bottom:16px}
.recruit-pos-title{font-family:'Pretendard',sans-serif;font-size:22px;font-weight:700;color:#111;margin-bottom:6px}
.recruit-pos-sub{font-size:14px;color:#448ac6;margin-bottom:20px;font-weight:500}
.recruit-pos-list{list-style:none;margin-bottom:20px}
.recruit-pos-list li{font-size:14px;color:#555;padding:6px 0;border-bottom:1px solid #f5f5f5;padding-left:14px;position:relative}
.recruit-pos-list li::before{content:'Â·';position:absolute;left:0;color:#3e5d71;font-weight:700}
.recruit-pos-tags{display:flex;gap:6px;flex-wrap:wrap}
.recruit-pos-tags span{padding:4px 10px;background:#f5f5f3;font-size:12px;color:#555;border-radius:2px}
.recruit-benefit{background:#f8f8f6;padding:40px;margin-bottom:0}
.recruit-benefit-tit{font-family:'Pretendard',sans-serif;font-size:20px;font-weight:700;color:#222;margin-bottom:28px;padding-bottom:14px;border-bottom:2px solid #3e5d71}
.recruit-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.recruit-benefit-item{display:flex;gap:16px;align-items:flex-start;background:#fff;padding:20px;border:1px solid #eee}
.recruit-benefit-icon{font-size:28px;flex-shrink:0}
.recruit-benefit-text strong{font-size:14px;font-weight:700;color:#111;display:block;margin-bottom:4px}
.recruit-benefit-text p{font-size:13px;color:#666}
#apply-section{padding:80px 40px;background:#f8f8f6}
.apply-wrap{max-width:1200px;margin:0 auto}
.apply-hd{margin-bottom:40px;text-align:center}
.apply-ey{font-size:13px;letter-spacing:.1em;color:#999;margin-bottom:8px;text-transform:uppercase}
.apply-tit{font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,36px);font-weight:800;color:#3e5d71;margin-bottom:12px}
.apply-sub{font-size:15px;color:#666}
.apply-form{background:#fff;padding:40px;border:1px solid #e8e8e4}
.apply-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.apply-field{display:flex;flex-direction:column;gap:6px}
.apply-field-full{grid-column:1/-1;margin-bottom:16px}
.apply-field label{font-size:13px;font-weight:600;color:#444}
.apply-field .req{color:#e74c3c}
.apply-field input,.apply-field textarea{padding:11px 14px;border:1px solid #ddd;font-size:14px;outline:none;font-family:'Pretendard',sans-serif;transition:border .2s}
.apply-field input:focus,.apply-field textarea:focus{border-color:#3e5d71}
.apply-field textarea{resize:vertical}
.apply-checks{display:flex;gap:24px;margin-bottom:20px;flex-wrap:wrap}
.apply-check{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333}
.apply-check input{width:16px;height:16px;accent-color:#3e5d71;cursor:pointer}
.apply-privacy{background:#f8f8f6;padding:14px 16px;font-size:12px;color:#888;margin-bottom:24px;border-left:3px solid #3e5d71;line-height:1.8}
.apply-privacy p:first-child{font-weight:600;color:#555;margin-bottom:4px}
.apply-submit{text-align:center}
.apply-btn{display:inline-block;padding:14px 48px;background:#3e5d71;color:#fff;font-size:15px;font-weight:600;letter-spacing:.05em;border:none;cursor:pointer;transition:background .2s;text-decoration:none}
.apply-btn:hover{background:#2d4a5a}
.apply-error{background:#fdf0f0;border:1px solid #f5c6cb;color:#721c24;padding:12px 16px;margin-bottom:20px;font-size:14px}
.apply-success{text-align:center;padding:60px 20px;background:#fff;border:1px solid #e8e8e4}
.apply-success-icon{font-size:48px;margin-bottom:16px}
.apply-success h3{font-size:22px;font-weight:700;color:#3e5d71;margin-bottom:10px}
.apply-success p{font-size:15px;color:#666;margin-bottom:24px}
@media(max-width:1024px){.recruit-positions{grid-template-columns:1fr 1fr}.recruit-benefit-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){
    #recruit-section,#apply-section{padding:40px 20px}
    .recruit-positions{grid-template-columns:1fr}
    .recruit-benefit-grid{grid-template-columns:1fr}
    .apply-form{padding:24px 20px}
    .apply-form-grid{grid-template-columns:1fr}
}


#hs-intro { padding: 80px 40px; background: #fff; }
.hs-intro-wrap {max-width: 1200px;margin: 0 auto;}
.hs-intro-ey {font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.hs-intro-tit {font-family:'Pretendard',sans-serif;font-size: clamp(24px,3vw,42px);font-weight:700;color:#448ac6;margin-bottom:32px;line-height:1.4}
.hs-intro-body p {font-size: clamp(16px,3vw,19px);;color: #333;line-height: 1.4;margin-bottom: 0;}
.hs-intro-body p + p { margin-top: 12px; }

.hs-highlight-box { display: flex; gap: 20px; align-items: flex-start; background: #f8f9fc; border: 1px solid #dce6f0; padding: 28px 32px; margin-top: 36px; }
.hs-highlight-icon { font-size: 32px; flex-shrink: 0; margin-top: 2px; }
.hs-highlight-text p {font-size: 16px;color: #444;line-height: 2;margin: 0;}
.hs-highlight-text p + p { margin-top: 4px; }

#hs-features { padding: 80px 40px; background: #f8f8f6; }
.hs-feat-wrap {max-width: 1200px;margin: 0 auto;}
.hs-feat-lead { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight: 700;color: #111;text-align: center;margin-bottom: 56px;line-height: 1.7;}
.hs-feat-lead strong { color: #448ac6; }
.hs-feat-list { display: flex; flex-direction: column; gap: 0; }
.hs-feat-item { display: flex; gap: 32px; align-items: flex-start; padding: 36px 0; border-bottom: 1px solid #e8e8e4; }
.hs-feat-item:first-child { border-top: 1px solid #e8e8e4; }
.hs-feat-num {font-family: 'Pretendard', sans-serif;font-size: 42px;font-weight: 800;color: #448ac6;line-height: 1;flex-shrink: 0;width: 52px;}
.hs-feat-body { flex: 1; }
.hs-feat-body h3 {font-family: 'Pretendard', sans-serif;font-size: clamp(18px,3vw,25px);font-weight: 600;color: #111;margin-bottom: 10px;}
.hs-feat-body p {font-size: clamp(16px,3vw,19px);;color: #555;line-height: 1.9;margin: 0;}

.hs-closing {text-align: center;font-size: clamp(18px,3vw,25px);font-weight: 500;color: #111;margin-top: 56px;padding: 28px;background: #fff;border: 1px solid #e8e8e4;}

#hs-form-section { padding: 80px 40px; background: #fff; }
.hs-form-wrap {max-width: 1200px;margin: 0 auto;}
.hs-form-hd { text-align: center; margin-bottom: 40px; }
.hs-form-ey {font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.hs-form-tit {font-family: 'Pretendard', sans-serif;font-size: clamp(24px,3vw,42px);font-weight: 700;color: #3e5d71;margin-bottom: 10px;}
.hs-form-sub { font-size: clamp(16px,3vw,19px); color: #666; line-height: 1.4; }
.
hs-form-sub { font-size: 18px; color: #666; }

.hs-form-box { background: #fff; border: 1px solid #e8e8e4; }
.hs-form-row { display: flex; border-bottom: 1px solid #eee; align-items: stretch; }
.hs-form-row:last-child { border-bottom: none; }
.hs-form-label {width: 130px;padding: 16px 20px;background: #f8f8f6;font-size: 16px;font-weight: 600;color: #444;flex-shrink: 0;display: flex;align-items: center;}
.hs-form-label .req { color: #e74c3c; margin-left: 2px; }
.hs-form-field { flex: 1; padding: 12px 16px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.hs-form-field input[type=text],
.hs-form-field input[type=tel],
.hs-form-field textarea { width: 100%; padding: 10px 14px; border: 1px solid #ddd; font-size: 14px; outline: none; font-family: 'Pretendard', sans-serif; transition: border .2s; box-sizing: border-box; }
.hs-form-field input:focus,
.hs-form-field textarea:focus { border-color: #3e5d71; }
.hs-form-field textarea { resize: vertical; min-height: 100px; }

.hs-radio-group,
.hs-check-group { display: flex; gap: 20px; flex-wrap: wrap; }
.hs-radio-item,
.hs-check-item { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 14px; color: #333; }
.hs-radio-item input,
.hs-check-item input { width: 15px; height: 15px; accent-color: #3e5d71; cursor: pointer; }

.hs-struct-group { display: flex; gap: 8px; flex-wrap: wrap; }
.hs-struct-item { display: flex; align-items: center; gap: 4px; cursor: pointer; }
.hs-struct-item input { width: 14px; height: 14px; accent-color: #3e5d71; cursor: pointer; }
.hs-struct-item span { padding: 4px 12px; border: 1px solid #ddd; font-size: 13px; color: #333; transition: all .2s; }
.hs-struct-item input:checked + span { background: #3e5d71; color: #fff; border-color: #3e5d71; }

.hs-form-error { background: #fdf0f0; border: 1px solid #f5c6cb; color: #721c24; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; }
.hs-form-success { text-align: center; padding: 60px 20px; border: 1px solid #e8e8e4; }
.hs-form-success-icon { font-size: 52px; margin-bottom: 16px; }
.hs-form-success h3 { font-size: 22px; font-weight: 700; color: #3e5d71; margin-bottom: 10px; }
.hs-form-success p { font-size: 15px; color: #666; margin-bottom: 24px; }

.hs-submit-wrap { text-align: center; padding: 28px 0 0; }
.hs-submit-btn { display: inline-block; padding: 15px 60px; background: #3e5d71; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .05em; border: none; cursor: pointer; transition: background .2s; font-family: 'Pretendard', sans-serif; }
.hs-submit-btn:hover { background: #2d4a5a; }

.hs-privacy { background: #f8f8f6; padding: 14px 16px; font-size: 12px; color: #888; margin: 20px 0 0; border-left: 3px solid #3e5d71; line-height: 1.8; }
.hs-privacy strong { font-weight: 600; color: #555; display: block; margin-bottom: 4px; }
@media (max-width: 768px) {
    #hs-intro,
    #hs-features,
    #hs-form-section { padding: 40px 20px; }
    .hs-highlight-box { flex-direction: column; gap: 12px; padding: 20px; }
    .hs-feat-item { gap: 16px; }
    .hs-feat-num { font-size: 30px; width: 36px; }
    .hs-form-row { flex-direction: column; }
    .hs-form-label { width: 100%; padding: 10px 16px; }
    .hs-radio-group,
    .hs-check-group { gap: 12px; }
}


#hs-hero { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
#hs-hero video,
#hs-hero .hs-hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#hs-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.55) 100%); }
.hs-hero-cnt { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 20px; }
.hs-hero-ey { font-size: 13px; letter-spacing: .35em; color: rgba(255,255,255,.7); text-transform: uppercase; margin-bottom: 20px; }
.hs-hero-tit { font-family: 'Pretendard', sans-serif; font-size: clamp(36px, 6vw, 80px); font-weight: 800; line-height: 1.15; margin-bottom: 20px; letter-spacing: -.01em; }
.hs-hero-tit em { font-style: normal; color: #7ec8e3; }
.hs-hero-sub { font-size: clamp(14px, 1.8vw, 18px); color: rgba(255,255,255,.75); margin-bottom: 40px; line-height: 1.7; }
.hs-hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; animation: scrollBounce 2s infinite; }
.hs-hero-scroll::after { content: ''; display: block; width: 1px; height: 48px; background: rgba(255,255,255,.35); }
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@media (max-width: 768px) { #hs-hero { height: 100svh; min-height: 500px; } }


#hf-hero { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
#hf-hero video,
#hf-hero .hf-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#hf-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.6) 100%); }
.hf-hero-cnt { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 20px; }
.hf-hero-ey { font-size: 13px; letter-spacing: .35em; color: rgba(255,255,255,.7); text-transform: uppercase; margin-bottom: 20px; }
.hf-hero-tit { font-family: 'Pretendard', sans-serif; font-size: clamp(32px, 5.5vw, 72px); font-weight: 800; line-height: 1.2; margin-bottom: 20px; letter-spacing: -.01em; }
.hf-hero-tit em { font-style: normal; color: #7ec8e3; }
.hf-hero-sub { font-size: clamp(14px, 1.8vw, 18px); color: rgba(255,255,255,.75); line-height: 1.7; }
.hf-hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; animation: scrollBounce 2s infinite; }
.hf-hero-scroll::after { content: ''; display: block; width: 1px; height: 48px; background: rgba(255,255,255,.35); }
@media (max-width: 768px) { #hf-hero { height: 100svh; min-height: 500px; } }


#hf-intro { padding: 80px 40px; background: #fff; }
.hf-intro-wrap {max-width: 1200px;margin: 0 auto;}
.hf-intro-ey {font-size: 15px;letter-spacing: .0em;color:#999;text-transform:uppercase;margin-bottom:12px}
.hf-intro-tit {font-family:'Pretendard',sans-serif;font-size: clamp(24px,3vw,42px);font-weight:700;color:#448ac6;margin-bottom:32px;line-height:1.4}
.hf-intro-tit em { font-style: normal; color: #3e5d71; }
.hf-intro-lead{font-size: clamp(16px,3vw,19px);;color: #333;line-height: 1.8; margin-bottom: 0;}


#hf-system { padding: 100px 40px; background: #1a4a7a; }
.hf-system-wrap { max-width: 1200px; margin: 0 auto; }
.hf-system-inner { }
.hf-section-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .25em; color: rgba(255,255,255,.6); text-transform: uppercase; margin-bottom: 32px; }
.hf-system-body { font-size: clamp(22px, 3vw, 38px); font-weight: 700; color: #fff; line-height: 1.55; margin-bottom: 36px; font-family: 'Pretendard', sans-serif; }
.hf-arrow-point { display: inline-block; font-size: clamp(13px, 1.5vw, 15px); font-weight: 600; color: rgba(255,255,255,.85); padding: 10px 20px; border: 1px solid rgba(255,255,255,.4); line-height: 1.5; }


#hf-trust { padding: 80px 40px; background: #3e5d71; }


#hf-form-section { padding: 80px 40px;}
.hf-form-wrap {max-width: 1200px;margin: 0 auto;}
.hf-form-hd { text-align: center; margin-bottom: 40px; }
.hf-form-ey { font-size: 13px; letter-spacing: .15em; color: #999; text-transform: uppercase; margin-bottom: 10px; }
.hf-form-tit { font-family: 'Pretendard', sans-serif; font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: #3e5d71; margin-bottom: 10px; }
.hf-form-sub { font-size: 15px; color: #666; }
.hf-select { padding: 10px 14px; border: 1px solid #ddd; font-size: 14px; color: #333; background: #fff; outline: none; min-width: 140px; }
.hf-select:focus { border-color: #3e5d71; }


@media (max-width: 768px) {
    #hf-system { padding: 60px 20px; }
    .hf-system-body { font-size: clamp(20px, 5vw, 28px); }
}


#os-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#os-hero video,
#os-hero .os-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#os-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.os-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.os-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.os-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.os-hero-tit em { font-style: normal; color: #7ec8e3; }

.os-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.os-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.os-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #os-hero { height:100svh;min-height:500px; } }


#os-intro { padding:80px 40px;background:#fff; }
.os-intro-wrap { max-width:1200px;margin:0 auto; }
.os-intro-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#448ac6;line-height:1.4;margin-bottom:32px; }
.os-intro-tit em { font-style: normal; color: #3e5d71; }
.os-intro-body-wrap p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.4;margin-bottom:0; }
.os-intro-body-wrap p + p { margin-top:12px; }
.os-intro-point { font-size:clamp(16px,3vw,19px);font-weight:700;color:#448ac6;line-height:1.4;margin-top:28px!important; }

.os-process-list { margin-top:40px;display:flex;flex-direction:column;gap:0;border-top:2px solid #3e5d71; }
.os-process-item { display:flex;gap:32px;align-items:flex-start;padding:36px 0;border-bottom:1px solid #e8e8e4; }
.os-process-num { font-family:'Pretendard',sans-serif;font-size:42px;font-weight:800;color:#076bc1;flex-shrink:0;width:52px;line-height:1; }
.os-process-body { flex:1; }
.os-process-body strong { font-family:'Pretendard',sans-serif;font-size:clamp(18px,3vw,25px);font-weight:600;color:#111;line-height:1.4;display:block;margin-bottom:10px; }
.os-process-body p { font-size:clamp(16px,3vw,19px);color:#555;margin:0;line-height:1.9; }


#os-flow {padding:80px 40px;background: #1a4a7a;}
.os-flow-wrap {max-width: 1200px;margin:0 auto;text-align:center;}
.os-flow-tit {font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight: 700;color:#fff;line-height:1.7;margin-bottom:56px;}
.os-flow-tit em { font-style:normal;color:#7ec8e3; }
.os-flow-chart { display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:56px; }
.os-flow-step { display:flex;flex-direction:column;align-items:center;gap:10px; }
.os-flow-icon { font-size:36px;background:rgba(255,255,255,.1);width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%; }
.os-flow-icon img { width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1); }
.os-flow-step p { font-size:14px;color:#fff;font-weight:600; }
.os-flow-arrow { font-size:24px;color:rgba(255,255,255,.4);flex-shrink:0; }
.os-flow-middle { display:flex;gap:12px;flex-wrap:wrap;justify-content:center; }
.os-flow-sub { display:flex;flex-direction:column;align-items:center;gap:8px; }
.os-flow-sub-icon { font-size:24px;background:rgba(255,255,255,.08);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:50%; }
.os-flow-sub-icon img { width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1); }
.os-flow-sub p { font-size:12px;color:rgba(255,255,255,.75);font-weight:600;line-height:1.4; }
.os-flow-footer { border-top:1px solid rgba(255,255,255,.15);padding-top:40px; }
.os-flow-msg1 { font-size:clamp(16px,3vw,19px);color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:12px; }
.os-flow-msg2 {font-family:'Pretendard',sans-serif;font-size: clamp(24px,3vw,30px);font-weight: 500;color:#fff;line-height:1.7;}
.os-flow-msg2 strong { color:#7ec8e3; }


#os-experts { padding:80px 40px;background:#f8f8f6; }
.os-experts-wrap { max-width:1200px;margin:0 auto; }
.os-experts-label { font-size:15px;font-weight:700;color:#448ac6;letter-spacing:.0em;margin-bottom:12px;display:block; }
.os-experts-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;margin-bottom:56px;line-height:1.4; }
.os-expert-list { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.os-expert-card { display:flex;flex-direction:column;gap:0;padding:36px 28px;background:#fff;border:1px solid #e8e8e4;transition:all .3s; }
.os-expert-card:hover { border-color:#3e5d71;box-shadow:0 8px 24px rgba(62,93,113,.1);transform:translateY(-4px); }
.os-expert-thumb { width:72px;height:72px;flex-shrink:0;background:#e8eef1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:20px;border-radius:50%; }
.os-expert-thumb img { width:36px;height:36px;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(30%) saturate(500%) hue-rotate(170deg) brightness(90%); }
.os-expert-ph { font-size:36px; }
.os-expert-thumb-loan { background:#2c3e50; }
.os-expert-ph-loan { font-family:'Pretendard',sans-serif;font-size:14px;font-weight:800;color:#fff;text-align:center;line-height:1.4;padding:8px; }
.os-expert-body { flex:1; }
.os-expert-tag { display:inline-block;padding:4px 12px;background:#3e5d71;color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;margin-bottom:12px; }
.os-expert-body h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:600;color:#111;margin-bottom:10px;line-height:1.4; }
.os-expert-body p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }
.os-expert-more { display:inline-block;margin-top:14px;font-size:13px;font-weight:600;color:#448ac6;text-decoration:none; }
.os-expert-more:hover { text-decoration:underline; }


#os-partners { padding:60px 40px;background:#fff;border-top:1px solid #e8e8e4; }
.os-partners-wrap { max-width:1000px;margin:0 auto;text-align:center; }
.os-partners-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;margin-bottom:12px; }
.os-partners-sub { font-size:clamp(16px,3vw,19px);color:#777;margin-bottom:40px; }
.os-partners-logos { display:flex;gap:16px;flex-wrap:wrap;justify-content:center; }
.os-partner-item { padding:14px 28px;border:1px solid #ddd;font-size:clamp(16px,3vw,19px);font-weight:600;color:#444;background:#f8f8f6;transition:all .2s; }
.os-partner-item:hover { border-color:#3e5d71;color:#3e5d71;background:#fff; }


@media(max-width:1024px) { .os-expert-list { grid-template-columns:repeat(2,1fr); } }
@media(max-width:768px) {
    #os-intro,#os-experts,#os-partners { padding:40px 20px; }
    #os-flow { padding:60px 20px; }
    .os-expert-list { grid-template-columns:1fr; }
    .os-expert-card { padding:24px 20px; }
    .os-flow-chart { gap:8px; }
    .os-flow-arrow { display:none; }
    .os-flow-middle { gap:8px; }
}


#cl-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#cl-hero video,
#cl-hero .cl-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#cl-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.cl-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.cl-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.cl-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.cl-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.cl-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.cl-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #cl-hero { height:100svh;min-height:500px; } }


#cl-intro { padding:80px 40px;background:#fff; }
.cl-intro-wrap { max-width:1200px;margin:0 auto; }
.cl-intro-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.cl-intro-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;margin-bottom:32px;line-height:1.4; }
.cl-intro-body p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.cl-intro-body p + p { margin-top:14px; }

.cl-condition-box { display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px; }
.cl-condition-item { display:flex;gap:16px;align-items:flex-start;padding:28px 24px;background:#f8f8f6;border:1px solid #e8e8e4; }
.cl-condition-icon { font-size:28px;flex-shrink:0; }
.cl-condition-body strong { font-family:'Pretendard',sans-serif;font-size:16px;font-weight:700;color:#111;display:block;margin-bottom:6px; }
.cl-condition-body p { font-size:14px;color:#555;line-height:1.7;margin:0; }

.cl-notice { margin-top:24px;padding:14px 20px;background:#f0f4f7;border-left:3px solid #448ac6; }
.cl-notice p { font-size:13px;color:#555;margin:0; }


#cl-services { padding:80px 40px;background:#f8f8f6; }
.cl-services-wrap { max-width:1200px;margin:0 auto; }
.cl-services-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.cl-services-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;margin-bottom:16px;line-height:1.4; }
.cl-services-sub { font-size:clamp(16px,3vw,19px);color:#444;line-height:1.4;margin-bottom:48px; }
.cl-services-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.cl-service-card { background:#fff;border:1px solid #e8e8e4;padding:32px 28px;transition:all .3s; }
.cl-service-card:hover { border-color:#3e5d71;box-shadow:0 8px 24px rgba(62,93,113,.1);transform:translateY(-4px); }
.cl-service-num { font-family:'Pretendard',sans-serif;font-size:42px;font-weight:800;color:#dce6f0;line-height:1;margin-bottom:16px; }
.cl-service-card h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:600;color:#111;margin-bottom:12px;line-height:1.4; }
.cl-service-card p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }


#cl-office { position:relative;overflow:hidden; }
.cl-office-img { width:100%;height:460px;background-size:cover;background-position:center;position:relative; }
.cl-office-img::after { content:'';position:absolute;inset:0;background:rgba(0,0,0,.5); }
.cl-office-wrap { position:relative; }
.cl-office-body { position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;z-index:2;padding:20px; }
.cl-office-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;line-height:1.4;margin-bottom:16px; }
.cl-office-tit em { font-style:normal;color:#7ec8e3; }
.cl-office-body > p { font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.85);margin-bottom:32px;line-height:1.4; }
.cl-office-btn { display:inline-block;padding:14px 36px;background:#3e5d71;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;letter-spacing:.03em; }
.cl-office-btn:hover { background:#2d4a5a; }


@media(max-width:1024px){ .cl-services-grid { grid-template-columns:repeat(2,1fr); } .cl-condition-box { grid-template-columns:1fr 1fr; } }
@media(max-width:768px){
    #cl-intro,#cl-services { padding:40px 20px; }
    .cl-services-grid { grid-template-columns:1fr; }
    .cl-condition-box { grid-template-columns:1fr; }
    .cl-office-img { height:360px; }
    .cl-office-tit { font-size:clamp(20px,5vw,28px); }
}


#rc-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#rc-hero video,
#rc-hero .rc-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#rc-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.rc-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.rc-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.rc-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.rc-hero-tit em { font-style:normal;color:#7ec8e3; }
.rc-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.rc-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.rc-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #rc-hero { height:100svh;min-height:500px; } }
#rc-intro { padding:80px 40px;background:#fff; }
.rc-intro-wrap { max-width:1200px;margin:0 auto; }
.rc-intro-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;line-height:1.4;margin-bottom:40px; }
.rc-intro-tit em { font-style:normal;color:#448ac6; }
.rc-intro-body p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.rc-intro-body p + p { margin-top:14px; }
.rc-intro-closing { margin-top:48px;padding:36px 40px;background:#f8f8f6;border-left:4px solid #3e5d71; }
.rc-intro-closing p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.rc-intro-closing p + p { margin-top:8px; }
.rc-intro-closing em { font-style:normal;color:#448ac6;font-weight:700; }
.rc-intro-closing strong { font-weight:700;color:#3e5d71; }
#rc-culture { padding:80px 40px;background:#f8f8f6; }
.rc-culture-wrap { max-width:1200px;margin:0 auto; }
.rc-culture-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.rc-culture-card { background:#fff;border:1px solid #e8e8e4;overflow:hidden;transition:all .3s; }
.rc-culture-card:hover { transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1); }
.rc-culture-img { height:220px;background-size:cover;background-position:center; }
.rc-culture-body { padding:28px; }
.rc-culture-body h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:600;color:#111;line-height:1.4;margin-bottom:12px; }
.rc-culture-body p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }
#rc-positions { padding:80px 40px;background:#fff; }
.rc-positions-wrap { max-width:1200px;margin:0 auto; }
.rc-positions-hd { margin-bottom:40px; }
.rc-positions-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.rc-positions-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;line-height:1.4; }
#rc-benefit { padding:80px 40px;background:#f8f8f6; }
.rc-benefit-wrap { max-width:1200px;margin:0 auto; }
.rc-benefit-hd { margin-bottom:40px; }
.rc-benefit-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.rc-benefit-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;line-height:1.4; }
#rc-apply { padding:80px 40px;background:#fff; }
.rc-apply-wrap { max-width:1200px;margin:0 auto; }
.rc-apply-hd { text-align: center; margin-bottom: 40px; }
.rc-apply-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.rc-apply-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;line-height:1.4;margin-bottom:8px; }
.rc-apply-sub { font-size:clamp(16px,3vw,19px);color:#666;line-height:1.4; }
@media(max-width:1024px){ .rc-culture-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:768px){
    #rc-intro,#rc-culture,#rc-positions,#rc-benefit,#rc-apply { padding:40px 20px; }
    .rc-culture-grid { grid-template-columns:1fr; }
    .rc-intro-closing { padding:24px 20px; }
}


#ct-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#ct-hero video,
#ct-hero .ct-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#ct-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.ct-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.ct-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.ct-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.ct-hero-tit em { font-style:normal;color:#7ec8e3; }
.ct-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.ct-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.ct-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #ct-hero { height:100svh;min-height:500px; } }


#ct-intro { padding:80px 40px;background:#fff; }
.ct-intro-wrap { max-width:1200px;margin:0 auto; }
.ct-intro-body p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.ct-intro-body p + p { margin-top:20px; }
.ct-highlight { margin-top:48px;padding:48px;background:#f0f4f7;border-left:5px solid #448ac6; }
.ct-highlight-tit { font-family:'Pretendard',sans-serif;font-size:clamp(20px,2.5vw,32px);font-weight:700;color:#111;line-height:1.5;margin-bottom:20px; }
.ct-highlight-tit em { font-style:normal;color:#448ac6; }
.ct-highlight p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin:0; }


#ct-image { }
.ct-image-inner { width:100%;height:460px; }


#ct-cost { padding:80px 40px;background:#fff; }
.ct-cost-wrap { max-width:1200px;margin:0 auto; }
.ct-cost-info { margin-bottom:56px; }
.ct-cost-info p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.ct-cost-info p + p { margin-top:20px; }
.ct-cost-point { font-family:'Pretendard',sans-serif;font-size:clamp(20px,2.5vw,30px) !important;font-weight:700;color:#3e5d71 !important; }


.ct-effect-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px; }
.ct-effect-card { padding:36px 28px;border:1px solid #e8e8e4;transition:all .3s; }
.ct-effect-card:hover { border-color:#448ac6;box-shadow:0 8px 24px rgba(7,107,193,.1);transform:translateY(-4px); }
.ct-effect-icon { font-size:40px;margin-bottom:20px;display:flex;align-items:center;justify-content:center; }
.ct-effect-icon img { width:48px;height:48px;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(30%) saturate(500%) hue-rotate(170deg) brightness(90%); }
.ct-effect-card h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:700;color:#111;margin-bottom:12px;line-height:1.4; }
.ct-effect-card p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }


.ct-closing { text-align:center;padding:64px 40px;background:#1e2d3a; }
.ct-closing-tit { font-family:'Pretendard',sans-serif;font-size:clamp(20px,2.5vw,32px);font-weight:700;color:#fff;line-height:1.6;margin-bottom:16px; }
.ct-closing-tit em { font-style:normal;color:#7ec8e3; }
.ct-closing > p { font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.75);margin-bottom:32px; }
.ct-closing-notice { margin-bottom:36px; }
.ct-closing-notice p { font-size:14px;color:rgba(255,255,255,.5);margin-bottom:4px; }
.ct-closing-btn { display:inline-block;padding:14px 40px;background:#448ac6;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;letter-spacing:.03em; }
.ct-closing-btn:hover { background:#0559a0; }


@media(max-width:1024px){ .ct-effect-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:768px){
    #ct-intro,#ct-cost { padding:40px 20px; }
    .ct-effect-grid { grid-template-columns:1fr; }
    .ct-highlight { padding:28px 20px; }
    .ct-image-inner { height:280px; }
    .ct-closing { padding:40px 20px; }
}

/* =============================================
   채용공고 v2 (con_employee.php)
============================================= */
#rc-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#rc-hero video, #rc-hero .rc-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#rc-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.rc-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.rc-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.rc-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.rc-hero-tit em { font-style:normal;color:#7ec8e3; }
.rc-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.rc-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.rc-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #rc-hero { height:100svh;min-height:500px; } }
#rc-intro { padding:80px 40px;background:#fff; }
.rc-intro-wrap { max-width:1200px;margin:0 auto; }
.rc-intro-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;line-height:1.4;margin-bottom:40px; }
.rc-intro-tit em { font-style:normal;color:#076bc1; }
.rc-intro-body p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.rc-intro-body p + p { margin-top:14px; }
.rc-intro-closing { margin-top:48px;padding:36px 40px;background:#f8f8f6;border-left:4px solid #3e5d71; }
.rc-intro-closing p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.rc-intro-closing p + p { margin-top:8px; }
.rc-intro-closing em { font-style:normal;color:#076bc1;font-weight:700; }
.rc-intro-closing strong { font-weight:700;color:#3e5d71; }
#rc-culture { padding:80px 40px;background:#f8f8f6; }
.rc-culture-wrap { max-width:1200px;margin:0 auto; }
.rc-culture-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.rc-culture-card { background:#fff;border:1px solid #e8e8e4;overflow:hidden;transition:all .3s; }
.rc-culture-card:hover { transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1); }
.rc-culture-img { height:220px;background-size:cover;background-position:center; }
.rc-culture-body { padding:28px; }
.rc-culture-body h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:600;color:#111;line-height:1.4;margin-bottom:12px; }
.rc-culture-body p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }
#rc-positions { padding:80px 40px;background:#fff; }
.rc-positions-wrap { max-width:1200px;margin:0 auto; }
.rc-positions-hd { margin-bottom:40px; }
.rc-positions-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.rc-positions-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;line-height:1.4; }
#rc-benefit { padding:80px 40px;background:#f8f8f6; }
.rc-benefit-wrap { max-width:1200px;margin:0 auto; }
.rc-benefit-hd { margin-bottom:40px; }
.rc-benefit-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.rc-benefit-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;line-height:1.4; }
#rc-apply { padding:80px 40px;background:#fff; }
.rc-apply-wrap { max-width:1200px;margin:0 auto; }
.rc-apply-hd { margin-bottom:40px; }
.rc-apply-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.rc-apply-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;line-height:1.4;margin-bottom:8px; }
.rc-apply-sub { font-size:clamp(16px,3vw,19px);color:#666;line-height:1.4; }
@media(max-width:1024px){ .rc-culture-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:768px){
    #rc-intro,#rc-culture,#rc-positions,#rc-benefit,#rc-apply { padding:40px 20px; }
    .rc-culture-grid { grid-template-columns:1fr; }
    .rc-intro-closing { padding:24px 20px; }
}

/* =============================================
   입주청소 (con_clean.php)
============================================= */
#cl-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#cl-hero video, #cl-hero .cl-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#cl-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.cl-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.cl-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.cl-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.cl-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.cl-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.cl-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #cl-hero { height:100svh;min-height:500px; } }
#cl-intro { padding:80px 40px;background:#fff; }
.cl-intro-wrap { max-width:1200px;margin:0 auto; }
.cl-intro-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.cl-intro-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#3e5d71;margin-bottom:32px;line-height:1.4; }
.cl-intro-body p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.cl-intro-body p + p { margin-top:14px; }
.cl-condition-box { display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px; }
.cl-condition-item { display:flex;gap:16px;align-items:flex-start;padding:28px 24px;background:#f8f8f6;border:1px solid #e8e8e4; }
.cl-condition-icon { font-size:28px;flex-shrink:0; }
.cl-condition-body strong { font-family:'Pretendard',sans-serif;font-size:16px;font-weight:700;color:#111;display:block;margin-bottom:6px; }
.cl-condition-body p { font-size:14px;color:#555;line-height:1.7;margin:0; }
.cl-notice { margin-top:24px;padding:14px 20px;background:#f0f4f7;border-left:3px solid #076bc1; }
.cl-notice p { font-size:13px;color:#555;margin:0; }
#cl-services { padding:80px 40px;background:#f8f8f6; }
.cl-services-wrap { max-width:1200px;margin:0 auto; }
.cl-services-ey { font-size:15px;letter-spacing:.0em;color:#999;text-transform:uppercase;margin-bottom:12px; }
.cl-services-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;margin-bottom:16px;line-height:1.4; }
.cl-services-sub { font-size:clamp(16px,3vw,19px);color:#444;line-height:1.4;margin-bottom:48px; }
.cl-services-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.cl-service-card { background:#fff;border:1px solid #e8e8e4;padding:32px 28px;transition:all .3s; }
.cl-service-card:hover { border-color:#3e5d71;box-shadow:0 8px 24px rgba(62,93,113,.1);transform:translateY(-4px); }
.cl-service-num { font-family:'Pretendard',sans-serif;font-size:42px;font-weight:800;color:#448ac6;line-height:1;margin-bottom:16px; }
.cl-service-card h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:600;color:#111;margin-bottom:12px;line-height:1.4; }
.cl-service-card p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }
#cl-office { position:relative;overflow:hidden; }
.cl-office-img { width:100%;height:460px;background-size:cover;background-position:center;position:relative; }
.cl-office-img::after { content:'';position:absolute;inset:0;background:rgba(0,0,0,.5); }
.cl-office-wrap { position:relative; }
.cl-office-body { position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;z-index:2;padding:20px; }
.cl-office-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;line-height:1.4;margin-bottom:16px; }
.cl-office-tit em { font-style:normal;color:#7ec8e3; }
.cl-office-body > p { font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.85);margin-bottom:32px;line-height:1.4; }
.cl-office-btn { display:inline-block;padding:14px 36px;background:#3e5d71;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;letter-spacing:.03em; }
.cl-office-btn:hover { background:#2d4a5a; }
@media(max-width:1024px){ .cl-services-grid { grid-template-columns:repeat(2,1fr); } .cl-condition-box { grid-template-columns:1fr 1fr; } }
@media(max-width:768px){
    #cl-intro,#cl-services { padding:40px 20px; }
    .cl-services-grid { grid-template-columns:1fr; }
    .cl-condition-box { grid-template-columns:1fr; }
    .cl-office-img { height:360px; }
    .cl-office-tit { font-size:clamp(20px,5vw,28px); }
}

/* =============================================
   전세권 설정 (con_contract.php)
============================================= */
#ct-hero { position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center; }
#ct-hero video, #ct-hero .ct-hero-bg { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
#ct-hero::after { content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.55) 100%); }
.ct-hero-cnt { position:relative;z-index:2;text-align:center;color:#fff;padding:0 20px; }
.ct-hero-ey { font-size:13px;letter-spacing:.35em;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:20px; }
.ct-hero-tit { font-family:'Pretendard',sans-serif;font-size:clamp(36px,6vw,80px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.01em; }
.ct-hero-tit em { font-style:normal;color:#7ec8e3; }
.ct-hero-sub { font-size:clamp(14px,1.8vw,18px);color:rgba(255,255,255,.75);line-height:1.7; }
.ct-hero-scroll { position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s infinite; }
.ct-hero-scroll::after { content:'';display:block;width:1px;height:48px;background:rgba(255,255,255,.35); }
@media(max-width:768px){ #ct-hero { height:100svh;min-height:500px; } }
#ct-intro { padding:80px 40px;background:#fff; }
.ct-intro-wrap { max-width:1200px;margin:0 auto; }
.ct-intro-body p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.ct-intro-body p + p { margin-top:20px; }
.ct-highlight { margin-top:48px;padding:48px;background:#f0f4f7;border-left:5px solid #076bc1; }
.ct-highlight-tit { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px);font-weight:700;color:#111;line-height:1.5;margin-bottom:20px; }
.ct-highlight-tit em { font-style:normal;color:#076bc1; }
.ct-highlight p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin:0; }
#ct-image { }
.ct-image-inner { width:100%;height:460px; }
#ct-cost { padding:80px 40px;background:#fff; }
.ct-cost-wrap { max-width:1200px;margin:0 auto; }
.ct-cost-info { margin-bottom:56px; }
.ct-cost-info p { font-size:clamp(16px,3vw,19px);color:#333;line-height:1.9;margin-bottom:0; }
.ct-cost-info p + p { margin-top:20px; }
.ct-cost-point { font-family:'Pretendard',sans-serif;font-size:clamp(24px,3vw,42px) !important;font-weight:700;color:#3e5d71 !important; }
.ct-effect-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px; }
.ct-effect-card { padding:36px 28px;border:1px solid #e8e8e4;transition:all .3s; }
.ct-effect-card:hover { border-color:#076bc1;box-shadow:0 8px 24px rgba(7,107,193,.1);transform:translateY(-4px); }
.ct-effect-icon { font-size:40px;margin-bottom:20px;display:flex;align-items:center;justify-content:center; }
.ct-effect-icon img { width:48px;height:48px;object-fit:contain;filter:brightness(0) saturate(100%) invert(32%) sepia(30%) saturate(500%) hue-rotate(170deg) brightness(90%); }
.ct-effect-card h3 { font-family:'Pretendard',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:700;color:#111;margin-bottom:12px;line-height:1.4; }
.ct-effect-card p { font-size:clamp(14px,2vw,16px);color:#555;line-height:1.9;margin:0; }
.ct-closing { text-align:center;padding:64px 40px;background:#1e2d3a; }
.ct-closing-tit { font-family:'Pretendard',sans-serif;font-size:clamp(20px,2.5vw,32px);font-weight:700;color:#fff;line-height:1.6;margin-bottom:16px; }
.ct-closing-tit em { font-style:normal;color:#7ec8e3; }
.ct-closing > p { font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.75);margin-bottom:32px; }
.ct-closing-notice { margin-bottom:36px; }
.ct-closing-notice p { font-size:14px;color:rgba(255,255,255,.5);margin-bottom:4px; }
.ct-closing-btn { display:inline-block;padding:14px 40px;background:#076bc1;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;letter-spacing:.03em; }
.ct-closing-btn:hover { background:#0559a0; }
@media(max-width:1024px){ .ct-effect-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:768px){
    #ct-intro,#ct-cost { padding:40px 20px; }
    .ct-effect-grid { grid-template-columns:1fr; }
    .ct-highlight { padding:28px 20px; }
    .ct-image-inner { height:280px; }
    .ct-closing { padding:40px 20px; }
}
.hs-form-sub { font-size: clamp(16px,3vw,19px); color: #666; line-height: 1.4; }
