
@media (min-width: 240px) and (max-width:768px) {
    /* mainV :s */
    .mainV {
        margin-top: 60px;
    }
	.swiper-container {
		height: 420px;
	}
    .swiper-slide .f46 {
        right: 20px;
        line-height: 42px;
    }
    .swiper-slide {
        height: 380px;
    }
    .page_btn {
        display: none;
    }
    .swiper-pagination {
        bottom: 20% !important;
        right: 20px;
    }
    /* mainV :e */

    /* counsel :s */
    .counsel {
        flex-direction: column;
    }
    .counsel_apply {
        width: 100%;
        margin-top: -50px;
        padding: 40px 30px 50px;
    }
    .counsel_apply .title {
        gap: 15px;
    }
    .counsel_apply .title img {
        width: 30px;
    }
    .counsel_apply .inputbox input {
        padding: 10px 15px;
        font-size: 14px;
    }
    .counsel_apply .inputbox input::placeholder {
        font-size: 14px;
    }
    .counsel_apply select {
        padding: 10px 15px;
        font-size: 14px;
    }
    .counsel_apply label {
        font-size: 12px;
        vertical-align: middle;
    }
    .counsel_apply input#agree {
        margin-top: 20px;
    }
    .counsel_apply button.f18 {
        margin-top: 30px;
        padding: 10px;
    }
    .counsel_live {
        width: 100%;
        align-items: center;
        margin-top: -40px;
    }
    .counsel_live .list {
        gap: 0;
        padding: 12px 0;
    }
    .counsel_live .title img {
        width: 80px;
    }
    .counsel_live .condi {
        width: 13%;
    }
    .counsel_live .post_title {
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    /* counsel :e */

    /* .service_cards :s */
    .service_cards {
        flex-direction: column;
        gap: 15px;
        margin-top: 50px !important;
    }
    .service_card {
        gap: 30px;
        width: 100%;
        padding: 20px;
    }
    .service_card img {
        width: 60px;
        height: 60px;
    }
    .service_card .f28 {
        margin-bottom: 10px;
    }
    .service_card .f20 {
        line-height: 1.4rem;
    }
    .service_card .arr_icon {
        width: 12px;
        height: 12px;
    }
    /* .service_cards :e */

    /* .main_service :s */
    .main_service {
        margin-top: 50px;
        padding: 50px 20px 60px;
    }
    .ms_cards_wrap.innersize {
        padding: 0;
    }
    .ms_cards_wrap {
        flex-direction: column;
        gap: 20px;
    }
    .ms_card {
        width: 100%;
        height: 220px;
        padding: 30px;
    }
    .ms_card .f30 {
        margin-bottom: 12px;
    }
    .ms_card .f20 {
        line-height: 1.4rem;
    }
    .ms_card a {
        bottom: 40px;
        left: 30px;
        padding: 10px 22px 11px;
        font-size: 14px;
    }
    .card_img {
        bottom: 20px;
        right: 30px;
        width: 80px;
        height: 80px;
    }

    .ms_box {
        flex-direction: column;
        align-items: center;
        padding: 30px 0 !important;
    }
    .ms_box .f30 {
        display: none;
        text-align: center;
    }
    .ms_box .msee {
        display: block;
    }
    .mswrap {
       justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin-top: 30px;
    }
    .mswrap li {
        width: 27%;
    }

    .mswrap li .icon_img {
        height: 40px;
    }
    .mswrap .f18 {
        word-break: keep-all;
        text-align: center;
    }
    /* .main_service :e */

    /* congrat :s */
    .congrat {
        height: 280px;
        margin: 40px auto 80px !important;
    }
    .congrat.innersize {
        padding: 0 !important;
    }
    .congrat .text_box {
        top: 40px;
        left: 20px;
    }
    .congrat .f34 {
        margin-bottom: 20px;
        line-height: 2.4rem;
    }
    .congrat .f24 {
        line-height: 1.5rem;
    }
    .congrat .f18 {
        right: 20px;
        bottom: 30px;
        padding: 10px 20px 11px;
    }
    /* congrat :e */


    /* .access :s */
    .access {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px !important;
    }
    .news {
        width: 100%;
    }
    .news .f34 {
        margin-bottom: 15px;
    }
    .quick_btn {
        width: 100%;
    }
    .quick_btn .img {
        width: 50px;
        height: 50px;
    }
    .news_lists li {
        gap: 10px;
    }
    .news_lists li .f18 {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    /* .access :e */

    /* .cooperation :s */
    .cooperation {
        padding: 30px 20px;
    }
    .cooper_box {
        padding: 20px 0 30px !important;
    }
    .cooper_box .f34::after {
        bottom: -15px;
    }

    .cooper_logos {
        margin: 40px auto 0;
        padding: 0 20px;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    .cooper_logos li {
        width: 100%;
        height: 20px;
    }
    .cooper_logos li:nth-child(n + 10) {
        display: none;
    }
    .cooper_box .f34 {
        font-size: 20px !important;
    }
    /* .cooperation :e */
}