.why-visual {
    background: #F6F7FB;
    padding-top: 4.69rem;
}

.why-visual > div > h2 {
    color: #000;
    text-align: center;
    font-family: Noto serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.6rem; /* 120% */
    letter-spacing: 0.05rem;
    margin-bottom: 3.67rem;
}

.why-visual > div >  img {
    width: 100%;
    max-width:800px;
    margin: auto;
    display: block;
}

.why-contents-wrap {
    position: relative;
}

.why-contents-menus-wrap {
	background: #FF7E46;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

.why-contents-menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    position: sticky;
    top: 90px;
    justify-items: center;
    width: 1200px;
    z-index: 9;
}

@media screen and (max-width: 1099px) {
    .why-contents-menus {
        top: 60px;
    }
}

.why-contents-menus > li > a {
    display: block;
    padding: 1.69rem;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem; /* 114.286% */
    letter-spacing: 0.0175rem;
}

.why-contents-menus > li > a.active {
    font-weight: 700;
}
.why-contents-menus > li.view {
    font-weight: 700;
}

.why-contents-menus > li {
    position: relative;
}
.why-contents-menus > li:hover::after, .why-contents-menus > li.view::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
	background:#fff;
}

.why-contents-wrap section > div {
    display: flex;
    align-items: center;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    gap: 2.43rem;
}

.why-contents-wrap section > div > .section-desc {
    width: 40%;
}

.why-contents-wrap section > div > *:not(.section-desc) {
    width: 45%;
}

.why-contents-wrap section > div > .section-desc > h3 {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.375rem; /* 118.75% */
    letter-spacing: 0.02188rem;
}

.why-contents-wrap section > div >  .section-desc > p {
    color: #444;
    font-size: 1.16213rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.625rem; /* 139.832% */
    letter-spacing: 0.00438rem;
    margin-top: 1.5rem;
}

#section-1 {
    background: #FFF;
}

#section-2 {
    background: #F6F7FB;
}

#section-3 {
    background: #FFEEDF;
}

#section-4 {
    background: #F0E4E1;
}










/*#section-5 > div > div > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#section-5 > div > div > ul > li {
    display: flex;
    align-items: center;
    padding: 1.825rem 0;
    width: 100%;
    gap: 0.79rem;
    border-bottom: 1px solid #000;
}

#section-5 > div > div > ul > li > img {
    width: 3.5625rem;
}

#section-5 > div > div > ul > li > h4 {
    color: #000;
    font-family: Inter;
    font-size: 1.46488rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; /* 128% 
    letter-spacing: 0.02188rem;
}

#section-5 .download-btns {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.64rem;
    justify-content: flex-end;
    margin-top: 3.56rem;
}

#section-5 .download-btns > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #191C20;
    padding: 1.85rem 1.81rem;
    color: #FFF;
    font-size: 1.418rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem; /* 132.231% 
    letter-spacing: 0.00525rem;
    gap: 1rem;
}

#section-5 .download-btns > a > i {
    color: #EF8E76;
}*/



.main-visual {
    margin: 6rem auto 8.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-visual > h2 {
    color: #000;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.6rem; /* 120% */
    letter-spacing: 0.05rem;
}

.main-visual > a {
    margin-top: 4.74rem;
    width: 19rem;
    font-size: 1.5rem;
    padding: 1.12rem;
}

@media screen and (max-width: 768px) {
    .why-visual {
        padding-top: 7.8125vw;
    }
    
    .why-visual > div > h2 {
        font-size: 5.1250vw;
        line-height: 7.1667vw;
        margin-bottom: 7.8125vw;
    }
    
    .why-contents-menus > li > a {
        padding: 2.6042vw 1.3021vw;
        font-size: 2.6042vw;
        line-height: 2.6042vw;
    }

    .why-contents-wrap section > div{
        
        flex-direction: column;
        padding-top: 8.5104vw !important;
        padding-bottom: 8.5104vw !important;
        gap: 4.6875vw;
    }

    .why-contents-wrap section > div > .section-desc {
        width: 100%;
    }

    .why-contents-wrap section > div > *:not(.section-desc) {
        width: 75%;
    }

    .why-contents-wrap section > div > .section-desc > h3 {
        font-size: 4.2vw;
        line-height: 5.8875vw;
    }

    .why-contents-wrap section > div > .section-desc > p {
        font-size: 3.4vw;
        line-height: 4.560vw;
        margin-top: 2.6042vw;
        font-weight: 400;
    }

    #section-5 .download-btns {
        width: 100%;
        gap: 2.0833vw;
        margin-top: 6.5104vw;
    }

    #section-5 .download-btns > a {
        padding: 2.8646vw 2.6042vw;
        font-size: 2.8646vw;
        line-height: 2.8646vw;
    }

    #section-5 .download-btns > a > i {
        font-size: 2.0833vw;
    }

    #section-5 > div > div > ul > li {
        padding: 2.0833vw 0;
    }

    #section-5 > div > div > ul > li > img {
        width: 5.7292vw;
    }

    #section-5 > div > div > ul > li > h4 {
        font-size: 3.3854vw;
        line-height: 3.3854vw;
    }

    .main-visual {margin: 1.2rem auto 1.2rem;}

    .main-visual > h2 {
        font-size: 4.8vw;
        line-height: 6.6875vw;


    }

 .main-visual > a {margin-top: 2.74rem;}
}