body {
    margin: 0;
    font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif;
    color: #111;
}

a {
    text-decoration: none;
    color: inherit;
}

.chunga-header {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
	position:fixed;		
	z-index:999
}


.chunga-header .container-fluid {
    max-width: 1800px;
    height: 100%;
    padding-left: 55px;
    padding-right: 55px;
}

.chunga-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.chunga-logo img {
    width: 145px;
    height: auto;
    display: block;
}

.chunga-nav {
    gap: 38px;
}

.chunga-nav .nav-link {
    padding: 28px 0;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    white-space: nowrap;
    transition: .2s;
}

.chunga-nav .nav-link:hover,
.chunga-nav .nav-link.active {
    color: #1687f8;
    font-weight: 700;
}

.header-util {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    flex-shrink: 0;
}

.header-util a {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    white-space: nowrap;
}

.header-util a:hover {
    color: #1687f8;
}

.cart-btn {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-btn svg {
    width: 25px;
    height: 25px;
    stroke: #111;
    stroke-width: 1.4;
    fill: none;
}

@media (max-width: 1300px) {
    .chunga-header .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .chunga-nav {
        gap: 24px;
    }

    .chunga-nav .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .chunga-header {
        height: 72px;
    }

    .chunga-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .chunga-logo img {
        width: 125px;
    }

    .navbar-toggler {
        border: 0;
        box-shadow: none !important;
        padding: 5px;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 72px;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
        z-index: 9999;
        padding: 15px 20px 25px;
    }

    .chunga-nav {
        gap: 0;
    }

    .chunga-nav .nav-link {
        padding: 15px 5px;
        border-bottom: 1px solid #f2f2f2;
    }

    .header-util {
        margin-top: 15px;
        gap: 18px;
        justify-content: flex-start;
    }
}
.main-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-visual .carousel,
.main-visual .carousel-inner,
.main-visual .carousel-item {
    height: calc(100vh - 90px);
    min-height: 650px;
    max-height: 820px;
}

.main-visual .carousel-item {
    position: relative;
}

.main-visual-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.main-visual-content {
    position: absolute;
    top: 50%;
    left: 51%;
    width: 43%;
    z-index: 2;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.main-visual-content h2 {
    margin: 0;
    font-size: clamp(38px, 3vw, 58px);
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: -2.5px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
}

.main-visual-content p {
    margin: 28px 0 30px;
    font-size: clamp(22px, 1.6vw, 30px);
    font-weight: 700;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}

.main-visual-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 62px;
    padding: 0 35px;
    border-radius: 35px;
    background: #0878c9;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    transition: .25s;
}

.main-visual-btn:hover {
    background: #0569b1;
    color: #fff;
    transform: translateY(-2px);
}

.main-visual .carousel-indicators {
    bottom: 18px;
    gap: 8px;
    margin-bottom: 0;
}

.main-visual .carousel-indicators [data-bs-target] {
    width: 22px;
    height: 2px;
    margin: 0;
    border: 0;
    background-color: rgba(255, 255, 255, .55);
    opacity: 1;
}

.main-visual .carousel-indicators .active {
    background-color: #fff;
}

.quick-menu {
    position: fixed;
    top: 50%;
    right: 28px;
    z-index: 1030;
    width: 92px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-50%);
}

.quick-item {
    position: relative;
    width: 92px;
    min-height: 76px;
    padding: 14px 5px;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: inherit;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
}

.quick-item i {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
    border-radius: 50%;
    background: #eef6ff;
    color: #1687f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all .25s ease;
}

.quick-item span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.quick-item strong {
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .5px;
}

.quick-item:hover {
    color: #1687f8;
    border-color: #b9d9fa;
    box-shadow: 0 11px 25px rgba(22, 135, 248, .16);
    transform: translateX(-5px);
}

.quick-item:hover i {
    background: #1687f8;
    color: #fff;
}

.quick-phone {
    min-height: 145px;
    border: 0;
    background: linear-gradient(145deg, #1795ff 0%, #066fc7 100%);
    color: #fff;
    box-shadow: 0 11px 28px rgba(7, 118, 205, .3);
}

.quick-phone i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 18px;
}

.quick-phone span {
    color: #fff;
}

.quick-phone:hover {
    color: #fff;
    border: 0;
    background: linear-gradient(145deg, #0e89f3 0%, #055da8 100%);
    box-shadow: 0 14px 30px rgba(7, 118, 205, .38);
}

.quick-phone:hover i {
    background: #fff;
    color: #1687f8;
}

.quick-top {
    min-height: 62px;
    cursor: pointer;
}

.quick-top i {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
    font-size: 16px;
}

.floating-counsel {
    position: fixed;
    right: 38px;
    bottom: 22px;
    z-index: 1030;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3c8df8;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.floating-counsel i {
    font-size: 32px;
}

.floating-counsel:hover {
    color: #fff;
    background: #207be9;
}

@media (max-width: 1199.98px) {
    .main-visual .carousel,
    .main-visual .carousel-inner,
    .main-visual .carousel-item {
        height: 650px;
        min-height: 0;
    }

    .main-visual-content {
        left: 45%;
        width: 52%;
    }

    .quick-menu {
        right: 15px;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 68px;
    }

    .main-visual .carousel,
    .main-visual .carousel-inner,
    .main-visual .carousel-item {
        height: 520px;
    }

    .main-visual-img {
        object-position: 40% center;
    }

    .main-visual .carousel-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .25);
    }

    .main-visual-content {
        top: 50%;
        left: 20px;
        right: 20px;
        width: auto;
        transform: translateY(-50%);
    }

    .main-visual-content h2 {
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: -1.5px;
    }

    .main-visual-content p {
        margin: 18px 0 24px;
        font-size: 18px;
    }

    .main-visual-btn {
        min-width: 190px;
        height: 52px;
        padding: 0 25px;
        font-size: 16px;
    }

    .quick-menu {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 68px;
        border-radius: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        box-shadow: 0 -3px 15px rgba(0, 0, 0, .1);
        transform: none;
    }

    .quick-item,
    .quick-phone,
    .quick-top {
        min-height: 68px;
        height: 68px;
        padding: 7px 3px;
        border-right: 1px solid #eee;
        border-bottom: 0;
    }

    .quick-item:last-child {
        border-right: 0;
    }

    .quick-item i {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .quick-item span {
        font-size: 14px;
    }

    .quick-item strong {
        display: none;
    }

    .floating-counsel {
        display: none;
    }

    .main-visual .carousel-indicators {
        bottom: 14px;
    }
}
.home-stack {
    position: relative;
}

.home-stack .main-visual {
    position: sticky;
    top: 80px;
    z-index: 1;
}

.korea-trust-section {
    position: relative;
    z-index: 5;
    min-height: 720px;
    padding: 105px 0 111px;
    background: #f7faff;
    border-radius: 55px 55px 0 0;
    box-shadow: 0 -20px 50px rgba(0, 54, 112, .08);
}

.korea-trust-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background:
        radial-gradient(circle at 70% 28%, rgba(30, 145, 255, .12), transparent 35%),
        radial-gradient(circle at 100% 70%, rgba(0, 92, 190, .06), transparent 40%);
    pointer-events: none;
}

