@charset "UTF-8";
/* @import url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSans.css'); */
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

@font-face {
    font-family: 'Gmarket Sans';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansLight.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansMedium.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.ttf') format('truetype');
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.noto-sans-kr-uniquifier {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

:root {
    --gm: 'Gmarket Sans';
    --pr: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    --mc: #009393;
    --nt: "Noto Sans KR"
}

* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    border-collapse: collapse;
}

a {
    display: inline-flex;
    color: #142332;
}

i {
    font-style: normal;
}

body {
    font-family: var(--pr);
    font-size: 1rem;
}

img {
    max-width: 100%;
    /* width: 100%; */
    display: block;
    vertical-align: top;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
}

header .header_wrap {
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_wrap .logo {
    max-width: 180px;
}

header .header_wrap nav {
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin-right: 5%;
    padding: 1rem;
}

header .header_wrap nav::before {
    height: 0;
    background: rgb(59, 59, 59);
    position: absolute;
    top: 0.75rem;
    width: 100%;
    display: block;
    content: '';
    left: 0;
    transition: 0.7s;
    border-radius: 1rem;
    opacity: 0;
}

header .header_wrap nav:hover::before {
    height: 240px;
    opacity: 1;
}

header .header_wrap nav>ul {
    display: flex;
}

header .header_wrap nav>ul>li {
    position: relative;
}

header .header_wrap nav>ul>li>a {
    text-align: center;
    padding: 1rem 2rem;
    transition: 0.5s;
    color: white;
    font-family: var(--gm);
    font-weight: 500;
}

header .header_wrap nav:hover>ul>li>a {
    padding-inline: 2.5rem;
}

header .header_wrap nav:hover .dep2 {
    visibility: visible;
    height: auto;
    opacity: 1;
}

header .header_wrap nav .dep2 {
    position: absolute;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: 0.5s;
    padding-block: 0.5rem;
    width: 100%;
}

header .header_wrap nav .dep2 a {
    padding: 0.7rem 1rem;
    width: 100%;
    text-align: center;
    display: block;
    color: white;
}

header .header_wrap .lang {
    position: absolute;
    right: 5%;
}

header .header_wrap .lang a {
    border: 1px solid #fff;
    padding: 0.4rem 1.125rem;
    color: white;
    border-radius: 2rem;
}

/* main */

main {}

.m1 {}

.m1 .swiper {
    position: relative;
    height: 100vh;
}

.m1 .swiper .desc {
    position: absolute;
    left: 13%;
    bottom: 15%;
    color: white;
}

.m1 .swiper .desc h3 {
    color: #d6002d;
    font-size: 5.5rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    line-height: 1.05;
}

.m1 .swiper .desc h3::first-line {
    color: white;
}

.m1 .swiper .desc p {
    font-weight: 300;
    font-size: 1.25rem;
}

section {
    overflow: hidden;
    display: block;
}

section .wrap {
    padding-inline: 13vw;
    width: 100%;
    margin: 0 auto;
}

.flex_wrap {
    display: flex;
}

.sec_title {
    padding-block: 5rem;
}

.sec_title>span {
    display: inline-block;
    font-weight: 500;
    font-family: var(--gm);
    font-size: 1.25rem;
    color: var(--mc);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 1px solid var(--mc);
    padding-block: 0.5rem;
}

.sec_title .flex_text {
    margin-block: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_title>h3 {
    color: white;
    font-weight: 800;
    font-size: 3.5rem;
    margin-block: 2.5rem 6rem;
    text-transform: uppercase;
}

.sec_title>h3 span {
    display: inline-block;
    color: #d6002d;
    text-transform: uppercase;
}

.sec_title>p {
    font-size: 1.25rem;
    color: #b2b2b2;
    font-weight: 300;
    line-height: 1.3;
}

.sec_title>a {
    margin-top: 8rem;
    border: 1px solid white;
    color: white;
    align-items: center;
    padding: 0.75rem 2rem;
    gap: 1rem;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 4px;
}

.sec_title>a:hover {
    background: white;
    color: #142332;
    font-weight: 500;
}

.sec_title .flex_text h3 {
    color: #142332;
    font-weight: 800;
    font-size: 3.5rem;
    letter-spacing: -0.2px;
}

.sec_title .flex_text p {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: right;
    color: #4d4d4d;
}

.m2 {
    background: url(../1x/m2_bg.jpg) no-repeat center / cover;
    min-height: 115vh;
    padding-top: 3rem;
}

.m2 article ul {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.m2 article ul li {
    position: relative;
    min-width: 20%;
    transition: 0.5s;
}

.m2 article ul li:hover img {
    scale: 1.08;
}

.m2 article ul li img {
    width: auto;
    margin: 0 auto;
    transition: 0.5s;
}

.m2 article ul li .desc {
    position: absolute;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    opacity: 1;
    transition: 0.3s;
}

.m2 article ul li .desc h4 {
    font-size: 1.25rem;
    color: #142332;
}

.m2 article ul li .desc p {
    color: #808080;
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 0.675rem;
    line-height: 1.4;
}

.m2 article ul::before {
    width: 90%;
    top: 50%;
    left: 2rem;
    opacity: 0.8;
    transform: translateY(50%);
    content: '';
    display: block;
    position: absolute;
    border-bottom: 2px dashed #b2b2b2;
    z-index: -1;
    height: 2px;
}

.m3 {}

.m3 .flex_wrap .left {
    flex: 1;
    display: flex;
    align-items: center;
    background: #142332;
}

.m3 .flex_wrap .left .sec_title {
    padding-left: 13vw;
}

.m3 .flex_wrap .right {
    flex: 1;
    background: url(../1x/m3_bg.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.m3 .flex_wrap .right img {
    width: auto;
}

.m4 {
    background: url(../1x/m4_bg.jpg) no-repeat center / cover;
    padding-block: 4rem 8rem;
}

.m4 .sec_title {
    text-align: center;
}

.m4 .sec_title h3 {
    color: #142332;
}

.m4 .sec_title p {
    color: #4d4d4d;
}

.m4 .list {
    margin-top: 2rem;
    border-top: 1px solid #142332;
    padding-top: 3.25rem;
    display: flex;
    justify-content: space-between;
}

.m5 {}

.m5 .flex_wrap .left {
    width: 100%;
    display: flex;
    align-items: center;
    background: url(../1x/m5_bg.jpg) no-repeat center / cover;
    padding-left: 13vw;
    min-height: 100vh;
}

.m5 .flex_wrap .right {
    width: 100%;
    max-width: 20%;
    overflow: hidden;
}

.m5 .flex_wrap .right ul {
    padding: 5rem;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
}

.m5 .flex_wrap .right ul::-webkit-scrollbar {
    display: none;
}

.m5 .flex_wrap .right ul li {
    padding-block: 2rem;
}

.m5 .flex_wrap .right ul li img {
    display: block;
    margin: 0 auto;
    width: auto;
    filter: grayscale(1);
    transition: 0.3s;
}

.m5 .flex_wrap .right ul li:hover>img {
    filter: none;
}

.m6 {
    padding-block: 10rem;
}

.m6 .flex_wrap {
    align-items: center;
    justify-content: space-between;
}

.m6 .right>ul {
    display: flex;
    gap: 1.5rem;
}

.m6 .right>ul li a {
    transition: 0.5s;
}

.m6 .right>ul li:hover a {
    transform: translateY(-24px);
}

.m6 .sec_title h3 {
    color: #142332;
}

.m6 .sec_title a {
    color: #142332;
    border-color: #142332;
    margin-top: 0;
}

.m6 .sec_title>a:hover {
    background: #142332;
    color: white;
}

.m6 .list {
    padding-top: 6rem;
    display: flex;
    justify-content: space-between;
}

.m6 .list li {
    position: relative;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.m6 .list li::after {
    height: 100%;
    width: 1px;
    border-right: 1px solid #4d4d4d;
    content: '';
    display: block;
    position: absolute;
    right: -5.75rem;
}

.m6 .list li:last-of-type::after {
    display: none;
}

.m6 .list li h5 {
    color: #142332;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.m6 .list li p {
    color: #142332;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
}

footer {
    border-top: 1px solid #808080;
}

footer .footer_wrap {
    padding-left: 13vw;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding-block: 3rem;
}

footer .footer_wrap .imgbox img {
    width: auto;
}

footer .info li {
    padding-block: 0.5rem;
}

footer .info li span {
    display: inline-block;
    border-left: 2px solid #1f4195;
    padding-inline: 0.5rem;
    color: #333333;
    font-weight: 500;
}

footer .info li p {
    display: inline-block;
    margin-right: 1rem;
    color: #333333;
}

footer .copy {
    padding-block: 1.5rem;
    border-top: 1px solid #808080;
}

footer .copy p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}


header .mob_header, 
header #menu {
    display: none;
}

@media screen and (max-width: 1441px) {
    .m1 .swiper .desc {
        left: 11%;
    }

    .m1 .swiper .desc h3 {
        font-size: 4.5rem;
    }
    .sec_title .flex_text h3 {
        font-size: 3rem;
    }
    .m2 article ul li .desc p br {
        display: none;
    }
    .sec_title>h3 {
        font-size: 3rem;
    }
    .m6 .list li::after {
        right: -1.75rem;
    }
}

@media screen and (max-width: 1281px) {
    .m1 {
        height: 90vh;
    }
    .m1 .m1_swiper {
        height: 100%;
    }
    .m1 .m1_swiper .swiper-scrollbar {
        position: absolute;
        bottom: 11px;
    }

    /* m2 */
    section .wrap {
        padding-inline: 11vw;
    }
    .sec_title>span {
        font-size: 1.125rem;
    }
    .sec_title>h3 {
        margin-block: 1.5rem 5rem;
        font-size: 2.5rem;
        margin-block: 1rem 4rem;
    }
    .sec_title .flex_text h3 {
        font-size: 2.5rem;
    }
    .sec_title .flex_text p {
        font-size: 1.375rem;
        line-height: 1.3;
    }
    .m2 article ul li img {
        max-width: 90%;
    } 

    /* m3 */
    .m3 .flex_wrap .left .sec_title {
        padding-left: 11vw;
    }
    /* m4 */
    .m4 .list li img {
        max-width: 110%;
    }

    /* m6 */ 
    .m6 {
        padding-block: 5rem 8rem;
    }
    .m6 .flex_wrap .left {
        flex-basis: 33%;
    }
    .m6 .right>ul {
        gap: 0;
    }
    .m6 .right>ul>li>a img {
        max-width: 90%;
    }
    .m6 .list {
        padding-top: 3rem;
    }
    .m6 .list li {
        gap: 1rem;
    }
    .m6 .list li .icon img {
       max-width: 80%;
    }
    .m6 .list li::after {
        right: -1.8rem;
    }
    footer .footer_wrap {
        padding-left: 9vw;
    }
}


@media screen and (max-width: 900px) {
    header .mob_header {
        display: block;
    } 
    header #menu {
        display: none;
    }
    header .header_wrap {
        display: none;
    }
    header .mob_header .header_box {
        height: 90px;
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        padding-inline: 40px;
        align-items: center;
        position: relative;
    }
    header .mob_header .header_box .logo {
        flex-basis: 80%;
    }
    header .mob_header .header_box .logo img {
        height: 78%;
    }
    header .mob_header .header_box .lang {
        flex-basis: 15%;
    }
    header .mob_header .header_box .lang a {
        border: 1px solid #fff;
        padding: 0.4rem 1.125rem;
        color: white;
        border-radius: 2rem;
    }
    header .mob_header .header_box i {
        color: #fff;
        font-size: 1.75rem;
    }
    
    #menu:checked ~ .mob_header .mob_menu {transform: translateY(0%);}
    #menu:checked ~ .mob_header .header_box .ham {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
    }
    header .mob_header .mob_menu  {
        
        padding-top: 11rem;
        background-color: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 100vh;
        color: #fff;
        transform: translateY(-100%);
        position: absolute;
        top: 0; left: 0;
        transition: all 0.5s;
    }
    header .mob_header .mob_menu .close {
        position: absolute;
        top: 2rem;
        right: 53px;
        font-size: 1.5rem;
    }
    header .mob_header .mob_menu .mob_gnb p {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 2rem;
        font-weight: 600;
    }
    header .mob_header .mob_menu .mob_gnb .gnb_dep li {
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header .mob_header .mob_menu .mob_gnb .gnb_dep li:last-child {
        margin: 0;
    }
    header .mob_header .mob_menu .mob_gnb .gnb_dep li a {
        font-size: 1.25rem;
        color: #fff;
        text-align: center;
    }
    header .mob_header .mob_menu .mob_gnb>li {
        margin-bottom: 4rem;
    }
    header .mob_header .mob_menu .mob_gnb .gnb_dep {
        display: none;
        overflow: hidden;
    }
    .m1 {
        height: 100vh;
    }
    .m1 .m1_swiper .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
    .m1 .swiper .desc {
        left: 5%;
    }
    .m1 .swiper .desc h3 {
        font-size: 4rem;
    }
    .m1 .swiper .desc p {
        font-size: 1.5rem;
        max-width: 65%;
    }
    .m1 .swiper .desc p br {
        display: none;
    }
    .m1 .m1_swiper .swiper-scrollbar {
        display: none;
    }
    section .wrap {
        padding-inline: 40px;
    }
    .sec_title .flex_text {
        align-items: flex-start;
        flex-direction: column;
        margin-block: 0.5rem;
    }
    .sec_title .flex_text h3 {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
    }
    .sec_title .flex_text h3 br {
        display: none;
    }
    .sec_title .flex_text p {
        font-size: 1.375rem;
        text-align: left;
        max-width: 90%;
    }
    .sec_title>span {
        font-size: 1rem;
    }
    
    .sec_title .flex_text p br {
        display: none;
    }
    .m2 {
        min-height: 100vh;
        padding-bottom: 5rem;
    }
    .m2 article ul {
        flex-direction: column;

    }
    .m2 article ul li {
        display: flex;
        position: initial;
        gap: 2rem;
        align-items: center;
        margin-bottom: 2.5rem;
    }
    .m2 article ul li .desc {
        position: initial;
        text-align: left;
    }
    .m2 article ul li .desc p {
        max-width: 90%;
        font-size: 1.25rem;
    }
    .m2 article ul li img {
        max-width: 25%;
    }
    .m2 article ul li:last-child {
        align-self: flex-start;
    }
    .m2 article ul li:last-child img {
        max-width: 100%;

    }
    .m2 article ul li .desc h4 {
        font-size: 1.625rem;
    }
    .m2 article ul::before {
        top: 47%;
        left: -29vw;
        transform: rotate(90deg);
    }

    /* m3 */
    .m3 .flex_wrap .left .sec_title {
        padding-left: 40px;
    }
    
    .sec_title>a {
        margin-top: 6rem;
    }
    .sec_title>h3 {
        margin-block: 1rem 3rem;
    }

    /* m4 */
    .m4 .list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .m4 .list li {
        margin-bottom: 2.5rem;
    }

    /* m5 */
    .m5 .flex_wrap .left {
        padding-left: 40px;
    }
    .m5 .flex_wrap .right {
        max-width: 30%;
    }
    .m5 .flex_wrap .right ul {
        padding: 3.5rem;
    }
    .m5 .sec_title>p  {
        max-width: 90%;
    }
    .m5 .sec_title>p br {
        display: none;
    }
    /* m6 */
    .m6 .flex_wrap {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .m6 .sec_title h3 br {
        display: none;
    }
    .m6 .list li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .m6 .list li .icon img {
        max-width: 80%;
        margin: 0 auto;
    }
    .m6 .list li .desc {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .m6 .list li p {
        max-width: 90%;
    }
    .m6 .list li p  br {
        display: none;
    }
    .m6 .list li::after {
        right: 0.2rem;
    }
    .m6 .list li:last-child {
        padding-top: 0.5rem;
    }
    .m6 .list {
        padding-top: 5rem;
    }

    footer .footer_wrap {
        padding-left: 40px;
        padding-block: 4rem;
    }
}
   



@media screen and (max-width: 450px) {
    header .mob_header .header_box {
        height: 70px;
        padding-inline: 20px;
    }
    header .mob_header .header_box .logo {
        flex-basis: 72%;
    }
    header .mob_header .header_box .logo img {
        width: 50%;
    }
    header .mob_header .header_box .lang {
        flex-basis: 23%;
    }
    header .mob_header .header_box .lang a {
        font-size: 0.875rem;
        padding: 0.2rem 1rem;
    }
    header .mob_header .header_box i {
        font-size: 1.5rem;
    }
    header .mob_header .mob_menu .close {
        top: 1.2rem;
        right: 20px;
        font-size: 1.25rem;
    }
    header .mob_header .mob_menu .mob_gnb p {
        font-size: 1.25rem;
    }
    header .mob_header .mob_menu .mob_gnb .gnb_dep li a {
        font-size: 1rem;
    }
    header .mob_header .mob_menu .mob_gnb>li {
        margin-bottom: 3rem;
    }
    header .mob_header .mob_menu {
       padding-top: 7rem;
    }

    /* main */
    .m1 .swiper .desc {
        left: 5%;
        bottom: 18%;
    }
    .m1 .swiper .desc h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .m1 .swiper .desc p {
        font-size: 0.875rem;
        max-width: 68%;
    }
    section .wrap {
        padding-inline: 20px;
    }

    .sec_title {
        padding-block: 4rem;
    }
    .sec_title>span {
        letter-spacing: 0.75px;
    }
    .sec_title .flex_text h3 {
        font-size: 1.375rem;
        margin-bottom: 1.5rem;
    }
    .sec_title .flex_text p {
        font-size: 1rem;
        text-align: center;
    }
    .sec_title .flex_text {
        margin-block: 0;
        align-items: center;
    }
    .m2 article ul li {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .m2 article ul li .desc h4 {
        font-size: 1rem;
    }
    .m2 article ul li .desc p {
        font-size: 0.875rem;
        text-align: center;
    }
    .m2 .sec_title {
        text-align: center;
    }
    .m2 article ul li .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .m2 article ul li img {
        max-width: 38%;
    }
    .m2 article ul li:last-child {
        align-self: center;
    }
    .m2 article ul::before {
       display: none;
    }

    .m3 .flex_wrap {
        flex-direction: column;
    }
    .m3 .sec_title>h3 br {
        display: none;
    }
    .sec_title>h3 {
        margin-block: 0.3rem 1.5rem;
        font-size: 1.5rem;
    }
    .sec_title>p {
        font-size: 1rem;
    }
    .m3 .flex_wrap .left .sec_title {
        padding-left: 20px;
    }
    .sec_title>a {
        margin-top: 4rem;
        padding: 0.6rem 1rem;
    }
    .m3 .flex_wrap .right {
        min-height: 100%;
    }

    /* m4 */
    .m4 .sec_title {
        text-align: left;
    }
    .m4 .sec_title>span {
        padding-block: 0.2rem
    }
    .m4 .list {
        margin-top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .m4 .list li {
        margin-bottom: 3rem;
    }
    .m4 .list li img {
        max-width: 115%;
    }
    .m4 {
        padding-block: 4rem 4rem;
    }
    .m5 .flex_wrap .left {
        padding-left: 20px;
    }
    .m5 .flex_wrap .left {
        min-height: 100%;
    }
    .m5 .flex_wrap .right ul {
        padding: 0;
    }
    .m5 .flex_wrap {
        flex-direction: column;
    }
    .m5 .flex_wrap .right {
        max-width: 100%;
    }
    .m5 .flex_wrap .right ul li {
        padding-block: 2rem;
        /* padding-inline: 2rem; */
    }
    .m5 .flex_wrap .right ul {
        padding: 2rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-height: 225px;
        column-gap: 3rem;
    }
    .m6 {
        padding-block: 3rem 8rem;
    }
    .m6 .right>ul {
        flex-direction: column;
    }
    .m6 .right>ul>li>a img {
        max-width: 100%;
    }
    .m6 .flex_wrap .right {
        align-self: center;
    }
    .m6 .right>ul {
        gap: 3rem;
    }
    .m6 .list {
        padding-top: 3rem;
        flex-direction: column;
    }
    .m6 .list li::after {
        display: none;
    }
    .m6 .list {
        flex-direction: column;
        gap: 3rem;
    }
    .m6 .list li h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .m6 .list li p {
        max-width: 75%;
        font-size: 0.875rem;
    }
    .m6 .list li {
        gap: 1.5rem;
    }

    footer .footer_wrap {
        padding-left: 0;
        padding-inline: 20px;
        padding-block: 3rem 2rem;
        gap: 2.5rem;
    }
    footer .footer_wrap .imgbox img {
        width: 68%;
    }
    footer .info li span {
        font-size: 0.875rem;
        margin-bottom: 0.7rem;
    }
    footer .info li p {
        font-size: 0.875rem;
    }
    
}