@charset "utf-8";

/* =========================================================
   /pages/ 서브 페이지 공통
========================================================= */

.sub-inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* sub page — 공통 레이아웃·타이틀 */
.sub-page {
    min-height: 60vh;
    padding: 140px 60px 120px;
    background: #fff;
}

.sub-page__title {
    margin: 0 0 16px;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    color: #111;
}

.sub-page__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 0;
}

.sub-page__head .sub-page__title {
    margin-bottom: 16px;
}

.works-sort-save {
    flex-shrink: 0;
    margin-top: 8px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    cursor: not-allowed;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.works-sort-save.is-dirty {
    border-color: #1d6f42;
    background: #217346;
    color: #fff;
    cursor: pointer;
}

.works-sort-save.is-dirty:hover:not(:disabled) {
    background: #1a5c38;
    border-color: #164d2f;
}

.works-sort-save:disabled {
    opacity: 1;
}

.works-sort-save.is-dirty:disabled {
    opacity: 0.85;
    cursor: wait;
}

.sub-page__intro p {
    margin: 0;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    line-height: 1.3;
    color: #666;
}

.sub-page__intro p + p {
    margin-top: 2px;
}

.sub-page__intro + .works-list {
    margin-top: 56px;
}

/* contact page */
body.contact-page {
    background: #181818;
}

body.contact-page .sub-page {
    background: #181818;
}

body.contact-page .sub-page__title {
    color: #fff;
}

body.contact-page .sub-page__intro p {
    color: rgba(255, 255, 255, 0.72);
}

body.contact-page .contact-form .custom-chk-inp-wrap .txt,
body.contact-page .contact-form .custom-chk-inp-wrap .chk-label {
    color: #fff;
}

body.contact-page .contact-form .custom-chk-inp-wrap .txt .chk-link,
body.contact-page .contact-form .custom-chk-inp-wrap .chk-label .chk-link {
    color: #fff;
}

.sub-page__split {
    margin-top: 56px;
}

.sub-page__split-spacer {
    display: none;
}

.contact-form-wrap {
    width: 50%;
    margin-left: auto;
    padding: 4px 0 0;
}

.contact-form__success {
    margin: 20px 0 0;
    padding: 14px 18px;
    border-radius: 6px;
    background: rgba(254, 192, 13, 0.15);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.contact-form__types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.contact-form__type {
    margin: 0;
    padding: 14px 8px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-form__type.is-active {
    background: var(--primary);
    color: #111;
}

.contact-form__fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-form__field {
    margin: 0;
}

.contact-form__input,
.contact-form__textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 20px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    box-sizing: border-box;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #b0b0b0;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    outline: 2px solid #111;
    outline-offset: 0;
}

.contact-form__textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* components/ui/checkbox — contact 전용 재생성 (CSS include 없음) */
.contact-form .custom-chk-inp-wrap {
    width: 100%;
    margin: 16px 0 0;
}

.contact-form .custom-chk-inp-wrap .chk {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.contact-form .custom-chk-inp-wrap input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-form .custom-chk-inp-wrap .chkbox {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1.5px solid #888;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    opacity: 0.35;
}

.contact-form .custom-chk-inp-wrap .txt,
.contact-form .custom-chk-inp-wrap .chk-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #111;
}

.contact-form .custom-chk-inp-wrap .txt em,
.contact-form .custom-chk-inp-wrap .chk-label em {
    font-style: normal;
    font-weight: 600;
}

.contact-form .custom-chk-inp-wrap .txt .chk-link,
.contact-form .custom-chk-inp-wrap .chk-label .chk-link {
    margin-left: 4px;
    text-decoration: underline;
    color: #111;
    cursor: pointer;
}

.contact-form .custom-chk-inp-wrap input:checked + .chkbox {
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.contact-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    padding: 20px 24px;
    border: 0;
    border-radius: 8px;
    background: var(--primary);
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.contact-form__submit:hover {
    filter: brightness(0.94);
}

.contact-location {
    margin-top: clamp(80px, 12vw, 140px);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-location__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 48px;
    row-gap: 24px;
    align-items: start;
    width: 100%;
}

.contact-location__title {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
}

.contact-location__info {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: end;
    column-gap: 64px;
    row-gap: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.contact-location__info-item {
    margin: 0;
    min-width: 0;
}

.contact-location__info-item dt {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #fff;
}

.contact-location__info-item dd {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5);
}

.contact-location__info-item:first-child dd {
    white-space: nowrap;
}

.contact-location__info-item a {
    color: inherit;
    text-decoration: none;
}

.contact-location__info-item a:hover {
    opacity: 0.75;
}

.contact-location__map {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: #ddd;
}

.contact-location__map #map {
    display: block;
    width: 100%;
    height: 100%;
}

.works-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 720px));
    justify-content: space-between;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.works-item {
    position: relative;
    width: 100%;
    max-width: 720px;
}

