@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* 공통 */
body, th, td, input, select, textarea, button {
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    word-wrap: break-word;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, textarea, p, blockquote,
th, td, input, select, textarea, button,
header, nav, menu, section, article {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none;
    vertical-align: middle
}

em {
    font-style: normal;
}

button {
    border:none;
    background-color:transparent;
    cursor:pointer;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.flex-column {
    flex-direction: column;
}

.h--100 {
    height: 100%;
}

.section-body {
    padding: 0 100px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
}

.download-wrap {
    display: flex;
    gap: 10px;
}

.google, .apple, .mo-link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    width: 200px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #000000;
    border-radius: 10px;
}

.apple {
    gap: 16.5px;
}

/* 헤더 */
.logo_black, .logo_white {
    display: none;
}

#header {
    width: 100%;
    height: 120px;
    padding: 0 100px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
}

#header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#header .download-wrap {
    opacity: 0;
    transition: .3s ease;
}

#header .download-wrap.bg_gray a {
    background-color: rgba(0, 0, 0, 0.5);
}

/* 메인비주얼 */
#mVisual {
    background-image: url("/front/images/bg_mVisual.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.visual-body {
    width: 100%;
    height: 100%;
}

.visual-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-left: 102px;
}

#mVisual .google, #mVisual .apple, #mVisual .mo-link {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 7px;
}

#mVisual .tit-box {
    margin-top: -75px;
}

#mVisual .tit-box h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 109px;
    margin-top: 29px;
}

#mVisual .tit-box p {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -1.08px;
    font-weight: 400;
    color: #fff;
}

/* 섹션1 */
.section1 .section-body, .section3 .section-body, .section4 .section-body {
    padding-top: 200px;
    box-sizing: border-box;
}

.section1 .tit-box b, .section2 .tit-box b, .section3 .tit-box b, .section4 .tit-box b {
    color: #8A8E9B;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 100%;
}

.section1 .tit-box h2, .section2 .tit-box h2, .section3 .tit-box h2, .section4 .tit-box h2 {
    color: #393E4D;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 68px;
    margin-top: 3px;
    white-space: nowrap;
}

.section1 .tit-box h2 span, .section3 .tit-box h2 span {
    position: relative;
}

.section1 .tit-box h2 span::before, .section3 .tit-box h2 span::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 35px;
    background-color: rgba(36, 202, 185, 0.5);
    z-index: -1;
    transition: .3s ease-in-out;
}

.section1 .tit-box h2 span.on::before, .section3 .tit-box h2 span.on::before {
    width: 100px;
}

.section1 .tit-box em, .section2 .tit-box em, .section3 .tit-box em, .section4 .tit-box em {
    display: block;
    margin-top: 34px;
    color: #393E4D;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 160%;
}

.section1 .tit-box p, .section2 .tit-box p, .section3 .tit-box p, .section4 .tit-box p {
    color: #393E4D;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 160%;
}

.section1 .right {
    margin-top: 25px;
    margin-right: 158px;
}

.section1 .right img {
    width: 120%;
}

.section1 .logo-wrap, .section2 .logo-wrap {
    position: absolute;
    bottom: -5px;
    left: 0;
}

/* 섹션2 */
.section2 .section-body {
    padding: 0;
}

.section2 .left, .section2 .right {
    width: 50%;
    height: 100vh;
}

