@charset "utf-8";
#hamburger{
    display: none;
}
.hamburger-menu{
    display: none;
}
.plus{
    display: none;
}
#wrap{
    overflow: hidden;
}
.container{
    height: 100vh;
}
.banner{
    position: relative;
}
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    font-size: 20px;
    background-color: #FDFEFD;
    color: #375F51;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 160px 0;
    transition: 0.7s;
}
.header-area.active{
    background-color: #F0F6F4;
}
.header-area.add{
    background-color: #E3EFEB;
}
.header-area .header-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 100px;
}
.header-area .main-menu,
.header-area .icon-box{
    display: flex;
    margin-right: -20px;
}
.header-area .main-menu .menu,
.header-area .icon-box .icon{
    margin-right: 24px;
    letter-spacing: 2px;
    opacity: 0.5;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}
.header-area .main-menu .menu:hover,
.header-area .icon-box .icon:hover{
    opacity: 1;
}
.search input[type="text"]{
    border: none;
    outline: none;
    width: 200px;
    height: 40px;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff url(../img/search.png) no-repeat center left 5px;
    background-size: 30px;
    background-color: #F0F6F4;
    padding-left: 50px;
    margin-right: 24px;
    transition: 0.7s;
}
.search input[type="text"].active{
    background-color: #ffffff;
}
.search input::placeholder{
    font-style: italic;
    transition: 0.3s;
    opacity: 0.8;
}
.search input:focus::placeholder{
    opacity: 0;
}

.swiper-slide{
    position: relative;
    padding-top: 100px;
}
.swiper-slide .banner-txt{
    position: absolute;
    top: 30%;
    left: 60%;
}
.banner-txt h2{
    font-size: 40px;
    color: #375F51;
    margin-bottom: 20px;
}
.banner-lasttxt h2{
    color: #8FBFAE;
}
.banner-txt li{
    font-size: 20px;
    color: #15251F;
}
.swiper-slide:nth-child(1){
    background: url(../img/banner-img1.jpg) no-repeat center;
    background-size: cover;
}
.swiper-slide:nth-child(2){
    background: url(../img/banner-img2.jpg) no-repeat center;
    background-size: cover;
}
.swiper-slide:nth-child(3){
    background: url(../img/banner-img3.jpg) no-repeat center;
    background-size: cover;
}

.sub-menu-box{
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    background-color: #E3EFEB;
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
}
.sub-menu-box.active{
    z-index: 9999;
    opacity: 1;
}
.close{
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 432px;
}
.login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    background-color: #FDFEFD;
    color: #375F51;
    font-size: 20px;
    font-weight: 600;
    margin-top: 90px;
    margin-left: 360px;
}
.sub-box-1{
    width: 100%;
    height: 100px;
    background-color: #E3EFEB;
    border-top: 1px solid #8FBFAE;
    margin-top: 40px;
}
.sub-box-2{
    width: 100%;
    height: 100px;
    background-color: #E3EFEB;
    border-top: 1px solid #8FBFAE;
    border-bottom: 1px solid #8FBFAE;
}
.sub-box-1 p, .sub-box-2 p{
    font-size: 20px;
    font-weight: 500;
    margin-left: 60px;
    margin-top: 38px;
    color: #375F51;
    cursor: pointer;
}
.download{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    background-color: #FDFEFD;
    color: #375F51;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 60px auto;
}
.sub-text{
    padding-left: 60px;
}
.sub-text p{
    font-size: 20px;
    color: #375F51;
    margin-bottom: 32px;
    cursor: pointer;
}

