@charset "UTF-8";





#benefit-section {
    padding: 50px 0;
    background: #f9f9f9;
}

#benefit-section .benefit-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}

#benefit-section .left-layout {
    flex: 1 1 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
}

#benefit-section .benefit-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

#benefit-section .right-layout {
    flex: 1 1 400px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

#benefit-section .main-text-box {
    color: #303030;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
}

#benefit-section .big-text {
    color: var(--baemin-color-1);
    font-size: 48px;
    font-weight: 900;
}

#benefit-section .recruit-feature-list {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}

#benefit-section .recruit-feature-list li {
    font-size: 20px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#benefit-section .feature-icon {
    font-size: 24px;
}

#benefit-section .recruit-link-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

#benefit-section .apply-btn {
    display: inline-block;
    background: var(--baemin-color-1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s;
}

#benefit-section .apply-btn:hover {
    background: var(--baemin-color-1);
}

@media screen and (max-width: 1023px) {
    #benefit-section .recruit-link-box {
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    #benefit-section .benefit-inner {
        flex-direction: column;
        gap: 24px;
    }
    #benefit-section .main-text-box {
        font-size: 32px;
        text-align: center;
    }
    #benefit-section .right-layout {
        align-items: center;
    }
}

@media (max-width: 600px) {
    #benefit-section {
        padding: 24px 0;
    }
    #benefit-section .main-text-box {
        font-size: 22px;
    }
    #benefit-section .big-text {
        font-size: 28px;
    }
    #benefit-section .recruit-feature-list li {
        font-size: 15px;
    }
    #benefit-section .apply-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    #benefit-section .benefit-image {
        max-width: 90vw;
    }
}

/* 공통 섹션 스타일 */
.main-section {
    padding: 64px 0;
    background: #fff;
}
.section-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 18px;
    text-align: center;
}
.section-desc {
    font-size: 18px;
    color: #555;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.6;
}

/* 서비스 소개 */
.service-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-feature-list li {
    background: #f2f4f6;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

/* 라이더 혜택 */
.rider-benefit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
}

/* 프로모션 섹션 */
.promotion-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
}

.promotion-item {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid var(--baemin-color-1);
}

