body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #011420;
    color: white;
}
.mobile-nav{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 101;
    background-color: #011420;
    color: white;
}
.mobile-nav .dp-wrap{
    display: flex;
    align-items: center;
}
.mobile-nav .dp-wrap button{
    margin-right: 10px;
    font-size: 14px;
}
.mobile-nav-wrap1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    display: none;
}
.mobile-nav-wrap2{
    position: relative;
}
.dropDown-menu{
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 99;
}
.mobile-menu{
    background-color: #011420;
    z-index: 99;
    padding: 0;
}
.mobile-menu li a:hover{
    background-color: #2265c2;
}
.mobile-menu li:hover a{
    font-weight: bold;
}
.mobile-menu li a{
    padding: 1.5rem 2rem;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}
#menu-icon{
    cursor: pointer;
}
#menu-icon i{
    font-size: 20px;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #011420;
    position: fixed;
    top: 0;
    width: 100%;
}
header .logo img{
    width: 180px;
}
header nav {
    display: flex;
    align-items: center;
}
header nav ul {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    padding: 0;
}

header nav ul li {
    margin-right: 20px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

header .download-btn {
    background-color: #3182F6;
    padding: 15px 20px;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
header .download-btn:hover{
    background-color: #2265c2;
}
.hero {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 120vh;
    padding-top: 100px;
    background: rgb(1,149,242);
    background: linear-gradient(180deg, rgba(1,149,242,1) 0%, rgba(16,38,148,1) 100%);
}
.hero .hero-content{
    background-image: url(../img/background.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80vh;
}
.hero h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 140%;
    font-family: 'Pretendard-Bold';
}
.hero h1 strong{
    font-size: 65px;
}
.hero h5{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.container{
    width: 1180px;
    margin: 0 auto;
}
.container h1{
    font-size: 44px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    font-family: 'Pretendard-Bold';
    line-break: anywhere;
}
.container h2{
    font-size: 16px;
    color: #3182F6;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 15px;
}
.container p{
    font-size: 16px;
    color: #B3B9BC;
    line-height: 150%;
    text-align: center;
    margin-top: 20px;
}
.about {
    padding: 150px 0;
    text-align: center;
}

.features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 150px;
}

.feature {
    background-color: #0292EF;
    padding: 40px;
    border-radius: 20px;
    width: 32%;
    min-height: 235px;
    max-height: 235px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.feature h2{
    font-size: 44px;
    color: #fff;
    text-align: left;
    line-height: 140%;
    font-family: 'Pretendard-Bold';
    margin: 0;
}
.feature h3{
    font-size: 20px;
    color: #CCE9FC;
    line-height: 150%;
    font-family: 'Pretendard-SBold';
    text-align: left;
}
.features2{
    margin: 100px 0 0 0;
}
.feature2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.feature2 .img-box{
    width: 40%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 16px;
}
#img-box1{
    background-image: url(../img/box/img1.png);
}
#img-box2{
    background-image: url(../img/box/img2.png);
}
#img-box3{
    background-image: url(../img/box/img3.png);
}
.feature2 .text-box h2{
    text-align: left;
}
.feature2 .text-box h3{
    font-size: 40px;
    color: #fff;
    line-height: 140%;
    font-family: 'Pretendard-Bold';
    text-align: left;
    margin-bottom: 40px;
}
.feature2 .text-box p{
    font-size: 16px;
    color: #B3B9BC;
    line-height: 150%;
    text-align: left;
}

.reviews {
    background-color: white;
    padding: 150px 0;
}
.reviews h1{
    color: #011420;
    text-align: left;
}
.reviews h2{
    text-align: left;
}
.review {
    display: inline-block;
    margin: 0 10px;
    width: 32%;
}
.review .review-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 16px;
}
.review .review-img{
    margin-bottom: 30px;
}
.review-img-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}
.review h3{
    font-size: 20px;
    color: #011420;
    font-family: 'Pretendard-SBold';
    text-align: left;
    margin-bottom: 10px;
    line-height: 140%;
}
.review p{
    font-size: 16px;
    color: #6C7074;
    line-height: 150%;
    text-align: left;
    margin-top: 0;
}
#review-img1{
    background-image: url(../img/box2/img1.png);
}
#review-img2{
    background-image: url(../img/box2/img2.png);
}
#review-img3{
    background-image: url(../img/box2/img3.png);
}