.trust-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.trust-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #1687f8;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.trust-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #1687f8;
}

.trust-heading h2 {
    margin: 0;
    color: #171b22;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -2px;
}

.trust-heading h2 strong {
    color: #0878d1;
    font-weight: 800;
}

.trust-heading p {
    margin: 18px 0 0;
    color: #6f7782;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.5px;
}

.trust-card-wrap {
    position: relative;
    z-index: 2;
}

.trust-card {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 35px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 26px;
    box-shadow: 0 14px 35px rgba(24, 73, 121, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.trust-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(22, 135, 248, .05);
    transition: .35s ease;
}

.trust-card:hover {
    transform: translateY(-11px);
    border-color: #cce4fb;
    box-shadow: 0 20px 45px rgba(22, 98, 170, .15);
}

.trust-card:hover::after {
    transform: scale(1.4);
    background: rgba(22, 135, 248, .09);
}

.trust-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 27px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 22px;
}

.trust-num {
    display: block;
    margin-bottom: 7px;
    color: #1687f8;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}

.trust-card h3 {
    margin: 0 0 15px;
    color: #1d232b;
    font-size: 20px;
    font-weight: 700;
}

.trust-card p {
    margin: 0;
    color: #7b828b;
    font-size: 14px;
    line-height: 1.7;
}

.trust-bottom {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    padding: 22px 30px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0e2741;
    color: #fff;
}

.trust-bottom > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-bottom > div i {
    color: #4db1ff;
    font-size: 20px;
}

.trust-bottom > div span {
    font-size: 15px;
    font-weight: 600;
}

.trust-bottom a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.trust-bottom a strong {
    font-size: 26px;
    font-weight: 800;
}

.trust-bottom a > i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1687f8;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .home-stack .main-visual {
        top: 72px;
    }

    .korea-trust-section {
        padding: 75px 0 80px;
        border-radius: 35px 35px 0 0;
    }

    .trust-heading h2 {
        font-size: 36px;
    }

    .trust-card {
        min-height: 275px;
    }
}

@media (max-width: 767.98px) {
    .home-stack .main-visual {
        position: relative;
        top: auto;
    }

    .korea-trust-section {
        min-height: 0;
        padding: 55px 0 80px;
        border-radius: 25px 25px 0 0;
    }

    .trust-heading {
        margin-bottom: 35px;
    }

    .trust-heading h2 {
        font-size: 28px;
        line-height: 1.35;
        letter-spacing: -1.5px;
    }

    .trust-heading p {
        font-size: 14px;
    }

    .trust-card {
        min-height: 235px;
        padding: 25px 20px;
        border-radius: 20px;
    }

    .trust-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 20px;
        border-radius: 15px;
        font-size: 18px;
    }

    .trust-num {
        font-size: 25px;
    }

    .trust-card h3 {
        font-size: 17px;
    }

    .trust-card p {
        font-size: 14px;
    }

    .trust-bottom {
        padding: 18px 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .trust-bottom a {
        width: 100%;
        justify-content: space-between;
    }

    .trust-bottom a strong {
        font-size: 23px;
    }
}

.trust-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 26px;
    box-shadow: 0 14px 35px rgba(24, 73, 121, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.trust-card:hover {
    transform: translateY(-11px);
    border-color: #cce4fb;
    box-shadow: 0 20px 45px rgba(22, 98, 170, .15);
}

.trust-card-image {
    position: relative;
    width: 100%;
    height: 211px;
    overflow: hidden;
}

.trust-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, .12));
}

.trust-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.trust-card:hover .trust-card-image img {
    transform: scale(1.06);
}

.trust-card-body {
    position: relative;
    min-height: 235px;
    padding: 30px 28px 32px;
}

.trust-card-body::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(22, 135, 248, .05);
    pointer-events: none;
}

.trust-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 19px;
}

.trust-num {
    display: block;
    margin-bottom: 7px;
    color: #1687f8;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}

.trust-card h3 {
    margin: 0 0 15px;
    color: #1d232b;
    font-size: 19px;
    font-weight: 700;
}

.trust-card p {
    margin: 0;
    color: #7b828b;
    font-size: 14px;
    line-height: 1.7;
}
.system-section {
    position: relative;
    padding: 111px 0;
    overflow: hidden;
    background: #f5f8fc;
}

.system-section::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -200px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 137, 255, .1) 0%, rgba(20, 137, 255, 0) 70%);
}

.system-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
    text-align: center;
}

.system-heading > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #1687f8;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}

.system-heading h2 {
    margin: 0;
    color: #101c2c;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -2px;
}

.system-heading h2 strong {
    font-weight: 800;
}

.system-heading p {
    margin: 18px 0 0;
    color: #77818e;
    font-size: 16px;
    line-height: 1.7;
}

.system-card-wrap {
    position: relative;
    z-index: 2;
}

.system-card {
    position: relative;
    height: 100%;
    min-height: 375px;
    padding: 38px 32px 32px;
    overflow: hidden;
    border: 1px solid rgba(15, 49, 83, .08);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 40px rgba(22, 59, 97, .07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.system-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0b5dad, #1687f8, #63c9ff);
    opacity: 0;
    transition: opacity .3s ease;
}

.system-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(22, 135, 248, .08), rgba(22, 135, 248, .01));
    transition: transform .4s ease;
}

.system-card:hover {
    transform: translateY(-11px);
    border-color: rgba(22, 135, 248, .22);
    box-shadow: 0 25px 55px rgba(20, 70, 120, .14);
}

.system-card:hover::before {
    opacity: 1;
}

.system-card:hover::after {
    transform: scale(1.25);
}

.system-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #e7edf4;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
}

.system-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    margin-bottom: 28px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #102a46, #176fc4);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 11px 25px rgba(14, 77, 138, .22);
}

.system-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    color: #162333;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.7px;
}

.system-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #737e8b;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -.3px;
}

.system-line {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 54px;
    height: 1px;
    background: #edf1f5;
}

.system-keyword {
    position: absolute;
    left: 32px;
    bottom: 27px;
    color: #1687f8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.system-bottom {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    padding: 25px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(120deg, #0c1e31, #102f4d);
    box-shadow: 0 15px 40px rgba(7, 34, 61, .16);
}