.section2 .left {
    background: linear-gradient(to right, #24CAB9 100%, #24CAB9 80%);
    padding: 200px 100px 0;
    box-sizing: border-box;
}

.section2 .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .tit-box b, .section2 .tit-box h2, .section2 .tit-box em, .section2 .tit-box p,
.section4 .tit-box b, .section4 .tit-box h2, .section4 .tit-box em, .section4 .tit-box p {
    color: #fff;
}

.section2 .right > div {
    position: relative;
}

.section2 .msg1, .section2 .msg2, .section2 .msg3, .sec3_msg1, .sec3_msg2, .sec3_msg3, .sec3_msg4 {
    position: absolute;
}

.section2 .msg1 {
    top: 38%;
    left: -93px;
}

.section2 .msg2 {
    top: 55%;
    right: -201px;
}

.section2 .msg3 {
    bottom: -40px;
    left: -105px;
}

/* 섹션3 */
.section3 .left, .section3 .right {
    width: 50%;
}

.section3 .left_bg {
    position: relative;
    right: -10%;
    bottom: -10%;
}

.section3 .right {
    text-align: center;
}

.section3 .right > div {
    position: relative;
}

.sec3_img {
    position: relative;
    z-index: 1;
}

.sec3_msg1 {
    top: 4%;
    left: 9%;
    z-index: 2;
}

.sec3_msg2 {
    top: 41.5%;
    right: 15.5%;
    z-index: 2;
}

.sec3_msg3 {
    top: 58%;
    left: 10%;
    z-index: 2;
}

.sec3_msg4 {
    bottom: -13%;
    left: 13%;
}

/* 섹션4 */
.section4 .section-body {
    background-image: url("/front/images/sec4_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section4 .right {
    position: relative;
    bottom: -125px;
    margin-right: 69px;
}

.section4 .right img {
    width: 110%;
}

/* footer */
.footer_section, .footer_section .fp-tableCell {
    height: 220px !important;
}

.footer_section em {
    display: block;
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    color: #393E4D;
}

.footer_section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #8A8E9B;
}

.footer_section p + p {
    margin-top: 7px;
}

.footer_section b {
    display: block;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #D3D3D3;
}

.footer_section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 18px;
}

.footer_section ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(138, 142, 155, 0.6);
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #8A8E9B;
}

.footer_section .logo_black {
    display: block !important;
    margin-left: auto;
}

/* agreement 약관 */
#agreement #header {
    max-width: 1920px;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
}

#agreement .logo_black {
    display: block !important;
}

#agreement .section-body {
    max-width: 1920px;
    padding: 120px 20px 0;
    margin: 0 auto;
    background-color: #fff;
}

#agreement .section a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    border-top: 1px solid #eee;
    font-size: 13px;
    font-weight: 400;
    color: #393E4D;
}

#agreement .section ul li:last-child a {
    border-bottom: 1px solid #eee;
}

.copy-txt {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 13px;
    font-weight: 500;
    color: #D3D3D3;
}

.agreement-view #header {
    height: 80px;
}

.agreement-view #header a {
    display: block;
    width: 20px;
}

.agreement-view h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #393E4D;
}

.agreement-view h2 {
    font-size: 18px;
    font-weight: 600;
    color: #393E4D;
}

.agreement-view .cont {
    font-size: 16px;
    font-weight: 400;
    color: #393E4D;
}

.pc1340 {
    display: none !important;
}

