.why-section{
    padding: 100px 0 0;
}
.why-section .page-tit{
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.2px;
}
.why-section .page-tit strong{
    color: var(--MainColor-hover, #183FCD);
    font-weight: 700;
}
.why-section .flex-wrap{
    display: flex;
    max-width: 1280px;
    width: 90%;
    justify-content: center;
    gap: 28px;
    position: relative;
    margin: 70px auto -170px;
}
.why-section .flex-wrap .left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.why-section .flex-wrap .right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.why-section .flex-wrap .item{
    width: 33%;
    padding: 30px 40px;
    background: #FFF;
}
.why-section .flex-wrap .item .txt1{
    color: var(--MainColor, #234EEA);
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
    margin-bottom: 12px;
}
.why-section .flex-wrap .item .txt2{
    color: #505050;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    word-break: keep-all;
}
.why-section .bottom-wrap{
    background: linear-gradient(0deg, #222D52 0%, #222D52 100%), #F0F0F0;
    padding: 360px 0 110px;
}
.why-section .bottom-wrap .tit{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.2px;
    margin-bottom: 72px;
}
.why-section .bottom-wrap .box-wrap{
    max-width: 1280px;
    width: 90%;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}
.why-section .bottom-wrap .box-wrap:nth-child(3){
    margin: 30px auto;
}
.why-section .bottom-wrap .box-wrap .label{
    width: 10%;
    padding: 0 0px 0 40px ;
    color: #FFF;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
    border-right: 1px solid #FFF;

}
.why-section .bottom-wrap .box-wrap .txt{
    color: #FFF;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    padding-left: 24px;
    width: 90%;
    word-break: keep-all;
    padding-right: 20px;
}

@media(max-width: 1280px) {
    .why-section .flex-wrap .item .txt2{
        font-size: 18px;
    }
    .why-section .bottom-wrap .box-wrap .label{
        width: 130px;
    }
    .why-section .bottom-wrap .box-wrap .txt{
        width: calc(100% - 130px);
    }
}

@media(max-width: 1200px) {
    .why-section .flex-wrap .item{
        padding: 20px 30px;

    }
    .why-section .flex-wrap .right,
    .why-section .flex-wrap .left{
        width: 70px;
        height: 70px;
    }
    .why-section .bottom-wrap .box-wrap .txt{
        font-size: 18px;
    }
}
@media(max-width: 1024px) {
    .why-section .flex-wrap .item .txt1{
        font-size: 25px;
    }
    .why-section .flex-wrap .item .txt2 {
        font-size: 16px;
    }
}
@media(max-width: 900px) {
    .why-section .flex-wrap{
        flex-direction: column;
    }
    .why-section .flex-wrap .item{
        width: 100%;
    }
    .why-section .flex-wrap .right {
        bottom: 0;
        right: 0;
        transform: rotate(90deg);
        top: unset;
    }
    .why-section .flex-wrap {
        margin: 70px auto -370px;
    }
    .why-section .bottom-wrap {
        padding: 500px 0 110px;
    }
    .why-section .bottom-wrap .box-wrap .label{
        font-size: 23px;
    }
}
@media(max-width: 768px) {
    .why-section {
        padding: 70px 0 0;
    }
    .why-section .flex-wrap {
        margin: 70px auto -570px;
    }
    .why-section .bottom-wrap .tit,
    .why-section .page-tit{
        font-size: 40px;
    }
    .why-section .bottom-wrap .box-wrap .label{
        font-size: 20px;
    }
    .why-section .bottom-wrap .box-wrap .label {
        width: 100px;
    }
    .why-section .bottom-wrap .box-wrap .txt {
        width: calc(100% - 100px);
    }
}
@media(max-width: 650px) {
    .why-section .bottom-wrap {
        padding: 700px 0 110px;
    }
    .why-section .bottom-wrap .tit,
    .why-section .page-tit{
        font-size: 30px;
    }
    .why-section .bottom-wrap .box-wrap .label {
        width: 80px;
        padding: 0 0px 0 20px;
        font-size: 18px;
    }
    .why-section .bottom-wrap .box-wrap .txt {
        width: calc(100% - 80px);
        font-size: 15px;
    }
}
@media(max-width: 480px) {
    .why-section .bottom-wrap .tit, .why-section .page-tit {
        font-size: 25px;
    }
    .why-section .bottom-wrap .box-wrap .label {
        width: 70px;
        padding: 0 0px 0 20px;
        font-size: 16px;
    }
    .why-section .bottom-wrap .box-wrap .txt {
        width: calc(100% - 70px);
        font-size: 13px;
    }
}