.works-item--empty {
    grid-column: 1 / -1;
}

.works-empty {
    margin: 0;
    padding: 48px 0;
    text-align: center;
    color: #888;
    font-size: 16px;
}

.works-item__sort {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.works-item__sort-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background 0.2s ease, opacity 0.2s ease;
}

.works-item__sort-btn:hover:not(:disabled) {
    background: rgba(17, 17, 17, 0.92);
}

.works-item__sort-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.works-card {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.works-card:focus-visible {
    outline: 2px solid #111;
    outline-offset: -2px;
}

.works-card__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 720 / 405;
    background: #e8e8e8;
}

.works-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-card__media .video {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.works-card__media .video-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #111;
}

.works-card__media .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1.02);
}

.works-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity 0.28s ease, background-color 0.28s ease;
    pointer-events: none;
}

.works-card__overlay-inner {
    text-align: center;
    color: #fff;
}

.works-card__title {
    display: block;
    margin: 0 0 12px;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.32s ease, transform 0.32s ease;
    transition-delay: 0s;
}

.works-card__desc {
    margin: 0;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.32s ease, transform 0.32s ease;
    transition-delay: 0s;
}

.works-card--ready:hover .works-card__overlay,
.works-card--ready:focus-visible .works-card__overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.55);
}

.works-card--ready:hover .works-card__title,
.works-card--ready:focus-visible .works-card__title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.12s;
}

.works-card--ready:hover .works-card__desc,
.works-card--ready:focus-visible .works-card__desc {
    opacity: 0.92;
    transform: translateY(0);
    transition-delay: 0.36s;
}

.works-item:nth-child(1) .works-card__media {
    background: #ececec;
}

.works-item:nth-child(1) .works-card--ready .works-card__media {
    background: #111;
}

.works-item:nth-child(2) .works-card__media {
    background: #d8d8d8;
}

.works-item:nth-child(2) .works-card--ready .works-card__media {
    background: transparent;
}

.works-item:nth-child(3) .works-card__media {
    background: #c4c4c4;
}

.works-item:nth-child(4) .works-card__media {
    background: #b0b0b0;
}

@media (max-width:1480px) {
    .works-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .works-item {
        max-width: none;
    }

    .works-card__media {
        max-width: none;
    }
}

@media (max-width:1180px) {
    .contact-location__head {
        grid-template-columns: 1fr;
    }

    .contact-location__info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: start;
        column-gap: 32px;
    }

    .contact-location__info-item:first-child dd {
        white-space: normal;
    }
}

