* {
    box-sizing: border-box;
}
main {
    overflow: hidden;
}
.mobile {
    display: none;
}
.mobile_only {
    display: block;
}
._wrap {
    padding-top: 3.75rem;
}
.main {
    padding: 9rem 0 9.7rem;
}
.kdf_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.6rem;
    padding: 0 1rem;
    margin-bottom: 3.1rem;
}
.kdf_title > span {
    font-size: var(--font-size-18);
    font-weight: 600;
    line-height: 1.72;
    color: var(--color-main);
}
.kdf_title h2 {
    font-size: 1.7rem;
    font-size: var(--font-size-34);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02275rem;
    color: var(--color-gray44);
    vertical-align: bottom;
}
.kdf_title h2 img {
    display: inline-block;
    width: 6.95rem;
    height: auto;
    vertical-align: bottom;
}
.kdf_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kdf_section > img {
    /* display: block;
	width: 100%;
	height: auto; */
    width: 80%;
}

.kdf_info_section {
    position: relative;
    width: 100%;
}
.kdf_info_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 40%;
    height: 0;
    padding-bottom: calc(931 / 596 * 40%);
    background: url(../images/box/box_rec_l.png) no-repeat center / contain;
    z-index: 1;
    pointer-events: none;
    opacity: 0.9;
}
.kdf_info_section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 40%;
    height: 0;
    padding-bottom: calc(931 / 596 * 40%);
    background: url(../images/box/box_rec_r.png) no-repeat center / contain;
    z-index: 1;
    pointer-events: none;
    opacity: 0.9;
}
.kdf_info_section > div {
    width: 100%;
    max-width: 57rem;
    margin: 0 auto;
    padding: 4.5rem 1rem 4.35rem;
}

.info_title {
    font-size: var(--font-size-32);
    font-weight: 700;
    line-height: 1.47;
    letter-spacing: 0.025rem;
    color: var(--color-gray30);
}
.info_title span {
    color: var(--color-main);
}
.plex_on_vote {
    padding-top: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.plex_on_vote > div {
    position: relative;
    width: 100%;
    padding: 6.2rem 1rem 4.45rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    z-index: 10;
    backdrop-filter: blur(1rem);
}
.plex_on_vote > div .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plex_on_vote > div .title img {
    display: block;
    width: 6rem;
    height: auto;
}
.plex_on_vote > div .title h4 {
    font-size: var(--font-size-34);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.025rem;
    color: var(--color-gray30);
    margin: 0.4rem 0 0.5rem;
}
.plex_on_vote > div .title span {
    font-size: var(--font-size-22);
    font-weight: 500;
    letter-spacing: 0.025rem;
    color: var(--color-gray45);
}
.vote_info ul {
    width: fit-content;
    margin: 1.85rem auto 0;
}
.vote_info ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.02275rem;
}
.vote_info ul li strong {
    min-width: 1.3rem;
    color: var(--color-main);
}
.vote_info ul li span {
    color: var(--color-gray44);
}
.vote_detail {
    display: flex;
    flex-direction: column;
}
.vote_detail .date {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: 1.5rem 0 2.35rem;
}
.vote_detail .date div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.05rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02275rem;
}
.vote_detail .date div strong {
    color: var(--color-main);
}
.vote_detail .date div span {
    color: var(--color-gray44);
}
.vote_detail button {
    width: 100%;
    max-width: 19rem;
    height: 4.5rem;
    border: none;
    border-radius: 0.3rem;
    background: var(--color-main);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.03115rem;
    color: var(--color-white);
    cursor: pointer;
    margin: 0 auto;
}
.app_section {
    width: 100%;
    max-width: 57rem;
    margin: 0 auto;
    padding: 0 1rem;
}
.app_section .app_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}
.app_section .app_title h3 {
    font-size: var(--font-size-36);
    font-weight: 600;
    line-height: 1.17;
    color: var(--color-gray30);
}
.app_section .app_title span {
    line-height: 1.3;
}
.app_section .app_title div {
    width: 100%;
    max-width: 27rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}
