@charset "utf-8";


/* Layout */
#header { position:relative; width:100%;
 height:240px;
 background:#fff;
 box-sizing: border-box;
 background:none;
 transition:.5s;
 z-index:9; }

div[data-include="header"],
#header { 
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100% !important; 
    height: 95px !important; 
    background: #ffffff !important; 
    border-bottom: 1px solid #e2e8f0 !important; 
    transition: all 0.3s ease !important; 
    z-index: 10000 !important; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important; 
}
#wrap, #container, main.sub-main-container, .main-visual {
    margin-top: 95px !important;
}
#header .inner { position:relative; width:1350px; max-width:95%; height:95px; margin:0 auto; display:flex !important; justify-content: space-between !important; align-items: center !important; box-sizing:border-box;}
#header .logo { width:auto; margin:0 40px 0 0; display:flex; align-items:center; }
#header .logo img { max-height:65px; width:auto; object-fit:contain; vertical-align:middle; }

#header #menu { border:none !important; width:auto !important; height:100% !important; display:flex !important; align-items:center !important; margin-left:auto !important; }
#header .header-gnb-menu { display:flex !important; flex-direction:row !important; align-items:center !important; gap:40px !important; margin:0 !important; padding:0 !important; list-style:none !important; }
#header .header-gnb-menu li { background:none !important; padding:0 !important; margin:0 !important; list-style:none !important; }
#header .header-gnb-menu li a { text-decoration:none; font-size:19px !important; font-weight:600 !important; color:#1e293b !important; letter-spacing:-0.5px; transition:color ease 0.2s; white-space:nowrap; }
#header .header-gnb-menu li a:hover { color:#0071ce !important; }

/* Floating Quick Menu Styling */
#quickkk {
    position: fixed !important;
    right: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 175px !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#quickkk .quick-card {
    background: #0071ce;
    border-radius: 14px;
    padding: 20px 14px;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 113, 206, 0.3);
}

#quickkk .quick-logo {
    margin-bottom: 12px;
}

#quickkk .quick-logo img {
    max-width: 135px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

#quickkk .cs-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}

#quickkk .cs-phone {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

#quickkk .quick-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#quickkk .qbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform ease 0.2s, box-shadow ease 0.2s;
}

#quickkk .qbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

#quickkk .qbtn i {
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#quickkk .qbtn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#quickkk .qbtn-call {
    background: #064698 !important;
    color: #ffffff !important;
    display: none !important;
}
#quickkk .qbtn-call i {
    color: #ffffff !important;
}

#quickkk .qbtn-sms {
    background: #63b630 !important;
    color: #ffffff !important;
    display: none !important;
}
#quickkk .qbtn-sms i {
    color: #ffffff !important;
}

#quickkk .qbtn-blog {
    background: #03cf5d !important;
    color: #ffffff !important;
}
#quickkk .qbtn-blog i {
    color: #ffffff !important;
}

#quickkk .qbtn-top {
    background: #1e293b !important;
    color: #ffffff !important;
    font-size: 13px;
    padding: 8px 12px;
}
#quickkk .qbtn-top i {
    color: #ffffff !important;
}


#wrap { position:relative; width:100%; margin:0 auto; }
#container { width:100%; margin:0 auto; *zoom:1; }
#container:after { content:""; display:block; clear:both; }

#contents { width:100%; min-height:750px; margin:0 auto; }
#contents .page { width:1200px; margin:0 auto; }

#contents .contents { width:1200px; }



#board_list { position:relative; width:100%; margin:0 auto; height:65px; line-height:65px; background:rgba(0,83,196,0.7); box-sizing:border-box; margin-top:0px; z-index:5; margin-top:-65px; }
#board_list ul { width: 1000px; height:65px; margin:0 auto;
display:flex;
justify-content: space-between;
 }
#board_list ul li { font-size:20px; font-weight:450; color:#fff; width:auto; }


#board_list ul li:nth-child(1) { width:auto; }
#board_list ul li:nth-child(1) i { display:inline-block; margin:0 5px 0 0; }
#board_list ul li:nth-child(2) { width:700px; margin:7px 0 0 0; }





#noti { position:relative; width:1200px; margin:0 auto; height:70px; line-height:70px; background:rgba(0, 52, 106, 0.8); padding:0 0 0 75px; box-sizing:border-box; margin-top:-70px; z-index:99; border-radius:30px 30px 0 0; }
#noti .wrap { width:1200px; margin:0 auto; }
#noti .wrap p { width:120px; float:left; font-size:20px; color:#ffffff; background:url("/upload/img/icon/line.jpg") no-repeat 105px 27px; margin:0 20px 0 0; }
#noti .wrap p.check { margin:25px 0 0 0; background:none; }
#noti .wrap ul { position:relative; width:600px; height:70px; float:left; margin-left:320px; z-index:99999; }
#noti .wrap ul li { width:295px; display:inline-block; font-size:20px; color:#ffffff; padding:0 0 0 45px; box-sizing:border-box; height:70px; float:left; border-left:1px solid; border-right:1px solid; border-color:rgba( 255, 255, 255, 0.2 ); }
#noti .wrap ul li:last-child { border-right:0; }
#noti .wrap ul li img { margin:25px 5px 0 60px; }
#noti .wrap ul li a { color:#fff; display:block; }