.system-bottom-title {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.system-bottom-title > i {
    color: #45a8ff;
    font-size: 25px;
}

.system-bottom-title div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.system-bottom-title strong {
    font-size: 16px;
}

.system-bottom-title span {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
}

.system-bottom > a {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
}

.system-bottom > a strong {
    margin-left: 8px;
    color: #fff;
    font-size: 23px;
}

.system-bottom > a > i {
    width: 36px;
    height: 36px;
    margin-left: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1687f8;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .system-section {
        padding: 80px 0;
    }

    .system-heading h2 {
        font-size: 35px;
    }
}

@media (max-width: 767.98px) {
    .system-section {
        padding: 65px 0 80px;
    }

    .system-heading {
        margin-bottom: 35px;
    }

    .system-heading h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .system-heading p {
        font-size: 14px;
    }

    .system-card {
        min-height: 330px;
        padding: 30px 25px;
        border-radius: 20px;
    }

    .system-number {
        top: 24px;
        right: 24px;
        font-size: 35px;
    }

    .system-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 24px;
        border-radius: 16px;
        font-size: 21px;
    }

    .system-line {
        left: 25px;
        right: 25px;
    }

    .system-keyword {
        left: 25px;
    }

    .system-bottom {
        padding: 22px;
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .system-bottom > a {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 767.98px) {
    .trust-card {
        border-radius: 18px;
    }

    .trust-card-image {
        height: 145px;
    }

    .trust-card-body {
        min-height: 205px;
        padding: 20px 17px 22px;
    }

    .trust-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
        border-radius: 14px;
        font-size: 16px;
    }

    .trust-num {
        font-size: 24px;
    }

    .trust-card h3 {
        font-size: 16px;
    }

    .trust-card p {
        font-size: 14px;
    }
}

.work-status-section {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(20, 118, 210, .18), transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(22, 135, 248, .12), transparent 35%),
        linear-gradient(135deg, #07111d 0%, #0c1c2d 55%, #07131f 100%);
}

.work-status-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 50%;
}

.work-status-section::after {
    content: "";
    position: absolute;
    right: 50px;
    bottom: -280px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(22, 135, 248, .08);
    border-radius: 50%;
}

.work-status-heading {
    position: relative;
    z-index: 2;
}

.work-status-label {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 16px;
    color: #3b9cff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.work-status-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #1687f8;
}

.work-status-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -2px;
}

.work-status-heading p {
    margin: 20px 0 35px;
    color: rgba(255, 255, 255, .58);
    font-size: 17px;
    line-height: 1.8;
}

.work-count {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.work-count > span {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
}

.work-count strong {
    color: #38a2ff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -2px;
}

.work-count strong em {
    margin-left: 5px;
    color: rgba(255, 255, 255, .55);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.work-board {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 26px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
}

.work-board-head {
    height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.work-board-head > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.live-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2c98ff;
    box-shadow: 0 0 0 5px rgba(44, 152, 255, .12);
}

.live-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(44, 152, 255, .45);
    border-radius: 50%;
    animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
    0% {
        opacity: 1;
        transform: scale(.6);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.today-label {
    color: rgba(255, 255, 255, .42);
    font-size: 14px;
    font-weight: 500;
}

.work-slider {
    height: 234px;
    overflow: hidden;
}

.work-slider-track {
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
}

.work-row {
    height: 78px;
    display: grid;
    grid-template-columns: 75px minmax(180px, 1fr) 65px 100px 78px;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: #fff;
}

.work-type {
    height: 40px;
    border: 1px solid rgba(46, 153, 255, .35);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 135, 248, .13);
    color: #49a9ff;
    font-size: 15px;
    font-weight: 700;
}

.work-location {
    overflow: hidden;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work-name,
.work-date {
    color: rgba(255, 255, 255, .54);
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.work-state {
    min-width: 70px;
    height: 35px;
    padding: 0 9px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.work-state.working {
    background: #1687f8;
    color: #fff;
}

.work-state.done {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .78);
}

.work-state.reception {
    background: rgba(37, 211, 129, .13);
    color: #4ce29c;
}

.work-board-bottom {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-board-bottom > span {
    color: rgba(255, 255, 255, .35);
    font-size: 11px;
}

.work-board-bottom > a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.work-board-bottom > a i {
    color: #3da5ff;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .work-status-section {
        padding: 80px 0;
    }

    .work-status-heading {
        text-align: center;
    }

    .work-status-label {
        justify-content: center;
    }

    .work-status-heading h2 {
        font-size: 38px;
    }

    .work-count {
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .work-status-section {
        padding: 65px 0 80px;
    }

    .work-status-heading h2 {
        font-size: 31px;
    }

    .work-status-heading p {
        font-size: 14px;
    }

    .work-count strong {
        font-size: 38px;
    }

    .work-board {
        padding: 0 17px;
        border-radius: 20px;
    }

    .work-board-head {
        height: 60px;
    }

    .work-slider {
        height: 211px;
    }

    .work-row {
        height: 70px;
        grid-template-columns: 55px minmax(100px, 1fr) 72px;
        gap: 8px;
    }

    .work-type {
        height: 35px;
        font-size: 11px;
    }

    .work-location {
        font-size: 11px;
    }

    .work-name,
    .work-date {
        display: none;
    }

    .work-state {
        min-width: 65px;
        height: 31px;
        font-size: 11px;
    }

    .work-board-bottom {
        height: 58px;
    }
}
.service-type-section {
    padding: 111px 0;
    background: #f5f7fa;
}

.service-type-heading {
    margin-bottom: 50px;
    text-align: center;
}

.service-type-heading > span {
    display: block;
    margin-bottom: 14px;
    color: #1687f8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.service-type-heading h2 {
    margin: 0;
    color: #151d27;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -2px;
}

.service-type-heading p {
    margin: 15px 0 0;
    color: #7c8591;
    font-size: 15px;
}

.service-type-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
    border: 1px solid #e5eaf0;
    border-radius: 24px;
    background: #fff;
    color: #222;
    box-shadow: 0 14px 35px rgba(21, 50, 82, .06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.service-type-card:hover {
    border-color: #bddcff;
    color: #222;
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(20, 78, 135, .14);
}

.service-type-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #eee;
}

.service-type-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8, 25, 42, 0) 45%, rgba(8, 25, 42, .38) 100%);
}

.service-type-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(20%);
    transition: transform .6s ease, filter .4s ease;
}

.service-type-card:hover .service-type-image img {
    transform: scale(1.06);
    filter: grayscale(0);
}

.service-type-num {
    position: absolute;
    right: 20px;
    bottom: 16px;
    z-index: 2;
    color: rgba(255, 255, 255, .9);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.service-type-body {
    min-height: 135px;
    padding: 25px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.service-type-body h3 {
    margin: 0 0 9px;
    color: #15202d;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.8px;
}

.service-type-body p {
    margin: 0;
    color: #7a838e;
    font-size: 15px;
    line-height: 1.65;
}

.service-type-body > i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf6ff;
    color: #1687f8;
    font-size: 15px;
    transition: all .3s ease;
}

.service-type-card:hover .service-type-body > i {
    background: #1687f8;
    color: #fff;
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .service-type-section {
        padding: 80px 0;
    }

    .service-type-image {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .service-type-section {
        padding: 65px 0 80px;
    }

    .service-type-heading {
        margin-bottom: 35px;
    }

    .service-type-heading h2 {
        font-size: 30px;
    }

    .service-type-heading p {
        font-size: 15px;
    }

    .service-type-image {
        height: 150px;
    }

    .service-type-num {
        right: 14px;
        bottom: 14px;
        font-size: 23px;
    }

    .service-type-card {
        border-radius: 18px;
    }

    .service-type-body {
        min-height: 125px;
        padding: 18px 16px;
        align-items: flex-start;
    }

    .service-type-body h3 {
        font-size: 17px;
    }

    .service-type-body p {
        font-size: 11px;
    }

    .service-type-body > i {
        display: none;
    }
}
.service-type-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(100%) brightness(.88);
    transition: transform .5s ease, filter .4s ease;
}

.service-type-card:hover .service-type-image img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.05);
}

