/* Paperlogy 폰트 적용 */
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-6SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy-7Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: 'Paperlogy', Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    background: white;
    color: #222;
    max-width: 1240px;
}
.dj-section {
    width: 100%;
    box-sizing: border-box;
}
.dj-top-bg {
    background: #f7fafd;
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
}
.dj-top-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    min-height: 420px;
}
.dj-top-left {
    width: 50%;
    background: linear-gradient(180deg, #d9fce8 0%, #d9fce8 30%, #6dbfd6 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 40px;
    height: 640px;
    box-sizing: border-box;
    align-content: center;
}
.dj-logo {
    width: auto;
    margin-bottom: 40px;
    height: 90px;
}
.dj-top-messages {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: auto;
    height: 410px;
}
.dj-msg {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    font-size: 22px;
    font-weight: 700;
    color: #222;
    padding: 18px 32px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-width: 340px;
    max-width: 420px;
}
.dj-top-right {
    width: 50%;
    background: #f7fafd;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 640px;
    box-sizing: border-box;
}
.dj-intro-box {
    position: relative;
    background: #e5e5e5;
    border-radius: 0 0 0 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
.dj-intro-title {
    font-size: 38px;
    font-weight: 900;
    color: #222;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 205px 0  25px 50px;
    position: relative;
    letter-spacing: 0;
}
.dj-intro-strong {
    font-weight: 900;
    color: #222;
}
.dj-jumpman {
    position: absolute;
    right: 50px;
    width: 190px;
    bottom: 0;
    z-index: 2;
}
.dj-intro-list-wrap {
    background: #666;
    border-radius: 0 0 0 0;
    padding: 45px 50px;
    width: 100%;
    box-sizing: border-box;
    height: 220px;
}
.dj-intro-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dj-intro-list li {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.dj-msg-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}
.dj-clients-bg {
    width: 100%;
    background: #eaf3f3;
    padding: 60px 0;
}
.dj-clients {
    background: none;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
}
.dj-title {
    font-size: 28px;
    font-weight: 900;
    color: #3c4891;
    margin-bottom: 8px;
    text-align: left;
}
.dj-desc {
    font-size: 22px;
    color: #444;
    margin-bottom: 26px;
    text-align: left;
}
.dj-clients-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin: 0 auto;
}
.dj-client-item {
    width: 25%;
    flex-basis: 25%;
    min-width: 0;
    text-align: center;
    margin-bottom: 38px;
    box-sizing: border-box;
    padding: 0;
}
.dj-client-logo {
    max-width: 120px;
    width: 100%;
    height: 54px;
    object-fit: contain;
    margin-bottom: 10px;
}
.dj-client-desc {
    font-size: 17px;
    color: #888;
    margin-top: 2px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.dj-faq {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 30px 0;
}
.dj-faq-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.dj-faq-desc {
    font-size: 16px;
    color: #888;
    margin-bottom: 24px;
}
.faq-badge, .faq-left, .no, .faq-right {
    display: none !important;
}
.faq-no {
    min-width: 40px;
    text-align: left;
    margin-top: 2px;
    margin-right: 0;
    font-size: 18px;
    padding-left: 42px;
    line-height: 1;
    transition: color 0.2s;
}
.dj-faq-item {
    display: flex;
    color: #707070;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 32px;
    font-size: 18px;
    font-weight: 500;
}
.dj-faq-q {
    margin-bottom: 10px;
    transition: color 0.2s;
}
.dj-faq-q.strong {
    font-weight: 900;
}
.dj-faq-a {
    line-height: 2;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s cubic-bezier(.4,0,.2,1), opacity 1s;
}
.dj-faq-item:hover .dj-faq-a,
.dj-faq-item:focus-within .dj-faq-a {
    max-height: 500px;
    opacity: 1;
}
.faq-divider {
    display: none;
    width: 0;
    height: 2px;
    background: #9c9c9c;
    margin: 24px 0 20px 0;
    transition: width 1s cubic-bezier(.4,0,.2,1);
}

.dj-faq-item:hover .faq-divider,
.dj-faq-item:focus-within .faq-divider {
    display: block;
    width: 100%;
}
.dj-faq-item:hover .faq-no,
.dj-faq-item:focus-within .faq-no,
.dj-faq-item:hover .dj-faq-q,
.dj-faq-item:focus-within .dj-faq-q {
    color: black;
}

.faq-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 60px);
}
.dj-bottom {
    width: 100%;
    text-align: center;
    padding: 32px 0 48px 0;
    background: #f7fafd;
}
.dj-cta-btn {
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Paperlogy', Arial, sans-serif;
    font-size: 16px;
    background: #3c4891;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 40px;
    margin-bottom: 40px;
    border-radius: 32px;
    padding: 8px 37px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
.dj-messages-img {
    height: 100%;
    display: block;
    margin: 0 auto;
}
.dj-client-row {
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dj-client-row-img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto 0px auto;
}
.dj-client-row-descs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    gap: 0;
}
.dj-client-desc {
    width: 25%;
    text-align: center;
    font-size: 17px;
    color: #888;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
}
.dj-faq-list {
    min-height: 600px; /* 예상 최대치로 조정 */
    transition: min-height 0.4s cubic-bezier(.4,0,.2,1);
}
.dj-bottom-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #3c4891;
    text-align: center;
    padding: 0;
}
.dj-cta-btn-fixed {
    font-weight: 600 !important;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    font-size: 26px;
    padding: 22px 0;
    border-radius: 0;
    background: #3c4891;
    color: #fff;
    font-weight: 900;
    border: none;
    box-shadow: none;
    letter-spacing: 0;
    transition: background 0.2s;
}

