*{margin: 0; padding: 0;
    box-sizing:border-box;
    }


body{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
  }

h1{
    font-weight: bold;
}

.main{
    width: 100%;
    height: 425px;
    text-align: center;
    background:url('../image/solution/mobility.png') 0 0 no-repeat;
    background-size: cover;
}

.main > h1{
    padding-top: 165px;
    font-size: 65px;
    color: rgb(255, 255, 255);
    word-break: keep-all;

}
   
.wrap{
    width: 1100px;
    margin: 0 auto;
}

.full-wrap {
    width: 100%;
    margin: 0 auto;
}

/* --------------Scont1---------------- */

.Scont1{
    padding-top: 85px;
    
}

.Scont1 > h3{
    font-size: 15px;
    color: #0BA299;
}
.Scont1 > h1{
    font-size: 48px;
}
.Scont1 > p{
    font-size: 24px;
    padding-top: 27px;
    
}

.Scont1 > .graYp{
    font-size: 16px;
    padding-top: 15px;
    opacity: 0.6;
}

.Scont1Img{
    margin-top: 55px;
}

.Scont1Img img{
    width: 49%;
    padding-right: 6px;
}


/* --------------Scont2---------------- */

.Scont2{
    height: 600px;
    margin-left: 30px;
}

.Scont2 h3{
    font-size: 40px;
    padding-top: 100px;
    font-weight: bold;
     text-align: center;
}

.Scont2 .Scont2Container {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    
}

.Scont2 .Scont2Container .sBox1{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    word-break: keep-all;
    text-align: center;
}

.Scont2 .Scont2Container .sBox1 h5{
    font-size: 24px;
    font-weight: bold;
}

/* --------------Scont3---------------- */

.Scont3{
    width: 100%;
    background-color: #fafafa;
    height: 480px;
    padding: 30px 0;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Scont3 .Scont3Wrap {
    max-width: 1100px;
    width: 100%;

    display: flex;
    justify-content: space-between;

}

.Scont3 .Scont3Wrap > .phone{
    width: 12%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Scont3 .Scont3Wrap > div > p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ddd;
}

.Scont3 .Scont3Wrap > div > img{
    width: 100%;
    border-radius: 10px;
}
.Scont3 .Scont3Wrap >.last{
    width: 47%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* --------------Scont4---------------- */

.Scont4{
    width: 100%;
    padding: 30px 0;
}

.Scont4 h3{
    font-size: 40px;
    padding-top: 100px;
    padding-bottom: 45px;
    font-weight: bold;
     text-align: center;
}

.Scont4 .Scont4Container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    gap: 25px;
}
.Scont4 .Scont4Container .Scont4Box{
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 40px 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.33% - 20px);
    
    text-align: center;
    word-break: keep-all;
}
.Scont4 .Scont4Container .Scont4Box h5{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
.Scont4 .Scont4Container .Scont4Box p{
    text-align: center;
    word-break: keep-all;
}
.Scont4 .Scont4Container .Scont4Box img{
    width: 130px;
    height: 130px;
}


/* --------------Scont5---------------- */

.Scont5{
    width: 100%;
    padding: 30px 0;
}

.Scont5 h3{
    font-size: 40px;
    padding-top: 100px;
    padding-bottom: 45px;
    font-weight: bold;
    text-align: center;
}

.Scont5 .Scont5Container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    gap: 25px;
}

.Scont5 .Scont5Container .Scont5Box{
    background-color: #fafafa;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.Scont5 .Scont5Container .Scont5Box h5{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.Scont5 .Scont5Container .Scont5Box p{
    word-break: keep-all;
}

.Scont5 .Scont5Container .Scont5Box span{
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 40px;
    color: #0BA299;
    font-weight: bold;
}

/* --------------Scont6---------------- */

.Scont6 h3{
    font-size: 40px;
    padding-top: 180px;
    padding-bottom: 45px;
    font-weight: bold;
    text-align: center;
}

.Scont6 .Scont6-bg {
    width: 100%;
    height: 516px;
    background-image: url('../image/solution/mobility7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;


}
.Scont6 .Scont6Wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.Scont6 .Scont6Wrapper .Scont6Container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Scont6 .Scont6Wrapper .Scont6Container .Scont6-circle {
    width: 20%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);

    font-size: 30px;
    font-weight: bold;
    text-align: center;

}