#work { width:100%; height:auto; margin:0 auto; padding:90px 0; overflow:hidden; text-align:center; color:#000; box-sizing:border-box; background:#fff; }
#work > h2 { font-size: clamp(22px, 3.5vw, 36px); font-weight:700; color:#1e293b; margin-bottom:12px; letter-spacing:-1px; line-height: 1.35; word-break: keep-all; overflow-wrap: break-word; font-family: 'Pretendard', sans-serif; }
#work > h2 span { color:#0071ce; }
#work > h3 { font-size: clamp(14px, 1.8vw, 17px); font-weight:400; color:#64748b; margin-bottom:50px; letter-spacing:-0.5px; line-height: 1.55; word-break: keep-all; overflow-wrap: break-word; font-family: 'Pretendard', sans-serif; }
.work-container { max-width:1280px; margin:0 auto; display:flex; justify-content:space-between; gap:26px; flex-wrap:wrap; box-sizing:border-box; }
.work-card { width:300px; background:#fff; border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; box-shadow:0 4px 15px rgba(0,0,0,0.03); transition:transform ease 0.3s, box-shadow ease 0.3s; box-sizing:border-box; display:flex; flex-direction:column; }
.work-card:hover { transform:translateY(-8px); box-shadow:0 12px 25px rgba(0,0,0,0.08); }
.work-card .img { width:100%; height:190px; overflow:hidden; background:#f1f5f9; }
.work-card .img img { width:100%; height:100%; object-fit:cover; transition:transform ease 0.4s; }
.work-card:hover .img img { transform:scale(1.05); }
.work-card .txt { padding:30px 20px 35px 20px; text-align:center; flex:1; display:flex; flex-direction:column; align-items:center; justify-content:space-between; }
.work-card .txt h4 { font-size: clamp(18px, 2.2vw, 20px) !important; font-weight:600 !important; color:#333333 !important; margin-bottom:14px !important; letter-spacing:-0.5px !important; line-height:1.35 !important; word-break: keep-all !important; font-family: 'Pretendard', sans-serif !important; }
.work-card .txt h3 { font-size: clamp(13px, 1.6vw, 15px) !important; font-weight:350 !important; color:#666666 !important; line-height:1.6 !important; margin-bottom:25px !important; letter-spacing:0px !important; word-break:keep-all !important; overflow-wrap: break-word !important; font-family: 'Pretendard', sans-serif !important; }
.work-btn { display:inline-block; padding:10px 26px; background:#2563eb; color:#fff !important; font-size:14px; font-weight:600; letter-spacing:-0.3px; line-height:1.4; border-radius:50px; text-decoration:none; transition:background ease 0.2s, transform ease 0.2s; font-family: 'Pretendard', sans-serif; }
.work-btn:hover { background:#1d4ed8; transform:translateY(-2px); }

/* MD Section Component */
.md { width:100%; height:auto; margin:0 auto; padding:90px 0; box-sizing:border-box; color:#000; background:#fff; overflow:hidden; }
.md-container { max-width:1280px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:60px; box-sizing:border-box; }
.md-txt-area { flex:1; text-align:left; }
.md-txt-area h2 { font-size: clamp(22px, 3.5vw, 36px); font-weight:700; line-height:1.35; color:#111; margin-bottom:28px; letter-spacing:-1px; word-break:keep-all; overflow-wrap: break-word; font-family: 'Pretendard', sans-serif; }
.md-txt-area h2 span { color:#0071ce; }
.md-txt-area .desc1 { font-size: clamp(14px, 1.8vw, 17px); color:#333; line-height:1.55; margin-bottom:24px; letter-spacing:-0.5px; word-break:keep-all; overflow-wrap: break-word; font-weight:400; font-family: 'Pretendard', sans-serif; }
.md-txt-area .desc2 { font-size: clamp(13px, 1.6vw, 15px); color:#666; line-height:1.6; letter-spacing:0px; word-break:keep-all; overflow-wrap: break-word; font-weight:350; font-family: 'Pretendard', sans-serif; }
.md-img-area { width:520px; border-radius:16px; overflow:hidden; box-shadow:0 12px 35px rgba(0,0,0,0.08); background:#ffffff; display:flex; justify-content:center; align-items:center; }
.md-img-area img { width:100%; height:auto; display:block; border-radius:16px; object-fit:cover; }

/* Quality Service Section Styling */
#quality { width: 100%; background: #edf6fc; padding: 90px 0; box-sizing: border-box; }
.quality-container { max-width: 1280px; margin: 0 auto; text-align: center; box-sizing: border-box; }
.quality-title h2 { font-size: clamp(22px, 3.5vw, 36px); font-weight: 700; color: #1e293b; margin-bottom: 12px; letter-spacing: -1px; line-height: 1.35; word-break: keep-all; overflow-wrap: break-word; font-family: 'Pretendard', sans-serif; }
.quality-title h2 span { color: #0071ce; }
.quality-title h3 { font-size: clamp(14px, 1.8vw, 17px); font-weight: 400; color: #64748b; margin-bottom: 50px; letter-spacing: -0.5px; line-height: 1.55; word-break: keep-all; overflow-wrap: break-word; font-family: 'Pretendard', sans-serif; }
.quality-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: nowrap; }
.quality-card { width: calc(25% - 18px); flex: 0 0 calc(25% - 18px); background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: transform ease 0.3s, box-shadow ease 0.3s; text-align: center; display: flex; flex-direction: column; box-sizing: border-box; }
.quality-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.08); }
.quality-card .card-img { width: 100%; height: 190px; overflow: hidden; background: #eee; }
.quality-card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform ease 0.4s; }
.quality-card:hover .card-img img { transform: scale(1.05); }
.quality-card .card-txt { padding: 30px 20px 35px 20px; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; }
.quality-card .card-txt h4 { font-size: clamp(18px, 2.2vw, 20px); font-weight: 600; color: #333; margin-bottom: 14px; letter-spacing: -0.5px; line-height: 1.35; word-break: keep-all; font-family: 'Pretendard', sans-serif; }
.quality-card .card-txt p { font-size: clamp(13px, 1.6vw, 15px); color: #666; line-height: 1.6; letter-spacing: 0px; word-break: keep-all; overflow-wrap: break-word; font-weight: 350; margin: 0; font-family: 'Pretendard', sans-serif; }


.comp { position:relative; width:100%; height:auto; margin:0 auto; z-index:5; box-sizing:border-box; padding:0; z-index:2; margin-top:30px; }
.comp > ul { width:1200px; margin:0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.comp > ul > li { position:relative; width:49%; height:auto; box-sizing:border-box; padding:30px; border:1px solid #eee; }
.comp > ul > li .img { width:100%; }
.comp > ul > li .img img { width:100%; }

.comp > ul > li .txt { width:auto; z-index:9; text-align:left; color:#000; padding:0 0 0 10px; }
.comp > ul > li .txt > h3 { font-size:21px; font-weight:650; padding:20px 0 5px 0; }
.comp > ul > li .txt > h4 { font-size:17px; font-weight:350; padding:0; white-space : pre-line; line-height:1.4; }
.comp > ul > li .txt > h4 span { font-weight:550; }
.comp > ul > li .txt > h5 { font-size:40px; font-weight:650; color:#43d2e8; padding:5px 0 5px 0; }
.comp > ul > li .txt > h5 i { padding:0 5px 0 0; font-size:34px; }
.comp > ul > li .txt a { color:#fff; }





.person { width:100%; height:auto; margin:0 auto; padding:80px 0 0 0; box-sizing:border-box; text-align:center; color:#000; background:url("/upload/img/banner/person_bg.png") no-repeat 50% 0; overflow:hidden; }
.person > ul { max-width:70%; height:100%; margin:0 auto;
display:flex;
flex-wrap: wrap;
align-items:center;
justify-content: space-between; }

.person > ul > li { width:auto; overflow:hidden; }
.person > ul > li .txt { width:auto; text-align:left; margin:0 auto; }
.person > ul > li .txt > h2 { font-size:46px; font-weight:450; padding:0 0 10px 0; white-space : pre-line; line-height:1.3; }
.person > ul > li .txt > h2 span { font-weight:650; }
.person > ul > li .txt > h2 span b { color:#1959b8; font-weight:650; }
.person > ul > li .txt > h3 { font-size:24px; font-weight:400; line-height:1.4; padding:5px 0 30px 0; white-space:pre-line; }
.person > ul > li .txt > h4 a { display:table; font-size:22px; font-weight:400; padding:8px 15px; border:1px solid #000; }

.person > ul > li:nth-child(1) { width:auto; margin-top:0px; }
.person > ul > li:nth-child(2) { }

.person > ul > li .check { width:auto; text-align:left; margin:0 auto; }
.person > ul > li .check ul li { display:block; font-size:34px; font-weight:450; color:#000; line-height:1.6; }
.person > ul > li .check ul li span { background:url("/upload/img/banner/check.png") no-repeat left; color:#1168e2; font-family: 'Montserrat', sans-serif; font-weight:650; padding-left:35px; margin-right:15px; }




#count { width:100%; margin:0 auto; }
#count > ul { width:90%; text-align:center; padding:0;
 display:flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
 }
#count > ul > li { width:31%; height:auto; background:#fff; border-radius:15px; padding:35px 0; border:4px solid #abe5ff; }
#count > ul > li > h2 { font-size:22px; font-weight:350; color:#000; padding:20px 0 0 0; white-space : pre-line; }
#count > ul > li > h2 span { font-weight:650; }




.icon { width:100%; height:auto; margin:0 auto; padding:120px 0; box-sizing:border-box; text-align:center; color:#fff; background:url("/upload/img/banner/icon_bg.jpg") no-repeat 50% 0; background-size:cover; overflow:hidden; }
.icon .wrap { width:1100px; margin:0 auto; }

.icon .wrap > h2 { font-size:42px; font-weight:550; }
.icon .wrap > h2 span { color:#6ccdff; }
.icon .wrap > h3 { font-size:24px; font-weight:350; padding:15px 0 30px 0; white-space : pre-line; line-height:1.4; }

.icon ul { width: 100%; text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.icon ul li { width: 48%; height:auto; background:rgba(255,255,255,0.10); border:1px solid rgba(255,255,255,0.50); display: flex; justify-content: center; align-items: center; padding:35px 0; margin:0 0 30px 0; }

 .icon ul li .img { width:auto; margin:0 20px 0 0; }
 .icon ul li .img img { width:auto; }

 .icon ul li .txt { width:50%; height:auto; text-align:left; }
 .icon ul li .txt > h2 { font-size:16px; font-weight:550; padding:0 0 12px 0; color:#6ccdff; }
 .icon ul li .txt > h3 { font-size:26px; font-weight:650; padding:0 0 10px 0; }
 .icon ul li .txt > h4 { font-size:20px; font-weight:300; white-space : pre-line; line-height:1.4; }






#brand { position:relative; width:1200px; height:auto; margin:0 auto; text-align:center; z-index:5; padding:30px 0 40px 0; color:#000; }
#brand > h2 { font-size:36px; font-weight:550; color:#002b5b; letter-spacing:0px; }
#brand > h3 { font-size:20px; font-weight:350; padding:12px 0 40px 0; white-space : pre-line; line-height:1.4; }
#brand > h3 span { font-weight:650; }
#brand ul { width:1200px; margin:0 auto; display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#brand ul li { display:flex; align-items: center; justify-content: center; width:20%; height:100px;background:#fff; box-sizing:border-box; overflow:hidden; border:0px solid #eee; }
#brand ul li img { width:auto; }


#gallery { position:relative; width:1280px; max-width:95%; height:auto; margin:0 auto; padding:90px 0; overflow:hidden; text-align:center; color:#000; box-sizing:border-box; }
#gallery > h2 { font-size:36px; font-weight:700; color:#1e293b; margin-bottom:12px; letter-spacing:-1px; }
#gallery > h2 span { color:#0071ce; }
#gallery > h3 { font-size:17px; font-weight:400; color:#64748b; margin-bottom:50px; letter-spacing:-0.5px; }

/* Enhanced Carousel Component Styling with Strict Container Box & 20px Hover Clearance */
.custom-container.auto { width: 100%; position: relative; padding: 10px 0 20px 0 !important; box-sizing: border-box; }
.custom-container.auto .carousel { width: 100%; position: relative; overflow: hidden !important; padding: 20px 0 24px 0 !important; margin-top: -20px !important; margin-bottom: -10px !important; }
.custom-container.auto .carousel ul { display: flex; gap: 0 !important; list-style: none; margin: 0; padding: 0; position: relative; width: max-content; }
.custom-container.auto .carousel ul li { width: 300px !important; max-width: 300px !important; flex-shrink: 0; margin: 0 26px 0 0 !important; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; box-sizing: border-box !important; }
.custom-container.auto .carousel ul li:hover { transform: translateY(-8px) !important; box-shadow: 0 14px 28px rgba(0,0,0,0.09) !important; border-color: #cbd5e1 !important; }
.custom-container.auto .carousel ul li a { display: block !important; width: 100% !important; max-width: 100% !important; text-decoration: none; color: #0f172a; text-align: center; height: 100%; overflow: hidden; box-sizing: border-box !important; }
.custom-container.auto .carousel ul li a img { width: 100% !important; max-width: 100% !important; height: 200px; object-fit: cover; display: block; border-bottom: 1px solid #f1f5f9; transition: transform 0.4s ease; box-sizing: border-box !important; }
.custom-container.auto .carousel ul li:hover a img { transform: scale(1.05); }
.custom-container.auto .carousel ul li a span { display: block !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px 14px !important; font-size: 17px !important; font-weight: 600 !important; color: #0f172a !important; letter-spacing: -0.5px !important; word-break: keep-all !important; line-height: 1.4 !important; text-align: center !important; margin: 0 !important; transition: color 0.2s ease; }
.custom-container.auto .carousel ul li:hover a span { color: #0071ce !important; }

/* Carousel Responsive Optimization (Zero Glitch & Touch Perfection) */
@media (max-width: 1024px) {
    #gallery { max-width: 92%; padding: 70px 0; }
    .custom-container.auto .carousel ul { gap: 0 !important; }
    .custom-container.auto .carousel ul li { width: 280px; margin: 0 20px 0 0 !important; }
    .custom-container.auto .carousel ul li a img { height: 185px; }
    .custom-container.auto .carousel ul li a span { font-size: 16px; padding: 18px 14px; }
}

@media (max-width: 768px) {
    #gallery { max-width: 92%; padding: 60px 0; }
    #gallery > h2 { font-size: 28px; margin-bottom: 8px; }
    #gallery > h3 { font-size: 15px; margin-bottom: 30px; }
    .custom-container.auto .carousel { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .custom-container.auto .carousel::-webkit-scrollbar { display: none; }
    .custom-container.auto .carousel ul { gap: 0 !important; }
    .custom-container.auto .carousel ul li { width: 260px; margin: 0 16px 0 0 !important; border-radius: 12px; }
    .custom-container.auto .carousel ul li a img { height: 165px; }
    .custom-container.auto .carousel ul li a span { font-size: 15px; padding: 16px 12px; }
}

#online { position:relative; width:100%; height:auto; margin:0 auto; color:#fff; padding:90px 0; box-sizing:border-box; background:#000; z-index:1; margin-top:0px; }
#online::before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url("/upload/img/banner/online_bg.jpg") no-repeat 50% 0%; background-size:cover; filter:blur(0px); opacity:1.0; z-index: -1; }

#online > h2 { font-size:30px; font-weight:300; padding:0 0 30px 0; color:#fff; white-space : pre-line; text-align:center; line-height:1.4; }
#online > h2 span { font-weight:650; }

#online ul { width:1280px; max-width:95%; margin:0 auto; display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

#online ul li { width:48%; height:auto; box-sizing:border-box; background:rgba(0,0,0,0.00); border-radius:10px; padding:20px 35px; }

#online ul li.cs h2 { font-size:26px; font-weight:500; padding:0 0 10px 0; }
#online ul li.cs h3 { font-size:25px; font-weight:550; padding:0 0 5px 0; white-space : pre-line; line-height:1.4; }
#online ul li.cs h4 { padding:0 0 15px 0; font-size:28px; font-weight:450; }
#online ul li.cs h4 span { font-size:44px; font-weight:650; color:#fff; }
#online ul li.cs h4 a { color:#fff; }
#online ul li.cs h5 { font-size:24px; font-weight:400; padding:0 0 10px 0; }
#online ul li.cs h5 a { color:#fff; }
#online ul li.cs h5 span { display:inline-block; width:80px; font-size:20px; border:1px solid #fff; padding:3px 0; margin-right:4px; border-radius:10px; text-align:center; }

#online ul li.cs p { float:left; padding:20px 10px 0 0; }

#online ul li.qna {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.qna-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.qna-header h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, 0.3);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: pulse 1.6s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.qna-list-wrapper {
    height: 270px;
    overflow: hidden;
    position: relative;
}

.qna-list-track {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: rollupTicker 20s linear infinite;
}

.qna-list-wrapper:hover .qna-list-track {
    animation-play-state: paused;
}

@keyframes rollupTicker {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.qna-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
    gap: 12px;
    white-space: nowrap;
    transition: background ease 0.2s, border-color ease 0.2s;
}

.qna-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(96, 165, 250, 0.4);
}

.qna-cate {
    background: rgba(37, 99, 235, 0.3);
    color: #60a5fa;
    border: 1px solid rgba(96, 165, 250, 0.3);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.qna-text {
    font-size: 13px;
    font-weight: 500;
    color: #f8fafc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.qna-loc {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.qna-loc i {
    color: #38bdf8;
    font-size: 11px;
}

.qna-status {
    color: #4ade80;
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
}






/* Modern Clean Footer Component Styling with Highest Global Specificity */
html body #footer,
html body .footer,
body #footer { position: relative !important; width: 100% !important; height: auto !important; background: #0f172a !important; color: #cbd5e1 !important; padding: 50px 0 60px 0 !important; box-sizing: border-box !important; }

html body #footer .inner,
html body .footer .inner,
body #footer .inner { position: relative !important; width: 1280px !important; max-width: 95% !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center !important; flex-wrap: wrap !important; gap: 30px !important; box-sizing: border-box !important; overflow: visible !important; }

html body #footer .logo,
body #footer .logo { position: relative !important; top: auto !important; left: auto !important; order: 1 !important; display: flex !important; align-items: center !important; flex-shrink: 0 !important; margin: 0 !important; }
html body #footer .logo img,
body #footer .logo img { max-height: 52px !important; width: auto !important; object-fit: contain !important; display: block !important; }

html body #footer .area,
body #footer .area { order: 2 !important; flex: 1 !important; min-width: 320px !important; font-size: 14px !important; line-height: 1.8 !important; color: #cbd5e1 !important; margin: 0 30px !important; padding: 0 !important; border: none !important; display: block !important; text-align: left !important; }
html body #footer .area .nav-links,
body #footer .area .nav-links { display: flex !important; align-items: center !important; gap: 14px !important; margin-bottom: 14px !important; flex-wrap: wrap !important; }

html body #footer .area .nav-links a,
html body #footer .area .nav-links a:link,
html body #footer .area .nav-links a:visited,
html body #footer .area a,
html body #footer .area a:link,
html body #footer .area a:visited { color: #f8fafc !important; text-decoration: none !important; font-size: 14px !important; font-weight: 600 !important; transition: color 0.2s ease !important; opacity: 1 !important; }

html body #footer .area .nav-links a:hover,
html body #footer .area a:hover { color: #38bdf8 !important; }

html body #footer .area .nav-links span.email-refuse,
html body #footer .area span.log { color: #cbd5e1 !important; font-size: 14px !important; font-weight: 500 !important; }
html body #footer .area .nav-links span.sep,
html body #footer .area span { color: #475569 !important; font-size: 12px !important; }

html body #footer .address,
body #footer .address { font-size: 13px !important; color: #94a3b8 !important; line-height: 1.8 !important; margin-top: 10px !important; padding-top: 14px !important; border-top: 1px solid rgba(255,255,255,0.12) !important; width: 100% !important; float: none !important; text-align: left !important; }
html body #footer .address .info-row,
body #footer .address .info-row { display: flex !important; align-items: center !important; gap: 10px !important; flex-wrap: wrap !important; margin-bottom: 4px !important; }
html body #footer .address span.item,
body #footer .address span { color: #cbd5e1 !important; font-weight: 400 !important; display: inline-block !important; }
html body #footer .address span.sep { color: #475569 !important; font-size: 11px !important; }
html body #footer .address .copy,
body #footer .address span.copy { margin-top: 8px !important; font-size: 12px !important; color: #94a3b8 !important; font-weight: 400 !important; letter-spacing: 0.2px !important; display: block !important; }

html body #footer .sns02,
body #footer .sns02 { order: 3 !important; width: auto !important; text-align: right !important; color: #ffffff !important; min-width: 240px !important; margin: 0 !important; flex-shrink: 0 !important; }
html body #footer .sns02 .footer-section-label { font-size: 13px !important; font-weight: 500 !important; color: #94a3b8 !important; margin-bottom: 4px !important; }
html body #footer .sns02 h2 { font-size: 26px !important; font-weight: 800 !important; color: #38bdf8 !important; letter-spacing: -0.5px !important; margin-bottom: 6px !important; font-family: inherit !important; }
html body #footer .sns02 h3 { font-size: 13px !important; color: #e2e8f0 !important; margin-bottom: 4px !important; font-weight: 400 !important; }
html body #footer .sns02 h3 span { border: 1px solid rgba(255,255,255,0.25) !important; padding: 2px 7px !important; border-radius: 4px !important; font-size: 11px !important; margin-right: 6px !important; color: #cbd5e1 !important; display: inline-block !important; }
html body #footer .sns02 h4 { font-size: 12px !important; color: #94a3b8 !important; font-weight: 400 !important; }

/* Absolute Removal of Admin Element Everywhere */
.admin,
#footer .admin,
#footer .inner .admin,
body #footer .admin,
html body #footer .admin { display: none !important; visibility: hidden !important; width: 0 !important; height: 0 !important; opacity: 0 !important; overflow: hidden !important; pointer-events: none !important; position: absolute !important; left: -9999px !important; }

/* Responsive Footer Optimization */
@media (max-width: 1024px) {
    body #footer {
        padding: 40px 20px 80px 20px !important;
    }
    body #footer .inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
        width: 100% !important;
    }
    body #footer .area {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
    }
    body #footer .area .nav-links {
        gap: 8px 12px !important;
        margin-bottom: 12px !important;
    }
    body #footer .address .info-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        margin-bottom: 8px !important;
    }
    body #footer .address span.sep {
        display: none !important;
    }
    body #footer .sns02 {
        text-align: left !important;
        width: 100% !important;
        margin-top: 12px !important;
        padding-top: 16px !important;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
    }
    body #footer .sns02 h2 {
        font-size: 22px !important;
    }
}
/* Responsive Floating Quick Menu & Mobile Optimization */
@media (max-width: 768px) {
    #quickkk {
        right: 10px !important;
        transform: translateY(-50%) scale(0.85) !important;
        transform-origin: right center !important;
        z-index: 99999 !important;
    }
    .custom-container.auto .carousel ul {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
}



/* 탐색경로바 */
.path { overflow:hidden; height:30px; line-height:30px; *zoom:1; }
.path span { overflow:hidden; position:absolute; width:0; height:0; white-space:nowrap; text-indent:100%; }
.path ol { float:right; }
.path li { float:left; padding:0 0 0 12px; margin:0 0 0 8px; color:#757575; background:url("http://img.echosting.cafe24.com/skin/base/layout/ico_path.gif") no-repeat 0 10px; }
.path li:first-child { background:none; }
.path li a { color:#757575; }
.path li strong,
.path li strong a { color:#2e2e2e; }

/* 타이틀 */
.titleArea { min-height:30px; margin:10px 0 20px; border-bottom:1px solid #e8e8e8; }
.titleArea h2 { display:inline-block; padding:0 0 0 12px; color:#2e2e2e; font-size:16px; *display:inline; *zoom:1; background:url("http://img.echosting.cafe24.com/skin/base/layout/ico_heading.gif") 0 50% no-repeat; }
.titleArea p { display:inline-block; margin:0 0 0 6px; padding:0 0 0 10px; color:#939393; background:url("http://img.echosting.cafe24.com/skin/base/layout/ico_bar.gif") no-repeat 0 0; *display:inline; *zoom:1; }
.titleArea ul { padding:5px 0; color:#939393; line-height:18px; }
.titleArea ul li { padding:0 0 0 9px; background:url("http://img.echosting.cafe24.com/skin/base/common/ico_square2.gif") no-repeat 4px 7px; }

/* 게시판 메인 */
.boardMain { overflow:hidden; *zoom:1; }
.boardMain td img { vertical-align:middle; margin:1px; }
.boardMain .board { margin:0 0 65px; }
.boardMain .leftArea { float:left; width:50%; }
.boardMain .leftArea .board { margin:0 23px 65px 0; }
.boardMain .rightArea { float:right; width:50%; }
.boardMain .rightArea .board { margin:0 0 65px 23px; }

/* 퀵뷰 모달 */
#modalBackpanel { display:none; position:absolute; top:0; left:0; z-index:10000; width:100%; height:100%; background:#000; }
#modalContainer { display:none; position:absolute; top:100px; left:100px; z-index:10001; width:975px; height:720px; border:1px solid #333; background:#fff; }
#modalContainer #modalContent { width:100%; height:100%; }

/* ==========================================================================
   3-Slide Interactive Modern Hero Slider Styles
   ========================================================================== */
/* ==========================================================================
   3-Slide Interactive Modern Minimalist Hero Slider Styles
   ========================================================================== */
.hero-slider-section {
    position: relative;
    width: 100%;
    height: 640px;
    min-height: 640px;
    overflow: hidden;
    background-color: #f8fafc;
    color: #0f172a;
    box-sizing: border-box;
}

.hero-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.05);
    transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}

/* 배경 이미지 전면에 100% 물리적으로 덮는 어두운 톤다운 가상 레이어 */
.hero-slide-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.25) !important;
    z-index: 2;
    pointer-events: none;
}

.hero-slide.active .hero-slide-bg {
    transform: scale(1);
}

/* 2중 오버레이 안전 장치 */
.hero-overlay {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, 0.65) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.hero-container {
    position: relative !important;
    z-index: 10 !important;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
    box-sizing: border-box;
}

/* 텍스트 박스: 배경 프레임 완벽 제거 -> 모던 오버레이 위 다이렉트 텍스트 배치 */
.hero-content {
    max-width: 650px;
    width: 100%;
    margin: 0 !important;
    text-align: left !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

/* Minimalist Staggered Animations */
.hero-badge,
.hero-title,
.hero-desc,
.hero-cta-group {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.active .hero-badge {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.08s;
}

.hero-slide.active .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.hero-slide.active .hero-desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.32s;
}

.hero-slide.active .hero-cta-group {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.44s;
}

/* Modern Minimalist Badge (Left) */
.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.4);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #38bdf8;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Modern Minimalist Title (Left) - 그림자 없는 플랫 순백색 및 스카이블루 포인트 */
.hero-title {
    font-size: 46px;
    font-weight: 850;
    line-height: 1.22;
    letter-spacing: -0.035em;
    color: #ffffff;
    margin: 0 0 18px 0;
    word-break: keep-all;
    text-align: left;
    text-shadow: none !important;
}

.hero-title span {
    color: #38bdf8;
    font-weight: 850;
    text-shadow: none !important;
}

/* Modern Desc - 그림자 없는 맑은 서브 텍스트 */
.hero-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 32px 0;
    max-width: 600px;
    word-break: keep-all;
    text-align: left;
    text-shadow: none !important;
}

/* Modern Minimalist CTA Group (Left) */
.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.hero-btn.primary {
    background: #064698;
    color: #ffffff !important;
    border: 1px solid #064698;
    box-shadow: none !important;
}

.hero-btn.primary i {
    margin-left: 8px;
    font-size: 13px;
    transition: transform 0.2s ease;
}

.hero-btn.primary:hover {
    background: #0369a1;
    border-color: #0369a1;
    transform: translateY(-2px);
    box-shadow: none !important;
}

.hero-btn.primary:hover i {
    transform: translateX(4px);
}

.hero-btn.secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff !important;
    transform: translateY(-2px);
}
    transform: translateY(-1px);
}

.hero-btn.secondary i {
    margin-right: 8px;
    font-size: 13px;
    color: #64748b;
}

/* Modern Minimalist Dot Controls (Center Bottom) */
.hero-dots-wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1.00);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
}

.hero-dots .dot.active {
    width: 28px;
    border-radius: 4px;
    background: #064698;
}

.hero-dots .dot:hover:not(.active) {
    background: rgba(15, 23, 42, 0.5);
}

/* Responsive Optimizations */
@media (max-width: 1024px) {
    .hero-slider-section {
        height: 560px;
        min-height: 560px;
    }
    .hero-content {
        padding: 36px 40px;
        max-width: 680px;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-desc {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .hero-slider-section {
        height: 500px;
        min-height: 500px;
    }
    .hero-container {
        padding: 0 16px;
    }
    .hero-content {
        padding: 28px 24px;
        border-radius: 16px;
    }
    .hero-title {
        font-size: 26px;
        line-height: 1.28;
        margin-bottom: 12px;
    }
    .hero-desc {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 22px;
    }
    .hero-badge {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 12px;
    }
    .hero-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    .hero-dots-wrap {
        bottom: 16px;
    }
}

/* Accessibility: prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .hero-slide-bg,
    .hero-badge,
    .hero-title,
    .hero-desc,
    .hero-cta-group {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* ==========================================================================
   GLOBAL RESPONSIVE CONTAINER & TYPOGRAPHY STANDARDS (335px, 768px, 1024px)
   ========================================================================== */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    word-break: keep-all;
    overflow-wrap: break-word;
}

#wrap, #container, #contents {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-x: hidden;
}

#contents .page, #contents .contents {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding-left: 20px;
    padding-right: 20px;
}

/* Mobile Toggle Button (Default Hidden on Desktop) */
.mobile-toggle-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
}

.mobile-toggle-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1e293b;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile Drawer Navigation Styles */
.mobile-nav-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 290px !important;
    max-width: 85vw !important;
    height: 100% !important;
    background: #ffffff !important;
    z-index: 10000 !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15) !important;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.mobile-nav-drawer.active {
    transform: translateX(0) !important;
}

.mobile-nav-drawer[aria-hidden="true"] {
    visibility: hidden !important;
    pointer-events: none !important;
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.mobile-nav-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

.mobile-nav-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li.has-sub {
    border-bottom: 1px solid #f8fafc;
}

.mobile-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-menu-title i {
    font-size: 13px;
    color: #94a3b8;
    transition: transform 0.3s ease;
}

.mobile-menu-list li.has-sub.open .mobile-menu-title {
    color: #0071ce;
    background: #f0f7ff;
}

.mobile-menu-list li.has-sub.open .mobile-menu-title i {
    transform: rotate(180deg);
    color: #0071ce;
}

.mobile-sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    background: #f8fafc;
}

.mobile-sub-menu li a {
    display: block;
    padding: 10px 20px 10px 32px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
}

.mobile-sub-menu li a:hover {
    color: #0071ce;
}

.hero-dots-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-autoplay-toggle {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.35);
    color: #ffffff;
    cursor: pointer;
}

.hero-autoplay-toggle:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: 3px !important;
}

.mobile-nav-footer {
    padding: 20px !important;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    width: 100% !important;
    box-sizing: border-box !important;
}

.m-call-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 14px 20px !important;
    background: #064698 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(6, 70, 152, 0.25) !important;
    box-sizing: border-box !important;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(2px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   BREAKPOINT: 1280px / 1024px (Tablet Landscape & Medium Screen Optimization)
   ========================================================================== */
@media screen and (max-width: 1280px) {
    html, body, #wrap, #container, #contents, #header, #header .inner, #pagetop, #pagetop01, #work, #quality, #gallery, #online, #footer {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    #container, #wrap, main.sub-main-container {
        margin-top: 95px !important;
    }

    div[data-include="header"],
    #header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 70px !important;
        z-index: 10000 !important;
    }
    #header .inner {
        height: 70px !important;
        padding: 0 20px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    #header .logo img {
        max-height: 48px !important;
    }
    #header #menu, #submenu {
        display: none !important;
    }
    .mobile-toggle-btn {
        display: flex !important;
        margin-left: auto !important;
    }

/* Floating Quick Menu -> Convert to 2-Button Full Width Bottom Mobile Bar on <= 768px */
@media (min-width: 769px) {
    #quickkk .qbtn-call,
    #quickkk .qbtn-sms {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #quickkk {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        height: 56px !important;
        z-index: 9999 !important;
        background: transparent !important;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.18) !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    #quickkk .quick-card {
        display: none !important;
    }

    #quickkk .quick-buttons {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        height: 100% !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 모바일에서는 '전화상담', '문자상담' 2개 버튼만 노출 */
    #quickkk .qbtn-blog,
    #quickkk .qbtn-kakao,
    #quickkk .qbtn-top {
        display: none !important;
    }

    #quickkk .qbtn-call,
    #quickkk .qbtn-sms {
        display: flex !important;
        flex: 1 1 50% !important;
        width: 50% !important;
        height: 100% !important;
        min-height: 56px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        font-weight: 750 !important;
        letter-spacing: -0.3px !important;
        color: #ffffff !important;
        text-decoration: none !important;
        gap: 8px !important;
        box-sizing: border-box !important;
        border: none !important;
    }

    /* 좌측: 전화상담 (브랜드 블루) */
    #quickkk .qbtn-call {
        background: #002d67 !important;
    }

    /* 우측: 문자상담 (다크 네이비 / 화이트 디바이더) */
    #quickkk .qbtn-sms {
        background: #064698 !important;
        border-left: 0px solid rgba(255, 255, 255, 0.15) !important;
    }

    #quickkk .qbtn-call i,
    #quickkk .qbtn-sms i {
        font-size: 18px !important;
    /* 모바일 고객센터 전화번호 010-9559-8288 대형 확대 */
    #online .cs h4,
    #online .cs h4 a,
    #online .cs h4 .en,
    .cs-phone,
    h4 a[href*="010-9559-8288"] {
        font-size: 28px !important;
        font-weight: 900 !important;
        letter-spacing: -0.5px !important;
        color: #064698 !important;
        line-height: 1.2 !important;
        display: inline-block !important;
        margin: 6px 0 !important;
    }

    /* Add bottom padding to container so bottom quick bar doesn't overlap footer/content */
    body {
        padding-bottom: 56px !important;
    }
    #footer {
        padding-bottom: 40px !important;
    }
}

    /* Main Sections Responsive Optimization */
    #work {
        padding: 50px 0 !important;
    }
    #work > h2 {
        font-size: 28px !important;
    }
    #work > h3 {
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }
    .work-container {
        padding: 0 16px !important;
        justify-content: center !important;
        gap: 16px !important;
    }
    .work-card {
        width: calc(50% - 10px) !important;
    }

    /* MD Section */
    .md {
        padding: 50px 0 !important;
    }
    .md-container {
        flex-direction: column !important;
        gap: 30px !important;
        padding: 0 20px !important;
    }
    .md-txt-area h2 {
        font-size: 30px !important;
    }
    .md-img-area {
        width: 100% !important;
        max-width: 480px !important;
    }

    /* Quality Grid */
    #quality {
        padding: 50px 0 !important;
    }
    .quality-container {
        padding: 0 16px !important;
    }
    .quality-grid {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 16px !important;
    }
    .quality-card {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
    }

    /* Comp Section */
    .comp > ul {
        width: 100% !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        gap: 16px !important;
    }
    .comp > ul > li {
        width: 100% !important;
    }

    /* Person Section */
    .person > ul {
        max-width: 100% !important;
        padding: 0 20px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    /* Count Section */
    #count > ul {
        width: 100% !important;
        padding: 0 16px !important;
        gap: 16px !important;
        justify-content: center !important;
    }
    #count > ul > li {
        width: calc(50% - 10px) !important;
    }

    /* Icon Section */
    .icon .wrap {
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
    .icon ul li {
        width: 100% !important;
        margin-bottom: 16px !important;
    }

    /* Brand Section */
    #brand {
        width: 100% !important;
        padding: 30px 16px !important;
        box-sizing: border-box !important;
    }
    #brand ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
    }
    #brand ul li img {
        max-width: 130px !important;
        height: auto !important;
    }

    /* Online & CS Section Mobile Polish */
    #online {
        width: 100% !important;
        padding: 40px 16px !important;
        box-sizing: border-box !important;
    }

    #online ul {
        width: 100% !important;
        flex-direction: column !important;
        gap: 30px !important;
    }

    #online ul li {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #online .cs {
        width: 100% !important;
        padding: 28px 20px !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        text-align: center !important;
        align-items: center !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* 모바일 #online 및 .cs 정밀 핏팅 (전화번호/이메일 100% 핏) */
    #online .cs,
    .cs {
        width: 100% !important;
        max-width: 100% !important;
        padding: 24px 12px !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        text-align: center !important;
        align-items: center !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }

    #online .cs h3,
    .cs h3 {
        font-size: clamp(15px, 4vw, 19px) !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        margin: 0 auto 6px auto !important;
        text-align: center !important;
        max-width: 100% !important;
    }

    #online .cs h4,
    .cs h4,
    #online .cs h4 a,
    .cs h4 a,
    #online .cs h4 span.en,
    .cs h4 span.en {
        font-size: clamp(15px, 4.6vw, 21px) !important;
        letter-spacing: -0.5px !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        margin: 0 auto !important;
        text-align: center !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        display: inline-block !important;
    }

    #online .cs h5,
    .cs h5,
    #online .cs h5 span,
    .cs h5 span {
        font-size: clamp(11px, 3.2vw, 14px) !important;
        letter-spacing: -0.2px !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        margin: 6px auto 0 auto !important;
        text-align: center !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #online .cs p {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 12px auto 0 auto !important;
    }

    #online .cs p img,
    #online .cs img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* QNA & QNA List Track Mobile Optimization */
    #online .qna {
        width: 100% !important;
        padding: 24px 20px !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        background: rgba(15, 23, 42, 0.75) !important;
        border-radius: 16px !important;
    }

    #online .qna-list-wrapper {
        width: 100% !important;
        overflow: hidden !important;
    }

    #online .qna-list-track {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    #online .qna-item {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 14px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border-radius: 10px !important;
        font-size: 13px !important;
        color: #ffffff !important;
        box-sizing: border-box !important;
        gap: 8px !important;
    }

    #online .qna-text {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        flex: 1 !important;
    }
}

