#main_content{
    width: 100%;
    margin-top: 130px;
}


/* slide */
.visual{
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.v_0,
.v_1{
    width: 100%;
    height: 100%;
}

.v_0 .center,
.v_1 .center{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.slide_text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    z-index: 9;
    margin-top: -20px;
}

.slide_cate{
    display: flex;
    align-items: center;
}

.slide_cate p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #111;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.slide_cate span{
    width: 60px;
    height: 1px;
    background-color: #111;
    margin-left: 20px;
    display: block;
}

.slide_title{
    margin-top: 30px;
}

.slide_title>p{
    font-size: 36px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.slide_title>p span{
    display: block;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
}

.slide_title>span{
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 30px;
}

.slide_more_btn{
    width: 100%;
    margin-top: 70px;
}

.slide_more_btn a{
    width: 175px;
    display: flex;
    align-items: center;
    position: relative;
}

.slide_more_btn a p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.slide_more_btn a p img{
    margin-right: 20px;
    transition: all .5s;
}

.slide_more_btn a:hover p img{
    margin-right: -30px;
}

.slide_more_btn a span{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff02a;
    border-radius: 50px;
    display: block;
    z-index: -1;
    right: 0;
}

.slide_img{
    width: 800px;
    height: 695px;
    position: relative;
}

.slide_img img{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide_img video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand_story_section{
    width: 100%;
    padding: 130px 0 150px;
}

.brand_story_section .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bs_img{
    width: 420px;
    height: auto;
    margin-top: -70px;
}

.bs_img img{
    width: 100%;
}

.bs_text_contain .slide_cate,
.bs_text_contain .slide_title,
.bs_text_contain .slide_more_btn{
    padding-left: 55px;
    box-sizing: border-box;
}

.bs_text_contain .slide_title>p{
    font-size: 50px;
    line-height: 62px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.bs_text_contain .slide_title span{
    line-height: 30px;
    margin-top: 40px;
}

.bs_text_contain .slide_more_btn{
    margin-top: 30px;
}

.bs_video{
    width: 675px;
    height: auto;
    margin-top: 80px;
}

.bs_video video{
    width: 100%;
}

.product_section{
    width: 100%;
    padding-top: 100px;
    background-color: #f5f5f5;
    display: flex !important;
    align-items: flex-start;
}

.slider-for{
    width: 50%;
}

.slide_bigimg{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_bigimg img{
    width: 100%;
}

.small_pd_slide{
    width: 50%;
    margin-top: 20px;
}

.small_pd_slide>p{
    font-size: 38px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 100px;
    box-sizing: border-box;
}

.slider-nav .slick-track{
    left: -150px;
}

.slide_smallbox{
    margin: 0 55px;
    cursor: pointer;
}

.small_pd_thumb{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.small_pd_thumb img{
    width: 100%;
    transition: transform .3s;
}

.small_pd_thumb:hover img{
    transform: scale(1.1);
}

.slide_smallbox p{
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.slide_smallbox p span{
    font-size: 28px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
}

.faq_section{
    width: 100%;
    padding: 150px 0 200px;
}

.faq_section .center>p{
    text-align: center;
    font-size: 38px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.faq_section ul{
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

.faq_section ul li{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    padding-bottom: 10px;
    overflow: hidden;
}

.faq_section ul li:nth-child(3n){
    margin-right: 0;
}

.faq_section ul li>p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 20px;
}

.faq_section ul li>span{
    font-size: 17px;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.faq_section ul li .slide_more_btn{
    margin-top: 30px;
    margin-left: -105px;
}
