@media (max-width: 1200px) {

    .container {
        max-width: 500px;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .main {
        height: auto;
        padding: 38px 0px;
        background-position: center top;
    }

    .text {
        display: none;
    }

    .content {
        padding: 40px 0px 0px;
    }

    .content section {
        margin-bottom: 60px;
    }

    .content .title {
        text-align: left;
    }

    .coin .coin_left {
        left: 396px;
    }

    .coin .coin_right {
        right: 390px;
    }

    .content .title p {
        font-size: 20px;
        padding-left: 16px;
    }

    .content .title .sub_text {
        font-size: 12px;
        line-height: 1.6;
    }

    .text_list {
        flex-direction: column;
        gap: 50px;
        top: 28px;
    }

    .text_list li img {
        top: -40px;
        width: 60px;
    }

    .text_cont {
        border-width: 12px;
        border-radius: 60px;
        padding: 20px;
        text-align: center;
    }

    .text_cont span {
        font-size: 18px;
    }

    .benefit_box {
        max-width: 100%;
    }

    .section_benefit .benefit_box {
        padding: 20px;
        border-radius: 40px;
    }

    .benefit_text {
        font-size: 24px;
        line-height: 1.4;
    }

    .consultation_process .section_subtitle,
    .consultant_list .section_subtitle,
    .review_list .section_subtitle {
        font-size: 18px;
    }

    .process_list {
        flex-direction: column;
        gap: 30px;
        padding-top: 0;
    }

    .process_list::before {
        display: none;
    }

    .process_item {
        align-items: flex-start;
        text-align: left;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .process_number {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }

    .process_title {
        font-size: 16px;
    }

    .process_desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .consultant_items {
        flex-direction: column;
        gap: 16px;
    }

    .consultant_item {
        grid-template-columns: 70px 1fr;
        padding: 16px;
    }

    .consultant_photo {
        width: 70px;
        height: 70px;
    }

    .consultant_name {
        font-size: 16px;
    }

    .consultant_desc {
        font-size: 13px;
    }

    .review_items {
        flex-direction: column;
        gap: 16px;
    }

    .review_item {
        padding: 20px;
    }

    footer {
        padding: 30px 0;
    }

    .footer_company {
        font-size: 12px;
        text-align: left;
    }

    .footer_info {
        font-size: 11px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .container {
        max-width: 100%;
    }

    .content .title {
        margin-bottom: 20px;
    }

    .main_visual {
        padding-top: 10px;
    }

    .main_visual img:first-child {
        width: 90%;
        height: auto;
    }

    .main_visual img:last-child {
        width: 100%;
        max-width: 420px;
        height: auto;
    }

    .main_btn {
        bottom: -42px;
    }

    .main_btn img {
        height: auto;
        max-width: 300px;
    }

    .coin .coin_left,
    .coin .coin_right {
        width: 45px;
    }

    .coin .coin_left {
        left: 230px;
        top: 210px;
    }

    .coin .coin_right {
        right: 216px;
        top: 137px;
    }

    .bright .bright_left .light_s {
        top: -15px;
        right: 100px;
    }

    .bright .bright_left .light_l {
        top: 174px;
        left: 32px;
    }

    .bright .bright_right .light_s {
        top: 100px;
        left: 100px;
    }

    .bright .bright_right .light_l {
        display: none;
    }

    .benefit_text {
        font-size: 18px;
    }

    .section_benefit .benefit_box {
        padding: 10px 20px;
    }

    .benefit_box {
        margin: 0px auto;
    }
}