/**/
#main-visual {
    height:100vh;
    background:#000;
}
#main-visual .swiper-slide {}
#main-visual .swiper-slide .wrap {
    height:100%;
    display:flex;
    justify-content: center;
    flex-direction:column;
}
#main-visual .swiper-slide p {}
#main-visual .swiper-slide p:nth-child(1) {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    margin-bottom:3.2rem;
}
#main-visual .swiper-slide p:nth-child(2) {
    color: #FFF;
    font-family: Pretendard, sans-serif;;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
}

/**/
#about-us {
    padding:16rem 0;
    background:#fff;
}

/**/
#best-products {
    padding:12rem 0;
    background:#000;
}

/**/
#industries {
    padding:12rem 0;
    background:#fff;
}

/**/
#quality-technology {
    padding:12rem 0;
    background:#EAF5FB;
}

/**/
#thomas-now {
    padding:12rem 0 16rem 0;
    background:#fff;
}


