.footerOne::before {
    background: #f7f7f7;
    height: 100%;
}

body {
    padding-top: 6.25rem;
}

.box1 {
    padding-top: 1.25rem;
}

.box1 .box1_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1 .box1_cen .box1_left {
    width: 41.5%;
}

.box1 .box1_cen .box1_left .swiper {
    width: 100%;
    outline: none;
}


.box1 .box1_cen .box1_left .mySwiper2 {
    overflow: hidden;
    border-radius: .5rem;
    border: 1px solid #cccccc;
}

.box1 .box1_cen .box1_left .mySwiper {
    margin-top: 1rem;
}

.box1_left .swiper .box1_Tprc {
    width: 100%;
    aspect-ratio: 7/5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1_left .swiper .box1_Tprc img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.box1_left .swiper .box1_Bprc {
    width: 100%;
    aspect-ratio: 7/5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border: 2px solid #cccccc;
    overflow: hidden;
}

.box1_left .swiper .swiper-slide-thumb-active .box1_Bprc {
    border-color: #00b7ee;
}

.box1_left .swiper .box1_Bprc img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.box1 .box1_cen .box1_right {
    width: 54.9%;
}

.box1_right .box1_title {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #041830;
    padding-top: 1.5rem;
}

.box1_right .box2_dose {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #041830;
    font-family: "Gotham_Rounded";
    min-height: 13.75rem;
    padding-bottom: .5rem;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.box1_right .box1_more {
    margin-top: 1.25rem;
}

.box1_right .box1_more a {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: "Gotham_Rounded";
    width: 12.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    background: #00b7ee;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box2 {
    margin-top: 3.125rem;
}

.box2 .box2_cen {
    border-radius: .5rem;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.box2 .box2_cen .box2_top {
    width: 100%;
    padding: 0.875rem 1.875rem;
    background-color: #00b7ee;
    font-size: 1.375rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #fff;
}

.box2 .box2_cen .box2_bom {
    padding: 1.25rem 1.875rem 3.375rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box2 .box2_cen .box2_bom .box2_left {
    width: 64.35%;
}

.box2 .box2_cen .box2_bom .box2_title {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    display: flex;
}

.box2 .box2_cen .box2_bom .box2_title span {
    padding-bottom: .375rem;
    border-bottom: 2px solid #00b7ee;
    display: block;
}

.box2 .box2_cen .box2_bom .box2_menv {
    padding-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: "Gotham_Medium";
    color: #4d4d4d;
    font-weight: bold;
}

.box2 .box2_cen .box2_bom .box2_menv span {
    color: #00b7ee;
}

.box2 .box2_cen .box2_bom .box2_text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-family: "Gotham_Rounded";
    color: #4c4c4c;
    margin-top: .25rem;
}

.box2 .box2_cen .box2_bom .box2_text img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: .5rem;
}

.box2 .box2_cen .box2_bom .box2_right {
    width: 29.5%;
}

.box2 .box2_cen .box2_bom .box2_right .box2_text {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.box3 {
    width: 100%;
    padding: 5.625rem 0 6.25rem;
    background: #fff;
}

.box3 .title {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #041830;
    text-align: center;
}

.box3 .box3_bom {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box3 .box3_bom .box3_box {
    width: 31.2%;
    margin-right: 3.2%;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
    border-radius: .5rem;
    overflow: hidden;
}

.box3 .box3_bom .box3_box:last-child {
    margin-right: 0;
}

.box3_box .box3_prc {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 21/13;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box3_box .box3_prc img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.box3_box:hover .box3_prc img {
    transform: scale(1.1);
}

.box3_box .box3_box_bom {
    padding: 1rem 1.875rem 1.625rem;
    transition: all 0.3s ease;
}

.box3_box:hover .box3_box_bom {
    background: #00b7ee;
}

.box3_box .box3_box_bom .box3_title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-family: "Gotham_Rounded";
    color: #041830;
    transition: all 0.3s ease;
}

.box3_box:hover .box3_box_bom .box3_title {
    color: #fff;
}

.box3_box .box3_box_bom .box3_more {
    text-align: right;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "Gotham_Rounded";
    color: #00b7ee;
    transition: all 0.3s ease;
    margin-top: .5rem;
}

.box3_box:hover .box3_box_bom .box3_more {
    color: #fff;
}

.box3_viewMore {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.box3_viewMore a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.375rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    line-height: 1;
    transition: all 0.3s ease;
}

.box3_viewMore a:hover {
    background: #00b7ee;
    color: #fff;
    border-color: #00b7ee;
}

.box4 {
    width: 100%;
    background: #f7f7f7;
    padding: 5.875rem 0 8.125rem;
}

.box4 .box4_title {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
    font-family: "Gotham_Medium";
    color: #262629;
}

.box4 .box4_box {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: .5rem;
}

.box4 .box4_box:nth-child(2n) {
    flex-direction: row-reverse;
}

.box4 .box4_box:hover {
    background: #00b7ee;
}

.box4 .box4_box .box4_zi {
    width: 53.3%;
    padding: 2rem 2.5rem;
}

.box4 .box4_box .box4_zi .box4_zi_title {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #00b7ee;
    transition: all 0.3s ease;
}

.box4 .box4_box:hover .box4_zi .box4_zi_title {
    color: #fff;
}

.box4 .box4_box .box4_zi .box4_zi_dose {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: "Gotham_Rounded";
    color: #4c4c4c;
    min-height: 9.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    transition: all 0.3s ease;
}

.box4 .box4_box:hover .box4_zi .box4_zi_dose {
    color: #fff;
}

.box4 .box4_box .box4_zi .box4_zi_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .75rem;
    width: 12.5rem;
    height: 2.875rem;
    border-radius: .5rem;
    background: #00b7ee;
    color: #fff;
    font-family: "Gotham_Rounded";
    transition: all 0.3s ease;
}

.box4 .box4_box:hover .box4_zi .box4_zi_more a {
    background: #fff;
    color: #00b7ee;
}

.box4 .box4_box .box4_prc {
    width: 46.7%;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    max-height: 25rem;
}

.box4 .box4_box .box4_prc img {
    display: block;
    object-fit: cover;
    width: 100%;

    min-height: 100%;
    transition: all 0.3s ease;
}

.box4 .box4_box:hover .box4_prc img {
    transform: scale(1.1);
}

@media (max-width: 1300px) {
    .box1_right .box1_title {
        font-size: 1.5rem;
        padding-top: 1rem;
    }

    .box2 {
        margin-top: 2rem;
    }

    .box2 .box2_cen .box2_bom {
        padding: 1rem 1.5rem 2rem;
    }

    .box3 {
        padding: 5rem 0;
    }

    .box3_box .box3_box_bom {
        padding: 1rem 1.5rem 1.6rem;
    }

    .box4 {
        padding: 5rem 0 6rem;
    }

    .box4 .box4_title {
        font-size: 2.5rem;
    }

    .box4 .box4_box {
        margin-top: 1.5rem;
    }

    .box4 .box4_box .box4_zi .box4_zi_title {
        font-size: 1.5rem;
    }

    .box1_right .box2_dose {
        margin-top: 1rem;
    }

    .box4 .box4_box .box4_zi .box4_zi_dose {
        font-size: 1.125rem;
    }
}

@media (max-width: 999px) {
    .box1_right .box1_title {
        font-size: 1.25rem;
    }

    .box1_right .box2_dose {
        font-size: 1rem;
        line-height: 1.5;
        min-height: 15rem;
    }

    .box2 .box2_cen .box2_top {
        padding: 0.875rem 1.5rem;
    }

    .box2 .box2_cen .box2_bom .box2_title {
        font-size: 1.125rem;
    }

    .box2 .box2_cen .box2_bom .box2_menv {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .box2 .box2_cen .box2_bom .box2_text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .box2 .box2_cen .box2_bom .box2_right .box2_text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .box3 {
        padding: 3rem 0;
    }

    .box3 .box3_bom {
        margin-top: 1.5rem;
    }

    .box3_box .box3_box_bom .box3_title {
        font-size: 1.25rem;
    }

    .box3_viewMore {
        margin-top: 1.5rem;
    }

    .box4 {
        padding: 3rem 0 3rem;
    }

    .box4 .box4_title {
        font-size: 2rem;
        line-height: 3rem;
    }

    .box4 .box4_box .box4_zi {
        padding: 1rem 1.5rem;
    }

    .box4 .box4_box .box4_zi .box4_zi_title {
        font-size: 1.25rem;
    }

    .box4 .box4_box .box4_zi .box4_zi_dose {
        font-size: 1rem;
        line-height: 1.5;
        min-height: 7.5rem;
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 768px) {
    .box1 .box1_cen .box1_left {
        width: 100%;
    }

    .box1 .box1_cen .box1_right {
        width: 100%;
    }

    .box1_right .box2_dose {
        min-height: auto;
    }

    .box1_right .box1_more a {
        width: 100%;
    }

    .box2 .box2_cen .box2_bom .box2_left {
        width: 100%;
    }

    .box2 .box2_cen .box2_bom .box2_right {
        width: 100%;
        margin-top: 1.25rem;
    }

    .box3 {
        padding: 2rem 0;
    }

    .box3 .title {
        font-size: 1.5rem;
    }

    .box3 .box3_bom {
        margin-top: 1rem;
    }

    .box3_box .box3_box_bom {
        padding: 0.5rem;
    }

    .box3_box .box3_box_bom .box3_title {
        font-size: 1rem;
        line-height: 1.5;
    }

    .box3_viewMore a {
        width: 11rem;
        height: 2.5rem;
    }

    .box4 {
        padding: 2rem 0;
    }

    .box4 .box4_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .box4 .box4_box .box4_zi .box4_zi_title {
        font-size: 1.125rem;
    }

    .box4 .box4_box .box4_zi .box4_zi_dose {
        font-size: .875rem;
        line-height: 1.5;
        min-height: 5.25rem;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 650px) {
    .box3 .box3_bom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box3 .box3_bom .box3_box:nth-child(n) {
        width: 49%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .box4 .box4_box {
        margin-top: 1rem;
        flex-direction: column-reverse;
    }

    .box4 .box4_box:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .box4 .box4_box .box4_prc {
        width: 100%;
        max-height: 200px;
    }

    .box4 .box4_box .box4_zi {
        width: 100%;
        padding: 0.5rem;
        margin-top: 0.75rem;
    }

    .box3 .box3_bom .box3_box:nth-child(n) {
        width: 100%;
    }
}