/* 1920 대응 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
    .section1 .right {
        margin-top: -55px !important;
        margin-right: -20px !important;
    }

    .section1 .right img {
        max-width: 800px !important;
    }

    .section1 .logo-wrap, .section2 .logo-wrap {
        bottom: -6px !important;
        left: -74px !important;
    }

    .section1 .logo-wrap img, .section2 .logo-wrap img {
        width: 515.21px !important;
        height: 365.18px !important;
    }

    .section2 .sec2_img {
        max-width: 440px !important;
    }

    .section2 .msg1 {
        left: -140px !important;
        width: 340px !important;
    }

    .section2 .msg2 {
        right: -175px !important;
        width: 340px !important;
    }

    .section2 .msg3 {
        bottom: -35px !important;
        left: -140px !important;
        width: 340px !important;
    }

    .section3 .left_bg {
        right: -24% !important;
        bottom: 0 !important;
        width: 70% !important;
    }

    .sec3_img {
        top: -50px !important;
        width: 40% !important;
    }

    .sec3_msg1 {
        top: -3% !important;
        left: 5% !important;
        width: 33% !important;
    }

    .sec3_msg2 {
        top: 34.5% !important;
        width: 33% !important;
    }

    .sec3_msg3 {
        top: 51% !important;
        left: 5% !important;
        width: 34% !important;
    }

    .sec3_msg4 {
        bottom: 0 !important;
        left: 9.5% !important;
        width: 33% !important;
    }

    .section4 .right {
        margin-right: -13px !important;
        text-align: right !important;
    }

    .section4 .right img {
        width: 70% !important;
    }
}

@media screen and (max-width: 1820px) and (max-height: 1080px) {
    .section2 .msg1 {
        width: 65% !important;
        left: -95px !important;
    }

    .section2 .msg2 {
        width: 65% !important;
        right: -135px !important;
    }

    .section2 .msg3 {
        width: 65% !important;
        bottom: -30px !important;
        left: -5px !important;
    }

    .sec3_img {
        width: 35% !important;
    }

    .sec3_msg1 {
        top: -4% !important;
        left: 22% !important;
        width: 30% !important;
    }

    .sec3_msg2 {
        width: 30% !important;
        right: 4.5% !important;
    }

    .sec3_msg3 {
        left: 20% !important;
        width: 31% !important;
    }

    .sec3_msg4 {
        left: 23.5% !important;
        width: 30% !important;
    }

    .section4 .right img {
        width: 60% !important;
    }

    .section4 .right {
        bottom: -140px !important;
    }
}

@media screen and (max-width: 1440px) and (max-height: 1080px) {
    .section1 .right {
        margin-top: 55px !important;
    }

    .section1 .right img {
        width: 600px !important;
    }

    .section2 .msg1 {
        width: 60% !important;
        left: -80px !important;
    }

    .section2 .msg2 {
        width: 60% !important;
        right: -35px !important;
    }

    .section2 .msg3 {
        width: 60% !important;
    }

    .section3 .left_bg {
        bottom: -35px !important;
    }

    .sec3_img {
        width: 40% !important;
    }

    .sec3_msg1, .sec3_msg2, .sec3_msg3, .sec3_msg4 {
        width: 33% !important;
    }

    .section4 .right img {
        width: 532px !important;
    }
}

@media screen and (max-width: 1340px) and (max-height: 1080px) {
    .pc1340 {
        display: block;
    }

    .footer_section .section-column {
        height: auto;
        padding: 42px 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }

    .footer_section .right img {
        display: none !important;
    }

    .footer_section .pc1340 {
        margin: 0 auto;
    }

    .footer_section ul {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1280px) and (max-height: 1080px) {
    .pcta, .pcta-flex, #fp-nav {
        display: none;
    }

    .mota {
        display: block;
    }

    .mota-flex {
        display: flex;
    }

    .mo1280 {
        display: block;
    }

    #header {
        padding: 0 20px;
        height: 100px;
    }

    #header .header-inner.center {
        justify-content: center;
    }

    #header .header-inner.center .download-wrap.mota-flex {
        display: none;
    }

    .footer_section .logo_black, .logo-wrap, .logo-wrap img {
        width: 120px;
        height: 47.96px;
    }

    .visual-inner {
        align-items: center;
        margin-left: 0;
    }

    .visual-inner .tit-box {
        text-align: center;
    }

    #mVisual .tit-box p {
        font-size: 23px;
        line-height: 100%;
        letter-spacing: -0.45px;
    }

    #mVisual .tit-box h2 {
        font-size: 50px;
        line-height: 60px;
        text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    }

    #mVisual .mo-link {
        margin-top: 15px;
    }

    .mo-link {
        width: 150px;
        height: 49px;
        font-size: 16px;
        border-radius: 25px;
    }

    .section1 .tit-box b, .section2 .tit-box b, .section3 .tit-box b, .section4 .tit-box b {
        font-size: 15px;
        letter-spacing: -0.75px;
    }

    .section1 .tit-box h2, .section2 .tit-box h2, .section3 .tit-box h2, .section4 .tit-box h2 {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: -1.3px;
    }

    .section1 .tit-box p, .section2 .tit-box p, .section3 .tit-box p, .section4 .tit-box p {
        font-size: 15px;
        letter-spacing: -0.75px;
    }

    .section1 .tit-box em, .section2 .tit-box em, .section3 .tit-box em, .section4 .tit-box em {
        font-size: 15px;
        letter-spacing: -0.75px;
        margin-top: 24px;
    }

    .section1 .section-column {
        flex-direction: column;
        align-items: center;
        height: calc(100vh - 124px);
    }

    .section1 .right {
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .section1 .tit-area, .section2 .tit-area, .section3 .tit-area, .section4 .tit-area {
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }

    .section-body {
        padding: 0 20px;
        overflow: hidden;
    }

    .section1 .section-body, .section3 .section-body, .section4 .section-body {
        padding-top: 124px;
    }

    .section1 .logo-wrap, .section2 .logo-wrap, .section1 .logo-wrap img, .section2 .logo-wrap img {
        width: 237px !important;
        height: 321px !important;
        bottom: -120px !important;
        left: -70px !important;
    }

    .mota-flex.gap-23 {
        justify-content: center;
    }

    .section1 .right img {
        width: 38% !important;
    }

    .section1 .right .mota-flex img:last-child {
        margin-top: -5px !important;
    }

    .download-wrap.bg_white .mo-link {
        background-color: #fff;
        color: #393E4D;
    }

    .section2 .left {
        padding: 124px 20px 0;
        width: 100%;
        overflow: hidden;
    }

    .section2 .left > .d-flex {
        height: calc(100vh - 124px);
    }

    .section2 .right,  .section3 .right {
        display: none;
    }

    .section1 .tit-box h2 span.on::before {
        width: 50px;
        height: 20px;
        bottom: -2px;
    }

    .section3 .tit-box h2 span.on::before {
        bottom: -2px;
    }

    .sec2_img {
        width: 496px;
        bottom: -200px;
        position: relative;
    }

    .section2 .msg1 {
        width: 512px !important;
        left: auto !important;
        top: 59% !important;
        right: 20% !important;
    }

    .section2 .msg2 {
        width: 512px !important;
        right: 20% !important;
        top: 69% !important;
    }

    .section2 .msg3 {
        width: 512px !important;
        bottom: auto !important;
        left: auto !important;
        top: 79% !important;
        right: 20% !important;
    }

    .section3 .left {
        width: 100%;
        height: calc(100vh - 124px);
        display: flex;
        flex-direction: column;
    }

    .section3 .left > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section3 .left_bg {
        width: 640px !important;
        bottom: 0 !important;
        margin-top: 15px !important;
        right: 0 !important;
    }

    .sec3_img {
        width: 500px !important;
        margin-right: 0 !important;
        bottom: 8% !important;
        top: auto !important;
    }

    .sec3_msg1 {
        top: 59% !important;
        left: 60% !important;
        width: 345px !important;
    }

    .section4 .section-column {
        flex-direction: column;
        align-items: center;
        height: calc(100vh - 124px);
    }

    .section4 .right {
        bottom: -25px !important;
        margin-right: 0 !important;;
    }

    .footer_section ul {
        justify-content: center;
    }
}

@media screen and (max-width: 920px) and (max-height: 1080px) {
    .section1 .right img {
        width: 40% !important;
    }

    .sec3_img {
        width: 56.9% !important;
    }

    .section3 .left_bg {
        width: 72% !important;
    }

    .sec3_msg1 {
        width: 37.5% !important;
    }
}

@media screen and (max-width: 768px) and (max-height: 1080px) {
    .mo1280 {
        display: none;
    }

    .mo768 {
        display: block;
    }

    .section1 .section-body, .section3 .section-body, .section4 .section-body {
        padding-top: 84px;
    }

    .section1 .section-column, .section4 .section-column {
        height: calc(100vh - 84px);
    }

    .section2 .left {
        padding: 84px 20px 0;
    }

    .section3 .left {
        height: calc(100vh - 84px);
    }

    #mVisual {
        background-image: url(/front/images/bg_mVisual_mo.png);
    }

    #mVisual .tit-box p {
        font-size: 15px;
        line-height: 100%;
        letter-spacing: -0.45px;
    }

    #mVisual .tit-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .footer_section .logo_black, .logo-wrap, .logo-wrap img {
        width: 82.5px;
        height: 22px;
    }

    .mo-link {
        width: 100px;
        height: 40px;
        font-size: 13px;
    }

    .section1 .tit-box b, .section2 .tit-box b, .section3 .tit-box b, .section4 .tit-box b {
        font-size: 13px;
        letter-spacing: -0.65px;
    }

    .section1 .tit-box em, .section2 .tit-box em, .section3 .tit-box em, .section4 .tit-box em {
        font-size: 13px;
        letter-spacing: -0.65px;
        margin-top: 21px;
    }

    .section1 .tit-box h2, .section2 .tit-box h2, .section3 .tit-box h2, .section4 .tit-box h2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.9px;
    }

    .section1 .tit-box p, .section2 .tit-box p, .section3 .tit-box p, .section4 .tit-box p {
        font-size: 13px;
        letter-spacing: -0.65px;
    }

    .section1 .right {
        width: 100% !important;
    }

    .section1 .right img {
        width: 50% !important;
    }

    .section1 .right .mota-flex img:last-child {
        margin-top: -6px !important;
    }

    .section1 .logo-wrap, .section1 .logo-wrap img {
        bottom: -124px !important;
    }

    .section2 .logo-wrap, .section2 .logo-wrap img {
        bottom: -183px !important;
    }

    .sec2_img {
        width: 400px;
    }

    .section2 .msg1 {
        width: 400px !important;
        top: auto !important;
        bottom: 30% !important;
    }

    .section2 .msg2 {
        width: 400px !important;
        top: auto !important;
        bottom: 22% !important;
    }

    .section2 .msg3 {
        width: 400px !important;
        top: auto !important;
        bottom: 14% !important;
    }

    .section3 .left > div {
        align-items: flex-start;
    }

    .sec3_img {
        width: 375px !important;
        bottom: -6% !important;
    }

    .sec3_msg1 {
        top: 64% !important;
        left: 40% !important;
        width: 288px !important;
    }

    .section1 .tit-box h2 span.on::before {
        width: 37px !important;
        height: 15px !important;
    }

    .section3 .tit-box h2 span.on::before {
        width: 54px !important;
        height: 15px !important;
    }

    .section3 .left_bg {
        right: -13% !important;
    }
}

@media screen and (max-width: 640px) and (max-height: 1080px) {
    .sec3_img {
        bottom: -15% !important;
    }

    .sec3_msg1 {
        bottom: -6% !important;
    }

    .section4 .right img {
        width: 100% !important;;
    }
}

@media screen and (max-width: 580px) and (max-height: 1080px) {
    .sec3_img {
        bottom: -19% !important;
    }

    .sec3_msg1 {
        top: 60%;
    }
}

@media screen and (max-width: 480px) and (max-height: 1080px) {
    .pc480 {
        display: none;
    }

    .mo480 {
        display: block;
    }

    .sec2_img {
        width: 300px;
        bottom: -183px;
    }

    .section2 .msg1 {
        width: 300px !important;
        bottom: 20% !important;
    }

    .section2 .msg2 {
        width: 300px !important;
        bottom: 14% !important;
    }

    .section2 .msg3 {
        width: 300px !important;
        bottom: 8% !important;
    }

    .sec3_img {
        bottom: -26% !important;
        width: 100% !important;
        max-width: 375px !important;
    }

    .sec3_msg1 {
        top: 65% !important;
        left: auto !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 260px !important;
    }

    .section1 .right .mota-flex img:last-child {
        margin-top: -4px !important;
    }
}

@media screen and (max-width: 480px) and (max-height: 768px) {
    .section2 .msg1 {
        bottom: 23% !important;
    }

    .section2 .msg2 {
        bottom: 14% !important;
    }

    .section2 .msg3 {
        bottom: 5% !important;
    }

    .sec3_msg1 {
        top: 58% !important;
    }
}

@media screen and (max-width: 430px) and (max-height: 1080px) {
    .sec3_img {
        bottom: -19% !important;
    }

    .sec3_msg1 {
        max-width: 220px !important;
        top: 65% !important;
    }

    .section3 .left_bg {
        width: 100% !important;
        right: 0 !important;
    }
}

@media screen and (max-width: 430px) and (max-height: 940px) {
    .sec3_img {
        bottom: -3% !important;
        left: -9px !important;
    }

    .sec3_msg1 {
        top: 58% !important;
        right: 8px !important;
    }
}

@media screen and (max-width: 390px) and (max-height: 1080px) {
    .pc390 {
        display: none;
    }

    .mo390 {
        display: block;
    }

    .section1 .right img {
        width: 100% !important;
    }

    .section1 .right img:first-child {
        margin: -9px -17px 0 0 !important;
    }

    .sec2_img {
        width: 274px;
        bottom: -42px;
        right: -10px;
    }

    .section2 .msg1 {
        bottom: 10% !important;
        width: 343px !important;
        right: 20px !important;
    }

    .section2 .msg2 {
        bottom: 4% !important;
        width: 343px !important;
        right: 20px !important;
    }

    .section2 .msg3 {
        bottom: -2% !important;
        width: 343px !important;
        right: 20px !important;
    }

    .sec3_img {
        width: 104% !important;
        margin-left: -9px !important;
        bottom: -25% !important;
    }

    .sec3_msg1 {
        right: 7px !important;
    }

    .section4 .right img {
        width: 104% !important;
        margin-left: -7px !important;
    }
}

@media screen and (max-width: 390px) and (max-height: 940px) {
    .sec3_img {
        bottom: -6.5% !important;
        left: 0 !important;
    }

    .sec3_msg1 {
        top: 58% !important;
    }

    .section2 .msg1 {
        bottom: 12% !important;
    }

    .section2 .msg2 {
        bottom: 5% !important;
    }
}

@media screen and (max-width: 390px) and (max-height: 768px) {
    .section2 .msg1 {
        bottom: 13% !important;
    }

    .section2 .msg2 {
        bottom: 5% !important;
    }

    .section2 .msg3 {
        bottom: -3% !important;
    }

    .sec3_msg1 {
        top: 64% !important;
    }
}

@media screen and (max-width: 375px) and (max-height: 1080px) {
    .section1 .right img {
        width: 56% !important;
    }
}

@media screen and (max-width: 375px) and (max-height: 768px) {
    .section2 .msg1 {
        bottom: 17% !important;
    }

    .section2 .msg2 {
        bottom: 7% !important;
    }
}

@media screen and (max-width: 360px) and (max-height: 1080px) {
    .sec3_msg1 {
        top: 68% !important;
    }

    .sec3_img {
        bottom: -34% !important;
    }

    .section2 .msg1, .section2 .msg2, .section2 .msg3 {
        width: 330px !important;
    }
}

@media screen and (max-width: 360px) and (max-height: 768px) {
    .section2 .msg1 {
        bottom: 13% !important;
    }

    .section2 .msg2 {
        bottom: 5% !important;
    }

    .sec3_img {
        bottom: 10% !important;
    }

    .sec3_msg1 {
        top: 58% !important;
    }
}

@media screen and (max-width: 360px) and (max-height: 640px) {
    .section2 .msg1 {
        bottom: 15% !important;
    }

    .section2 .msg2 {
        bottom: 6% !important;
    }
}

@media screen and (max-width: 360px) and (max-height: 580px) {
    .section2 .msg1 {
        bottom: 17% !important;
    }

    .section2 .msg2 {
        bottom: 7% !important;
    }
}