.process-section {
    position: relative;
    padding: 111px 0;
    overflow: hidden;
    background: #fff;
}

.process-section::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 135, 248, .08), transparent 70%);
}

.process-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
    text-align: center;
}

.process-heading > span {
    display: inline-block;
    margin-bottom: 15px;
    color: #1687f8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.process-heading h2 {
    margin: 0;
    color: #17212d;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -2px;
}

.process-heading h2 strong {
    font-weight: 800;
}

.process-heading p {
    margin: 16px 0 0;
    color: #7c8590;
    font-size: 15px;
}

.process-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
    align-items: stretch;
}

.process-item {
    position: relative;
    min-height: 390px;
    padding: 35px 28px 30px;
    border: 1px solid #e7edf4;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(24, 57, 92, .06);
    transition: all .35s ease;
}

.process-item:hover {
    border-color: #bddcff;
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(21, 80, 139, .13);
}

.process-item.active {
    border-color: transparent;
    background: linear-gradient(145deg, #0c2743, #0b5b9e);
    color: #fff;
    box-shadow: 0 22px 55px rgba(9, 74, 132, .22);
}

.process-step {
    display: block;
    margin-bottom: 24px;
    color: #1687f8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.process-item.active .process-step {
    color: #74c5ff;
}

.process-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 23px;
}

.process-item.active .process-icon {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.process-item h3 {
    margin: 0 0 14px;
    color: #17212d;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.7px;
}

.process-item.active h3 {
    color: #fff;
}

.process-item > p {
    margin: 0;
    color: #727d89;
    font-size: 15px;
    line-height: 1.8;
}

.process-item.active > p {
    color: rgba(255, 255, 255, .7);
}

.process-item ul {
    margin: 24px 0 0;
    padding: 19px 0 0;
    border-top: 1px solid #edf1f5;
    list-style: none;
}

.process-item.active ul {
    border-color: rgba(255, 255, 255, .12);
}

.process-item li {
    margin-bottom: 9px;
    color: #626d79;
    font-size: 14px;
}

.process-item.active li {
    color: rgba(255, 255, 255, .8);
}

.process-item li i {
    width: 17px;
    color: #1687f8;
    font-size: 11px;
}

.process-item.active li i {
    color: #63c1ff;
}

.process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1687f8;
    font-size: 18px;
}

.process-arrow i {
    animation: processArrow 1.5s ease-in-out infinite;
}

@keyframes processArrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: .45;
    }

    50% {
        transform: translateX(5px);
        opacity: 1;
    }
}

.process-bottom {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    padding: 24px 28px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f8fc;
}

.process-bottom > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.process-bottom-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1687f8;
    color: #fff;
    font-size: 18px;
}

.process-bottom strong {
    display: block;
    color: #182534;
    font-size: 16px;
}

.process-bottom p {
    margin: 4px 0 0;
    color: #7b8490;
    font-size: 14px;
}

.process-bottom > a {
    min-width: 220px;
    height: 58px;
    padding: 0 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background: #0f2944;
    color: #fff;
    transition: .3s;
}

.process-bottom > a:hover {
    background: #1687f8;
    color: #fff;
    transform: translateY(-2px);
}

.process-bottom > a span {
    font-size: 14px;
    opacity: .65;
}

.process-bottom > a strong {
    color: #fff;
    font-size: 20px;
}

.process-bottom > a i {
    margin-left: 5px;
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .process-wrap {
        grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    }

    .process-item {
        padding: 30px 22px;
    }
}

@media (max-width: 991.98px) {
    .process-section {
        padding: 80px 0;
    }

    .process-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .process-arrow {
        display: none;
    }

    .process-item {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .process-section {
        padding: 65px 0 80px;
    }

    .process-heading {
        margin-bottom: 35px;
    }

    .process-heading h2 {
        font-size: 29px;
    }

    .process-heading p {
        font-size: 15px;
    }

    .process-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .process-item {
        min-height: 0;
        padding: 27px 23px;
        border-radius: 20px;
    }

    .process-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
        border-radius: 15px;
        font-size: 20px;
    }

    .process-item h3 {
        font-size: 19px;
    }

    .process-bottom {
        padding: 21px;
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .process-bottom > a {
        width: 100%;
        min-width: 0;
    }
}
.korea-footer {
    position: relative;
    overflow: hidden;
    background: #07111d;
    color: #fff;
}

.korea-footer::before {
    content: "";
    position: absolute;
    top: 120px;
    right: -250px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 135, 248, .12), transparent 68%);
    pointer-events: none;
}

.footer-top {
    position: relative;
    z-index: 2;
    padding: 55px 0 0;
}

.footer-cta {
    padding: 34px 38px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(120deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
    box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.footer-cta-text > span {
    display: block;
    margin-bottom: 8px;
    color: #42a8ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.footer-cta-text h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -1px;
}

.footer-call {
    min-width: 300px;
    height: 78px;
    padding: 0 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #1687f8;
    color: #fff;
    box-shadow: 0 12px 30px rgba(22, 135, 248, .25);
    transition: .3s;
}

.footer-call:hover {
    background: #0878db;
    color: #fff;
    transform: translateY(-3px);
}

.footer-call-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .14);
    font-size: 18px;
}

.footer-call div {
    flex: 1;
}

.footer-call small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.footer-call strong {
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .5px;
}

.footer-call > i {
    font-size: 13px;
}