.app_section .app_title div span {
    font-size: var(--font-size-19);
    font-weight: 400;
    line-height: 1.58;
    color: var(--color-gray39);
    align-self: flex-start;
}
.app_section .app {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.85rem;
}
.app_section .app a img {
    width: 100%;
    height: auto;
}
.app_section .app span {
    min-width: fit-content;
    font-size: var(--font-size-16);
    font-weight: 700;
    letter-spacing: -0.025rem;
    color: var(--color-gray40);
}
.app_section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 28.8rem;
    height: auto;
    margin: 2.85rem auto 0;
    margin-bottom: 1rem;
}
.app_section > div > img {
    width: 250px;
}
.kdf_day {
    width: 100%;
    height: auto;
    background-color: var(--color-main);
    background-image: url(../images/images/kdf_label_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.day_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    justify-content: space-between;
    text-align: center;
    max-width: 57rem;
    padding: 2.6rem 1rem 2.5rem;
    margin: 0 auto;
}
.kdf_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-black);
}
.kdf_top p {
    font-size: var(--font-size-32);
    font-weight: var(--font-weight-700);
}

.kdf_top > div {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.15rem;
}
.kdf_top > div > button {
    width: 5.3rem;
    height: 1.74rem;
    background-color: var(--color-black);
    font-family: var(--font-Pretendard);
    color: var(--color-white);
    border: none;
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-400);
    letter-spacing: 5px;
    padding-left: 0.25rem;
    /* 중앙정렬 필요 */
}
.kdf_bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.2rem;
}
.kdf_bottom h4 {
    /* font-size: var(--font-size-62);
    font-weight: var(--font-weight-700);
    font-family: var(--font-Bebas);
    color: var(--color-black); */

    font-size: var(--font-size-62);
    font-weight: var(--font-weight-400);
    letter-spacing: 19px;
    margin-right: -19px;
    font-family: var(--font-Bebas);
}
.kdf_bottom h3 {
    font-size: var(--font-size-62);
    font-weight: var(--font-weight-400);
    letter-spacing: 19px;
    margin-right: -19px;
    font-family: var(--font-Bebas);
}
.kdf_vote_state {
    padding: 5.5rem 1rem 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6.5rem;
    max-width: 57rem;
}

.kdf_vote_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
}
.kdf_vote_tab h2 {
    color: var(--color-gray30);
    font-size: var(--font-size-34);
    font-weight: var(--font-weight-700);
    line-height: 1.35;
    letter-spacing: 0.5px;
    text-align: center;
}
.kdf_vote_state_list {
    display: flex;
    flex-direction: column;
    gap: 2.35rem;
}
.kdf_vote_state_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kdf_vote_state_title img {
    width: 4.8rem;
    height: 1.4rem;
    margin-bottom: 0.4rem;
}
.kdf_vote_state_title h2 {
    color: var(--color-gray30);
    font-size: var(--font-size-34);
    font-weight: var(--font-weight-700);
    line-height: 1.35;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}