/* sec-1 */
.sec-1 .container{
    background-color: #F0F6F4;
}
.sec-1-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 130px 0px 32px 0;
}
.sec-1-box{
    color: #375f51;
    margin-right: 20px;
    font-size: 0;
    transition: 0.5s;
}
.sec-1-box:hover{
    opacity: 0.7;
}
.sec-1-txt{
    font-weight: 500;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-1-top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.sec-1-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-1-txt{
    background-color: #E3EFEB;
    width: 100%;
    height: 60px;
}
.sec-1-txt li{
    margin: 0 auto;
}
.sec-1-box1 img{
    width: 790px;
    height: 350px;  
}
.sec-1-box2 img{
    width: 520px;
    height: 350px;              
}

.sec-1-box3 img, .sec-1-box4 img{
    width: 385px;
    height: 210px;
}
.sec-1-box5 img, .sec-1-box6 img{
    width: 250px;
    height: 210px;
}

/* sec-2 */
.sec-2 .container{
    background-color: #ffffff;
}
.sec-2-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 150px 0px 32px 0;
}
.sec-2-mainbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-2-box{
    margin-right: 20px;
}
.sec-2-box:last-child{
    margin-right: -20px;
}
.sec-2-img{
    width: 385px;
    height: 385px;
    transition: 0.5s;
}
.sec-2-box img:hover{
    opacity: 0.7;
}
.sec-2-maintxt{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 385px;
    height: 173px;
    background-color: #E3EFEB;
}
.sec-2-txt{
    display: flex;
}
.maintxt-box1{
    color: #A17C5D;
}
.maintxt-box2{
    color: #6A8664;
}
.maintxt-box3{
    color: #EABB61;
}
.maintxt-box4{
    color: #C4C4C4;
}

.sec-2-line{
    width: 225px;
    height: 1px;
    margin: 20px 0 20px 0;
}
.sec-2-line.line-1{
    background-color: #A17C5D;
}
.sec-2-line.line-2{
    background-color: #6A8664;
}
.sec-2-line.line-3{
    background-color: #EABB61;
}
.sec-2-line.line-4{
    background-color: #C4C4C4;
}

.txt-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
}
.txt-box:first-child{
    margin-right: 5px;
}
.txt-box.box1{
    background-color: #A17C5D;
}
.txt-box.box2{
    background-color: #6A8664;
}
.txt-box.box3{
    background-color: #EABB61;
}
.txt-box.box4{
    background-color: #C4C4C4;
}

/* sec-3 */
.sec-3 .container{
    background-color: #E3EFEB;
}
.sec-3-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 200px 0px 32px 0;
}

.sec-3-box img:hover{
    opacity: 0.7;
}
.sec-3-box img{
    width: 385px;
    height: 368px;
    margin-bottom: -10px;
    transition: 0.5s;
}
.sec-3-mainbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-3-box.box2{
    margin: 0 88px 0 87px;
}
.sec-3-txt{
    width: 385px;
    height: 200px;
    color: #ffffff;
    padding-left: 12px;
}
.sec-3-txt li:first-child{
    font-size: 24px;
    padding: 20px 0 20px 0;
}
.sec-3-txt.txt1{
    background-color: #BC8E68;
}
.sec-3-txt.txt2{
    background-color: #637B5D;
}
.sec-3-txt.txt3{
    background-color: #94CFA5;
}

/* sec-4 */
.sec-4 .container{
    background-color: #F0F6F4;
    background: url(../img/sec-4-img.png) no-repeat top right #F0F6F4;
}
.sec-4-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 250px 0px 32px 0;
}
.sec-4-mainbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-4-box img{
    width: 385px;
    height: 385px;
    transition: 0.3s;
}
.sec-4-box img:hover{
    opacity: 0.8;
}
.sec-4-box{
    position: relative;
    top: 0;
    left: 0;
    margin-right: 20px;
    cursor: pointer;
}
.sec-4-box:last-child{
    margin-right: -20px;
}
.top-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #375F51 2px solid;
    color: #375F51;
    font-size: 20px;
    font-weight: 600;
    z-index: 99;
}
.sec-4-txt{
    font-size: 16px;
    margin-top: 8px;
}
.sec-4-txt p:last-child{
    margin-top: 8px;
}

/* sec-5 */
.sec-5 .container{
    background-color: #ffffff;
    background: url(../img/sec-5-img.png) no-repeat center;
}
.sec-5-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 250px 0px 32px 0;
}
.sec-5-mainbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-5-box img{
    width: 385px;
    height: 385px;
    transition: 0.3s;
}
.sec-5-box img:hover{
    opacity: 0.8;
}
.sec-5-box{
    position: relative;
    top: 0;
    left: 0;
    margin-right: 20px;
    cursor: pointer;
}
.sec-5-box:last-child{
    margin-right: -20px;
}
.sec-5-txt{
    font-size: 16px;
    margin-top: 8px;
}
.sec-5-txt p:last-child{
    margin-top: 8px;
}