/* footer */

footer{
    clear: both;
    margin-top: 90px;
    background: #303A3A;
    height: 250px;
    
}

footer .foot{
    text-align: center;
    color: white;
}

.flogo{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;  
}

/* ============ 반응형 미디어 쿼리 ============ */

@media all and (max-width:1200px){
    .wrap{
        width: 100%;
        padding: 0 25px;
        overflow: hidden;
    }

    .wrap > .wrap {
        padding: 0;
        margin: 0;
    }
    
    .Scont2{
        margin-left: 0;
    }
    

    /* Scont3 */
    .Scont3 .Scont3Wrap{
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap:5px;
    }

    .Scont3 .Scont3Wrap > .phone{
        width: 10%;
        margin: 0 auto;
    }
    
    .Scont3 .Scont3Wrap > .phone > p{
        font-size: 12px;
     }

    .Scont3 .Scont3Wrap > .last {
        padding-top: 30px;
    }
}

@media all and (max-width:768px){
    .main{
        height: 425px;
    }
    
    .Scont1{
        padding-top: 50px;
    }
    
    .Scont1 > h1{
        font-size: 36px;
    }
    
    .Scont1 > p{
        font-size: 20px;
        padding-top: 20px;
    }
    
    .Scont1 > .graYp{
        font-size: 14px;
    }
    
    /* Scont2 반응형 */
    .Scont2{
        height: auto;
    }
    
    .Scont2 h3{
        font-size: 32px;
        padding-top: 70px;
    }

    .Scont2 .Scont2Container .sBox1 p{
        text-align: center;
        font-size: 14px;
        word-break: keep-all;
    }
    .Scont2 .Scont2Container .sBox1{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .Scont2 .Scont2Container .sBox1 h5{
        font-size: 20px;
    }
    /* Scont3 */
    .Scont3{
        height: auto;
        padding: 20px 20px;
    }
    .Scont3 .Scont3Wrap{
        width: 90%;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap:5px
    }

    .Scont3 .Scont3Wrap > .phone{
        width: 20%;
        margin: 0 auto;
    }
    
    .Scont3 .Scont3Wrap > .phone > p{
        font-size: 12px;
     }

    .Scont3 .Scont3Wrap > .last {
        padding-top: 30px;
        width: 100%;
    }

    /* Scont4 반응형 */
    .Scont4 h3{
        font-size: 32px;
        padding-top: 70px;
    }
    
    .Scont4 .Scont4Container .Scont4Box{
        width: calc(50% - 15px);
    }
    
    .Scont4 .Scont4Container .Scont4Box h5{
        font-size: 18px;
    }
    
    .Scont4 .Scont4Container .Scont4Box img{
        width: 100px;
        height: 100px;
    }
    
    /* Scont5 반응형 */
    .Scont5 h3{
        font-size: 32px;
        padding-top: 70px;
    }
    
    .Scont5 .Scont5Container .Scont5Box h5{
        font-size: 20px;
    }
    
    .Scont5 .Scont5Container .Scont5Box span{
        font-size: 32px;
    }
    
    /* Scont6 반응형 */
    .Scont6 h3{
        font-size: 32px;
        padding-top: 120px;
    }
    
    .Scont6 .Scont6-bg {
        height: 60vh;
    }
    
    .Scont6 .Scont6Wrapper .Scont6Container {
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }
    
    .Scont6 .Scont6Wrapper .Scont6Container .Scont6-circle {
        width: 30%;
        font-size: 24px;
    }
}

@media all and (max-width:500px){
    .main > h1{
        font-size: 4rem;
       }
    
    .Scont1{
        padding-top: 30px;
    }
    
    .Scont1 > h1{
        font-size: 28px;
    }
    
    .Scont1 > p{
        font-size: 18px;
    }
    
    .Scont1 > .graYp{
        font-size: 13px;
    }
    
    /* Scont2 */
    .Scont2 h3{
        font-size: 28px;
        padding-top: 50px;
    }
    
    .Scont2 .Scont2Container .sBox1{
        padding: 30px 15px;
    }
    
    .Scont2 .Scont2Container .sBox1 h5{
        font-size: 18px;
    }
    
    /* Scont3 */
    .Scont3 .Scont3Wrap{
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap:5px
    }

    .Scont3 .Scont3Wrap > .phone{
        width: 40%;
        margin: 0 auto;
    }
    
    .Scont3 .Scont3Wrap > .phone > p{
        font-size: 12px;
     }

    .Scont3 .Scont3Wrap > .last {
        padding-top: 30px;
    }
    
    /* Scont4 */
    .Scont4 h3{
        font-size: 28px;
        padding-top: 50px;
    }
    
    .Scont4 .Scont4Container .Scont4Box{
        width: 100%;
        padding: 30px 20px;
    }
    
    .Scont4 .Scont4Container .Scont4Box h5{
        font-size: 16px;
    }
    
    .Scont4 .Scont4Container .Scont4Box p{
        font-size: 14px;
    }
    
    .Scont4 .Scont4Container .Scont4Box img{
        width: 80px;
        height: 80px;
    }
    
    /* Scont5 */
    .Scont5 h3{
        font-size: 28px;
        padding-top: 50px;
    }
    
    .Scont5 .Scont5Container .Scont5Box{
        padding: 30px 20px;
    }
    
    .Scont5 .Scont5Container .Scont5Box h5{
        font-size: 18px;
    }
    
    .Scont5 .Scont5Container .Scont5Box span{
        font-size: 28px;
        right: 15px;
        top: 10px;
    }
    
    /* Scont6 */
    .Scont6 h3{
        font-size: 28px;
        padding-top: 80px;
    }
    
    .Scont6 .Scont6-bg {
        height: 350px;
    }
    .Scont6 .Scont6Wrapper .Scont6Container {
        width: 90%;
        margin: 0 auto;
        gap: 20px;
        padding: 0 10px;
    }
    .Scont6 .Scont6Wrapper .Scont6Container .Scont6-circle {
        width: 35%;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    /* Footer */
    footer{
        height: auto;
        padding-bottom: 30px;
    }
    
    footer .foot{
        padding: 0 20px;
    }
}

@media all and (max-width:375px){
    .main{
        height: 25vh;
    }
    
    .main > h1{
        padding-top: 65px;
        font-size: 3rem;
    }
    
    .Scont1 > h1{
        font-size: 24px;
    }

    .Scont1 > h3{
        font-size: 15px;
    }

    .Scont1 > p{
        font-size: 16px;
    }
    
    /* Scont2 */
    .Scont2 h3{
        font-size: 24px;
        padding-top: 40px;
    }
    
    .Scont2 .Scont2Container .sBox1 h5{
        font-size: 15px;
    }


    /* Scont4 */
    .Scont4 h3{
        font-size: 24px;
        padding-top: 40px;
    }
    
    .Scont4 .Scont4Container .Scont4Box h5{
        font-size: 14px;
    }
    
    .Scont4 .Scont4Container .Scont4Box p{
        font-size: 13px;
    }
    
    /* Scont5 */
    .Scont5 h3{
        font-size: 24px;
        padding-top: 40px;
    }
    
    .Scont5 .Scont5Container .Scont5Box h5{
        font-size: 16px;
    }
    
    .Scont5 .Scont5Container .Scont5Box span{
        font-size: 24px;
    }
    
    /* Scont6 */
    .Scont6 h3{
        font-size: 24px;
        padding-top: 60px;
    }
    
    .Scont6 .Scont6-bg {
        height: 300px;
    }
    
    .Scont6 .Scont6Wrapper .Scont6Container .Scont6-circle {
        width: 30%;
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media all and (max-width:320px){
    .wrap{
        padding: 0 10px;
    }
    
    .main > h1{
        font-size: 28px;
    }
    
    .Scont1 > h1{
        font-size: 22px;
    }
    
    .Scont1 > p{
        font-size: 15px;
    }
    
    .Scont2 .Scont2Container .sBox1{
        padding: 25px 15px;
    }
    
    .Scont4 .Scont4Container .Scont4Box{
        padding: 25px 15px;
    }
    
    .Scont5 .Scont5Container .Scont5Box{
        padding: 25px 15px;
    }
    .Scont6 .Scont6-bg {
        height: 100%;
    }
    .Scont6 .Scont6Wrapper .Scont6Container .Scont6-circle {
        width: 20%;
        font-size: 16px;
    }
}