.cta-arrow {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    vertical-align: middle;
}

.only-pc {
    display: block;
}
.only-mobile {
    display: none;
}

/* =========================
   모바일(768px 이하) 반응형 스타일
   ========================= */
@media (max-width: 768px) {
    .only-pc {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    /* 전체 body 및 섹션 */
    body {
        max-width: 100%;
        min-width: 0;
        padding: 0;
        margin: 0 auto;
        font-size: 15px;
        background: #fff;
    }
    .dj-section {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 0 0;
    }
    /* 상단 배경 및 로고/메시지 */
    .dj-top-bg {
        width: 100%;
        height: auto;
        min-height: 600px;
        /* max-height: 100dvh; */
        padding: 0;
        background: #f7fafd;
    }
    .dj-top-inner {
        width: 100%;
        /* height: 100vh; */
        display: block;
        padding: 0;
    }
    .dj-top-left {
        width: 100%;
        height: 50vh;
        padding: 32px 0 10px 0;
        background: linear-gradient(180deg, #d9fce8 0%, #d9fce8 30%, #6dbfd6 100%);
        box-sizing: border-box;
    }
    .dj-top-right {
        width: 100%;
        height: 50vh;
        background: #f7fafd;
        box-sizing: border-box;
    }
    .dj-logo {
        height: 17%;
        margin-bottom: 21px;
    }
    .dj-top-messages {
        height: 70%;
        gap: 10px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .dj-messages-img {
        height: 100%;
        max-width: 90vw;
        margin: 0 auto;
    }
    /* 오른쪽(소개/점프맨/특장점) */
    .dj-top-right {
        width: 100%;
        height: auto;
        min-height: 0;
        background: #f7fafd;
        padding: 0;
        box-sizing: border-box;
        align-items: stretch;
    }
    .dj-intro-box {
        min-height: 0;
        padding: 0;
        background: #e5e5e5;
        border-radius: 0;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .dj-intro-title {
        font-size: 22px;
        font-weight: 900;
        padding: 152px 30px 15px 30px;
        line-height: 1.35;
    }
    .dj-intro-strong {
        font-size: 22px;
    }
    .dj-jumpman {
        position: absolute;
        display: block;
        width: 110px;
        margin: 0 0 0 18px;
        padding: 0;
    }
    .dj-intro-list-wrap {
        background: #666;
        border-radius: 0;
        padding: 24px 18px 18px 18px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .dj-intro-list {
        gap: 0;
    }
    .dj-intro-list li {
        font-size: 14px;
        margin-bottom: 11px;
        gap: 4px;
        align-items: flex-start;
    }
    .dj-msg-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    /* 고객사 영역 */
    .dj-clients-bg {
        padding: 32px 0 12px 0;
        background: #eaf3f3;
    }
    .dj-clients {
        width: 100%;
        padding: 10px 30px;
        margin: 0 auto;
    }
    .dj-title {
        font-size: 18px;
        margin-bottom: 4px;
        text-align: left;
    }
    .dj-desc {
        font-size: 14px;
        margin-bottom: 32px;
        text-align: left;
    }
    .dj-clients-logos {
        flex-direction: column;
        gap: 0;
        width: 100%;
        align-items: center;
    }
    .dj-client-row {
        margin-bottom: 18px;
        width: 100%;
        align-items: center;
    }
    .dj-client-row-img {
        max-width: 95vw;
        margin-bottom: 6px;
    }
    .dj-client-row-descs {
        max-width: 95vw;
        padding: 0 8px;
    }
    .dj-client-desc {
        font-size: 8px;
        width: 25%;
        font-weight: 500;
        padding: 0;
    }
    /* FAQ 영역 */
    .dj-faq {
        width: 100%;
        padding: 32px 35px 24px 35px;
        margin: 0 auto;
    }
    .dj-faq-list {
        min-height: 600px;
        padding: 0 0 0 0;
    }
    .dj-faq-item {
        gap: 0;
        margin-bottom: 18px;
        font-size: 14px;
        align-items: flex-start;
    }
    .faq-no {
        font-size: 14px;
        padding-left: 0;
        width: 30px;
        min-width: 10px;
        margin-bottom: 2px;
    }
    .faq-content {
        width: 100%;
        padding: 0;
    }
    .dj-faq-q {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .dj-faq-a {
        font-size: 13px;
        line-height: 1.7;
        padding-bottom: 6px;
    }
    .faq-divider {
        margin: 12px 0 10px 0;
    }
    /* FAQ 버튼 */
    .dj-cta-btn {
        width: 26px;
        font-size: 12px;
        padding: 6px 24px;
        border-radius: 18px;
    }
    /* 하단 고정 CTA 버튼 */
    .dj-bottom-fixed {
        position: fixed;
        left: 0;
        bottom: 30px;
        width: 100%;
        background: #dfdfdd;
        box-shadow: 0 -2px 16px rgba(0,0,0,0.06);
        z-index: 1000;
        padding: 0;
    }
    .dj-cta-btn-fixed {
        font-size: 18px;
        padding: 15px 0;
        max-width: 100%;
        border-radius: 0;
        margin: 0 auto;
        width: 100%;
        font-weight: 900;
    }
    .cta-arrow {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
}