.footer-main {
    position: relative;
    z-index: 2;
    padding: 30px 0 32px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.footer-logo:hover {
    color: #fff;
}

.footer-logo-icon {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #1687f8, #22c5dc);
    color: #fff;
    font-size: 19px;
    box-shadow: 0 8px 22px rgba(22, 135, 248, .22);
}

.footer-logo strong {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
}

.footer-brand > p {
    margin: 23px 0 20px;
    color: rgba(255, 255, 255, .47);
    font-size: 13px;
    line-height: 1.8;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-badges span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
}

.footer-badges i {
    margin-right: 5px;
    color: #42a8ff;
}

.footer-menu h4,
.footer-contact h4 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

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

.footer-menu li {
    margin-bottom: 11px;
}

.footer-menu a {
    color: rgba(255, 255, 255, .47);
    font-size: 13px;
    transition: .2s;
}

.footer-menu a:hover {
    padding-left: 4px;
    color: #42a8ff;
}

.footer-contact-main {
    margin-bottom: 22px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
}

.footer-contact-main:hover {
    color: #fff;
    border-color: rgba(22, 135, 248, .35);
}

.footer-contact-main > i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1687f8;
    font-size: 15px;
}

.footer-contact-main span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
}

.footer-contact-main strong {
    font-size: 22px;
    font-weight: 800;
}

.footer-contact-info p {
    margin: 0 0 11px;
    display: grid;
    grid-template-columns: 20px 75px 1fr;
    align-items: center;
    color: rgba(255, 255, 255, .42);
    font-size: 12px;
}

.footer-contact-info i {
    color: #369efb;
    font-size: 11px;
}

.footer-contact-info a,
.footer-contact-info strong {
    color: rgba(255, 255, 255, .67);
    font-weight: 500;
}

.footer-divider {
    height: 1px;
    margin: 55px 0 25px;
    background: rgba(255, 255, 255, .08);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-company-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.footer-company-info span {
    position: relative;
    color: rgba(255, 255, 255, .35);
    font-size: 11px;
}

.footer-company-info span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, .1);
    transform: translateY(-50%);
}

.footer-policy {
    display: flex;
    gap: 18px;
    flex-shrink: 0;
}

.footer-policy a {
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
}

.footer-policy a:last-child {
    color: #fff;
    font-weight: 600;
}

.footer-copy {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .24);
    font-size: 11px;
}

.footer-copy span {
    color: rgba(255, 255, 255, .18);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

@media (max-width: 991.98px) {
    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .footer-call {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .footer-top {
        padding-top: 35px;
    }

    .footer-cta {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .footer-cta-text h3 {
        font-size: 22px;
    }

    .footer-call {
        min-width: 0;
        height: 70px;
    }

    .footer-main {
        padding: 55px 0 90px;
    }

    .footer-divider {
        margin: 40px 0 22px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-company-info {
        flex-direction: column;
        gap: 7px;
    }

    .footer-company-info span::after {
        display: none;
    }

    .footer-copy {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}


.service-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a1929;
    padding-top: 60px;
}

.toilet-hero {
    background:
        linear-gradient(90deg, rgba(5, 18, 32, .95) 0%, rgba(5, 18, 32, .78) 48%, rgba(5, 18, 32, .18) 100%),
        url("../images/sub/toilet-hero.jpg") center/cover no-repeat;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    color: #fff;
}

.service-eyebrow,
.section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #42a8ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.service-hero h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: -3px;
}

.service-hero h1 strong {
    font-weight: 800;
}

.service-hero p {
    margin: 24px 0 32px;
    color: rgba(255, 255, 255, .65);
    font-size: 17px;
    line-height: 1.8;
}

.service-hero-btns {
    display: flex;
    gap: 12px;
}

.btn-service-call,
.btn-service-more {
    height: 58px;
    padding: 0 24px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-service-call {
    gap: 10px;
    background: #1687f8;
}

.btn-service-call strong {
    margin-left: 5px;
    font-size: 18px;
}

.btn-service-more {
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .06);
}

.service-sub-nav {
    position: sticky;
    top: 80px;
    z-index: 100;
    border-bottom: 1px solid #e9eef4;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 20px rgba(24, 60, 94, .05);
    backdrop-filter: blur(10px);
}

.service-sub-nav-inner {
    height: 78px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.service-sub-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #606b77;
    font-size: 15px;
    font-weight: 700;
}

.service-sub-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1687f8;
    transform: scaleX(0);
    transition: .3s;
}

.service-sub-nav a:hover,
.service-sub-nav a.active {
    color: #1687f8;
}

.service-sub-nav a:hover::after,
.service-sub-nav a.active::after {
    transform: scaleX(1);
}

.service-intro,
.service-detail-section {
    padding: 140px 0;
}

.service-intro-image,
.service-wide-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.service-intro-image img,
.service-wide-image img {
    width: 100%;
    display: block;
}

.service-photo-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 13px 17px;
    border-radius: 13px;
    background: rgba(7, 24, 42, .88);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.service-photo-badge i {
    margin-right: 6px;
    color: #43aaff;
}

.service-intro-content h2 {
    margin: 0 0 24px;
    color: #152231;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -2px;
}

.service-intro-content h2 strong {
    color: #0878d1;
    font-weight: 800;
}

.service-intro-content > p {
    margin: 0 0 13px;
    color: #737e89;
    font-size: 15px;
    line-height: 1.85;
}

.service-point-wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.service-point {
    padding: 18px;
    border: 1px solid #e5ebf1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: #f8fbfe;
}

.service-point > i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4f2ff;
    color: #1687f8;
}

.service-point strong,
.service-point span {
    display: block;
}

.service-point strong {
    margin-bottom: 3px;
    color: #202d3b;
    font-size: 14px;
}

.service-point span {
    color: #87909a;
    font-size: 11px;
}

.service-detail-light {
    background: #f5f8fb;
}

.service-section-heading {
    margin-bottom: 45px;
}

.service-section-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #1687f8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.service-section-heading h2 {
    margin: 0 0 13px;
    color: #172330;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -2px;
}

.service-section-heading p {
    margin: 0;
    color: #7c8691;
    font-size: 15px;
}

.detail-main-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #0d2945;
    color: #fff;
}

.detail-main-image {
    height: 280px;
    overflow: hidden;
}

.detail-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-main-body {
    padding: 30px;
}

.detail-main-body > span {
    color: #4aacff;
    font-size: 11px;
    font-weight: 700;
}

.detail-main-body h3 {
    margin: 10px 0 15px;
    font-size: 25px;
    line-height: 1.45;
}

.detail-main-body p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.8;
}

.detail-info-grid {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.detail-info-card {
    padding: 28px;
    border: 1px solid #e5ebf1;
    border-radius: 22px;
    background: #fff;
}

.detail-info-card > i {
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 19px;
}

.detail-info-card h4 {
    margin: 0 0 10px;
    color: #202c39;
    font-size: 17px;
    font-weight: 800;
}

.detail-info-card p {
    margin: 0;
    color: #7e8791;
    font-size: 12px;
    line-height: 1.7;
}

.repair-list {
    display: flex;
    flex-direction: column;
}

.repair-item {
    padding: 22px 0;
    border-bottom: 1px solid #e0e7ee;
    display: flex;
    gap: 20px;
}

.repair-item > span {
    color: #1687f8;
    font-size: 12px;
    font-weight: 800;
}

.repair-item h4 {
    margin: 0 0 8px;
    color: #1d2a38;
    font-size: 18px;
    font-weight: 800;
}

.repair-item p {
    margin: 0;
    color: #7a8590;
    font-size: 13px;
    line-height: 1.7;
}

.replace-box {
    overflow: hidden;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 45% 55%;
    background: #0a1c2f;
    color: #fff;
}

.replace-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.replace-content {
    padding: 55px;
}

.replace-content h3 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}

