@charset "utf-8";


/* LAYOUT */
.sw-section-inner{position:relative;}
.section1{padding:120px 0 240px;}
.section2{padding:120px 0 140px;}
.section3{padding:240px 0 220px;}
.section4{margin-bottom:120px;}



/* COMMON */

.sw-section-title{
    font-size:50px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:#000;
}

.sw-section-title.bottom-line{
    position:relative;
}
.sw-section-title.bottom-line:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: -62px;
    width: 60px;
    height: 4px;
    background-color: var( --main-color);
}

.img-wrap{position:relative;}
.img-wrap img{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); object-fit:cover; height:100%;}
    
    



/* SECTION 1 */
.section1 .sw-section-top{margin-bottom:150px; text-align:center;}

.section1 .sw-section-title{
    margin-bottom:136px;
    display: inline-block;
}

.section1 .sw-section-subtitle {
    font-size: 18px;
    width: 62%;
    display: inline-block;
}
.section1 .img-wrap{
    width:46%;
    height:auto;
    aspect-ratio: 10/8;
}
    


.sw-recycle-img{position:relative; overflow:hidden;}


.section1 .ico_arrow {
    width: 6%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}




/* SECTION 2 */
.section2{background-color:#F5F5F5}

.section2 .sw-section-top{margin-bottom:80px;}
.section2 .sw-section-title{font-size:42px;}

.section2 .sw-section-title span{
    display:inline-block;
    margin-left:8px;
    font-weight:300;
}


.sw-recycle-process{text-align: center;}
.sw-recycle-process ul{display:inline-block;}
.sw-recycle-process ul li {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 50px;
}
.sw-recycle-process ul li > *:nth-child(1){float:left; margin-right: 40px;}
.sw-recycle-process ul li > *:nth-child(2){float:right;    width: 360px;}

.sw-recycle-process .img-wrap {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.sw-recycle-process .text-wrap{text-align: left;}
.sw-recycle-process .text-wrap .process-title{margin-bottom:11px;font-size:32px; font-weight:bold;}
.sw-recycle-process .text-wrap .process-text{font-size:18px; color:#707070;}







/* SECTION 3 */
.section3 .sw-facility-left {
    padding-top: 20px;
    width: calc(45% - 60px);
    margin-right: 60px;
}
.section3 .sw-section-title{
    font-size:50px;
    margin-bottom:32px;
    text-align:left;
}

.section3 .sw-section-subtitle {
    font-size: 18px;
    margin-bottom: 140px;
}

.facility-info ul li {
    display:flex;
    align-items: center;
    margin-bottom:11px;
    color:#333;
    font-size:18px;
    text-align: left;
}
.facility-info ul li i{margin-right:10px;width:28px; height:28px;}




.sw-facility-right {width: 55%;}
.sw-facility-right .img-viewer{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;}
.sw-recycle-swiper .img-viewer img{animation: reveal 0.4s ease-in-out forwards;}

.sw-recycle-swiper{overflow: hidden;}
.sw-recycle-swiper .img-wrap{width:100%; overflow:Hidden;    display: block;}




/* SECTION 4 - BANNER */
.sw-banner {
    background-image: url(../img/recyle_banner_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 17px 0;
    box-sizing: border-box;
    width: 100%;
    height: 127px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sw-banner .row{padding: 0 40px;}

.sw-banner:before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    min-width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}


.sw-banner .sw-section-top{width:70%; text-align:left;}
.sw-banner .sw-section-title {
    color: #fff;
    font-size: 26px;
    text-align: center;
    width: 100%;
}

/* .sw-banner .sw-section-subtitle {
    color:#fff;
    font-size: 18px;
} */


.sw-btn-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    text-align: right;
}
.sw-btn-section .sw-btn-link {
    padding: 3px 22px 5px 28px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sw-btn-section .ico-arrow {
    margin-left: 16px;
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url(../img/ico_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}





@media (max-width:600px){

    /* LAYOUT */
    .section1{padding:80px 0 100px;}
    .section2{padding:60px 0 60px;}
    .section3{padding:120px 0 100px;}
    .section4{margin-bottom:80px; height:auto}
    



    /* SECTION 1 */
    .section1 .sw-section-top{margin-bottom:70px;}
    .section1 .sw-section-title {
        margin-bottom: 93px;
        font-size: 8.2vw;
    }

    .sw-section-title.bottom-line:before{
        bottom:-47px;
        width:40px;
        height:2px;
    }

    .section1 .sw-section-subtitle{width:100%;font-weight: 300;}

    .section1 .img-wrap{float: none; width:100%; margin-bottom:85px;}
    .section1 .img-wrap:last-child{margin-bottom:0;}
    .section1 .ico_arrow {transform: translate(-50%,-50%)rotate(90deg)scale(2) !important;}


    /* SECTION 2 */
    .section2 .sw-section-top{margin-bottom:70px;}
    .section2 .sw-section-title {font-size: 32px;}

    .sw-recycle-process ul{display:block;}
    .sw-recycle-process ul li > *:nth-child(1) {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }
    .sw-recycle-process ul li > *:nth-child(2) {
        width: calc(100% - 140px);
    }

    .sw-recycle-process .text-wrap .process-title{
        font-size:6.67vw;
    }
    



    /* SECTION 3 */

    .section3 .sw-facility-left {
        margin-right: 00px;
        float: none;
        width: 100%;
        margin-bottom: 12px;
    }
    .section3 .sw-section-title {
        font-size: 32px;
        text-align: center;
    }

    .section3 .sw-section-subtitle{
        margin-bottom: 70px;
        font-weight: 300;
    }

    .facility-info ul li:last-child{margin-bottom:0}



    .sw-facility-right {
        float: none;
        width: 100%;
    }


    .sw-facility-right .img-viewer{margin-bottom:10px;}
    /* SWIPER -  */

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scrollbar-hidden::-webkit-scrollbar {
        display: none;
    }
  
    /* Hide scrollbar for IE, Edge add Firefox */
    .scrollbar-hidden {
        -ms-overflow-style: none;
        scrollbar-width: none; /* Firefox */
    }
    .sw-recycle-swiper ::-webkit-scrollbar{width:0; background-color:transparent; display:none;}

    .sw-recycle-swiper .swiper-wrapper {
        display: block;
        min-height: 20vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .sw-recycle-swiper .swiper-slide {
        float: left;
        width: calc(50% - 5px);
        margin-right: 10px;
        height: auto;
        margin-bottom: 10px;
    }
    .sw-recycle-swiper .swiper-slide:nth-child(2n){
        margin-right:0;
    }
    .sw-recycle-swiper .swiper-slide:nth-last-child(1){
        margin-bottom:0;
    }

    /* BANNER */
    .sw-banner{padding: 30px 0 24px;}
    .sw-banner .row {
        padding: 0 15px;
    }
    .sw-banner .sw-section-top{
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .sw-banner .sw-section-title {
        font-size: 5vw;
        margin-bottom: 10px;
        text-align: center;
    }

    .sw-banner .sw-section-subtitle{
        font-size:4.7vw;    
        font-weight: 300;
    }

    .sw-btn-section{
        width: 100%;
        position:static;
        text-align: center;
    }
    .sw-btn-section .sw-btn-link {
        position: static;
        display: inline-block;
        transform: initial;
    }


}


@media (max-width:320px){

    .sw-recycle-process ul li > *:nth-child(1) {
        width: 80px;
        height: 80px;
        margin-right:15px;
    }
    .sw-recycle-process ul li > *:nth-child(2) {
        width: calc(100% - 95px);
    }
}