.whyBusLine_section {
    padding: clamp(69px, 4.5vw, 103px) 6vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F2F3F8;
}

.whyBusLine_section__label {
    width: clamp(122px, 8vw, 182px);
    height: clamp(30px, 1.8vw, 40px);
    border: 1.5px solid #196FB7;
    border-radius: clamp(65px, 3.9vw, 80px);
    color: #303030;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    align-content: center;
}

.busLine_logo_2 {
    margin-top: clamp(37px, 2.4vw, 55px);
    width: clamp(283px, 18.6vw, 425px);
}

.whyBusLine_section__title {
    margin: clamp(32px, 2.1vw, 48px) 0;
    color: #000A4C;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 67.2px */
}

.whyBusLine_section__cards {
    width: 100%;
    height: 100%;
    border-radius: clamp(40px, 2.6vw, 60px) clamp(40px, 2.6vw, 60px) 0 0;
    background: #FFF;

    display: flex;
    flex-direction: column;

    position: relative;
}

.why_card {
    padding: clamp(43px, 2.8vw, 65px);
    height: clamp(384px, 25.2vw, 576px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
    border-radius: clamp(40px, 2.6vw, 60px) clamp(40px, 2.6vw, 60px) 0 0;
}
.why_card:not(:last-child) {  /* 1번째, 2번째 why_card */
    padding-bottom: clamp(65px, 4.2vw, 97px);
}
.why_card + .why_card { /* 2번째, 3번째 why_card */
    margin-top: clamp(-32px, -1.4vw, -22px);
    box-shadow: 0 -8px 7.6px 0 #F2F3F8;
}
.why_card:last-child {  /* 3번째 why_card */
    /* height: clamp(362px, 23.8vw, 544px); */
    height: clamp(411px, 27vw, 617px);
    padding-bottom: clamp(92px, 6vw, 138px);
}

.why_card__icon {
    flex-shrink: 0;
    /* width: clamp(279px, 18.3vw, 419px); */
    width: clamp(244px, 18.3vw, 454px);
}

.why_card__body {
    display: flex;
    flex-direction: column;
    width: clamp(584px, 38.3vw, 876px);
}

.why_card__title {
    color: #212121;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 76.8px */
}

.why_card__quote {
    margin: clamp(6px, 0.4vw, 10px) 0 clamp(19px, 1.25vw, 29px);
    color: #002162;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}

.why_card__quote span {
    display: inline;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, #D8E0F0 60%, #D8E0F0 95%, transparent 95%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.45;
}

.why_card__label {
    color: #001B60;
    font-style: normal;
    font-weight: 600;
    line-height: 154%; /* 55.44px */
}

.why_card__desc {
    color: #3A3A3A;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.why_cards__plus {
    position: absolute;
    bottom: clamp(-72px, -3.15vw, -48px);
    left: 50%;
    transform: translateX(-50%);
    width: clamp(96px, 6.3vw, 144px);
    height: clamp(96px, 6.3vw, 144px);
    border-radius: 50%;
    background: var(--bluegr, linear-gradient(90deg, #008BFF 0%, #0C00C3 157.33%));
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
}

.why_cards__plus svg {
    width: 60%;
    height: 60%;
    flex-shrink: 0;
}


/* dtg */
.dtg_content {
    padding: clamp(123px, 8.1vw, 185px) 6vw;
    width: 100vw;
    background: #0C1116;
}

.dtg_content__title, .dtg_item__num {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 103%; /* 49.44px */
    color: #008BFF;
    background: linear-gradient(90deg, #008BFF 0%, #0C00C3 157.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dtg_content__subtitle {
    margin: clamp(20px, 1.3vw, 30px) 0 clamp(46px, 3vw, 68px);
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
}

.dtg_content__subtitle span {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    letter-spacing: 1.28px;
}

.dtg_item {
    margin: 0 auto;
    padding: clamp(23px, 1.5vw, 35px) clamp(43px, 2.8vw, 65px);
    width: clamp(938px, 61.5vw, 1406px);
    max-width: 88vw;
    border-radius: clamp(38px, 2.5vw, 58px);
    border: 2px solid #004987;
    background: rgba(56, 56, 56, 0.40);
    backdrop-filter: blur(7.972779750823975px);
}
.dtg_item:nth-child(2) {  /* 2번째 dtg_item */
    margin: clamp(20px, 1.3vw, 30px) auto;
}
.dtg_item + .dtg_item { /* 2번째, 3번째 dtg_item */
    display: flex;
    justify-content: space-between;
}

.dtg_item__header {
  display: flex;
  align-items: center;
}

.dtg_item__name {
    margin-left: clamp(22px, 1.4vw, 32px);
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: 1.44px;
}

.dtg_item__desc {
    margin-top: clamp(8px, 0.5vw, 12px);
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}
.dtg_item:first-child .dtg_item__desc {
    margin-bottom: clamp(20px, 1.3vw, 30px);
}

.pc-only {
    display: block;
}

.dtg_item__table-wrap {
    width: 100%;
}

.dtg_item__icon {
    width: clamp(100px, 7.5vw, 186px);
}

/* 모바일 환경 최적화 */
@media (max-width: 1024px) {
    .why_card__title, .dtg_item__num {
        font-size: clamp(32px, 2.1vw, 48px) !important;
    }

    .why_card__quote, .why_card__label, .dtg_item__name {
        font-size: clamp(26px, 1.7vw, 38px) !important;
    }

    .why_card__desc, .dtg_item__desc {
        font-size: clamp(22px, 1.4vw, 32px) !important;
    }

    .pc-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .why_card {
        height: auto;
        flex-direction: column;
    }
    .why_card--reverse {
        flex-direction: column-reverse;
    }
    
    .why_card__body {
        width: 100%;
    }

    .dtg_item + .dtg_item {
        flex-direction: column-reverse;
    }
}

@media (max-width: 540px) {
    .dtg_item__num {
        font-size: clamp(30px, 2vw, 46px) !important;
    }

    .dtg_item__name {
        font-size: clamp(25px, 1.6vw, 37px) !important;
    }

    .dtg_item__desc {
        font-size: clamp(20px, 1.3vw, 30px) !important;
    }
}

@media (max-width: 480px) {
    .why_card, .dtg_item {
        padding: clamp(22px, 1.4vw, 32px);
    }
}