html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    min-width: 1024px;
    overflow: auto;
    width: 100%;
}

* {
    box-sizing: border-box;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

p,
h1 {
    margin: 0;
}

.header-mobile {
    display: none;
}



.header {
    height: 60px;
    display: flex;
    gap: 60px;
    width: 100%;
    /* min-width: 2560px; */
    z-index: 10;
    position: fixed;
    justify-content: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #504592 100%);
}

.header>div {
    width: 100%;
    max-width: 1024px;
    justify-content: center;
    display: flex;
    gap: 75px;

    /* justify-content: space-between; */
}

.header .menu {
    display: flex;
    gap: 25px;
    justify-content: center;
    /* padding-left: 200px; */
}

.header .menu>p {
    /* padding: 22px 0; */
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}

.header .inqury-wrap {
    display: flex;
    gap: 45px;

    align-items: center;
    height: fit-content;
}

.header .inqury-wrap .call-wrap {
    flex-shrink: 1;
    display: flex;
    gap: 17px;
    align-items: center;
}

.header .inqury-wrap .call-wrap img {
    /* width: 20px; */
    height: 51.191px;
}

.header .inqury-wrap .call-wrap .call-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header .inqury-wrap .call-wrap .call-info h1 {
    color: #fff;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 12px;

    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header .inqury-wrap .call-wrap .call-info p {
    color: #fff;

    font-family: 'Spoqa Han Sans Neo';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header .inqury-wrap .inquiry-btn {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.section1 {
    width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.section1 .top {
    background: url('./images/2.jpg') no-repeat center bottom;
    width: 100%;

    padding-top: 82px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    background-size: cover;
}

.section1 .top .wrap {
    /* width: fit-content; */
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
    width: 1024px;
    padding-right: 127px;
}

.section1 .top .wrap>div {
    /* width: fit-content; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* padding-right: 170px; */
    width: fit-content;
}

.section1 .top .first {
    width: 251px;
    height: 31.639px;
    border: 3px solid #fff;
    border-bottom: 0;
}

.section1 .top .second p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section1 .top .last {
    width: 251px;
    /* height: 85.18px; */
    border: 3px solid #fff;
    border-top: 0;
    padding: 0 12px 17px 17px;
    overflow: hidden;
}

.section1 .main-image {
    width: 485.555px;
    height: 323.866px;
    position: absolute;
    top: 60px;
    bottom: 0;
    transition: transform 0.3s;
}

.section1 .top .last p {
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
    width: fit-content;
    color: white;
    text-align: center;
}

.section1 .top>div .bottom-line {
    display: none;
}

.section1 .bottom .first {
    width: 100%;
    height: 284px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .bottom .first>div {
    width: 1024px;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
}

.section1 .bottom .first>div .slog {
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: #92ceff;
    width: fit-content;
}

.section1 .bottom .first>div .slog p {
    font-size: 23px;
    font-weight: 500;
    width: fit-content;
}

.section1 .bottom .first>div .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.section1 .bottom .first>div .content>div.title-wrap img {
    display: none;
}

.section1 .bottom .first>div .content h1 {
    color: #000;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section1 .bottom .first>div .content>div {
    flex-direction: column;
    gap: 6px;
    display: inline-flex;
    width: 517px;
}

.section1 .bottom .first>div .content>div div {
    font-size: 14px;
    word-wrap: break-word;
}

.section1 .bottom .second.mobile {
    display: none;
}

.section1 .bottom .second {
    width: 100%;
    background: #574c96;
    display: flex;
    justify-content: center;
    height: 116px;
    padding: 30px 0;
}

.section1 .bottom .second>div {
    display: flex;
    gap: 75px;
    align-items: center;
    width: fit-content;
}

.section1 .bottom .second>div>h1 {
    color: #fff;
    font-size: 23px;
    width: 307px;
    line-height: 61px;
    font-weight: 700;
    border-right: 1px solid #fff;
}


.section1 .bottom .second .content {
    display: flex;
    gap: 85px;
    align-items: center;
}

.section1 .bottom .second .content div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.section1 .bottom .second div .content div h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.section1 .bottom .second div .content div p {
    color: #fff;
    font-size: 14px;
}

.section2 {
    padding-top: 22px;

    /* display: none; */
}

.section2 .top {
    width: 100%;
    height: fit-content;
    background: url('./images/12.jpg') no-repeat center;
    background-size: cover;
}

.section2 .top .content-wrap {
    background: rgba(80, 69, 146, 0.63);
    padding: 45px 53px 47px 45px;
    width: 511.369px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.section2 .top .content {
    display: inline-flex;
    flex-direction: column;
    gap: 22px;
}

.section2 .top .content h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.section2 .top .content>div {
    display: flex;
    flex-direction: column;
}

.section2 .top .content>div p {
    color: #fff;
    font-size: 14px;
}

.section2 .top .btn {
    width: 122.904px;
    height: 24.486px;
    cursor: pointer;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.section2 .middle {
    width: 100%;
    height: 46px;
    background: #504592;
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
}

.section2 .middle p {
    padding: 0 10px;
    cursor: pointer;
    line-height: 46px;
    color: #92CEFF;
    font-size: 19px;

}

.section2 .bottom {
    position: relative;
    width: fit-content;
    display: flex;
}

.section2 .bottom .box {
    height: fit-content;
    background: #504592;
    width: 833px;
}

.section2 .bottom .line {
    position: relative;
    width: calc(100% - 190px - 65px - 65px);

}

.section2 .bottom .line .sub-line {
    width: 100%;
    height: 7px;
    background: #574c9645;
    border-radius: 100px;
}

.section2 .bottom .line .square {
    height: 6.02px;
    width: 64.533px;
    background: #92ceff;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    left: 0;
}



.section2 .bottom .box .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 19px 300px 46px 81px;
    width: 100%;
}

.section2 .bottom .box h1 {
    color: #92ceff;
    font-size: 17px;
    font-weight: 700;
}

.section2 .bottom .box .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.section2 .bottom .box .content .title {
    color: #92ceff;
    font-size: 14px;

    font-weight: 700;
}

.section2 .bottom .box .content p {
    color: #fff;
    font-size: 14px;
}

.section2 .bottom .next-btn-wrap {
    position: relative;
    padding-top: 30px;
}

.section2 .bottom .next-btn-wrap img {
    /* width: 133px; */
    height: 132px;
    cursor: pointer;
}

.section2 .bottom .btn-wrap {
    display: none;
}

.section3 {
    display: flex;
    flex-direction: column;
    width: 1024px;
    margin: auto;
    padding-top: 90px;
    /*padding-left: 82px;
    padding-right: 80px;*/
    /*gap: 135px;*/
    gap: 85px;
    padding-bottom: 150px;


    /* display: none; */
}

.section3 .title-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.section3 .title-wrap h1 {
    color: #92ceff;
    font-size: 54px;
    font-weight: 700;
}

.section3 .title-wrap .content {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

.section3 .title-wrap .content p {
    color: #000;
    font-size: 14px;
}

.section3 .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 150px;*/
    gap: 80px;
}

.section3 .content-wrap .first.mobile {
    display: none;
}

.section3 .content-wrap .first {
    display: flex;
    gap: 30px;
    width: 100%;
    align-items: end;

}

.section3 .content-wrap .first>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 27px;
    flex-grow: 1;
}

.section3 .content-wrap .first>img {
    width: 416.686px;
    height: 261.023px;
}

.section3 .content-wrap .first h1 {
    padding-left: 18px;
    color: #574c96;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-left: 1px solid #574c9680;
    line-height: 40px;
}

.section3 .content-wrap .first .logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}


.section3 .content-wrap .first .logo-wrap .logo {
    display: flex;
    align-items: flex-end;
    padding: 0 18px;
    width: 100%;
    gap: 30px;
}

.section3 .content-wrap .first .logo-wrap .logo>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;

}

.section3 .content-wrap .first .logo-wrap .logo>div>img {
    width: 33.124px;
    height: 42.85px;
}

.section3 .content-wrap .first .logo-wrap .logo>div>p {
    color: #574c96;
    font-family: Helvetica;
    font-size: 14px;
    width: 100%;
    text-align: center;

}

.section3 .content-wrap .first .logo-wrap .line {
    width: 100%;
    height: 1px;
    background: #574c9680;
}

.section3 .content-wrap .second {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
}

.section3 .content-wrap .second img {
    /* width: 732px;
    height: 389px; */
    /* width: 1024px;
    height: 544px; */
    width: 862px;
    height: 458px;
    margin-right: 162px;
    /* display: none; */
}

.section3 .content-wrap .second .box {
    background: #fff;
    padding: 26px 10px 25px 19px;
    position: absolute;
    /* height: 774px; */
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    gap: 12px;
    align-items: start;
    width: 505px;
    height: 345.1px;

}



.section3 .content-wrap .second .box .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section3 .content-wrap .second .box .content h1 {
    color: #574c96;
    font-size: 20px;
    font-weight: 700;
    border-left: 1px solid #574C96;
    padding-left: 18px;

    /* color: #574c96;
    font-size: 20px;
    font-weight: 700;
    line-height: 40.204px; */
}

.section3 .content-wrap .second .box .content>div {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 18px;
}

.section3 .content-wrap .second .box .content>div>p {
    color: #000;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section3 .content-wrap .third {
    display: flex;
    justify-content: end;
    width: 100%;
    position: relative;
}

.section3 .content-wrap .third img {
    width: 579.322px;
    height: 386.263px;
}

.section3 .content-wrap .third .box {
    padding: 73px 24px 68px 0px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(370.495px + 113px);
    height: 268.307px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.section3 .content-wrap .third .box h1 {
    color: #574c96;
    font-size: 20px;
    font-weight: 700;
    border-left: 1px solid #574C96;
    padding-left: 18px;
}

.section3 .content-wrap .third .box .content {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 18px;
}

.section3 .content-wrap .third .box .content p {
    font-size: 14px;
}

.section4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    gap: 60px;
    align-items: center;
    padding-bottom: 202px;
}

.section4 .title-wrap {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    padding: 0 110px;
}

.section4 .title-wrap h1 {
    color: #92ceff;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 54px;
    font-weight: 700;
}

.section4 .title-wrap .content {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.section4 .title-wrap .content p {
    color: #92ceff;
    font-family: Helvetica;
    font-size: 16px;
}

.section4 .line {
    position: relative;
    width: calc(100% - 190px - 65px - 65px);

}

.section4 .line .sub-line {
    width: 100%;
    height: 7px;
    background: #574c9645;
    border-radius: 100px;
}

.section4 .line .square {
    height: 6.02px;
    width: 64.533px;
    background: #92ceff;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    left: 0;
}

.section4 .content-wrap {
    padding: 0 65px;
    width: 100%;
    position: relative;
}

.section4 .content-wrap.mobile {
    display: none;
}

.section4 .content-wrap .content-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 114px;
    column-gap: 30px;
}

.section4 .content-wrap .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.section4 .content-wrap .content img {
    width: 276.606px;
    height: 189.028px;
    z-index: 1;
}

.section4 .content-wrap .content>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section4 .content-wrap .content>div h1 {
    font-size: 20px;
    font-weight: 500;
}

.section4 .content-wrap .content>div p {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.section4 .content-wrap .btn-wrap {
    position: absolute;
    height: 189.028px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
}

.section4 .content-wrap .btn-wrap img {
    height: 59.844px;
}

.section4 .content-wrap .next-btn {

    /* z-index: -1; */

    cursor: pointer;
    /* width: 157.304px;
    height: 157.304px; */
    /* display: none; */
}

.section4 .content-wrap .pre-btn {

    cursor: pointer;
    transform: scaleX(-1);
    /* width: 157.304px;
    height: 157.304px; */
}

@media screen and (max-width: 768px) {
    body {
        min-width: unset;
    }

    .header-mobile {
        display: block;
        height: 56px;
    }

    .header-mobile .menu {
        display: none;

        width: 121px;
        height: fit-content;
        position: fixed;
        top: 56px;
        right: 0;
        background: #574C96;
        padding: 21px 12px 60px 13px;
        /* display: flex; */
        flex-direction: column;
        gap: 33px;
    }

    .header-mobile .menu.show{
        display: flex;
    }

    .header-mobile .menu>p {
        font-size: 13px;
        font-weight: bold;
        color: white;
    }

    .section1 .main-image {
        display: none;
    }

    .header-mobile>div {
        z-index: 10;
        position: fixed;
        height: 56px;
        width: 100%;
        background: #574c96;
        padding-left: 22px;
        padding-right: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .header-mobile>div img {
        width: 45px;
    }

    .header-mobile>div>div {
        width: fit-content;
        height: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .header-mobile>div>div .call-wrap {
        flex-shrink: 1;
        display: flex;
        gap: 6px;
        align-items: start;
        height: fit-content;
        height: 100%;
    }

    .header-mobile>div>div .call-wrap img {
        width: 17px;
        height: 44px;
    }

    .header-mobile>div>div .call-info {
        display: flex;
        flex-direction: column;
        gap: 2px;
        height: 100%;
        justify-content: end;
        padding-bottom: 15px;
    }

    .header-mobile>div>div .call-info h1 {
        font-size: 10px;
        font-weight: bold;
        color: #fff;
    }

    .header-mobile>div>div .call-info p {
        font-size: 10px;
        color: #fff;
    }

    .header-mobile>div>div>img {
        width: 18px;
        height: 14px;
    }

    .header {
        display: none;
    }

    .section1 .top {
        padding-top: 37px;
        padding-bottom: 47px;
        background: url('./images/7.jpg') no-repeat center top;
        background-size: cover;
    }

    .section1 .top .wrap {
        padding: 0;
        align-items: center;
    }

    .section1 .top .wrap>div {
        gap: 11px;
    }

    .section1 .top>div .first {
        width: 168px;
        height: 15.85px;
    }

    .section1 .top .second p {
        font-size: 22px;
    }

    .section1 .top .last {
        width: 140px;
        border: none;
        padding: 0;
        height: auto;

    }

    .section1 .top .last p {
        font-size: 8px;
    }

    .section1 .top .bottom {
        width: 166px;
        height: 29.5px;
        border: 3px solid #fff;
        display: block;
        border-top: 0;
    }

    .section1 .top>div .bottom-line {
        width: 168px;
        height: 30px;

        border: 3px solid #fff;
        border-top: 0;
        display: block;
    }

    .section1 .bottom .first {
        height: fit-content;
        padding-bottom: 62px;
        width: 100%;

    }

    .section1 .bottom .first>div {
        flex-direction: column;
        gap: 14px;
        width: fit-content;
        width: 100%;
        align-items: end;
    }

    .section1 .bottom .first>div .slog {
        width: 100%;
        font-size: 20px;

        padding: 44px 20px 55px;
    }

    .section1 .bottom .first>div .slog p {
        font-size: 20px;
    }

    .section1 .bottom .first>div .content {
        gap: 7px;
        align-items: end;
        padding-right: 18px;
    }

    .section1 .bottom .first>div .content>div.title-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: end !important;
        align-items: center;
    }

    .section1 .bottom .first>div .content>div.title-wrap img {
        width: 27px;
        height: 27px;
        display: block;
    }

    .section1 .bottom .first>div .content h1 {
        font-size: 12px;
    }

    .section1 .bottom .first>div .content>div {
        width: 204px;
    }

    .section1 .bottom .first>div .content>div div {
        font-size: 12px;
        word-break: break-all;
        text-align: right;
    }

    .section1 .bottom .second {
        display: none;
    }

    .section1 .bottom .second.mobile {
        display: flex;
        flex-direction: column;
        gap: 2px;
        background: 0;
        padding: 0;
        align-items: end;
    }

    .section1 .bottom .second>div {
        background: #574c96;
        /* justify-content: space-between; */
        gap: 20px;
        padding: 10px 36px 10px 36px;
        width: 100%;
        height: 44.089px;
    }



    .section1 .bottom .second>div>h1 {
        font-size: 14px;
        width: 110px;
        flex-shrink: 0;
        line-height: 23.584px;

    }

    .section1 .bottom .second .content {
        gap: 0;
        justify-content: space-between;
        flex-grow: 1;
        flex-shrink: 0;
    }

    .section1 .bottom .second .content div {
        gap: 4px;
        flex-grow: 1;
        flex-shrink: 0;
    }

    .section1 .bottom .second div .content div h1 {
        font-size: 14px;
    }

    .section1 .bottom .second div .content div p {
        font-size: 10px;
    }

    .section2 {
        padding-top: 64px;
    }

    .section2 .top .content-wrap {
        padding: 22px 19px 30px 24px;
        width: 100%;
    }


    .section2 .top .content {
        gap: 24px;
    }

    .section2 .top .content h1 {
        font-size: 18px;
    }

    .section2 .top .content>div {
        gap: 0;
    }

    .section2 .top .content>div p {
        font-size: 12px;
    }

    .section2 .top .btn {
        width: 148.602px;
        height: 53.852px;
        color: #fff;
        font-family: 'Spoqa Han Sans Neo';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .section2 .middle {
        display: none;
    }

    .section2 .bottom {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        background: #504592;
    }

    .section2 .bottom .next-btn-wrap {
        display: none;
    }

    .section2 .bottom .box {
        width: 100%;
    }

    .section2 .bottom .box .content-wrap {
        padding: 50px 23px 55px 19px;
        gap: 23px;
    }


    .section2 .bottom .box h1 {
        font-size: 18px;
    }

    .section2 .bottom .box .content {
        gap: 15px;
    }

    .section2 .bottom .box .content .title {
        font-size: 12px;
    }

    .section2 .bottom .box .content p {
        font-size: 12px;
    }

    .section2 .bottom>img {
        display: none;
    }

    .section2 .bottom .btn-wrap {
        width: calc(100% - 77px);
        /* position: absolute; */
        display: block;
        /* top: 20px;
        left: 0px;
        right: 0px; */
        margin: auto;
        height: 58px;
        z-index: 1;
        display: flex;
        gap: 0;
        position: relative;
    }

    .section2 .bottom .btn-wrap .line {
        position: relative;
        width: 100%;
        height: 58px;
        display: flex;
        align-items: center;
    }

    .section2 .bottom .btn-wrap .line .sub-line {
        width: 100%;
        height: 4px;
        background: #867fb4;
        border-radius: 100px;
    }

    .section2 .bottom .btn-wrap .line .square {
        width: 7.6px;
        height: 76.979px;
        background: #92ceff;
        transform: rotate(90deg);
        position: absolute;
        top: 0;
        bottom: 0;

        margin: auto 34px;
        left: 0;
    }

    .section2 .bottom .btn-wrap img {
        /* position: absolute; */
        width: 58px;
        height: 58px;
        /* right: -30px; */
        bottom: 0;
        top: 0;
    }

    .section3 {
        gap: 80px;
        padding: 150px 19px 0;
        width: 100%;

    }

    .section3 .title-wrap {
        gap: 26px;
    }

    .section3 .title-wrap h1 {
        font-size: 20px;
    }

    .section3 .title-wrap content {
        gap: 0;
    }

    .section3 .title-wrap content p {
        font-size: 12px;
    }

    .section3 .content-wrap .first.mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .section3 .content-wrap .first h1 {
        padding: 3px 0 6px 12px;
        font-size: 18px;
    }

    .section3 .content-wrap .first {
        display: none;
    }

    .section3 .content-wrap .first .logo-wrap.mobile {
        gap: 22px;
        display: flex;
        width: 100%;
    }

    .section3 .content-wrap .first .logo-wrap .logo {
        width: 100%;
    }

    .section3 .content-wrap .first .logo-wrap .logo>div {
        width: 100%;
    }

    .section3 .content-wrap .first .logo-wrap .logo>div>img {

        width: 62.821px;
        height: 65.564px;
        flex-shrink: 0;

    }

    .section3 .content-wrap .first .logo-wrap .logo>div>p {
        font-size: 12px;
    }

    .section3 .content-wrap .second {
        display: flex;
        flex-direction: column;
        gap: 55px;
    }

    .section3 .content-wrap .second img {
        width: 100%;
        height: auto;
    }

    .section3 .content-wrap .second .box {
        position: unset;
        width: 100%;
        padding: 0;
        height: fit-content;
    }

    .section3 .content-wrap .second .box .content h1 {
        font-size: 18px;
    }

    .section3 .content-wrap .second .box .content>div>p {
        font-size: 12px;
    }

    .section3 .content-wrap .third {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .section3 .content-wrap .third img {
        width: 100%;
        height: auto;
    }

    .section3 .content-wrap .third .box {
        position: unset;
        padding: 0;
        width: 100%;
        height: fit-content;
    }

    .section3 .content-wrap .third .box .content {
        gap: 0;
    }

    .section3 .content-wrap .third .box .content p {
        font-size: 12px;
    }

    .section4 {
        padding-top: 200px;
    }

    .section4 .title-wrap {
        justify-content: center;
        align-items: center;
        gap: 33px;
        width: 100%;
        padding: 0;
        max-width: unset;
    }

    .section4 .title-wrap h1 {
        color: #574c96;
        font-size: 24px;
        font-weight: 700;
        width: fit-content;
    }

    .section4 .title-wrap .content {
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .section4 .title-wrap .content p {
        color: #92ceff;
        font-size: 20px;
    }

    .section4 .line {
        display: none;
    }

    .section4 .content-wrap {
        display: flex;
        overflow: hidden;
        width: 100%;
        padding: 0;
        justify-content: center;
        display: none;
    }

    .section4 .content-wrap.mobile {
        display: flex;
    }

    .section4 .content-wrap.mobile .owl-item {
        /* width: 275.859px !important; */
    }


    .section4 .content-wrap .content {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s ease-in-out;
        gap: 31px;
        width: 275.859px;
    }

    .section4 .content-wrap .content-box>div:first-child .content {
        left: 0;
        right: 0;
        margin: auto;
    }

    .section4 .content-wrap .content>div {
        align-items: center;
        width: 275.859px;
    }

    .section4 .content-wrap .content>div h1 {
        width: fit-content;
        font-size: 18px;

    }

    .section4 .content-wrap .content img {
        width: 275.859px;
        height: 184.111px;
        flex-shrink: 0;

    }

    .section4 .content-wrap .btn-wrap {
        height: 184.111px;
        top: 0;
        left: 0;
        padding-left: 6px;
        padding-right: 29px;
    }

    .section4 .content-wrap .content>div p {
        width: fit-content;
        text-align: center;
        font-size: 12px;
    }


    .section4 .content-wrap .btn-wrap img {
        height: 52.844px;
        z-index: 1;

    }

    .section3 .title-wrap .content p {
        font-size: 12px;

    }


}

/* @media screen and (min-width: 1024px)
 */