.kdf_vote_state_title p {
    color: var(--color-gray45);
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-500);
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}
.kdf_vote_state_title h5 {
    color: var(--color-gray45);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-500);
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    display: none;
}
.kdf_vote_options {
    display: flex;
    gap: 1.35rem;
}
.kdf_vote_options li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.kdf_vote_options li > div {
    width: 2.2rem;
    height: 0.8rem;
}
.kdf_vote_options li:nth-child(1) > div {
    background: linear-gradient(90deg, #ef4ba5 0%, #ad36cd 100%);
}
.kdf_vote_options li:nth-child(2) > div {
    background: linear-gradient(90deg, #5a45f5 0%, #a65fd8 100%);
}
.kdf_vote_options li > span {
    color: var(--color-gray46);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-500);
}
/* 추가 */
.prefer_header_tab {
    display: flex;
    width: 100vw !important;
    flex-wrap: wrap;
    gap: 0.75rem 0.6rem;
    cursor: pointer;
    flex-wrap: nowrap;
}
.prefer_header_tab div {
    min-width: fit-content;
    height: 2.7rem;
    border-radius: 2rem;
    padding: 0.75rem 1.2rem;
    background: var(--color-gray23);
    color: var(--color-gray26);
    text-align: center;
    font-family: var(--font-Pretendard);
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-500);
    border: 1px solid transparent;
    /* margin-right: 0.6rem; */
    cursor: pointer;
    flex-shrink: 0;
    width: auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.prefer_header_tab div:first-child {
    margin-left: 6rem;
}
.prefer_header_tab div.active {
    border: 1px solid var(--color-main);
    color: var(--color-main);
}

/* 추가 */
.select_list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    text-align: left;
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
}
.select_list li {
    padding: 1.1rem 2rem 1.1rem 2.25rem;
    background-color: var(--color-gray15);
    border-radius: 0.9rem;
    display: flex;
    z-index: 1;
    flex-direction: column;
}
.list_summary {
    display: flex;
    gap: 2.5rem;
    z-index: 1;
}
/* 높이 부분 전체 수정 필요 */
.list_detail {
    width: 100%;
    height: 10rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
}
.list_detail.show {
    max-height: 500px;
}
.list_detail_box {
    margin-top: 1.1rem;
    height: 7.5rem;
    background-color: var(--color-gray14);
    border-radius: 0.9rem;
    opacity: 0.5;
    padding: 0.6rem 1.5rem;
}
.list_left {
    display: flex;
    align-items: center;
    flex: 0.419;
}
.list_left_img {
    max-width: 8.5rem;
    min-width: 4.7rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.353;
    border-radius: 9.361px;
    overflow: hidden;
}
.list_left img {
    /* max-width: 8.5rem;
    min-width: 4.7rem; */
    width: 100%;
    aspect-ratio: 1 / 1.353;
    object-fit: cover;
}
.list_info_rank {
    position: relative;
}
.list_info_rank h4 {
    color: var(--color-main);
    font-family: var(--font-Pretendard);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-500);
    margin-right: 2.2rem;
}

.list_info_change {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    align-items: center;
    position: absolute;
    top: 1.8rem; /* 임시 설정 */
    left: 0;
}
.list_info_change img {
    width: 0.6rem;
    height: 0.62rem;
}
.list_info_change span {
    font-family: var(--font-Gmarket);
    font-size: var(--font-size-13);
    font-weight: var(--font-weight-400);
    letter-spacing: -0.065px;
}
.up {
    color: var(--color-green);
}
.down {
    color: var(--color-orange);
}
.list_chart_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.list_info_box {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: space-between;
}
.list_info_box h3 {
    font-family: var(--font-Pretendard);
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-500);
    margin-bottom: 0.45rem;
    margin-top: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 15rem;
}
.list_info_box span {
    color: var(--color-gray10);
    font-family: var(--font-Gmarket);
    font-size: var(--font-size-17);
    font-weight: var(--font-weight-400);
    word-break: keep-all;
}
.graph_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 2.5rem;
}
.graph_box h4 {
    color: var(--color-gray47);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-500);
    letter-spacing: -0.09px;
}
.graph {
    display: flex;
    background-color: var(--color-gray14);
    max-height: 1.3rem;
    width: 100%;
    position: relative;
}

.graph div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    height: 1.3rem;
    position: relative;
}