/* sec-6 */
.sec-6 .container{
    background-color: #ffffff;
}
.sec-6-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 150px 0px 32px 0;
}
.sec-6-box{
    position: relative;
    top: 0;
    left: 0;
    margin-right: 20px;
    cursor: pointer;
}
.sec-6-box p{
    font-size: 16px;
    margin-top: 8px;
}
.sec-6-box:last-child{
    margin-right: -20px;
}
.sec-6-box img{
    width: 385px;
    height: 385px;
    transition: 0.3s;
}
.sec-6-box img:hover{
    opacity: 0.6;
}
.sec-6-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs > div{
    display: none;
}
.tabs > div.active{
    display: block;
}
.top-box2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #375F51 2px solid;
    color: #375F51;
    font-size: 20px;
    font-weight: 600;
    z-index: 99;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-left: 10px;
    overflow: hidden;
    margin-bottom: 32px;
}
.btn li{
    width: 265px;
    height: 60px;
    cursor: pointer;
    background-color: #eee;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.btn li:hover,
.btn li.active{
    border-top-color: rgb(77, 76, 73);
    background-color: #fff;
}

/* footer */
.footer .container{
    background-color: #F0F6F4;
}
.footer-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #589983;
    padding: 150px 0px 32px 0;
}
.footer-top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-animation{
    display: flex;
}
.footer-box{
    position: relative;
    top: 0;
    left: 0;
    width: 310px;
    height: 310px;
    margin-right: 20px;
    cursor: pointer;
}
.insta{
    position: absolute;
    top: 12px;
    left: 12px;
    width: 42px;
    height: 42px;
    z-index: 99;
}

.footer .footer-top{
    display: flex;
    align-items: center;
    animation: carousel 20s linear infinite;
}
@keyframes carousel {
    form{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}

.line-animation{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 1px;
    margin-top: 40px;
    margin-left: 360px;
    background-color: #C4C4C4;
}
.line{
    width: 100px;
    height: 3px;
    margin-left: 1100px;
    background-color: #15251F;
    animation: line 20s linear infinite;
    cursor: pointer;
}
@keyframes line {
    form{
        transform: translateX(0);
    }
    to{
        transform: translateX(-1100%);
    }
}

.footer-bottom{
    width: 100%;
    height: 300px;
    background-color: #375f51;
    margin-top: 100px;
    padding-top: 20px;
}
.footer-bottom img{
    width: 110px;
    height: 38px;
    margin-left: 160px;
    cursor: pointer;
}
.t-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
    margin-bottom: 12px;
}
.t-footer-txt, .b-footer-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 160px;
    cursor: pointer;
}
.footer-txt{
    margin-right: 20px;
    color: #ffffff;
    font-size: 16px;
}
.footer-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-icon{
    width: 24px;
    height: 24px;
    margin-right: 20px;
    cursor: pointer;
}
.f-icon:last-child{
    margin-right: 160px;
}
.footer-line{
    width: 100%;
    height: 0.5px;
    background-color: #ffffff;
    opacity: 0.6;
}
.b-footer-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.footer-num{
    color: #ffffff;
    margin-right: 160px;
    font-size: 20px;
}

.b-footer-2{
    margin-top: 50px;
    margin-left: 160px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}

.top-btn{
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    background-color: #8FBFAE;
    display: none;
}
.top-btn p{
    margin-top: 20px;
    color: #ffffff;
}

@media(max-width: 1800px){
.sec-2-title, .sec-3-title, .sec-4-title, .sec-5-title, .sec-6-title, .footer-title{
    font-size: 16px;
}
.sec-2-img{
    width: 330px;
    height: 300px;
}
.sec-2-maintxt{
    width: 330px;
    height: 150px;
}
.txt-box{
    width: 100px;
    height: 30px;
}
.sec-2-txt{
    font-size: 14px;
}
.sec-2-maintxt h2{
    font-size: 20px;
}

.sec-3-box img{
    width: 360px;
    height: 340px;
}
.sec-3-txt{
    width: 360px;
    height: 180px;
}
.sec-3-txt li:first-child{
    font-size: 20px;
    padding: 20px 0 20px 0;
}

.sec-4-box img, .sec-5-box img, .sec-6-box img{
    width: 350px;
    height: 350px;
}
.top-box{
    width: 80px;
    height: 30px;
    font-size: 16px;
}

.line-animation{
    display: none;
}
.footer-bottom img{
    width: 100px;
    height: 35px;
    margin-left: 160px;
    cursor: pointer;
}
.footer-txt{
    margin-right: 20px;
    color: #ffffff;
    font-size: 16px;
}
.footer-bottom{
    margin-top: 120px;
}
}