.footer-wrap{
    width: 1180px;
    margin: 0 auto;
    padding: 50px 0;
}
.footer-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer-top ul:first-child li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.footer-top ul:first-child li:last-child{
    margin: 0;
}
.footer-top ul:first-child li p{
    font-size: 16px;
    line-height: 150%;
    color: #CCD0D2;
    font-weight: 500;
}
.footer-top ul:first-child li img{
    margin-right: 10px;
}
.footer-top ul:last-child{
    display: flex;
    align-items: center;
}
.footer-top ul:last-child li{
    margin-right: 15px;
}
.footer-top ul:last-child li:last-child{
    margin: 0;
}
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom h2{
    font-size: 14px;
    color: #CCD0D2;
    font-family: 'Pretendard-Bold';
}
.footer-bottom h3{
    font-size: 14px;
    text-decoration: underline;
    color: #CCD0D2;
    font-family: 'Pretendard-Bold';
}
@media (max-width: 1180px) {
    .container{
        width: 90%;
    }
    .text-box{
        width: 50%;
    }
    .feature2 .text-box p br{
        display: none;
    }
    .footer-wrap{
        width: 90%;
    }
}


@media (max-width: 780px) {
    .mobile-nav-wrap1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .mobile-nav .logo-box img{
        width: 150px;
    }
    #pc-menu{
        display: none;
    }
    /* header{
        padding: 20px;
    }
    header .logo img{
        width: 80%;
    } */
    .hero h1{
        font-size: 35px;
    }
    .hero h5{
        margin-bottom: 10px;
    }
    .hero h1 strong{
        font-size: 40px;
    }
    .hero{
        height: 80vh;
        padding-top: 200px;
    }
    .hero .hero-content{
        height: 80vh;
    }
    .feature h2{
        font-size: 25px;
    }
    .feature h3{
        font-size: 16px;
    }
    .container h1{
        font-size: 30px;
    }
    .about{
        padding: 100px 0 0 0;
    }
    .feature{
        min-height: 180px;
        max-height: 180px;
        padding: 30px;
    }
    .features{
        margin: 50px 0 100px 0;
    }
    .feature2 .text-box h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .reviews{
        padding: 100px 0;
    }
    .features2{
        margin-top: 80px;
    }
    .review p br{
        display: none;
    }
    .reviews h2{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .feature2{
        margin: 0;
    }
    .footer-top{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer-top ul:last-child{
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    header .download-btn{
        padding: 10px 15px;
    }
    .hero h1{
        font-size: 25px;
    }
    .hero h1 strong{
        font-size: 35px;
    }
    .hero{
        padding: 150px 4% 0 4%;
        height: 60vh;
    }
    header{
        flex-direction: column;
        align-items: flex-start;
    }
    header nav{
        margin-top: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .features2 .feature2:nth-child(2){
        flex-direction: column !important;
    }
    .feature2{
        flex-direction: column-reverse;
        margin-bottom: 80px;
    }
    .text-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .feature2 .img-box{
        width: 50%;
        margin-bottom: 40px;
    }
    .feature2 .text-box h3 br{
        display: none;
    }
    .container p br{
        display: none;
    }
    .container p{
        font-size: 14px;
    }
    .features{
        flex-direction: column;
    }
    .feature{
        width: 100%;
        margin-bottom: 20px;
        flex-direction: row;
        align-items: center;
        min-height: auto;
        max-height: auto;
    }
    .review-img-wrap{
        flex-direction: column;

    }
    .review{
        width: 100%;
        margin: 0 0 50px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .review-img-wrap .review:last-child{
        margin: 0;
    }
    .review .review-img{
        width: 50%;
    }
    .review p{
        text-align: left !important;
    }
    #review-img1, #review-img2, #review-img3{
        width: 100%;
        background-size: cover;
    }
    .feature2 .img-box{
        height: 250px;
        background-size: cover;
        width: 100%;
    }
    .container h1 br{
        /* display: none; */
    }
    .feature2{
        margin-bottom: 50px;
    }
    .about{
        padding: 80px 0;
    }
    .container h1{
        font-size: 25px;
        line-break: anywhere;
    }
    .features{
        margin: 50px 0;
    }
    .feature2 .text-box h3{
        font-size: 25px;
    }
    .features2 .feature2:last-child{
        margin: 0;
    }
    .features2{
        margin-top: 50px;
    }
    .reviews{
        padding: 80px 0;
    }
    .footer-top ul:first-child li p{
        font-size: 14px;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom h2{
        margin-bottom: 15px;
    }
    .container h1 br{
        display: none;
    }
}

@media (max-width: 380px) {
    .hero{
        height: 80vh;
    }
}

@media (max-width: 360px) {
    .hero{
        height: 60vh;
    }
}