@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,700|Nunito:400,500,700,900&display=swap");

.st-Main {
    padding: 0 !important;
}

.myPage__container {
    width: 100%;
    max-width: 70.75rem;
    position: relative;
    margin: var(--desktop-header-height) auto !important;
}

.myPage__container.subsidyDetail .myPage__content{
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage__container {
        max-width: 640px;
    }
}

@media only screen and (max-width: 1430px) {
    .myPage__container {
        padding: 0 24px;
        margin: var(--mobile-header-height) auto 8rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .myPage__container {
        margin: 0 auto 5rem;
        width: 100%;
        padding: 0 0.875rem;
    }
}



@media only screen and (max-width: 767px) {
    .myPage {
        margin-top: 4.375rem;
    }
}

.myPage .myPage__btn {
    display: flex;
    align-items: center;
    padding: .75rem 1.25rem .75rem 1.25rem;
    border-radius: .5rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    height: 3rem;
    line-height: 22.4px;
}

.myPage .myPage__btn.search {
    min-height: 48px !important;
    min-width: 258px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__btn.search {
        font-size: 18px !important;
        line-height: 26px !important;
        min-width: unset !important;
    }
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__btn:hover {
        background: var(--indigo-500);
    }
}

.myPage .myPage__btn > img {
    padding-right: 14px;
    height: 20px;
}

.myPage .myPage__search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.myPage .myPage__search .myPage__search-img {
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

.myPage .myPage__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.myPage .myPage__title-label {
    color: #333333;
    font-weight: 700;
}

.myPage .myPage__title-quantity {
    color: var(--indigo-700);
    font-weight: 700;
    margin-top: 0;
    padding: 0;
}

.myPage .myPage__summary {
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
}

.myPage .myPage__summary .myPage__summary--money,
.myPage .myPage__summary .myPage__summary--bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .3rem;
    padding: 0 1rem 0 0;
    height: 4.313rem;
}

.myPage .myPage__summary .myPage__summary--money {
    border: 0.125rem solid #25B5DA;
    color: #25B5DA;
}

.myPage .myPage__summary .myPage__summary--bonus {
    border: 0.125rem solid var(--indigo-500);
    color: var(--indigo-700);
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__summary .myPage__summary--money,
    .myPage .myPage__summary .myPage__summary--bonus {
        height: 4.313rem;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__summary .myPage__summary--money,
    .myPage .myPage__summary .myPage__summary--bonus {
        height: 3.563rem;
        padding: 0 .5rem 0 0;
    }

    .myPage .myPage__summary .myPage__summary--money img,
    .myPage .myPage__summary .myPage__summary--bonus img {
        width: 32px;
        height: 32px;
    }
}


.myPage .myPage__summary .myPage__summary--money > div:first-child,
.myPage .myPage__summary .myPage__summary--bonus > div:first-child {
    height: 100%;
    padding-left: 1rem;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__summary .myPage__summary--money > div:first-child {
        width: 11.438rem;
        background: url("/img/mypage/img_mypage_money_label.png");
    }

    .myPage .myPage__summary .myPage__summary--bonus > div:first-child {
        width: 11.438rem;
        background: url("/img/mypage/img_mypage_bonus_label.png");
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__summary .myPage__summary--money > div:first-child {
        width: 158px;
        background: url("/img/mypage/img_mypage_money_label_mobile.png");
        font-size: 1rem;
        padding-left: .5rem;
    }

    .myPage .myPage__summary .myPage__summary--bonus > div:first-child {
        width: 9.875rem;
        background: url("/img/mypage/img_mypage_bonus_label_mobile.png");
        font-size: 1rem;
        padding-left: .5rem;
    }
}

.myPage .myPage__summary .myPage__summary--money div:first-child,
.myPage .myPage__summary .myPage__summary--bonus div:first-child {
    display: flex;
    align-items: center;
    gap: .5rem;
}



@media only screen and (min-width: 768px) {
    .myPage .myPage__title {
        justify-content: flex-start;
        margin-top: 2rem;
        margin-bottom: 2rem;
        position: relative;
    }

    .myPage .myPage__title-label {
        flex: 0 1 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.75rem;
        line-height: 39.2px;
        font-weight: 700;
    }

    .myPage .myPage__title-quantity {
        flex: 0 1 auto;
        margin-left: auto;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 39.2px;
    }

    .myPage .myPage__summary {
        justify-content: space-between;
    }

    .myPage .myPage__summary .myPage__summary--money,
    .myPage .myPage__summary .myPage__summary--bonus {
        max-width: 31.188rem;
        width: 100%;
    }

    .myPage .myPage__summary .myPage__summary--money div:first-child span,
    .myPage .myPage__summary .myPage__summary--bonus div:first-child span {
        font-size: 18px;
        font-weight: 700;
        line-height: 25.2px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__title {
        justify-content: space-between;
        margin-top: 1.5rem;
        margin-bottom: 1.75rem;
    }

    .myPage .myPage__title-label {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 26px;
    }

    .myPage .myPage__title-quantity {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 26px;
    }

    .myPage .myPage__summary {
        flex-direction: column;
        gap: 0 !important;
    }

    .myPage .myPage__summary > *:not(:first-child) {
        margin-top: .5rem;
    }

    .myPage .myPage__summary .myPage__summary--money,
    .myPage .myPage__summary .myPage__summary--bonus {
        width: 100%;
    }

    .myPage .myPage__summary .myPage__summary--money div:first-child,
    .myPage .myPage__summary .myPage__summary--bonus div:first-child {
        gap: 0 !important;
    }
    .myPage .myPage__summary .myPage__summary--money div:first-child > *:not(:first-child),
    .myPage .myPage__summary .myPage__summary--bonus div:first-child > *:not(:first-child) {
        margin-left: .5rem;
    }


    .myPage .myPage__summary .myPage__summary--money div:first-child span,
    .myPage .myPage__summary .myPage__summary--bonus div:first-child span {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
    }
    .myPage .myPage__summary {
        margin-bottom: 1rem;
    }
}

.myPage .myPage__content {
    width: 100%;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: .125rem .25rem 1.5rem 0 #0040E229;
}

.myPage .myPage__content:hover {
    box-shadow: rgba(0, 50, 199, 0.16) 0px 2px 4px 0px, rgba(0, 44, 136, 0.16) 0px 2px 16px 0px;
}

.myPage .myPage__content .myPage__content-item {
    width: 100%;
    background: #FFFFFF;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .myPage .myPage__content .myPage__content-item {
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__content .myPage__content-item {
        padding: 16px;
        width: 640px;
    }

    .myPage .myPage__content .myPage__content-item.custom__tablet {
        padding: 16px;
        width: 100%;
    }

    .myPage .myPage__content .myPage__content-item.custom__tablet .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money {
        flex-direction: row;
    }

    .myPage .myPage__content .myPage__content-item.custom__tablet .myPage__content-item-body .myPage__content-body-left {
        flex: 1;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item {
        padding: .4rem .75rem 1.5rem .75rem;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header::before {
    background-color: var(--indigo-700);
    width: 100%;
    height: .125rem;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header {
        padding-left: 5rem;;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header {
        padding-left: 3.5rem;;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header::after {
    background-color: var(--indigo-700);
    width: 25.313rem;
    height: .125rem;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header::after {
        margin-left: -5rem;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header::after {
        margin-left: -3.5rem;
        width: 25%;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myPage .myPage__content .myPage__content-item .myPage__ribbon {
    position: absolute;
    top: 0;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item .myPage__ribbon.yellow {
        background: url("/img/common/img_yellow_ribbon_vertical.svg") no-repeat;
        width: 3.688rem;
    }

    .myPage .myPage__content .myPage__content-item .myPage__ribbon {
        background: url("/img/common/img_blue_ribbon_vertical.svg") no-repeat;
        width: 3.688rem;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item .myPage__ribbon.yellow {
        background: url("/img/common/img_yellow_ribbon_vertical_mobile.svg") no-repeat;
        width: 3.063rem;
    }

    .myPage .myPage__content .myPage__content-item .myPage__ribbon {
        background: url("/img/common/img_blue_ribbon_vertical_mobile.svg") no-repeat;
        width: 3.063rem;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__ribbon.yellow > span {
    color: var(--orange-600);
}

.myPage .myPage__content .myPage__content-item .myPage__ribbon > span {
    color: #4A5796;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item .myPage__ribbon {
        height: 5rem;
    }

    .myPage .myPage__content .myPage__content-item .myPage__ribbon > span {
        font-weight: 700;
        font-size: 16px;
        line-height: 22.4px;
    }

}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item .myPage__ribbon {
        height: 4.375rem;
    }

    .myPage .myPage__content .myPage__content-item .myPage__ribbon > span {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-header-left {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 4rem;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-header-left {
        margin-bottom: 10px;
    }

    .myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-header-left > a {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-header-left {
        margin-bottom: .5rem;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-header-right {
    cursor: pointer;
    margin-left: .4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: .4rem;
}
.myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-header-right .myPage__content-header-bookmark{
    width: 30px;
    height: 30px;
}

.myPage .myPage__content-header-manga .myPage__content-manga-btn,
.myPage .myPage__content-header-manga.mobile .myPage__content-manga-btn {
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 8px 24px;
    background: var(--white);
    width: 150px !important;
    max-width: 150px !important;
    min-width: unset;
    min-height: unset;
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .myPage .myPage__content-header-manga.mobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__content-header-manga .myPage__content-manga-btn {
        display: none;
    }
    .myPage .myPage__content-header-manga.mobile {
        display: flex;
        margin: 1rem 0;
        justify-content: center;
        width: 100%;
    }

    .myPage .myPage__content-header-manga.mobile .myPage__content-manga-btn {
        display: flex;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        width: 140px !important;
        max-width: 140px !important;
        height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content-header-manga .myPage__content-manga-btn {
        display: none;
    }
    .myPage .myPage__content-header-manga.mobile {
        display: flex;
        margin: 1rem 0;
        justify-content: center;
        width: 100%;
    }
    .myPage .myPage__content-header-manga.mobile .myPage__content-manga-btn {
        display: flex;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        width: 140px !important;
        max-width: 140px !important;
    }
}

.myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-item-title {
    font-weight: 700;
    color: var(--indigo-700);
    padding: 0;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-item-title {
        font-size: 1.25rem;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item .myPage__content-item-header .myPage__content-item-title {
        font-size: 1.125rem;
        line-height: 26px;
    }
}

.myPage .myPage__content .myPage__content-item-body {
    display: flex;
}

@media only screen and (min-width: 1024px) {
    .myPage .myPage__content .myPage__content-item-body {
        margin-top: .625rem;
        padding: .625em 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__content .myPage__content-item-body {
        margin-top: .625rem;
        padding: .625em 0;
        justify-content: space-between;
    }

    .myPage .myPage__content .myPage__content-item-body.custom_tablet {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body {
        flex-direction: column;
        height: fit-content;
    }
}

.myPage .myPage__content .myPage__content-item-body .myPage__content-body-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 22.4px;
    color: #333333;
    padding: 0;
    margin-top: .313rem;
}

.myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-time {
    font-size: 1rem;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    padding: 0;
    margin-top: .313rem;
}

@media only screen and (min-width: 1024px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left {
        flex: 1;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left {
        flex: unset;
        width: 299px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-time,
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-title {
        display: none;
    }
}

.myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money {
    width: 100%;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
}

@media only screen and (min-width: 1024px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money {
        gap: 1.25rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money {
        gap: 1.25rem;
        flex-direction: column;
    }

    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money.custom__tablet {
        gap: 1.25rem;
        flex-direction: row;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money {
        flex-direction: column;
        gap: 0 !important;
    }

    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money > *:not(:first-child) {
        margin-top: .625rem;
    }
}

.myPage .money__box.money .myPage__content-currency {
    color: #25B5DA;
    text-align: right;
}

.myPage .money__box.bonus .myPage__content-currency {
    color: var(--indigo-700);
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .myPage .money__box.money .myPage__content-currency,
    .myPage .money__box.bonus .myPage__content-currency {
        padding: 0 .3rem 0 .5rem;
    }

    .myPage .money__box.money .myPage__content-currency .count,
    .myPage .money__box.bonus .myPage__content-currency .count,
    .myPage .money__box.money .myPage__content-currency span,
    .myPage .money__box.bonus .myPage__content-currency span {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
}

@media only screen and (max-width: 767px) {
    .myPage .money__box.money .myPage__content-currency,
    .myPage .money__box.bonus .myPage__content-currency {
        padding: 0 .75rem 0 .5rem;
    }

    .myPage .money__box.money .myPage__content-currency .count,
    .myPage .money__box.bonus .myPage__content-currency .count,
    .myPage .money__box.money .myPage__content-currency span,
    .myPage .money__box.bonus .myPage__content-currency span {
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
}

@media only screen and (min-width: 963px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money .myPage__content-money-text {
        font-size: 1.125rem;
        margin-left: .5rem;
    }

    .myPage .myPage__content-currency {
        font-size: 2.5rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 769px) and (max-width: 962px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-left .myPage__content-money-text {
        font-size: 1.125rem;
        margin-left: .5rem;
    }

    .myPage .myPage__content-currency {
        font-size: 2rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-left .myPage__content-money-text {
        font-size: 1rem;
        margin-left: .375rem;
    }

    .myPage .myPage__content-currency {
        font-size: 1.5rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 963px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-right .myPage__content-right-text {
        font-size: 1.125rem;
        margin-left: .5rem;
    }

    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-right .myPage__content-right-currency {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 962px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-right .myPage__content-right-text {
        font-size: 1.125rem;
        margin-left: .5rem;
    }

    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-right .myPage__content-right-currency {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-right .myPage__content-right-text {
        font-size: 1rem;
        margin-left: .375rem;
    }

    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money .myPage__content-money-right .myPage__content-right-currency {
        font-size: 1.5rem;
    }
}


.myPage .myPage__content .myPage__content-item-body .myPage__content-body-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: .7;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-right {
        flex: unset;
        width: 259px;
    }
}

.myPage .myPage__content .myPage__content-item-body .myPage__content-body-right .myPage__content-right-text {
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-right .myPage__content-right-text {
        font-size: 1.5rem;
        line-height: 33.6px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-right .myPage__content-right-text {
        margin: 1rem 0;
        font-size: 18px;
        line-height: 26px;
    }
}

.myPage .myPage__content .myPage__content-item-body .myPage__content-body-right .myPage__content-right-progress {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 768px) {
    .myPage__condition {
        border: .063em dotted #5D59A5;
        border-radius: .375rem;
        margin-top: .625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .5em 1rem;
        height: 3.125rem;
        gap: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage__condition {
        max-width: 100% !important;
        width: 100%;
        border: .063em dotted #5D59A5;
        border-radius: .375rem;
        margin-top: .938rem;
        margin-bottom: .938rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .5em 1rem;
        height: 2.813rem;
        gap: 0.188rem;
    }
}

@media only screen and (min-width: 768px) {
    .myPage__condition .myPage__content-condition-text {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 26px;
        color: #333333;
    }

    .myPage__condition .myPage__content-condition-text-highlight {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 33.6px;
        color: var(--orange-600);
    }
}

@media only screen and (max-width: 767px) {
    .myPage__condition .myPage__content-condition-text {
        font-size: 1rem;
        font-weight: 500;
        line-height: 24px;
        color: #333333;
    }

    .myPage__condition .myPage__content-condition-text-highlight {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 28px;
        color: var(--orange-600);
    }
}

.money__box {
    border-radius: .375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.money__box.money {
    border: 0.125rem solid #25B5DA;
}

.money__box.bonus {
    border: 0.125rem solid var(--indigo-700);
}

.money__box-top {
    display: flex;
    align-items: center;
    gap: .5rem
}


.money__box-top.money {
    background: url("/img/mypage/img_mypage_bg_money.png");
    padding: 0 .938rem 0 .938rem;
    height: 4.3125rem;
}

.money__box-top.bonus {
    background: url("/img/mypage/img_mypage_bg_bonus.png");
    padding: 0 .938rem 0 .938rem;
    height: 4.3125rem;
}

.money__box-top span {
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
    .money__box {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .money__box {
        width: 100%;
    }

    .myPage .myPage__content .myPage__content-item.custom__tablet .money__box {
        width: 50%
    }

}

@media only screen and (max-width: 767px) {
    .money__box {
        width: 100%;
    }

    .money__box-top {
        gap: 0 !important;
    }

    .money__box-top > *:not(:first-child) {
        margin-left: .5rem;
    }

    .money__box-top.bonus {
        background: url("/img/mypage/img_mypage_bg_bonus_mobile.png");
        padding: 0 .75rem 0 .5rem;
        height: 2.8125rem;
    }

    .money__box-top.money {
        background: url("/img/mypage/img_mypage_bg_money_mobile.png");
        padding: 0 .75rem 0 .5rem;
        height: 2.8125rem;
    }

    .money__box-top span {
        font-weight: 700;
        font-size: 16px;
        line-height: 22.4px;
        color: #FFFFFF;
    }

    .money__box-top img {
        width: 24px;
        height: 24px;
    }
}

.progress-container {
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    border-radius: 50%;
}

.progress-circle {
    width: 10.625rem;
    height: 10.625rem;
    z-index: 10;
    position: relative;
}

.progress-circle svg path {
    stroke-linecap: round;
}

.progress-circle__label {
    font-family: "Nunito", sans-serif !important;
    font-weight: 900;
    font-size: 2.769rem;
    text-align: center;
    color: #FFA801;
    line-height: 60.44px;
}

.progress-circle__label--text {
    font-family: "Nunito", sans-serif !important;
    font-size: 1.477rem;
    font-weight: 900;
    line-height: 32.23px;
}

@media only screen and (max-width: 767px) {
    .progress-circle {
        width: 7.5rem;
        height: 7.5rem;
    }

    .progress-circle__label {
        font-size: 2.154rem;
        line-height: 47.01px;
    }

    .progress-circle__label--text {
        font-size: 1.149rem;
        line-height: 25.07px;
    }
}

.myPage .empty-list {
    max-width: 448px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.myPage .empty-list > p {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}

.myPage .empty-list > a {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0.625rem;
    padding: 0.406rem 1.5rem;
    height: 3.75rem;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
}

/*..................................MY PAGE DETAIL..................................*/

.myPage .myPage__content-description > p {
    margin-top: 1rem;
    color: #333333;
}

.myPage .myPage__content-detail-description > p:first-child {
    font-weight: 700;
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
}

.myPage .myPage__content-detail-description > p:last-child {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
}

.myPage__content-target-cost > p span:first-child,
.myPage__content-target-rate > p span:first-child {
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__content-description > p,
    .myPage__content-target-cost > p,
    .myPage__content-target-rate > p
    {
        font-size: 16px;
        line-height: 22.4px;
    }

    .myPage__content-detail-description.mobile {
        display: none;
    }

    .myPage__content-detail-description.desktop {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__content-description > p,
    .myPage__content-target-cost > p,
    .myPage__content-target-rate > p {
        font-size: 14px;
        line-height: 20px;
    }

    .myPage__content-detail-description.mobile .myPage__content-detail-description-lead {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }

    .myPage__content-detail-description.mobile .myPage__content-detail-description-sub {
        font-size: 14px !important;
        line-height: 20px !important;
    }

}

@media only screen and (max-width: 1023px) {

    .myPage__content-detail-description.mobile {
        margin-top: 1rem;
        display: block;
    }

    .myPage__content-detail-description.desktop {
        display: none;
    }
    .myPage .myPage__detail-banner-container {
        height: 19.625rem !important;
    }
}

.myPage .myPage__detail-banner-container {
    position: relative;
    width: 100vw;
    height: 12.75rem;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw - 0px);
    margin-right: calc(-50vw - 0px);
}

.myPage .myPage__detail-banner-container:after {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    background: #FFCC00;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.myPage .reverse-arrow .myPage__detail-banner-container:after {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    background: #FFCC00;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.myPage .myPage__detail-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: var(--yellow-500);
}

.myPage .myPage__detail-banner-content {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(calc(-50%));
    display: flex;
    align-items: center;
    margin: 0 !important;
}

@media only screen and (min-width: 992px) {
    .myPage .myPage__detail-banner-content {
        padding: 0 1rem;
        gap: 1rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .myPage .myPage__detail-banner-content {
        gap: .5rem;
        padding: 0 4.375rem;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-banner-content {
        padding: 1rem;
        flex-direction: column;
        justify-content: center;
    }

    .myPage .myPage__detail-banner-content > img {
        margin-bottom: .5rem;
        width: 4.438rem;
        height: 4.375rem;
    }
}

.myPage .myPage__detail-banner-content .myPage__detail-banner-text {
    text-align: center;
    width: 100%;
}

.myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-banner-txt,
.myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-banner-txt {
    color: var(--indigo-700);
    font-weight: 700;
}

.myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-txt.hidden {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text > .myPage__detail-banner-txt {
        font-size: 34px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text > .myPage__detail-banner-txt {
        font-size: 22px;
        line-height: 28px;
    }
}

.myPage .myPage__detail-banner-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.525rem;
}

@media only screen and (min-width: 992px) {
    .myPage .myPage__detail-banner-highlight {
        margin-top: 0.938rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__detail-banner-highlight {
        margin-top: 0.938rem;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-banner-highlight {
        margin-top: 0.313rem;
    }
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container {
        display: flex;
        align-items: center;
        gap: .4rem;
        border-radius: 8px;
    }
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-banner-txt,
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-banner-txt {
        font-size: 40px;
        line-height: 56px;
        display: inline-block;
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-highlight-box {
        background: #FFFFFF;
        border-radius: 8px;
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-highlight-box > div {
        border-radius: 8px;
        background: #FFFFFF;
        padding: 8px;
        display: flex;
        align-items: center;
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-highlight-box > div > p.highlight {
        font-size: 48px;
        line-height: 68px;
        font-weight: 700;
        display: inline-block;
        color: var(--indigo-700);
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-banner-txt {
        font-size: 2.156rem;
        line-height: 3.019rem;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container {
        display: flex;
        align-items: center;
        border-radius: 8px;
    }
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight {
        display: flex;
        flex-direction: column;
    }
    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-banner-txt {
        font-size: 24px;
        line-height: 1.575rem;
        display: inline-block;
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-highlight-box {
        background: #FFFFFF;
        border-radius: 8px;
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-highlight-box > div {
        background: #FFFFFF;
        padding: 4px 8px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight .myPage__detail-highlight-container .myPage__detail-highlight-box > div > p.highlight {
        font-size: 36px;
        line-height: 64.8px;
        font-weight: 700;
        display: inline-block;
        color: var(--indigo-700);
    }

    .myPage .myPage__detail-banner-content .myPage__detail-banner-text .myPage__detail-banner-highlight > p:last-child {
        font-size: 1.125rem;
        line-height: 1.575rem;
        display: inline-block;
    }
}

.myPage .myPage__detail-condition {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #FFFFFF;
    margin-top: 2rem;
    box-shadow: 0 0.125rem 0.5rem 0 #013ED824;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition {
        margin-top: 1.2rem;
        padding: 1rem 1rem 1.5rem 1rem;
    }
}

.myPage .myPage__detail-condition .myPage__detail-condition-header {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.myPage .myPage__detail-condition .myPage__detail-condition-header::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.myPage .myPage__detail-condition .myPage__detail-condition-header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}

.myPage .myPage__detail-condition .myPage__detail-condition-header::before {
    background-color: var(--indigo-700);
    width: 100%;
    height: .125rem;
}

.myPage .myPage__detail-condition .myPage__detail-condition-header::after {
    background-color: var(--indigo-700);
    width: 25.313rem;
    height: .125rem;
}

.myPage .myPage__detail-condition .myPage__detail-condition-header > p {
    color: var(--indigo-700);
    font-weight: 700;
    font-size: 1.25rem;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list {

}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item {
    padding: 0.75rem 0.5rem;
    background: #FDF4D347;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-header::after {
        background-color: var(--indigo-700);
        width: 80px;
        height: .125rem;
    }
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item {
        padding: 8px 0;
    }
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item.active {
    background: #FFFFFF;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item:not(:last-child) {
    border-bottom: 0.063rem dashed #6C67CB;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child {
    display: flex;
    align-items: start;
    gap: .5rem;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .myPage__detail-bonus-box  {
    display: flex;
    align-items: center !important;
    gap: .5rem;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child.hidden {
    visibility: hidden;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child img {
    width: 28px;
    height: 28px;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    flex: 1;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child {
    display: flex;
    align-items: center;
    gap: 28px;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child {
        padding-left: 1.5rem;
        width: 100%;
        justify-content: space-between;
        gap: unset !important;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child img {
        width: 18.67px;
        height: 18.67px;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child {
        justify-content: flex-end;
        min-width: 331px;
    }
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child div .myPage__detail-money-bonus {
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    filter: drop-shadow(1px 1px #DDDCFF);
    background: linear-gradient(180deg, #747FB8 28.57%, #4A5796 90.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child div .myPage__detail-money-bonus-txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #444444;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child div .myPage__detail-money-bonus {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child div .myPage__detail-money-bonus-txt {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }
}

.myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child > p {
    margin-left: 1rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.575rem;
    color: #333333;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child > p {
        font-size: 0.875rem;
        line-height: 1.225rem;
        font-weight: 400;
    }
}


@media only screen and (min-width: 768px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn > span {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        color: var(--indigo-700);
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn.active > span {
        color: #FFFFFF;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn {
        width: 156px;
        height: 3rem;
        background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #5148F4, #322D86) border-box;
        padding: 6px 16px;
        border: 1px solid transparent;
        border-radius: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn:hover {
        background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #AAB4E3 -0.77%, #909CDB 32.23%) border-box;
    }
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn:hover > span {
        color: var(--indigo-500);
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn:hover > img {
        filter: opacity(0.6);
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn.active {
        background: linear-gradient(180deg, #747FB8 -0.77%, #4A5796 99.23%);
        border: none;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn.active:hover {
        background: linear-gradient(180deg, #909CDB -0.77%, #747FB8 99.23%);
    }
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn.active:hover > span {
        color: #FFFFFF;
        opacity: 0.6;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn > span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: var(--indigo-700);
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn.active > span {
        color: #FFFFFF;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn {
        width: 112px;
        height: 36px;
        background: linear-gradient(#fff, #fff) padding-box padding-box,
        linear-gradient(180deg, #5148F4, #322D86) border-box;
        padding: 6px 12px;
        border: 1px solid transparent;
        border-radius: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn > img {
        width: 13px;
        height: 13px;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item .check-subsidies-users-btn.active {
        background: linear-gradient(180deg, #747FB8 -0.77%, #4A5796 99.23%);
        border: none;
    }
}

.myPage .myPage__detail-question {
    background: #FFFFFF;
    padding: 6px;
    border-radius: 24px;
    margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-question {
        margin-top: 1rem;
    }
    .myPage .empty-list > a {
        font-size: 18px;
    }
}

.myPage .myPage__detail-question .myPage__detail-question-content {
    border: 2px dashed #F7DC6E;
    border-radius: 24px;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage .myPage__detail-question .myPage__detail-question-content {
        align-items: end;
        justify-content: space-between;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content.all-cleared > div:last-child {
        flex: 1 !important;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child > div {
        flex-direction: column;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 26px !important;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child {
        flex-direction: column;
        align-items: unset;
        gap: 1rem;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:last-child {
        justify-content: flex-end;
    }

    .myPage .myPage__summary {
        flex-direction: column;
        gap: 16px;
    }

    .myPage .myPage__summary .myPage__summary--money, .myPage .myPage__summary .myPage__summary--bonus {
        max-width: 100%;
    }

    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-right .myPage__content-right-text {
        margin-bottom: 1rem;
    }

    .myPage .myPage__content-currency {
        font-size: 1.5rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-question .myPage__detail-question-content.all-cleared {
        justify-content: center;
    }
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child {
    flex: .9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.myPage .myPage__detail-question .myPage__detail-question-content.all-cleared > div:last-child {
    flex: .9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:first-child {
    display: flex;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: .2rem;
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child {
    margin-top: .5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button {
    border-radius: 28px;
    color: #FFFFFF;
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button.btn-left {
    background-color: #72BA20;
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button.btn-right {
    background-color: #209BBA;
}

.myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button.btn-right a {
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .myPage .myPage__detail-question .myPage__detail-question-content {
        padding: 24px;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:first-child > div > p {
        color: var(--indigo-700);
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        text-align: center;
    }


    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child .myPage__detail-question-description > p {
        max-width: 620px;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: var(--indigo-700);
        margin-top: .5rem;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child > div {
        margin-top: .5rem;
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button {
        min-height: 60px;
        max-width: 310px;
        width: 100%;
        display: inline-block;
        padding: 7px 24px;
        font-size: 20px;
        font-weight: 700;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button:hover.btn-left {
        background: #9EE151;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button:hover.btn-right {
        background: var(--sea-serpent);
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child img {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .myPage .myPage__detail-question .myPage__detail-question-content {
        padding: 12px;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:first-child img {
        display: block;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:first-child .line-left {
        content: url("/img/common/img_line_left_mobile.svg");
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:first-child .right-left {
        content: url("/img/common/img_line_right_mobile.svg");
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:first-child div > p {
        color: var(--indigo-700);
        font-weight: 700;
        font-size: 14px;
        line-height: 19.6px;
        text-align: center;
        width: 100%;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child {
        flex: 1;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child .myPage__detail-question-description > p {
        text-align: center;
        font-size: 14px;
        line-height: 19.6px;
        font-weight: 500;
        color: var(--indigo-700);
        margin-top: .5rem;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child img {
        margin-right: 5px;
        max-height: 113px !important;
        height: fit-content;
    }

    .myPage .myPage__detail-question .myPage__detail-question-content > div:last-child > div:last-child button {
        min-width: unset;
        height: 36px;
        width: 100%;
        padding: 7px 12px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: .4rem;
    }
}


@media only screen and (max-width: 767px) {
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money {
        gap: 0 !important;
    }
    .myPage .myPage__content .myPage__content-item-body .myPage__content-body-left .myPage__content-left-money > *:not(:first-child) {
        margin-top: .625rem;
    }

    .myPage__detail-banner-highlight {
        gap: 0 !important;
    }

    .myPage__detail-banner-highlight > *:not(:first-child) {
        margin-top: 0.525rem;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child {
        gap: 0 !important;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child > *:not(:first-child) {
        margin-top: 1rem;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child {
        gap: 0 !important;
    }

    .myPage .myPage__detail-condition .myPage__detail-condition-list .myPage__detail-condition-item > div:first-child div:first-child > *:not(:first-child) {
        margin-left: 0.5rem;
    }
}

.myPage__detail-products {
    margin-top: 48px;
}

.myPage__products-title {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
    color: var(--black);
}

.myPage__products-title-line {
    height: 2px;
    width: 100%;
    background: var(--indigo-700);
    margin-top: 8px;
}

.myPage__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
    margin-left: -24px;
    justify-items: center;
}

.myPage__product {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 4px 0px #0040E229;
    overflow: hidden;
    padding: 24px;
}

@media only screen and (min-width: 1024px) {
    .myPage__product:hover {
        box-shadow: 0px 0px 4px 0px var(--indigo-500);
    }
}

.myPage__product .myPage__product-img {
    width: 100%;
    max-height: 233.25px;
    height: 100%;
}

.myPage__product .myPage__product-img img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
}

.myPage__product .myPage__product-name {
    height: 68px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
    padding: 8px 0;
}

.myPage__product .myPage__product-manufacturer {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--black);
    padding: 0 0 8px;
}

.myPage__product .myPage__product-prices > *:not(:first-child){
    margin-top: 4px;
}

.myPage__product  .myPage__product-prices .myPage__product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myPage__product .myPage__product-prices .myPage__product-price .myPage__price-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #444444;
}

.myPage__product .myPage__product-prices .myPage__product-price .myPage__price-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: var(--black);
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage__products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 24px;
        margin-left: -24px;
    }

    .myPage__product {
        width: 100%;
    }

    .myPage__product .myPage__product-img {
        width: 100%;
    }

    .myPage__product .myPage__product-img img {
        width: 100%;
    }

    .myPage__product .myPage__product-name {
        padding: 8px 0 0;
    }

    .myPage__product .myPage__product-manufacturer {
        padding: 8px 0;
    }

    .myPage__product .myPage__product-prices {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .myPage__products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 24px;
        margin-left: -14px;
    }

    .myPage__product {
        width: 100%;
        border-radius: 8px;
        background: var(--white);
        box-shadow: 0px 0px 4px 0px #0040E229;
        padding: 12px;
    }

    .myPage__product .myPage__product-name {
        padding: 8px 0;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        height: 45px;
    }

    .myPage__product .myPage__product-manufacturer {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: var(--black);
        padding: 8px 0;
    }

    .myPage__product .myPage__product-prices {
        padding: 0;
    }

    .myPage__product .myPage__product-img {
        width: 100%;
        max-height: 178px;
    }

    .myPage__product .myPage__product-img img {
        width: 100%;
    }

    .myPage__product .myPage__product-prices .myPage__product-price .myPage__price-text {
        font-size: 14px;
        line-height: 20px;
        color: #444444;
    }

    .myPage__product .myPage__product-prices .myPage__product-price .myPage__price-number {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: var(--black);
    }

    .myPage__products-title {
        font-size: 20px;
        padding: 0 0.875rem;
    }

    .myPage__products-title-line {
        width: 91%;
        margin: 8px 0.875rem 0;
    }
}

#subsidy-product-slide {
    margin: 40px auto 0;
    max-width: calc(100% - 98px);
}

#subsidy-product-slide .splide__list {
    height: 458px;
    padding: 10px 0 !important;
}

#subsidy-product-slide .splide__arrow--next {
    right: -2.5em;
}

#subsidy-product-slide .splide__arrow--prev {
    left: -2.5em;
}

.splide__arrow {
    background: #B8BBBC !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .myPage__container.subsidyDetail {
        padding: 0 !important;
    }

    #subsidy-product-slide {
        max-width: calc(100% - 86px);
    }
}

@media only screen and (max-width: 767px) {
    #subsidy-product-slide {
        max-width: 100%;
    }

    #subsidy-product-slide .splide__list {
        height: 342px;
    }

    #subsidy-product-slide .splide__arrow--next {
        right: .8em;
    }

    #subsidy-product-slide .splide__arrow--prev {
        left: .8em;
    }

    .myPage__container.subsidyDetail {
        padding: 0 !important;
    }

    .myPage__container.subsidyDetail .subsidyDetail__container {
        padding: 0.875rem;
    }
}
