/* body {
    min-width: 1080px;
} */

.fv img {
    width: 100%;
}

.ranking {
    padding: 120px 0;
}

@media screen and (max-width: 767px) {
    .ranking {
        padding: 60px 0;
    }
}

.ranking__title {
    background: #A83434;
    border-radius: 4px;
    margin: 0 auto;
    width: 558px;
    height: 70px;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .ranking__title {
        width: 100%;
        font-size: 28px;
    }
}

.ranking__copy {
    margin: 24px auto 48px;
    font-size: 20px;
    line-height: 20px;
    line-height: 160%;
    text-align: center;
    color: #222222;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ranking__copy {
        margin: 12px auto 24px;
        line-height: 30px;
    }
}

.ranking__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .ranking__list {
        gap: 20px;
    }
}

.ranking__list__item {
    display: flex;
    margin: 0 auto;
    width: 960px;
    padding: 14px 10px 8px 10px;
    background: #FFFFFF;
    border: 4px solid #9F8005;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .ranking__list__item {
        width: 100%;
        gap: 20px;
    }
}

.ranking__list__item:nth-of-type(1) {
    border-color: #9F8005;
}

.ranking__list__item:nth-of-type(1) .content__head {
    color: #9F8005;
}

.ranking__list__item:nth-of-type(2) {
    border-color: #484848;
}

.ranking__list__item:nth-of-type(2) .content__head {
    color: #484848;
}

.ranking__list__item:nth-of-type(3) {
    border-color: #693C0B;
}

.ranking__list__item:nth-of-type(3) .content__head {
    color: #693C0B;
}

.ranking__list__item .badge {
    width: 120px;
}

.ranking__list__item .badge img {
    width: 100%;
}

.ranking__list__item .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    width: 800px;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content {
        gap: 8px;
        width: 100%;
    }
}

.ranking__list__item .content__head {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content__head {
        gap: 12px;
    }
}

.ranking__list__item .content__head .symbol {
    width: 80px;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content__head .symbol {
        width: 60px;
    }
}

.ranking__list__item .content__head .symbol img {
    width: 100%;
}

.ranking__list__item .content__head .price {
    display: flex;
    align-items: end;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content__head .price {
        font-size: 16px;
    }
}

.ranking__list__item .content__head .price .small {
    margin-right: 10px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content__head .price .small {
        font-size: 10px;
    }
}

.ranking__list__item .content__head .price .num {
    margin-bottom: -4px;
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content__head .price .num {
        font-size: 26px;
    }
}

.ranking__list__item .content__body {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #222222;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .ranking__list__item .content__body {
        font-size: 12px;
    }
}

.section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 64px;
    padding: 120px 0 152px;
    background-image: url(../images/insurance-guide/case/bg_bottom.png);
    background-size: 1259px;
    background-position: bottom -20px center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .section {
        gap: 32px;
        padding: 60px 0 76px;
        background-size: 629px;
    }
}

.section__title {
    width: 100%;
}

.section__title__sub {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #222222;
}

.section__title__main {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    color: #222222;
}

@media screen and (max-width: 767px) {
    .section__title__main {
        font-size: 24px;
    }
}

.cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 56px;
    width: 664px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .cards {
        padding: 0 10px;
        column-gap: 12px;
        row-gap: 56px;
        width: 100%;
    }
}

.card {
    position: relative;
    width: 320px;
    border: 4px solid #222222;
    border-radius: 12px;
    background-color: #fff;
}

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

.card__title {
    padding: 12px 6px;
    gap: 10px;
    background-color: #0c0c0c;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .card__title {
        padding: 6px;
        font-size: 11px;
    }
}

.card__title .small {
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .card__title .small {
        font-size: 10px;
    }
}

.card__body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 12px 42px;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .card__body {
        font-size: 12px;
    }
}

.card__icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background-size: 72%;
    background-position: center center;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: 4px solid #0c0c0c;
    border-radius: 120px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    bottom: -32px;
    left: 50%;
}

