/* =============================================================
    #section_01
   ============================================================= */
#section_01 {
    height: 100vh;
    min-height:500px;
    background: url("/theme/basic/img/sec01_bg_en.png") no-repeat top center / cover;
}

#section_01.en {
    height: 100vh;
    min-height:500px;
    background: url("/theme/basic/img/sec01_bg_en.png") no-repeat top center / cover;
    position: relative;
}

#section_01 .char {
    max-width: 629px;
    max-height: 554px;
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 10;
}

#section_01 .char img {
    width: 100%;
}


#section_01 .fp-tableCell {
    height: 900px !important;
}

#section_01 #sec01_slider {
}

#section_01 #sec01_slider .slide_item {
    position: relative;
    height: 980px;
}

#section_01 #sec01_slider .slide_item .slide_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#section_01 #sec01_slider .slide_item .slide_text h1 {
    font-family: 'LibreBaskerville';
    font-size: 90px;
    font-weight: 600;
    color: #e5be8c;
    text-shadow: 0 3px 41px rgba(0, 0, 0, 1);
}

#section_01 #sec01_slider .slide_item .slide_text h1 span {
    display: block;
    font-family: 'LibreBaskerville';
    font-size: 72px;
    font-weight: 300;
}

#section_01 #sec01_slider .slide_item .slide_text p {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    padding-top: 70px;
}

#section_01 #sec01_slider .slide_item .slide_text p:after {
    content: '';
    position: absolute;
    display: block;
    width: 258px;
    height: 1px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: #a3a7a8;
}

#section_01 #sec01_slider .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 200px;
    text-align: center;
}

#section_01 #sec01_slider .slick-dots li {
    display: inline-block;
    padding: 0 10px;
}

#section_01 #sec01_slider .slick-dots li button {
    width: 13px;
    height: 13px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 0;
}

#section_01 #sec01_slider .slick-dots li.slick-active button {
    background: #e5be8c;
}

#section_01 .conlogo {
    position: absolute;
    top: 32%;
}
#section_01 .conlogo img {}

#section_01 .conLeft_text {
    color: #fff;
    text-align: left;
    position: absolute;
    top: 45%;
}

#section_01 .conLeft_text h1 {
    font-family: "Noto Sans Bold KR";
    font-size: 59px;
    line-height: 1.2;
}

#section_01 .conLeft_text p {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.4;
}

#section_01 .conLeft_text a {
    font-family: "Noto Sans medium KR";
    padding: 0 58px;
    border-radius: 31px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    margin-top: 35px;
    width:fit-content;
    height: 55px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#section_01 .conLeft_text a:hover {
    font-family: "Noto Sans Bold KR";
    color: #D7195C;
    background-color: #fff;
}

@media (max-width: 1280px) {
    #section_01 {
        background: url("/theme/basic/img/sec01_bg_en.png") no-repeat top center / cover
    }

    #section_01 .char {
        max-width: 485px;
        width: 100%;
    }

    #section_01 .char img {
        height: 480px;
    }

    #section_01 .conlogo {
        padding-left: 69px;
        top: 16%;
    }
    #section_01 .conLeft_text {
        padding-left: 69px;
        top: 27%;
    }
}

@media (max-width: 768px) {
    #section_01 {
        background: url("/theme/basic/img/sec01_bg_en.png") no-repeat top center / cover;
    }

    #section_01.en {
        /*height: 812px !important;*/
        background: url("/theme/basic/img/sec01_bg_en.png") no-repeat top center / cover;
    }

    #section_01 .char {
        display: none;
    }


    #section_01 .conlogo {
        top: 28%;
        padding-left: 20px;
    }

    #section_01 .conlogo img {
        width:64px;
    }

    #section_01 .conLeft_text {
        top: 38%;
        padding-left: 20px;
    }

    #section_01 .conLeft_text h1 {
        font-size: 36px;
    }

    #section_01 .conLeft_text p {
        font-size: 18px;
    }

    #section_01 .conLeft_text a {
        margin-top: 28px;
        width: 186px;
        height: 47px;
        padding: 0 40px;
    }

}