@media (max-width:768px) {
    .sub-page {
        padding: 120px 24px 60px;
    }

    .sub-page__title {
        margin-bottom: 16px;
    }

    .sub-page__intro p {
        font-size: 15px;
        line-height: 1.28;
    }

    .sub-page__split {
        margin-top: 40px;
    }

    .contact-form-wrap {
        width: 100%;
        margin-left: 0;
    }

    .contact-form__types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-form__type {
        padding: 12px 8px;
        font-size: 13px;
    }

    .contact-location {
        margin-top: 64px;
        gap: 28px;
    }

    .contact-location__head {
        row-gap: 28px;
    }

    .contact-location__info {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .contact-location__info-item:first-child dd {
        white-space: normal;
    }

    .contact-location__map {
        height: 450px;
    }

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

/* works — detail (view.php) */
body.works-view-page #header {
    display: none !important;
}

.works-view__actions {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.works-view__close {
    text-decoration: none;
    color: #888;
    transition: color 0.2s ease;
}

.works-view__close:hover {
    color: #111;
}

.works-view__close-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.works-view__close:hover .works-view__close-box {
    border-color: #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.works-view__close-icon {
    display: block;
}

.works-view__inquiry {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    color: inherit;
}

.works-view__inquiry-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.works-view__inquiry:hover .works-view__inquiry-box {
    background: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.works-view__inquiry-icon {
    display: block;
}

.works-view__inquiry-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    letter-spacing: -0.02em;
}

.works-view {
    min-height: 100vh;
    padding: 120px 60px;
    background: #fff;
}

.works-view__back {
    display: none;
}

.works-view__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.works-view__header {
    margin-bottom: 32px;
}

.works-view__title {
    margin: 0 0 20px;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #111;
}

.works-view__tagline {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 700;
    line-height: 1.45;
    color: #111;
}

.works-view__desc {
    margin: 20px 0 0;
    max-width: 640px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #555;
}

.works-view__lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.works-view__header .works-view__content {
    margin-top: 20px;
}

.works-view__header .works-view__content p {
    margin: 0;
}

.works-view__content {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
}

.works-view__content p {
    margin: 0 0 1.1em;
}

.works-view__content p:last-child {
    margin-bottom: 0;
}

.works-view__media {
    margin-top: 48px;
}

.works-view__video-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    overflow: hidden;
    border-radius: 4px;
}

.works-view__video-inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.works-view__figure {
    margin: 0;
}

.works-view__media-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.works-view__aside {
    position: sticky;
    top: 88px;
}

.works-view__info {
    padding: 28px 24px;
    border-radius: 20px;
    background: #f3f3f3;
}

.works-view__info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.works-view__info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.works-view__info-item dt {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #999;
}

.works-view__info-item dd {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #111;
}

.works-view__empty {
    padding: 40px 0;
}

.works-view__next {
    margin-top: clamp(80px, 12vw, 140px);
}

.works-view__next-link {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-decoration: none;
    color: inherit;
}

.works-view__next-label,
.works-view__next-title {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.works-view__next-label {
    color: #b8b8b8;
}

.works-view__next-link:hover .works-view__next-label {
    color: #9a9a9a;
}

.works-view__next-title {
    color: #000;
    transition: opacity 0.2s ease;
}

.works-view__next-link:hover .works-view__next-title {
    opacity: 0.65;
}

@media (max-width:1024px) {
    .works-view__layout {
        grid-template-columns: 1fr;
    }

    .works-view__aside {
        position: static;
        max-width: 480px;
    }
}

@media (max-width:768px) {
    .works-view {
        padding: 80px 24px 60px;
    }

    .works-view__actions {
        top: 16px;
        right: 16px;
        gap: 10px;
    }

    .works-view__close-box,
    .works-view__inquiry-box {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .works-view__inquiry-label {
        font-size: 12px;
    }

    .works-view__header {
        margin-bottom: 24px;
    }

    .works-view__desc {
        margin-top: 16px;
        font-size: 15px;
    }

    .works-view__media {
        margin-top: 32px;
    }

    .works-view__info {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .works-view__next {
        margin-top: 64px;
    }

    .works-view__next-label,
    .works-view__next-title {
        font-size: 36px;
    }
}

/* =========================================================
   /pages/about.php
========================================================= */

body.about-page #wrapper,
body.about-page #container_wr {
    padding: 0;
}

body.about-page .about-page-main {
    margin: 0;
    padding: 0;
}

.about_wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.about_wrap::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.about_wrap .df {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 3;
}

.about_wrap .df .txt {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.about_wrap .df .txt h2 {
    font-size: 100px;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-mont, "Montserrat", sans-serif);
    font-weight: 700;
}

.about_wrap .df .txt .mclr {
    color: var(--primary, #fec00d);
}

.about_wrap .df .txt .sub_desc {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
}

.about_wrap .df .txt .sub_desc p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.about_wrap .df .txt .sub_desc .p_2 {
    color: #999;
}

.about_wrap .df .txt .sub_desc p:not(:last-child) {
    margin-bottom: 24px;
}

.about_wrap .bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.about_wrap .bg_video video,
.about_wrap .bg_video .bg_video__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .about_wrap .df .txt h2 {
        font-size: 70px;
    }
}

@media (min-width: 769px) {
    .about_wrap .mbr {
        display: none;
    }
}

@media (max-width: 768px) {
    .about_wrap .mbr {
        display: block;
    }

    .about_wrap .df {
        padding: 0 16px;
    }

    .about_wrap .df .txt h2 {
        font-size: 42px;
    }

    .about_wrap .df .txt .sub_desc p {
        font-size: 15px;
        word-break: keep-all;
    }

    .about_wrap .df .txt .sub_desc p br {
        display: none;
    }
}

/* =========================================================
   /pages/services.php
========================================================= */

body.services-page {
    --color-main: var(--primary, #fec00d);
    background: #181818;
}

body.services-page .services-page-main.sub-page {
    background: #181818;
    padding-bottom: 0;
}

body.services-page .sub-page__title {
    color: #fff;
}

body.services-page .sub-page__intro p {
    color: rgba(255, 255, 255, 0.72);
}

body.services-page .sub-page__intro + .what_list {
    margin-top: 56px;
}

body.services-page .inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

body.services-page .sub_bg {
    height: 450px;
    background: url(/images/ser_bg.png) center center no-repeat;
    background-size: cover !important;
    max-width: 1660px;
    margin: 80px auto 0;
}

body.services-page .what_list {
    padding: 40px 0;
}

body.services-page .what_list .inner .list ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid var(--color-main);
}

body.services-page .what_list .inner .list ul::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: var(--color-main);
    z-index: 1;
}

body.services-page .what_list .inner .list ul li {
    width: 33.3333333333%;
}

body.services-page .what_list .inner .list ul li:not(:last-child) {
    border-right: 1px solid var(--color-main);
}

body.services-page .what_list .inner .list ul li .over {
    position: relative;
    overflow: hidden;
    padding: 50px;
    height: 280px;
}

body.services-page .what_list .inner .list ul li .over .con {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    position: relative;
}

body.services-page .what_list .inner .list ul li .over .con .top h2 {
    color: var(--color-main);
    line-height: 1;
    font-size: 24px;
    margin: 0;
}

body.services-page .what_list .inner .list ul li .over .con .top h2 span {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    font-family: var(--font-mont, "Montserrat", sans-serif);
    padding-left: 8px;
    font-weight: 400;
}

body.services-page .what_list .inner .list ul li .over .con .bot {
    height: 74px;
}

body.services-page .what_list .inner .list ul li .over .con .bot p {
    position: relative;
    padding-left: 16px;
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

body.services-page .what_list .inner .list ul li .over .con .bot p::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 1px;
    display: block;
    background: var(--color-main);
    z-index: 1;
}

body.services-page .what_list .inner .list ul li .over .con .bot p:not(:last-child) {
    margin-bottom: 8px;
}

body.services-page .what_list .swp03 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    width: 60px;
}

body.services-page .what_list .swp03 .swiper-container {
    overflow: hidden;
    width: 60px;
    height: 60px;
}

body.services-page .what_list .swp03 .swiper-wrapper,
body.services-page .what_list .swp03 .swiper-slide {
    height: 60px;
}

body.services-page .what_list .swp03 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.services-page .what_list .swp03 .swiper-slide .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body.services-page .what_list .swp03 .swiper-slide span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    background: #2f2f2f;
}