@media(max-width: 1500px){
    .banner-txt h2{
        font-size: 32px;
        color: #375F51;
        margin-bottom: 20px;
    }
    .banner-txt li{
        font-size: 16px;
        color: #15251F;
    }

    .sec-1-txt{
        font-weight: 500;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec-1-txt{
        background-color: #E3EFEB;
        width: 100%;
        height: 50px;
    }
    .sec-1-txt li{
        margin: 0 auto;
    }
    .sec-1-box1 img{
        width: 600px;
        height: 350px;  
    }
    .sec-1-box2 img{
        width: 400px;
        height: 350px;              
    }
    
    .sec-1-box3 img, .sec-1-box4 img{
        width: 250px;
        height: 210px;
    }
    .sec-1-box5 img, .sec-1-box6 img{
        width: 230px;
        height: 210px;
    }
    
    .sec-2-mainbox{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec-2-img{
        width: 300px;
        height: 270px;
    }
    .sec-2-maintxt{
        width: 300px;
        height: 150px;
    }
    .txt-box{
        width: 80px;
        height: 30px;
    }
    .sec-2-txt{
        font-size: 12px;
    }
    .sec-2-maintxt h2{
        font-size: 16px;
    }
    
    .sec-4-box img, .sec-5-box img, .sec-6-box img{
        width: 300px;
        height: 300px;
    }
    .sec-5 .container{
        background-color: #ffffff;
        background: none;
    }

    .footer-box{
        width: 280px;
        height: 280px;
    }

    .footer-txt{
        font-size: 12px;
    }
    .footer-icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .f-icon{
        width: 20px;
        height: 20px;
        margin-right: 16px;
    }
    .footer-line{
        width: 100%;
        height: 0.5px;
        background-color: #ffffff;
        opacity: 0.6;
    }
    .footer-num{
        color: #ffffff;
        margin-right: 160px;
        font-size: 16px;
    }    
    .b-footer-2{
        font-size: 10px;
    }
    .footer-bottom{
        margin-top: 140px;
    }
}

@media(max-width: 1300px){
    .container{
        height: 100%;
    }

    .header-area .main-menu,
    .header-area .icon-box{
    display: none;
    }

    #hamburger{
        display: block;
        position: relative;
        left: 110%;
        width: 30px;
        height: 16px;
        z-index: 99999;
    }
    #hamburger span{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #375F51;
        transition: 0.3s;
        border-radius: 10px;
    }
    #hamburger span:nth-child(1){
        top: 0;
    }
    #hamburger span:nth-child(2){
        top: 50%;
    }
    #hamburger span:nth-child(3){
        top: 100%;
    }
    #hamburger.active span:nth-child(1){
        transform: rotate(45deg);
        top: 50%;
    }
    #hamburger.active span:nth-child(2){
        display: none;
    }
    #hamburger.active span:nth-child(3){
        transform: rotate(-45deg);
        top: 50%;
    }

    .swiper{
        width: 1000px;
        height: 800px;
    }
    .swiper-slide{
        position: relative;
        padding-top: 100px;
    }
    .swiper-slide .banner-txt{
        position: absolute;
        top: 30%;
        left: 60%;
    }
    .banner-txt h2{
        font-size: 24px;
        color: #375F51;
        margin-bottom: 20px;
    }
    .banner-lasttxt h2{
        color: #8FBFAE;
    }
    .banner-txt li{
        font-size: 16px;
        color: #15251F;
    }
    .swiper-slide:nth-child(1){
        background: url(../img/banner1-sub.jpg) no-repeat center;
        background-size: cover;
    }
    .swiper-slide:nth-child(2){
        background: url(../img/banner2-sub.jpg) no-repeat center;
        background-size: cover;
    }
    .swiper-slide:nth-child(3){
        background: url(../img/banner3-sub.jpg) no-repeat center;
        background-size: cover;
    }

    .hamburger-menu.active{
        display: block;
    }
    .hamburger-menu{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #15251fa1;
        z-index: 99;
        padding-top: 80px;
    }
    .hamburger-menu1, .hamburger-menu2{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hamburger-menu1 li{
        width: 250px;
        color: #fff;
        text-align: center;
        font-size: 60px;
        margin-top: 200px;
        border-right: 3px solid #fff;
        opacity: 0.6;
    }
    .hamburger-menu2 li{
        color: #fff;
        width: 400px;
        text-align: center;
        font-size: 40px;
        margin-top: 200px;
        border-right: 3px solid #fff;
        opacity: 0.6;
    }
    .hamburger-menu2 li:nth-child(1),
    .hamburger-menu2 li:nth-child(3){
        width: 300px;
    }
    .hamburger-menu1 li:last-child,
    .hamburger-menu2 li:last-child{
        border: none;
    }
    .hamburger-menu1 li:hover,
    .hamburger-menu2 li:hover{
        border: none;
        color: #8FBFAE;
        opacity: 1;
    }

    .sec-1-title, .sec-2-title, .sec-3-title, .footer-title{
        font-size: 12px;
    }
    .sec-1 .container{
        padding-bottom: 20px;
    }
    .sec-1-txt{
        font-weight: 500;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec-1-txt{
        background-color: #E3EFEB;
        width: 100%;
        height: 40px;
    }
    .sec-1-txt li{
        margin: 0 auto;
    }
    .sec-1-box1 img{
        width: 400px;
        height: 200px;  
    }
    .sec-1-box2 img{
        width: 300px;
        height: 200px;            
    }
    
    .sec-1-box3 img, .sec-1-box4 img{
        width: 180px;
        height: 150px;
    }
    .sec-1-box5 img, .sec-1-box6 img{
        width: 150px;
        height: 150px;
    }

    .sec-2-mainbox{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .sec-2-box{
        width: calc(50% - 10px);
        margin: 0 auto;
    }
    .sec-2-box:nth-child(2n){
        margin-right: -10px;
    }
    .sec-2-txt{
        font-size: 12px;
    }
    .sec-2-maintxt h2{
        font-size: 16px;
    }
    .sec-2-img{
        width: 100%;
        height: 385px;
        transition: 0.5s;
    }
    .sec-2-maintxt{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 50px;
        background-color: #E3EFEB;
    }
    .sec-2-line{
        display: none;
    }  
    .txt-box{
        display: none;
    }

    .sec-3-title{
        padding: 100px 0px 32px 0;
    }
    .sec-3-box{
        width: 100%;
        height: 100%;
        margin-bottom: 100px;
    }
    .sec-3-box img{
        width: 100%;
        height: 100%;
    }
    .sec-3-mainbox{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sec-3-box.box2{
        margin: 0 0 100px 0;
    }
    .sec-3-txt{
        width: 100%;
        height: 60px;
        color: #ffffff;
        padding-left: 12px;
    }
    .sec-3-txt li:first-child{
        font-size: 24px;
        padding: 20px 0 20px 0;
    }
    .sec-3-txt li:last-child{
        display: none;
    }

    .sec-4, .sec-5, .sec-6{
        display: none;
    }
    .footer .footer-top{
        display: flex;
        align-items: center;
        animation: carousel 10s linear infinite;
    }
}

@media(max-width: 1020px){
    .swiper-button-next,
    .swiper-button-prev{
        display: none !important;
    }
    .swiper-slide .banner-txt{
        position: absolute;
        top: 50%;
        left: 40%;
    }
    .banner-txt h2{
        font-size: 20px;
        color: #375F51;
        margin-bottom: 20px;
    }
    .banner-lasttxt h2{
        color: #8FBFAE;
    }
    .banner-txt li{
        font-size: 12px;
        color: #15251F;
    }
}

@media(max-width: 820px){
    .footer-bottom{
        width: 100%;
        height: 300px;
        background-color: #375f51;
        margin-top: 100px;
        padding-top: 20px;
    }
    .footer-bottom img{
        display: none;
    }
    .footer-txt{
        margin-right: 12px;
        color: #ffffff;
        font-size: 12px;
    }
    .f-icon{
        display: none;
    }
    .b-footer-1{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
    }
    .footer-num{
        display: none;
    }
    
    .b-footer-2{
        margin-top: 50px;
        margin-left: 160px;
        color: #ffffff;
        font-size: 8px;
        cursor: pointer;
    }
}
@media(max-width: 720px){
    .sec-1 .container{
        padding-bottom: 20px;
    }
    .sec-1-box1, .sec-1-box2{
        color: #375f51;
        margin-right: 20px;
        font-size: 0;
        margin-bottom: 20px;
    }
    .sec-1-top{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0px;
        margin-left: 16px;
    }
    .sec-1-bottom{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec-1-txt{
        background-color: #E3EFEB;
        width: 100%;
        height: 20px;
        font-weight: 400;
        font-size: 12px;
    }
    .sec-1-box img{
        width: 375px;
        height: 180px;  
    }
}

@media(max-width: 525px){
    .header-area{
        height: 50px;
        z-index: 999;
        font-size: 20px;
        background-color: #E3EFEB;
        padding: 0 160px 0;
    }
    .header-area .header-logo{
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(-50%,-50%);
        width: 140px;
        height: 70px;
    }
    .swiper-slide .banner-txt{
        position: absolute;
        top: 90%;
        left: 11%;
    }
    .banner-txt h2{
        width: 160px;
        font-size: 20px;
        color: #375F51;
        margin-bottom: 20px;
    }
    .banner-txt li{
        display: none;
    }

    #hamburger{
        display: block;
        position: relative;
        left: 240%;
        width: 20px;
        height: 14px;
        z-index: 99999;
    }
    .hamburger-menu{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #E3EFEB;
        z-index: 99;
        padding-top: 80px;
    }
    .hamburger-menu1 li{
        color: #375F51;
        text-align: center;
        font-size: 16px;
        margin-top: -30px;
        border-right: none;
        opacity: 1;
    }
    .hamburger-menu2{
        display: none;
    }

    .sec-1 .container{
        padding-bottom: 20px;
    }
    .sec-1-box1, .sec-1-box2{
        color: #375f51;
        margin-right: 20px;
        font-size: 0;
        margin-bottom: 20px;
    }
    .sec-1-top{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 16px;
    }
    .sec-1-bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    }
    .sec-1-bottom a{
        margin-bottom: 20px;
    }
    .sec-1-bottom a:last-child{
        margin-bottom: -20px;
    }
    .sec-1-txt{
        background-color: #E3EFEB;
        width: 100%;
        height: 20px;
        font-weight: 400;
        font-size: 12px;
    }
    .sec-1-box img{
        width: 375px;
        height: 180px;  
    }

    .sec-2-mainbox{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .sec-2-box{
        width: 100%;
        margin: 0 auto;
    }
    .sec-2-box:nth-child(2n){
        margin-right: 0;
    }
    .sec-2-txt{
        font-size: 12px;
    }
    .sec-2-maintxt h2{
        font-size: 16px;
    }
    .sec-2-img{
        width: 100%;
        height: 200px;
    }
    .sec-3 .container{
        background-color: #FDFEFD;
    }
    .sec-3-title{
        padding: 100px 0px 32px 0;
    }
    .sec-3-box{
        height: 155px;
        margin-bottom: 100px;
    }
    .sec-3-box img{
        width: 375px;
        height: 200px;
    }
    .sec-3-mainbox{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .sec-3-txt{
        width: 375px;
        height: 30px;
        color: #ffffff;
        padding-top: 5px;
    }
    .sec-3-txt li:first-child{
        font-size: 12px;
        padding: 5px 0 6px 0;
        text-align: center;
    }
    .footer .footer-top.box1{
        display: block;
    }
    .footer-box{
        width: 100%;
        height: 375px;
        margin-right: 0;
        margin-bottom: 4px;
        cursor: pointer;
    }
    .plus{
        display: block;
        width: 60px;
        height: 20px;
        background-color: #8FBFAE;
        color: #fff;
        font-size: 12px;
        margin: 20px auto;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
    }
    .plus p{
        padding-top: 3px;
    }
    .footer-box:nth-child(6),
    .footer-box:nth-child(4),
    .footer-box:nth-child(5){
        display: none;
    }
    .footer .footer-top.box2{
        display: none;
    }
    .footer .footer-top{
        animation: none;
    }
    .insta{
        width: 30px;
        height: 30px;
    }

    .top-btn{
        opacity: 0;
    }

    .footer-bottom{
        width: 100%;
        height: 100px;
        margin-top: 100px;
    }
    .t-footer{
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .t-footer-txt, .b-footer-txt{
        margin-left: 16px;
    }
    .footer-txt{
        margin-right: 20px;
        color: #ffffff;
        font-size: 12px;
    }
    .footer-line{
        display: none;
    }
}
