@charset "utf-8";

.l_fix{
    position: fixed;
    top: 100px;
}
.r_fix{
    margin: 0 0 0 auto;
}

#gnb{
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
}


#section_1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 193px;
    margin-bottom: 215px;
}

.top_left{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left_head h1{
    font-size: 96px;
    font-weight: 100;
    font-style: italic;
    color: #124331;
}
.left_head p{
    font: 18px "noto sans KR", 'snas-serif';
    font-weight: 300;
    letter-spacing: -.5px;
}
.left_head p span{
    font-size: 22px;
    color: #124331;
}


.animation{
    position: relative;
    max-width: 100%;
    height: 185px;
}
.animation ul li{
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}
.ani_img img, .ani_line img{
    width: 100%;
}

.ani_img, .ani_line{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.animation .ani_img img {
    animation: prod_img 4.5s ease-in infinite both;
}
.animation .ani_line img{
    animation: prod_line 4.5s .8s ease-in-out infinite  both;
    transform: scale(0);
}

@keyframes prod_line{
    0%{
        transform: scale(0);
    }
    10%{
        transform: scale(1.2);
    }
    25%{
        transform: scale(1);
    }
    55%{
        transform: scale(1);
    }
    60%{
        transform: scale(1);
        opacity: 1;
    }
    70%{
        transform: scale(0);
        opacity: 0;
    }
    
}

@keyframes prod_img {
    0%{
        transform: scale(1);
    }
    15%{
        transform: scale(1);
    }
    25%{
        transform: scale(0);
    }

    80%{
        transform: scale(0);
    }
    90%{
        transform: scale(1);
    }
}



.left_foot p{
    font: 16px "noto sans KR", 'sans-serif';
    font-weight: 300;
    color: #666;
    letter-spacing: -.5px;
    text-align: right;
    border-bottom: 1px solid #124331;
    padding-bottom: 10px;
}

.top_right{
    width: 40%;
    position: relative;
}

.top_right p{
    position: absolute;
    top: 33px;
    left: -82px;
    z-index: 50;
    transform: rotate(90deg);
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
}
.top_right p span{
    font-size: 18px;
}
.swiper-slide img{
    width: 100%;
    height: auto;
} 
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}

.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.8;
}
.swiper-pagination-bullet-active{
    background: #124331;
}


.go_product{
    /* position: absolute;
    bottom: 120px;
    left: 100px; */
    margin-top: 40px;
}
.go_product a{
    display: flex;
    align-items: center;
}
.go_product a p{
    font: 18px "noto snas KR", 'sans-serif';
    font-weight: 300;
    color: #124331;
}
.go_product span{
    color: #124331;
    font-size: 42px;
    animation: go-product 1s ease-in-out infinite both;
}

@keyframes go-product {
    0%{
        transform: translateY(5px);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(5px);
    }
}



/* section 2 */
#section_2{
    display: flex;
    justify-content: space-between;

}

.tab_btn{
    margin-right: 50px;
    border-right: 1px solid #124331;
    height: 100%;
    width: 78px;
}
.tab_btn li{
    margin-bottom: 106px;
}

.tab_btn li a{
    font-size: 24px;
    font-weight: 300;
    color: #666;
    transition: .3s;
}
.tab_btn li.on a{
    font-size: 30px;
    color: #124331;
    padding-left: 100px;
}

.bottom_left{
    width: 150px;
}


/* right */
.tab_body li:hover.green{
    background: #124331;
}
.tab_body li:hover.orange{
    background: #ed8326;
}
.tab_body li:hover.brown{
    background: #34180F;
}
.tab_body li:hover.indigo{
    background: #044269;
}

.bottom_right{
    width: 85%;
}

.tab_body ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.tab_body ul li{
    width: 20%;
    padding: 15px 10px;
    position: relative;
    transition: .3s;
    margin: 0px 20px 40px;
    text-align: center;
}
.tab_body ul li a img{
    text-align: center;
    max-width: 100%;
}
.tab_body ul li:hover a{
    color: #fff;
}

.tab_body li h2, .tab_body li h3, .tab_body li p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.tab_body li p{
    padding-top: 15px;
}
#section_2 .bottom_right .tab_body li span{
    font-size: 40px;
    position: absolute;
    top: 7px;
    right: 5px;
    color: #fff;
}



/* 반응형 */
@media screen and (max-width:1260px) {
    
    #section_1{
        flex-direction: column;
        margin-bottom: 7%;
        padding-top: 100px;
    }
    .top_left{
        width: auto;
    }
    .animation{
        margin: 5% 0;
    }

    .top_right{
        width: 50%;
        margin-left: auto;
        margin-top: 5%;
        
    }
    .top_right .image{
        width: 100%;
        
    }
    .go_product{
        display: none;
    }

    #section_2{
        flex-direction: column;
    }
    .bottom_left{
        width: auto;
    }
    .tab_btn{
        margin-right: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-right: 0;
        width: auto;
        height: 65px;
    }
    .tab_btn li{
        margin-bottom: 5%;
    }
    .tab_btn li.on a{
        padding-left: 0;
        font-weight: 400;
        /* border-bottom: 1px solid #124331; */
    }

    .bottom_right{
        width: 100%;
    }
    .tab_body ul li {
        width: 35%;
        margin: 0px 20px 40px;
    }

    .left_head h1{
        font-size: 8vmax;
    }
}/* PC */


@media screen and (min-width:971px) {
    .tab_btn li:hover a{
        font-weight: 400;
        color: #124331;
    }
    /* @keyframes move {
        0%{
            transform: translateX(5px);
        }
        50%{
            transform: translateX(-5px);
        }
        100%{
            transform: translateX(5px);
        }
    } */
}/* PC */

@media screen and (max-width:700px) {
    .left_head p{
        display: inline;
    }
}/* 700 */

@media screen and (max-width:970px) {
    
}/* 970 */

@media screen and (max-width:510px){
    .left_head p span{
        font-size: 18px;
    }
    .left_head p{
        font-size: 14px;
    }
    .left_foot p{
        font-size: 12px;
    }

}/* 510 */

@media screen and (max-width:440px) {
    
    #section_2 .bottom_right .tab_body li span{
        font-size: 24px;
        top: 3px;
        right: 3px;
    }
    .tab_body ul li{
        width: 30%;
        margin: 0px 20px 10px;
    }
    .tab_body li h2, .tab_body li h3, .tab_body li p{
        font-size: 14px;
    }
    .tab_body li p{
        font-size: 12px;
    }
}/* 440 */