.replace-content h3 strong {
    font-weight: 800;
}

.replace-content > p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.8;
}

.replace-process {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.replace-process div {
    text-align: center;
}

.replace-process div span {
    display: block;
    margin-bottom: 7px;
    color: #43aaff;
    font-size: 11px;
    font-weight: 800;
}

.replace-process div strong {
    color: #fff;
    font-size: 12px;
}

.replace-process > i {
    color: rgba(255, 255, 255, .18);
    font-size: 11px;
}

.service-caution {
    padding: 0 0 110px;
}

.service-caution-box {
    padding: 35px;
    border: 1px solid #dce8f4;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 22px;
    background: #f3f9ff;
}

.service-caution-icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1687f8;
    color: #fff;
    font-size: 24px;
}

.service-caution-box span {
    color: #1687f8;
    font-size: 11px;
    font-weight: 800;
}

.service-caution-box h3 {
    margin: 7px 0 7px;
    color: #172839;
    font-size: 19px;
    font-weight: 800;
}

.service-caution-box p {
    margin: 0;
    color: #75808b;
    font-size: 13px;
    line-height: 1.7;
}

.service-cta {
    padding: 70px 0;
    background: #071521;
}

.service-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-cta-inner > div > span {
    color: #3fa6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.service-cta h2 {
    margin: 8px 0;
    color: #fff;
    font-size: 30px;
}

.service-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .45);
    font-size: 13px;
}

.service-cta-inner > a {
    min-width: 270px;
    height: 72px;
    padding: 0 20px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: #1687f8;
    color: #fff;
}

.service-cta-inner > a > i:first-child {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .14);
}

.service-cta-inner > a div {
    flex: 1;
}

.service-cta-inner > a small,
.service-cta-inner > a strong {
    display: block;
}

.service-cta-inner > a small {
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
}

.service-cta-inner > a strong {
    font-size: 22px;
}

@media (max-width: 991.98px) {
    .replace-box {
        grid-template-columns: 1fr;
    }

    .replace-image {
        height: 400px;
    }

    .service-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 767.98px) {
    .service-hero {
        min-height: 500px;
    }

    .service-hero h1 {
        font-size: 36px;
    }

    .service-hero p {
        font-size: 14px;
    }

    .service-hero-btns {
        flex-direction: column;
    }

    .service-sub-nav {
        top: 72px;
    }

    .service-sub-nav-inner {
        height: 65px;
    }

    .service-sub-nav a {
        gap: 5px;
        font-size: 12px;
    }

    .service-intro,
    .service-detail-section {
        padding: 70px 0;
    }

    .service-intro-content h2 {
        font-size: 29px;
    }

    .service-point-wrap,
    .detail-info-grid {
        grid-template-columns: 1fr;
    }

    .service-section-heading h2 {
        font-size: 30px;
    }

    .detail-main-image {
        height: 220px;
    }

    .replace-image {
        height: 280px;
    }

    .replace-content {
        padding: 30px 22px;
    }

    .replace-content h3 {
        font-size: 24px;
    }

    .replace-process {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .replace-process > i {
        display: none;
    }

    .replace-process div {
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    .replace-process div span {
        margin: 0;
    }

    .service-caution {
        padding-bottom: 70px;
    }

    .service-caution-box {
        padding: 25px 20px;
        align-items: flex-start;
    }

    .service-caution-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 18px;
    }

    .service-cta {
        padding: 55px 0 80px;
    }

    .service-cta-inner > a {
        width: 100%;
    }
}
.service-eyebrow,
.section-label {
    font-size: 13px;
}

.service-hero h1 {
    font-size: 53px;
}

.service-hero p {
    font-size: 18px;
}

.btn-service-call strong {
    font-size: 19px;
}

.service-sub-nav a {
    font-size: 16px;
}

.service-photo-badge {
    font-size: 13px;
}

.service-intro-content h2 {
    font-size: 41px;
}

.service-intro-content > p {
    font-size: 16px;
}

.service-point strong {
    font-size: 15px;
}

.service-point span {
    font-size: 12px;
}

.service-section-heading > span {
    font-size: 12px;
}

.service-section-heading h2 {
    font-size: 39px;
}

.service-section-heading p {
    font-size: 16px;
}

.detail-main-body > span {
    font-size: 12px;
}

.detail-main-body h3 {
    font-size: 26px;
}

.detail-main-body p {
    font-size: 14px;
}

.detail-info-card h4 {
    font-size: 18px;
}

.detail-info-card p {
    font-size: 15px;
}

.repair-item > span {
    font-size: 13px;
}

.repair-item h4 {
    font-size: 19px;
}

.repair-item p {
    font-size: 14px;
}

.replace-content h3 {
    font-size: 31px;
}

.replace-content > p {
    font-size: 15px;
}

.replace-process div span {
    font-size: 12px;
}

.replace-process div strong {
    font-size: 13px;
}

.service-caution-box span {
    font-size: 12px;
}

.service-caution-box h3 {
    font-size: 20px;
}

.service-caution-box p {
    font-size: 14px;
}

.service-cta-inner > div > span {
    font-size: 11px;
}

.service-cta h2 {
    font-size: 31px;
}

.service-cta p {
    font-size: 14px;
}

.service-cta-inner > a small {
    font-size: 11px;
}

.service-cta-inner > a strong {
    font-size: 23px;
}
#basinSubNav {
    width: 100%;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#basinSubNav a {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #606b77;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

#basinSubNav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1687f8;
    transform: scaleX(0);
    transition: transform .3s ease;
}

#basinSubNav a:hover,
#basinSubNav a.active {
    color: #1687f8;
}

#basinSubNav a:hover::after,
#basinSubNav a.active::after {
    transform: scaleX(1);
}
.sink-hero {
    background:
        linear-gradient(90deg, rgba(5, 18, 32, .96) 0%, rgba(5, 18, 32, .78) 48%, rgba(5, 18, 32, .18) 100%),
        url("../images/sub/sink-hero.jpg") center/cover no-repeat;
}

#sinkSubNav {
    width: 100%;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#sinkSubNav a {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #606b77;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

#sinkSubNav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1687f8;
    transform: scaleX(0);
    transition: transform .3s ease;
}