.promotion-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.promotion-icon {
    font-size: 32px;
    background: var(--baemin-color-1);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.promotion-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.promotion-content {
    margin-left: 76px;
}

.promotion-desc {
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.5;
}

.promotion-example {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    border-left: 3px solid var(--baemin-color-1);
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.tier-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1023px) {
    .tier-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.tier-wrapper .tier-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.tier-wrapper .tier-box .count-box {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 1023px) {
    .tier-wrapper .tier-box .count-box  {
        font-size: 14px;
    }
}

.tier-wrapper .tier-box .tier-img-box {
    width: 120px;
}

@media screen and (max-width: 1023px) {
    .tier-wrapper .tier-box .tier-img-box {
        width: 80px;
    }
}

.tier-wrapper .tier-box .tier-img-box .tier-img {
    display: block;
    width: 100%;
    height: auto;
}

.tier-wrapper .tier-box .tier-text {
    color: #202020;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.22px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 1023px) {
    .tier-wrapper .tier-box .tier-text {
        font-size: 16px;
    }
}

.tier-wrapper .tier-box .benefit-box {
    background-color: var(--baemin-color-1);
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    line-height: 20px;
    text-align: center;
}

.rider-benefit-item {
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 24px 18px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 180px;
    max-width: 220px;
}
.rider-benefit-item .benefit-icon {
    font-size: 36px;
    margin-bottom: 10px;
}
.rider-benefit-item .benefit-text {
    font-size: 17px;
    color: #333;
    text-align: center;
}
.rider-benefit-item .benefit-text small {
    color: #888;
    font-size: 13px;
}

/* 지사 안내 */
.branch-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 24px 0 12px 0;
}
.branch-item {
    background: var(--baemin-color-1);
    color: #fff;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
}
.branch-more-btn {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    background: #fff;
    color: var(--baemin-color-1);
    border: 2px solid var(--baemin-color-1);
    border-radius: 6px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.branch-more-btn:hover {
    background: var(--baemin-color-1);
    color: #fff;
}

/* 라이더 후기 */
.review-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 24px;
}
.review-item {
    background: #f2f4f6;
    border-radius: 10px;
    padding: 20px 18px;
    min-width: 180px;
    max-width: 260px;
    flex: 1 1 180px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.review-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.review-meta {
    font-size: 13px;
    color: #888;
    text-align: right;
}

/* FAQ */
.faq-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.faq-q {
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}
.faq-a {
    color: #555;
    font-size: 15px;
}

/* 반응형 */
@media (max-width: 900px) {
    .main-section {
        padding: 40px 0;
    }
    .section-title {
        font-size: 24px;
    }
    .service-feature-list li,
    .branch-item {
        font-size: 14px;
        padding: 10px 12px;
    }
    .rider-benefit-item {
        min-width: 120px;
        max-width: 160px;
        padding: 16px 8px;
    }
    .review-item {
        min-width: 120px;
        max-width: 180px;
        padding: 12px 8px;
    }
    .promotion-item {
        padding: 20px;
    }
    .promotion-header {
        gap: 12px;
    }
    .promotion-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .promotion-title {
        font-size: 20px;
    }
    .promotion-content {
        margin-left: 62px;
    }
}
@media (max-width: 600px) {
    .main-section {
        padding: 16px 0;
    }
    .section-inner {
        padding: 0 16px;
    }
    .section-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section-desc {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .service-feature-list {
        flex-direction: column;
        gap: 4px;
        align-items: stretch;
    }
    .service-feature-list li {
        font-size: 13px;
        padding: 8px 10px;
        text-align: left;
    }
    .rider-benefit-list {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }
    .rider-benefit-item {
        min-width: 0;
        max-width: 100%;
        padding: 10px 8px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .rider-benefit-item .benefit-icon {
        font-size: 22px;
        margin-bottom: 0;
    }
    .rider-benefit-item .benefit-text {
        font-size: 13px;
        text-align: left;
    }
    .branch-list {
        gap: 4px;
        margin: 10px 0 6px 0;
    }
    .branch-item {
        font-size: 12px;
        padding: 6px 8px;
        border-radius: 4px;
    }
    .branch-more-btn {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 4px;
    }
    .review-list {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }
    .review-item {
        min-width: 0;
        max-width: 100%;
        padding: 6px 6px;
        font-size: 13px;
    }
    .review-text {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .review-meta {
        font-size: 11px;
    }
    .faq-list {
        gap: 14px;
    }
    .faq-item {
        padding: 8px 4px;
        font-size: 13px;
    }
    .faq-q {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .faq-a {
        font-size: 12px;
    }
    .promotion-list {
        gap: 20px;
        margin-top: 20px;
    }
    .promotion-item {
        padding: 16px;
        border-radius: 12px;
    }
    .promotion-header {
        gap: 10px;
        margin-bottom: 16px;
    }
    .promotion-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .promotion-title {
        font-size: 16px;
    }
    .promotion-content {
        margin-left: 50px;
    }
    .promotion-desc {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .promotion-example {
        padding: 12px;
        font-size: 13px;
    }
    .community-gallery {
        gap: 10px;
        margin: 8px 0 4px 0;
    }
    .cta-btn-list {
        flex-direction: column;
        gap: 12px;
        margin: 8px 0 4px 0;
    }
    .cta-btn {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 5px;
    }
}

/* DPD 지사 소개 */
#dpd-intro-section .dpd-intro-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 24px 0 0 0;
    padding: 0;
    list-style: none;
}
#dpd-intro-section .dpd-intro-list li {
    background: #f2f4f6;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

/* 파트너사 로고존 */
.partner-logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0 0;
}
.partner-logo {
    height: 40px;
    width: auto;
    background: #fff;
    border-radius: 8px;
    padding: 6px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    object-fit: contain;
}

/* DPD만의 차별화 */
.unique-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 24px 0 0 0;
    padding: 0;
    list-style: none;
}
.unique-feature-list li {
    background: #e6f7f6;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    color: #1a6d6a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.unique-icon {
    font-size: 22px;
}

/* 커뮤니티/이벤트 갤러리 */
.community-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 18px 0 10px 0;
}
.community-photo {
    width: 110px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #eee;
}
.community-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 빠른 상담/문의 CTA */
.cta-btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 18px 0 10px 0;
}
.cta-btn {
    display: inline-block;
    background: var(--baemin-color-1);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.cta-btn:hover {
    background: var(--baemin-color-1);
}

/* 지사장 인사말 */
.greeting-box {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 28px 18px;
    margin: 24px auto 0 auto;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-align: center;
}
.greeting-text {
    font-size: 17px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.7;
}
.greeting-meta {
    font-size: 14px;
    color: #888;
}

/* 모바일(600px 이하) 보정 */
@media (max-width: 600px) {
    #dpd-intro-section .dpd-intro-list {
        flex-direction: column;
        gap: 4px;
        align-items: stretch;
    }
    #dpd-intro-section .dpd-intro-list li {
        font-size: 13px;
        padding: 8px 10px;
        border-radius: 5px;
    }
    .partner-logo-list {
        gap: 8px;
        margin: 10px 0 0 0;
    }
    .partner-logo {
        height: 28px;
        padding: 3px 6px;
        border-radius: 4px;
    }
    .unique-feature-list {
        flex-direction: column;
        gap: 4px;
        align-items: stretch;
    }
    .unique-feature-list li {
        font-size: 13px;
        padding: 8px 10px;
        border-radius: 5px;
    }
    .unique-icon {
        font-size: 16px;
    }
    .community-gallery {
        gap: 10px;
        margin: 8px 0 4px 0;
    }
    .community-photo {
        width: 70px;
        height: 50px;
        border-radius: 4px;
    }
    .cta-btn-list {
        flex-direction: column;
        gap: 12px;
        margin: 8px 0 4px 0;
    }
    .cta-btn {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 5px;
    }
    .greeting-box {
        padding: 14px 4px;
        border-radius: 6px;
        margin: 10px auto 0 auto;
    }
    .greeting-text {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .greeting-meta {
        font-size: 11px;
    }
}