.card__icon--korea {
    background-image: url(../images/insurance-guide/case/symbol_korea.png);
}

.card__icon--taiwan {
    background-image: url(../images/insurance-guide/case/symbol_taiwan.png);
}

.card__icon--other-1 {
    background-image: url(../images/insurance-guide/case/symbol_other_1.png);
}

.card__icon--other-2 {
    background-image: url(../images/insurance-guide/case/symbol_other_2.png);
}

.card__icon--other-3 {
    background-image: url(../images/insurance-guide/case/symbol_other_3.png);
}

.card__icon--other-4 {
    background-image: url(../images/insurance-guide/case/symbol_other_4.png);
}

.card__icon--other-5 {
    background-image: url(../images/insurance-guide/case/symbol_other_5.png);
}

.card__icon--other-6 {
    background-image: url(../images/insurance-guide/case/symbol_other_6.png);
}

.card__icon--other-7 {
    background-image: url(../images/insurance-guide/case/symbol_other_7.png);
}

.card__icon--other-8 {
    background-image: url(../images/insurance-guide/case/symbol_other_8.png);
}

.card__icon--other-9 {
    background-image: url(../images/insurance-guide/case/symbol_other_9.png);
}

.card__icon--other-10 {
    background-image: url(../images/insurance-guide/case/symbol_other_10.png);
}

.card__icon--other-11 {
    background-image: url(../images/insurance-guide/case/symbol_other_11.png);
}

.card__icon--other-12 {
    background-image: url(../images/insurance-guide/case/symbol_other_12.png);
}

.card__icon--other-13 {
    background-image: url(../images/insurance-guide/case/symbol_other_13.png);
}

.card__icon--other-14 {
    background-image: url(../images/insurance-guide/case/symbol_other_14.png);
}

.card__icon--other-15 {
    background-image: url(../images/insurance-guide/case/symbol_other_15.png);
}

.card__icon--other-16 {
    background-image: url(../images/insurance-guide/case/symbol_other_16.png);
}

.card__icon--other-17 {
    background-image: url(../images/insurance-guide/case/symbol_other_17.png);
}

.card__icon--other-18 {
    background-image: url(../images/insurance-guide/case/symbol_other_18.png);
}

.card__icon--other-19 {
    background-image: url(../images/insurance-guide/case/symbol_other_19.png);
}

.card__icon--other-20 {
    background-image: url(../images/insurance-guide/case/symbol_other_20.png);
}

.card__icon--usa {
    background-image: url(../images/insurance-guide/case/symbol_usa.png);
}

.card__icon--europe-1 {
    background-image: url(../images/insurance-guide/case/symbol_europe_1.png);
}

.card__icon--europe-2 {
    background-image: url(../images/insurance-guide/case/symbol_europe_2.png);
}

.card__icon--europe-3 {
    background-image: url(../images/insurance-guide/case/symbol_europe_3.png);
}

.card__icon--europe-4 {
    background-image: url(../images/insurance-guide/case/symbol_europe_4.png);
}

.card__icon--europe-5 {
    background-image: url(../images/insurance-guide/case/symbol_europe_5.png);
}

.card__icon--europe-6 {
    background-image: url(../images/insurance-guide/case/symbol_europe_6.png);
}

.card__icon--europe-7 {
    background-image: url(../images/insurance-guide/case/symbol_europe_7.png);
}

.card__icon--europe-8 {
    background-image: url(../images/insurance-guide/case/symbol_europe_8.png);
}

.card__icon--europe-9 {
    background-image: url(../images/insurance-guide/case/symbol_europe_9.png);
}

.card__icon--europe-10 {
    background-image: url(../images/insurance-guide/case/symbol_europe_10.png);
}

.card__icon--europe-11 {
    background-image: url(../images/insurance-guide/case/symbol_europe_11.png);
}

.card__icon--europe-12 {
    background-image: url(../images/insurance-guide/case/symbol_europe_12.png);
}

.card__icon--europe-13 {
    background-image: url(../images/insurance-guide/case/symbol_europe_13.png);
}