#sinkSubNav a:hover,
#sinkSubNav a.active {
    color: #1687f8;
}

#sinkSubNav a:hover::after,
#sinkSubNav a.active::after {
    transform: scaleX(1);
}

.sink-cause-section {
    padding: 100px 0;
    background: #0b1928;
}

.sink-cause-section .service-section-heading h2 {
    color: #fff;
}

.sink-cause-section .service-section-heading p {
    color: rgba(255, 255, 255, .5);
}

.sink-cause-card {
    position: relative;
    height: 100%;
    min-height: 245px;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .045);
    transition: .3s ease;
}

.sink-cause-card:hover {
    border-color: rgba(22, 135, 248, .45);
    background: rgba(22, 135, 248, .08);
    transform: translateY(-7px);
}

.sink-cause-card > span {
    position: absolute;
    top: 23px;
    right: 23px;
    color: rgba(255, 255, 255, .09);
    font-size: 31px;
    font-weight: 800;
}

.sink-cause-card > i {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 135, 248, .14);
    color: #42a8ff;
    font-size: 19px;
}

.sink-cause-card h4 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.sink-cause-card p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 1.75;
}

.sink-faucet-process {
    margin-top: 50px;
    padding: 30px;
    border: 1px solid #e2eaf2;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    align-items: center;
    background: #fff;
}

.sink-faucet-process > div {
    text-align: center;
}

.sink-faucet-process > div > span {
    display: block;
    margin-bottom: 12px;
    color: #1687f8;
    font-size: 11px;
    font-weight: 800;
}

.sink-faucet-process > div > i {
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 17px;
}

.sink-faucet-process strong {
    display: block;
    color: #1d2b39;
    font-size: 15px;
}

.sink-faucet-process p {
    margin: 5px 0 0;
    color: #8a929b;
    font-size: 12px;
}

.sink-faucet-process > i {
    color: #c4ced8;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #sinkSubNav {
        height: 65px;
    }

    #sinkSubNav a {
        font-size: 13px;
    }

    .sink-cause-section {
        padding: 70px 0;
    }

    .sink-cause-card {
        min-height: 220px;
        padding: 24px 20px;
    }

    .sink-cause-card h4 {
        font-size: 16px;
    }

    .sink-cause-card p {
        font-size: 12px;
    }

    .sink-faucet-process {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sink-faucet-process > i {
        display: none;
    }
}

.drain-hero {
    background:
        linear-gradient(90deg, rgba(5, 18, 32, .97) 0%, rgba(5, 18, 32, .8) 48%, rgba(5, 18, 32, .2) 100%),
        url("../images/sub/drain-hero.jpg") center/cover no-repeat;
}

#drainSubNav {
    width: 100%;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

#drainSubNav a {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #606b77;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

#drainSubNav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1687f8;
    transform: scaleX(0);
    transition: transform .3s ease;
}

#drainSubNav a:hover,
#drainSubNav a.active {
    color: #1687f8;
}

#drainSubNav a:hover::after,
#drainSubNav a.active::after {
    transform: scaleX(1);
}

.pipe-diagnosis-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #0a1a2a;
}

.pipe-diagnosis-section::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 135, 248, .16), transparent 70%);
}

.pipe-diagnosis-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 28px;
}

.pipe-diagnosis-image img {
    width: 100%;
    display: block;
}

.pipe-camera-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 13px 17px;
    border-radius: 13px;
    background: rgba(5, 20, 35, .88);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    backdrop-filter: blur(10px);
}

.pipe-camera-badge i {
    margin-right: 7px;
    color: #43aaff;
}

.pipe-diagnosis-content {
    position: relative;
    z-index: 2;
}

.pipe-diagnosis-content h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 41px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -2px;
}

.pipe-diagnosis-content h2 strong {
    color: #49aaff;
    font-weight: 800;
}

.pipe-diagnosis-content > p {
    margin: 0;
    color: rgba(255, 255, 255, .57);
    font-size: 16px;
    line-height: 1.85;
}

.pipe-check-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pipe-check-list > div {
    padding: 16px 17px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.pipe-check-list i {
    color: #42a8ff;
    font-size: 12px;
}

.drain-work-process {
    margin-top: 50px;
    padding: 30px;
    border: 1px solid #e2eaf2;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    align-items: center;
    background: #fff;
}

.drain-work-process > div {
    text-align: center;
}

.drain-work-process > div > span {
    display: block;
    margin-bottom: 12px;
    color: #1687f8;
    font-size: 12px;
    font-weight: 800;
}

.drain-work-process > div > i {
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 17px;
}

.drain-work-process strong {
    display: block;
    color: #1d2b39;
    font-size: 16px;
}

.drain-work-process p {
    margin: 5px 0 0;
    color: #8a929b;
    font-size: 13px;
}

.drain-work-process > i {
    color: #c4ced8;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 991.98px) {
    #drainSubNav a {
        font-size: 14px;
    }

    .pipe-diagnosis-section {
        padding: 80px 0;
    }
}

@media (max-width: 767.98px) {
    #drainSubNav {
        height: 65px;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    #drainSubNav::-webkit-scrollbar {
        display: none;
    }

    #drainSubNav a {
        min-width: 130px;
        flex: 0 0 130px;
        font-size: 13px;
    }

    .pipe-diagnosis-section {
        padding: 70px 0;
    }

    .pipe-diagnosis-content h2 {
        font-size: 30px;
    }

    .pipe-diagnosis-content > p {
        font-size: 14px;
    }

    .pipe-check-list {
        grid-template-columns: 1fr;
    }

    .drain-work-process {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .drain-work-process > i {
        display: none;
    }
}
.water-hero {
    background:
        linear-gradient(90deg, rgba(5, 18, 32, .96) 0%, rgba(5, 18, 32, .78) 48%, rgba(5, 18, 32, .18) 100%),
        url("../images/sub/water-hero.jpg") center/cover no-repeat;
}

#waterSubNav {
    width: 100%;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#waterSubNav a {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #606b77;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

#waterSubNav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1687f8;
    transform: scaleX(0);
    transition: transform .3s ease;
}

#waterSubNav a:hover,
#waterSubNav a.active {
    color: #1687f8;
}

#waterSubNav a:hover::after,
#waterSubNav a.active::after {
    transform: scaleX(1);
}

.water-leak-process {
    margin-top: 50px;
    padding: 30px;
    border: 1px solid #e2eaf2;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    align-items: center;
    background: #fff;
}

.water-leak-process > div {
    text-align: center;
}

.water-leak-process > div > span {
    display: block;
    margin-bottom: 12px;
    color: #1687f8;
    font-size: 12px;
    font-weight: 800;
}

.water-leak-process > div > i {
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 17px;
}

.water-leak-process strong {
    display: block;
    color: #1d2b39;
    font-size: 16px;
}