body.services-page .what_list .swp03 img {
    display: block;
    width: 30px;
    height: auto;
    margin: 0;
}

body.services-page .what_list .swp03 .ic02 img {
    width: 20px;
}

body.services-page .process {
    position: relative;
    padding: 150px 0;
    background: #181818;
    overflow: hidden;
}

body.services-page .process::after {
    content: "";
    position: absolute;
    top: -150px;
    right: 0;
    width: 612px;
    height: 860px;
    display: block;
    background: url(/images/ci_stroke.svg) no-repeat;
    background-size: 680px;
    z-index: 1;
    pointer-events: none;
}

body.services-page .process .inner {
    position: relative;
    z-index: 2;
}

body.services-page .process .inner .tit h2 {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

body.services-page .process .inner .list {
    margin-top: 60px;
}

body.services-page .process .inner .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.services-page .process .inner .list ul li {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}

body.services-page .process .inner .list ul li .over {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    height: 280px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all 0.2s;
    box-sizing: border-box;
}

body.services-page .process .inner .list ul li.on .over {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.09);
    transform: translateY(-5px);
    border: 1px solid var(--color-main);
    background: rgba(254, 192, 13, 0.02);
}

body.services-page .process .inner .list ul li .over .con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body.services-page .process .inner .list ul li .over .df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