.card__icon--europe-14 {
    background-image: url(../images/insurance-guide/case/symbol_europe_14.png);
}

.card__icon--europe-15 {
    background-image: url(../images/insurance-guide/case/symbol_europe_15.png);
}

.card__icon--europe-16 {
    background-image: url(../images/insurance-guide/case/symbol_europe_16.png);
}

.card__icon--europe-17 {
    background-image: url(../images/insurance-guide/case/symbol_europe_17.png);
}

.card__icon--europe-18 {
    background-image: url(../images/insurance-guide/case/symbol_europe_18.png);
}

.card__icon--europe-19 {
    background-image: url(../images/insurance-guide/case/symbol_europe_19.png);
}

.card__icon--europe-20 {
    background-image: url(../images/insurance-guide/case/symbol_europe_20.png);
}

.card__icon--europe-21 {
    background-image: url(../images/insurance-guide/case/symbol_europe_21.png);
}

.card__icon--other2-1 {
    background-image: url(../images/insurance-guide/case/symbol_other2_1.png);
}

.card__icon--other2-2 {
    background-image: url(../images/insurance-guide/case/symbol_other2_2.png);
}

.card__icon--other2-3 {
    background-image: url(../images/insurance-guide/case/symbol_other2_3.png);
}

.card__icon--other2-4 {
    background-image: url(../images/insurance-guide/case/symbol_other2_4.png);
}

.card__icon--other2-5 {
    background-image: url(../images/insurance-guide/case/symbol_other2_5.png);
}

.card__icon--other2-6 {
    background-image: url(../images/insurance-guide/case/symbol_other2_6.png);
}

.card__icon--other2-7 {
    background-image: url(../images/insurance-guide/case/symbol_other2_7.png);
}

.section--1 {
    background-color: #F3ECE6;
}

.section--1 .section__title__sub {
    color: #CD620B;
}

.section--1 .card {
    border-color: #CD620B;
}

.section--1 .card__title {
    background-color: #CD620B;
}

.section--1 .card__icon {
    border-color: #CD620B;
}

.section--2 {
    background-color: #F2EFE4;
    background-image: url(../images/insurance-guide/case/bg_bottom_2.png);
}

.section--2 .section__title__sub {
    color: #B6910B;
}

.section--2 .card {
    border-color: #B6910B;
}

.section--2 .card__title {
    background-color: #B6910B;
}

.section--2 .card__icon {
    border-color: #B6910B;
}

.section--3 {
    background-color: #EAEDEF;
    background-image: url(../images/insurance-guide/case/bg_bottom_3.png);
}

.section--3 .section__title__sub {
    color: #113C93;
}

.section--3 .card {
    border-color: #113C93;
}

.section--3 .card__title {
    background-color: #113C93;
}

.section--3 .card__icon {
    border-color: #113C93;
}

.section--4 {
    background-color: #E6EBE3;
    background-image: url(../images/insurance-guide/case/bg_bottom_4.png);
}

.section--4 .section__title__sub {
    color: #039244;
}

.section--4 .card {
    border-color: #039244;
}

.section--4 .card__title {
    background-color: #039244;
}

.section--4 .card__icon {
    border-color: #039244;
}

.section--5 {
    background-color: #EFE8E8;
    background-image: url(../images/insurance-guide/case/bg_bottom_5.png);
}

.section--5 .section__title__sub {
    color: #B02424;
}

.section--5 .card {
    border-color: #B02424;
}

.section--5 .card__title {
    background-color: #B02424;
}

.section--5 .card__icon {
    border-color: #B02424;
}

.cta {
    padding: 80px 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .cta {
        padding: 40px 0 0;
    }
}

.cta-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 64px;
    gap: 10px;
    margin: 0 auto;
    width: 508px;
    height: 72px;
    background: #222222;
    border-radius: 120px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cta-button {
        padding: 12px 32px;
        width: 100%;
        font-size: 14px;
    }
}

.cta-button:active,
.cta-button:hover {
    color: #fff;
}