.water-leak-process p {
    margin: 5px 0 0;
    color: #8a929b;
    font-size: 13px;
}

.water-leak-process > i {
    color: #c4ced8;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #waterSubNav {
        height: 65px;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    #waterSubNav::-webkit-scrollbar {
        display: none;
    }

    #waterSubNav a {
        min-width: 140px;
        flex: 0 0 140px;
        font-size: 13px;
    }

    .water-leak-process {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .water-leak-process > i {
        display: none;
    }
}
.septic-hero {
    background:
        linear-gradient(90deg, rgba(5, 18, 32, .96) 0%, rgba(5, 18, 32, .78) 48%, rgba(5, 18, 32, .18) 100%),
        url("../images/sub/septic-hero.jpg") center/cover no-repeat;
}

#septicSubNav {
    width: 100%;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#septicSubNav a {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #606b77;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

#septicSubNav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #1687f8;
    transform: scaleX(0);
    transition: transform .3s ease;
}

#septicSubNav a:hover,
#septicSubNav a.active {
    color: #1687f8;
}

#septicSubNav a:hover::after,
#septicSubNav a.active::after {
    transform: scaleX(1);
}

.septic-work-process {
    margin-top: 50px;
    padding: 30px;
    border: 1px solid #e2eaf2;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    align-items: center;
    background: #fff;
}

.septic-work-process > div {
    text-align: center;
}

.septic-work-process > div > span {
    display: block;
    margin-bottom: 12px;
    color: #1687f8;
    font-size: 12px;
    font-weight: 800;
}

.septic-work-process > div > i {
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf5ff;
    color: #1687f8;
    font-size: 17px;
}

.septic-work-process strong {
    display: block;
    color: #1d2b39;
    font-size: 16px;
}

.septic-work-process p {
    margin: 5px 0 0;
    color: #8a929b;
    font-size: 13px;
}

.septic-work-process > i {
    color: #c4ced8;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #septicSubNav {
        height: 65px;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    #septicSubNav::-webkit-scrollbar {
        display: none;
    }

    #septicSubNav a {
        min-width: 145px;
        flex: 0 0 145px;
        font-size: 13px;
    }

    .septic-work-process {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .septic-work-process > i {
        display: none;
    }
}
/* 자가진단 버튼 */
.pipe-self-btn {
    border:0;
    background:#0874c9;
    color:#fff;
    height:50px;
    padding:0 30px;
    border-radius:7px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}


/* modal */
.pipe-self-modal {
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
    overflow-y:auto;
    padding:40px 15px;
    box-sizing:border-box;
}

.pipe-self-modal.active {
    display:block;
}

.pipe-self-bg {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.65);
}


/* 팝업 */
.pipe-self-box {
    position:relative;
    z-index:2;
    width:100%;
    max-width:720px;
    margin:0 auto;
    background:#f5f6f7;
    padding:35px 50px 45px;
    box-sizing:border-box;
    border-radius:12px;
    box-shadow:0 15px 50px rgba(0,0,0,.25);
}

.pipe-self-box h2 {
    margin:0 0 35px;
    text-align:center;
    color:#222;
    font-size:36px;
    line-height:1.3;
    font-weight:800;
}


/* 닫기 */
.pipe-self-close {
    position:absolute;
    right:18px;
    top:12px;
    border:0;
    background:none;
    font-size:38px;
    color:#555;
    cursor:pointer;
    line-height:1;
}


/* 체크 영역 */
.pipe-check-box {
    background:#fff;
    padding:30px 30px 10px;
}

.pipe-check-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:55px;
    border-bottom:1px solid #ddd;
    font-size:20px;
}

.pipe-check-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:70px;
    border-bottom:1px solid #ddd;
    gap:20px;
    cursor:pointer;
}

.pipe-check-row span {
    flex:1;
    font-size:17px;
    line-height:1.6;
    color:#222;
}

.pipe-check-row input[type="checkbox"] {
    appearance:none;
    -webkit-appearance:none;
    width:22px;
    height:22px;
    min-width:22px;
    border:1px solid #222;
    background:#fff;
    cursor:pointer;
    position:relative;
}

.pipe-check-row input[type="checkbox"]:checked {
    background:#0874c9;
    border-color:#0874c9;
}

.pipe-check-row input[type="checkbox"]:checked:after {
    content:'';
    position:absolute;
    left:7px;
    top:3px;
    width:5px;
    height:10px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}


/* 안내 */
.pipe-check-guide {
    text-align:center;
    padding:35px 0 25px;
}

.pipe-check-guide strong {
    display:block;
    font-size:21px;
    margin-bottom:7px;
}

.pipe-check-guide span {
    color:#777;
    font-size:15px;
}


/* 고객정보 */
.pipe-user-info {
    padding:25px 30px;
    background:#fff;
    margin-bottom:20px;
}

.pipe-user-info h3 {
    margin:0 0 20px;
    font-size:21px;
}

.pipe-input-row {
    display:flex;
    align-items:center;
    margin-bottom:12px;
}

.pipe-input-row label {
    width:90px;
    font-weight:700;
    color:#333;
}

.pipe-input-row input {
    flex:1;
    width:100%;
    height:48px;
    padding:0 15px;
    box-sizing:border-box;
    border:1px solid #ddd;
    border-radius:5px;
    font-size:15px;
    outline:none;
}

.pipe-input-row input:focus {
    border-color:#0874c9;
}


/* 개인정보 */
.pipe-agree {
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:18px;
    cursor:pointer;
    font-size:13px;
    color:#666;
}


/* 전송 */
.pipe-submit-btn {
    display:block;
    width:100%;
    max-width:300px;
    height:56px;
    margin:0 auto;
    border:0;
    border-radius:7px;
    background:#0874c9;
    color:#fff;
    font-size:19px;
    font-weight:700;
    cursor:pointer;
}

.pipe-submit-btn:hover {
    background:#0564ae;
}

.pipe-submit-btn:disabled {
    opacity:.6;
    cursor:default;
}

.pipe-send-result {
    margin-top:15px;
    text-align:center;
    font-size:14px;
}


/* 모바일 */
@media(max-width:767px) {

    .pipe-self-modal {
        padding:15px 10px;
    }

    .pipe-self-box {
        padding:30px 15px;
        border-radius:8px;
    }

    .pipe-self-box h2 {
        font-size:27px;
        margin-bottom:25px;
    }

    .pipe-check-box {
        padding:20px 15px 5px;
    }

    .pipe-check-head {
        font-size:17px;
    }

    .pipe-check-row {
        min-height:65px;
    }

    .pipe-check-row span {
        font-size:14px;
    }

    .pipe-user-info {
        padding:20px 15px;
    }

    .pipe-input-row {
        display:block;
    }

    .pipe-input-row label {
        display:block;
        width:auto;
        margin-bottom:7px;
    }

    .pipe-input-row input {
        width:100%;
    }
}