:root {

}

/*** main_banner **/
#main_content{
    word-break: keep-all;
}

#main_content .visual{
    position: relative;
}

#main_content .visual .slider1{
    width: 100%;
    height: 100vh;
}

#main_content .visual .main_banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_banner .title{
    text-align: center;
}

.main_banner .title_top{
    margin-bottom: 20px;
}

.slide_box{
    width: 100%;
}

.slide_box img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* transition-duration: 3s; */
    /* transform: scale(1); */
}

.slick-active .slide_box img{
    transform: scale(1.1);
    animation: zoom 5s;
    animation-fill-mode : forwards;
}

@keyframes zoom{
    0%{
        transform: scale(1.1);
    }

    100%{
        transform: scale(1);
    }
}

.text_animation1{
    height: 80px;
    overflow: hidden;

    margin-bottom: 30px;
}

.text_animation2{
    height: 45px;
    overflow: hidden;
}

.text_animation1 p,
.text_animation2 p{
    height: 100%;
}

.text_animation1 p{
    opacity: 0;
    animation: show-up 1.2s ease forwards;
}

.text_animation2 p{
    opacity: 0;
    animation: show-up2 1.2s ease forwards;
    animation-delay: .4s;
}

@keyframes show-up{
    0%{
        margin-top: 80px;
        opacity: 0.3;
    }

    100%{
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes show-up2{
    0%{
        margin-top: 45px;
        opacity: 0.3;
    }

    100%{
        margin-top: 0;
        opacity: 1;
    }
}


.scroll_down{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.scroll_down p{
    /* font-size: 14px; */
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.progressbar{
    width: 1px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 10px auto 0;
    position: relative;
}

.progress_in{
    width: 1px;
    height: 0;
    background-color: #fff;
    top: 0;
    left: 0;
    animation: scroll_down infinite 2s ease-out;
}

@keyframes scroll_down{
    0%{
        height: 0%;
    }

    100%{
        height: 100%;
    }
}


/* main_sect1 */
.section1{
    padding-top: 80px;
    padding-bottom: 120px;

    position: relative;
}

.section1 .big_text{
    text-transform: uppercase;
    color : #f7f3f0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow :clip;
  
    /* margin-left: 13.5%; */
    position: absolute;
    top:7%;
    left:13.5%;

    z-index: 5;
}

.section1 .img_wrap{
    position: relative;
    z-index: 6;
}

.section1 .txt_wrap{
    text-align: right;
}

.section1 .flex_wrap{
    margin-top: 55px;
}

.section1 .txt_wrap .txt_top{
    font-size: 35px;
    line-height: 1.5;
    color : #3f2e26;
    /* margin-bottom: 70px; */
}

.section1 .txt_wrap .txt_bottom{
    font-size: 20px;
    line-height: 1.5;
    color : #9f978c;
}

.section1 .txt_wrap .ell{
    margin-top: 20px;
    margin-bottom: 40px;
}



/* main_sect2 */
.section2 {
    background-image: url('../images/main_sec2_img1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 920px;
}

.section2 .center{
    display: flex;
    justify-content: space-between;
    
}

.section2 .big_text{
    text-transform: uppercase;
}

.main_section .white_line{
    width: 30px;
    height: 1px;
    background-color: white;
    align-self: center;
}

.section2 .text_area{
    line-height: 70px;
    word-spacing: 20px;

    color: white;
    align-self: center;
}

.main_section .circle{
    width: 137px;
    height:42px;   
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    /* border:1px solid white;
    clip-path: ellipse(30% 20%); */
    background-image: url(../images/icon_circle.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: 0.2s;
}

.main_section .circle:hover{
    filter: brightness(0) saturate(100%) invert(12%) sepia(6%) saturate(4876%) hue-rotate(333deg) brightness(96%) contrast(88%);
}

.section2 .box_area_wrap {
    position: relative;
    /* height: 100%; */
    padding-top: 80px;
    width: 50%;
    height: 800px;
}

.section2 .box_area_con{
    height: 100%;
}

.section2 .box_area_inner {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

.section2 .box_area_inner::-webkit-scrollbar {
    display: none;
}


.section2 .box_area ul{
    display:flex;
    gap:24px;
    flex-direction: column;
    /*width: 700px;*/

    overflow:hidden;
}

.section2 .box_area ul li:nth-child(2){
    align-items: flex-end;
}

.section2 .box_area ul li{
    text-align: center;
    background-color: #604b41;
    border-radius: 24px;
    width:440px;
    height:auto;
    color: white;

    padding: 30px 0;
    /* box-sizing: border-box; */
}

.section2 .box_area ul li p{
    color: #a49188;
}

.section2 .box_area ul li span{
    display: block;
    margin-bottom: 24px;
    padding: 10px 0 20px 0;

    /*border-bottom: 1px solid #8c766b;*/
    border-bottom: 1px solid rgba(102, 80, 69, 0.9);
}

.section2 .box_area ul li .img_wrap{
    margin: 26px 45px;
}



/* main_sect3 */
.section3{
    text-align: center;
    padding: 120px 0 0px;
    position: relative;

    background-color: #caa08a;
    color: white;
}

.section3 .title{
    text-transform: uppercase;
}

.section3 ul{
    display: flex;
    gap: 30px;
}

.section3 ul li{
    width: 210px;
    height: 210px;

    border: 2px solid white;
    border-radius: 128px;

    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;

    transition: 0.5s;
}

.section3 ul li:hover{
    background-color: #e0bdaa;
}

.section3 .btn{
    padding: 40px 0 100px;
}

.section3 .btn p{
    width: max-content;
    margin: 0 auto;
    border-bottom: 1px solid white;
}

.section3 .big_text{
    color : #d0ac99;
    text-transform: uppercase;

     /* white-space: nowrap;
    overflow: hidden;
    text-overflow: clip; */
} 

.section3 .big_text .box {
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.section3  .big_text .box .text {
    white-space: nowrap;
    text-transform: uppercase;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 35s linear infinite;
}
@keyframes b-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}







/* main_sect4 */
.section4{
    width: 100%;
    height: 530px;
}

.section4 .flex_wrap{
    height: 100%;
    color: white;
}

.section4 .left{
    width: 50%;

    background-image: url('../images/main_sec4_img1.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.section4 .right{
    width: 50%;
    padding: 80px 60px;
    background-color: #5f483d;
}

.section4 .right .text_area .big_text{
    text-transform: uppercase;
}

.main_section .section4 .circle{
    margin: 0;
}

.img_wrap img{
    width: 100%;
}



/* mobile */
@media screen and (max-width: 767px) {

    /* main_banner */
    .text_animation1{
        margin-bottom: 0;
    }

    .text_animation1{
        height: 60px;
    }

    @keyframes show-up{
        0%{
            margin-top: 60px;
            opacity: 0.3;
        }
    
        100%{
            margin-top: 0;
            opacity: 1;
        }
    }

    #main_content .visual .slider1,
    .slide_box{
        height: 70vh;
    }

    

    /* main_sect1 */
    .section1 .img_wrap{
        text-align: center;
    }

    .section1{
        padding: 30px 0 50px;   
    }

    .section1 .flex_wrap{
        margin-top: 35px ;
    }

    .section1 .big_text{
        top: 3%;
        left: 5%;
        width: 95%;
        overflow-x: hidden;
    }

    .section1 .txt_wrap{
        text-align: center;
    }

    .section1 .txt_wrap .txt_top{
        font-size: 20px;
        line-height: 1.2;
        margin-top: 18px;
    }

    .section1 .txt_wrap .txt_bottom{
        font-size: 16px;
        line-height: 1.2;
    }

    .section1 .txt_wrap .ell{
        margin-top: 10px;
        margin-bottom: 20px;    
    }


    .section2 .box_area ul li .img_wrap{
        margin: 15px;
    }



    /* main_sect2 */
    .section2{
        height: 800px;
        background-size: cover;
    }

    .section2 .center{
        flex-direction: column;
        padding: 30px 0 50px;
    }

    .section2 .text_area{
        line-height: 1.2;
        align-self: flex-start;
    }

    .section2 .box_area_wrap{
        padding-top: 30px;
        width: 100%;
        height: 600px;
    }

    .section2 .box_area ul{
        width: 100%;
    }

    .section2 .box_area ul li{
        width: 100%;
    }

    .section2 .box_area ul li .img_wrap img{
        width: 90%;
    }

    .section2 .big_text{
        margin-bottom: 10px;
    }

    .section2 .box_area ul li{
        padding: 20px 0;
    }

    /* main_sect3 */
    .section3{
        padding: 30px 0 0;
    }

    .section3 .btn{
        padding: 30px 0 30px;
    }

    .section3 ul{
        gap: 20px 0px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section3 ul li{
        width: 42vw;
        height: 42vw;
        gap: 12px;
    }

    .section4 .left{
        width: 100%;
        height: 100%;
    }

    .section4 .right{
        width: 100%;
        padding: 30px 30px 50px;
        box-sizing: border-box;
    }

    .section4 .right .text_area .big_text{
        margin-bottom: 10px;
    }
    







}


/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section1 .txt_wrap .txt_bottom{
        font-size: 18px;
    }

    .section1 .txt_wrap .txt_top{
        font-size: 20px;
        line-height: 1.4;
    }

    .section2 .center{
        flex-direction: column;
    }

    .section2 .box_area_wrap{
        width: 100%;
    }

    .section2 .box_area_wrap{
        height: 600px;
    }

    .section2 .box_area ul{
        width: 100%;
    }

    .section3 ul{
        flex-wrap: wrap;
        justify-content: center;
    }

    .section3 ul li{
        width: 25vw;
        height: 25vw;
    }

    .section2{
        background-size: cover;
    }

    .section2 .text_area{
        line-height: 1.2;
        align-self: baseline;
    }

}