/* ==========================================================================
   BREAKPOINT: 768px (Mobile Large Optimization)
   ========================================================================== */
@media screen and (max-width: 768px) {
    #contents .page, #contents .contents {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    #header {
        height: 68px !important;
    }
    #header .inner {
        height: 68px !important;
        padding: 0 16px !important;
    }
    #header .logo img {
        max-height: 58px !important;
        height: 58px !important;
    }

    /* Work Card Mobile 1-Column */
    .work-card {
        width: 100% !important;
    }

    /* Quality Card Mobile 1-Column */
    .quality-card {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Count Mobile 1-Column */
    #count > ul > li {
        width: 100% !important;
    }

    .md-txt-area h2 {
        font-size: 24px !important;
    }
    .md-txt-area .desc1 {
        font-size: 15px !important;
    }
    .md-txt-area .desc2 {
        font-size: 14px !important;
    }
}

/* ==========================================================================
   BREAKPOINT: 375px (Small Mobile & Compact Device Optimization)
   ========================================================================== */
@media screen and (max-width: 375px) {
    #header .logo img {
        max-height: 54px !important;
        height: 54px !important;
    }
    #quickkk .qbtn {
        font-size: 11px !important;
        padding: 8px 4px !important;
        gap: 4px !important;
    }
    #work > h2 {
        font-size: 22px !important;
    }
}

/* 서브 비주얼 배너 #pagetop01 모바일 콤팩트 높이 최적화 */
@media screen and (max-width: 768px) {
    #pagetop01, .sub-hero-card {
        height: 120px !important;
        min-height: 120px !important;
        padding: 16px 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
    #pagetop01 ul, .sub-hero-card ul {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
    #pagetop01 h2, .sub-hero-title {
        font-size: 22px !important;
        margin-bottom: 2px !important;
    }
    #pagetop01 h1, #pagetop01 p.sub-hero-subtitle, .sub-hero-subtitle {
        font-size: 13.5px !important;
    }
}