body.services-page .process .inner .list ul li .over h2 {
    color: var(--color-main);
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

body.services-page .process .inner .list ul li .over span {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
}

body.services-page .process .inner .list ul li .over p {
    color: #fff;
    opacity: 0.8;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

body.services-page .process .inner .list ul li .over p:not(:last-child) {
    margin-bottom: 4px;
}

@media (max-width: 1450px) {
    body.services-page .sub-inner,
    body.services-page .process .inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1350px) {
    body.services-page .what_list .inner .list ul li .over {
        padding: 40px;
    }
}

@media (max-width: 1280px) {
    body.services-page .what_list .inner .list ul li .over {
        padding: 24px;
    }
}

@media (max-width: 1200px) {
    body.services-page .process .inner .list ul li {
        width: 50%;
    }

    body.services-page .process .inner .list ul li:first-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 1150px) {
    body.services-page .what_list .inner .list ul li {
        width: 50%;
    }

    body.services-page .what_list .inner .list ul li .over {
        padding: 40px;
    }

    body.services-page .what_list .inner .list ul li:not(:last-child) {
        border-right: none;
    }

    body.services-page .what_list .inner .list ul::before {
        width: 1px;
        left: 50%;
        height: 100%;
    }

    body.services-page .what_list .inner .list ul li:nth-child(1),
    body.services-page .what_list .inner .list ul li:nth-child(2),
    body.services-page .what_list .inner .list ul li:nth-child(3),
    body.services-page .what_list .inner .list ul li:nth-child(4) {
        border-bottom: 1px solid var(--color-main);
    }
}

@media (max-width: 1024px) {
    body.services-page .what_list {
        padding: 80px 0;
    }

    body.services-page .process .inner .tit h2 {
        font-size: 48px;
    }
}

@media (max-width: 900px) {
    body.services-page .what_list .inner .list ul li {
        width: 100%;
    }

    body.services-page .what_list .inner .list ul::before {
        display: none;
    }

    body.services-page .what_list .inner .list ul li:nth-child(5) {
        border-bottom: 1px solid var(--color-main);
    }
}

@media (max-width: 768px) {
    body.services-page .sub-inner,
    body.services-page .process .inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.services-page .process .inner .list ul li {
        width: 100%;
    }

    body.services-page .process .inner .list ul li:first-child {
        margin-bottom: 0;
    }

    body.services-page .process .inner .list ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    body.services-page .process {
        padding: 80px 0;
    }

    body.services-page .what_list .inner .list ul li .over {
        padding: 24px;
    }
}