.first_graph {
    background: linear-gradient(90deg, #ef4ba5 0%, #ad36cd 100%);
}

.second_graph {
    background: linear-gradient(90deg, #5a45f5 0%, #a65fd8 100%);
}

.graph span {
    position: absolute;
    top: -25px;
    right: 5px;
    font-size: 14px;
}

.graph p {
    position: absolute;
    bottom: -1.4rem;
    left: 0;
    color: var(--color-pink);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-500);
    letter-spacing: -0.08px;
}

.second_graph p {
    color: var(--color-purple);
    top: -1.4rem;
}
.list_info_more {
    display: flex;
    gap: 0.45rem;
    position: absolute;
    bottom: 1.4rem;
    right: 0;
    align-items: center;
    cursor: pointer;
}
.list_info_more p {
    color: var(--color-gray07);
    font-family: var(--font-Gmarket);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    letter-spacing: -0.08px;
}
.list_info_more img {
    width: 1rem;
    height: 1rem;
    transition: transform 0.4s ease;
}
/* .list_more_btn {
    max-width: 18rem;
    width: 100%;
    min-width: 13rem;
    height: 62px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1.5px solid var(--color-gray16);
    color: var(--color-gray02);
    font-family: var(--font-Inter);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-600);
    line-height: 1.5;
    background-color: transparent;
    cursor: pointer;
    margin: 0 auto 5rem;
} */
.web_view {
    display: block;
}
.m_view {
    display: none;
}

@media (max-width: 1000px) {
    .web_view {
        display: none;
    }
    .m_view {
        display: block;
    }
    .prefer_header {
        overflow: hidden;
        width: 100vw !important;
        padding-left: 1rem;
    }
    .prefer_header_tab {
        width: 100% !important;
        flex-wrap: nowrap;
        max-width: 27.5rem;
        margin: 0;
        gap: 0.4rem;
    }
    .prefer_header_tab div:first-child {
        margin-left: 0rem;
    }
}
@media (max-width: 750px) {
    .web_view {
        display: none;
    }
    .m_view {
        display: block;
    }
    .info_title {
        font-size: var(--font-size-28);
    }
    .select_list li {
        padding: 1.1rem 1.5rem 1.1rem 1.75rem;
    }
    .list_info_box span {
        margin-bottom: 1rem;
    }
    .list_info_box h3 {
        font-size: var(--font-size-24);
        width: 10rem;
    }
    .list_info_rank h4 {
        margin-right: 1.7rem;
    }
    .list_summary {
        gap: 2rem;
    }
    .list_info_box span {
        font-size: var(--font-size-12);
    }

    .graph {
        max-height: 0.8rem;
    }

    .graph div {
        height: 0.8rem;
    }
}
@media (max-width: 650px) {
    .web_view {
        display: none;
    }
    .m_view {
        display: block;
    }
    .info_title {
        font-size: var(--font-size-24);
    }
    .kdf_day {
        background-image: url(../images/images/kdf_label_bg.png);
    }
    .day_wrap {
        flex-direction: column;
        padding: 1.8rem 1rem 1.7rem;
        margin: 0 auto;
        gap: 1rem;
    }
}
@media (max-width: 560px) {
    .web_view {
        display: none;
    }
    .m_view {
        display: block;
    }
    .info_title {
        font-size: var(--font-size-20);
    }
    .kdf_top p {
        font-size: var(--font-size-20);
    }

    .kdf_top > div {
        display: flex;
        gap: 0.2rem;
        margin-top: 0;
    }
    .kdf_top > div > button {
        width: 3.6rem;
        height: 1.15rem;
        font-size: var(--font-size-13);
        font-weight: var(--font-weight-400);
        letter-spacing: 3.428px;
        padding-left: 3.428px;
        /* 중앙정렬 필요 */
    }
    .kdf_bottom h4 {
        font-size: var(--font-size-42);
    }

    .kdf_bottom h3 {
        font-size: var(--font-size-42);
        letter-spacing: 13.026px;
    }
}

@media (max-width: 500px) {
    .prefer_header_tab button {
        height: 2.15rem;
        min-width: fit-content;
        padding: 0.6rem 0.9rem;
        font-size: var(--font-size-15);
    }
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
    .main {
        padding: 2.75rem 0 4rem;
    }
    .kdf_title {
        gap: 0.44rem;
        margin-bottom: 2.05rem;
    }
    .kdf_title > span {
        font-size: var(--font-size-16);
        line-height: normal;
    }
    .kdf_title h2 {
        font-size: var(--font-size-22);
        line-height: 1.3;
    }
    .kdf_title h2 img {
        width: 4.7rem;
    }
    .kdf_section > img {
        display: block;
        width: 100%;
        height: auto;
    }

    .kdf_info_section > div {
        max-width: 25rem;
        padding: 2.1rem 1rem 4.1rem;
    }
    .kdf_info_section::before {
        top: 35%;
        width: 60%;
        padding-bottom: calc(931 / 596 * 60%);
        opacity: 0.2;
    }
    .kdf_info_section::after {
        top: 35%;
        width: 60%;
        padding-bottom: calc(931 / 596 * 60%);
        opacity: 0.2;
    }
    .info_title {
        font-size: var(--font-size-20);
        line-height: 1.4;
        font-weight: 500;
    }
    .plex_on_vote {
        padding-top: 2.65rem;
        gap: 0.6rem;
    }
    .plex_on_vote > div {
        padding: 1.65rem 1rem 1.4rem;
    }
    .plex_on_vote > div .title {
        align-items: start;
    }
    .plex_on_vote > div .title img {
        width: 5.65rem;
    }
    .plex_on_vote > div .title h4 {
        font-size: var(--font-size-24);
        line-height: 1.25;
        letter-spacing: 0.025rem;
        margin: 0.4rem 0 0rem;
    }
    .plex_on_vote > div .title span {
        font-size: var(--font-size-18);
        font-weight: 400;
        line-height: 1.66;
    }
    .vote_info ul {
        margin: 0.85rem auto 0;
        margin-left: 0;
    }
    .vote_info ul li {
        font-size: var(--font-size-22);
        line-height: 1.55;
        letter-spacing: 0.386px;
    }

    .vote_detail .date {
        gap: 0.8rem;
        margin: 0.8rem 0 1.5rem;
    }
    .vote_detail .date div {
        gap: 0.8rem;
        font-size: var(--font-size-22);
        line-height: normal;
        font-weight: 400;
        letter-spacing: 0.455px;
        align-items: start;
    }

    .vote_detail .date div span {
        font-size: var(--font-size-19);
        font-weight: 400;
    }
    .vote_detail button {
        max-width: 25rem;
        height: 2.75rem;
        border-radius: 0.15rem;
        font-size: var(--font-size-17);
        font-weight: 500;
        letter-spacing: -0.459px;
    }
    .app_section {
        max-width: 25rem;
    }

    .app_section .app_title h3 {
        font-size: var(--font-size-30);
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.5px;
    }
    .app_section .app {
        flex-direction: column;
        margin-top: 1.5rem;
    }

    .app_section .app span {
        font-size: var(--font-size-18);
    }
    .select_list li {
        padding: 0.85rem 1.2rem 0.8rem 1.25rem;
    }
    .list_info_box h3 {
        font-size: var(--font-size-18);
        margin-bottom: 0.35rem;
        margin-top: 0.6rem;
        width: 6rem;
    }
    .list_info_box span {
        font-size: var(--font-size-15);
    }
    .list_summary {
        gap: 1.5rem;
    }
    .list_info_rank h4 {
        margin-right: 1.2rem;
    }
    .graph {
        max-height: 0.6rem;
    }
    .graph div {
        height: 0.6rem;
    }
    .graph_box {
        flex-direction: column-reverse;
        gap: 0.3rem;
        align-items: end;
    }

    .graph_box h4 {
        font-size: var(--font-size-14);
        letter-spacing: -0.09px;
    }
    .list_left img {
        max-width: 5.5rem;
        min-width: 4.7rem;
    }
}
@media (max-width: 400px) {
    .select_list li {
        padding: 0.65rem 0.8rem 0.6rem 0.85rem;
    }

    .list_info_box span {
        font-size: var(--font-size-12);
    }
    .list_summary {
        gap: 0.8rem;
    }
    .list_info_rank h4 {
        margin-right: 0.7rem;
        font-size: var(--font-size-14);
    }
    .graph {
        max-height: 0.45rem;
    }
    .graph_box {
        flex-direction: column-reverse;
        gap: 0.3rem;
        align-items: end;
    }

    .graph div {
        height: 0.45rem;
    }
    .graph_box h4 {
        font-size: var(--font-size-12);
        letter-spacing: -0.06px;
    }
    .graph p {
        bottom: -0.9rem;
        font-size: var(--font-size-12);
        letter-spacing: -0.06px;
    }
    .kdf_vote_state {
        gap: 3.3rem;
    }

    .kdf_vote_state_list {
        gap: 1.5rem;
    }
    .kdf_vote_state_title {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .kdf_vote_state_title img {
        width: 4.9rem;
        height: 1.35rem;
    }
    .kdf_vote_state_title h2 {
        font-size: var(--font-size-24);
        line-height: 1.25;
        letter-spacing: 0.5px;
        margin-bottom: 0.1rem;
    }
    .kdf_vote_state_title p {
        font-size: var(--font-size-18);
        font-weight: var(--font-weight-400);
        line-height: 1.66;
        margin-bottom: 1.15rem;
    }
}
