@charset "utf-8";


:root {
    --main-color1: #302d90;
}

/*** main_banner **/
#main_content {
    word-break: keep-all;
    letter-spacing: -0.05em;

}

#main_content .visual .main_banner {
    font-family: 'Bodoni Moda', serif;
    font-weight: 800;
    margin-top: 150px;
    color: #0055A7;
    line-height: 100%;
    padding-right: 100px;
    box-sizing: border-box;
}

#main_content .visual .main_banner .txt_city {
    text-align: right;
}

#main_content .fixed_img {
    width: 100%;
    height: 900px;
    background-image: url(../images/main_fixed.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    /* position: relative; */
}

#main_content .fixed_img .fixed_txt1 {
    box-sizing: border-box;
    padding: 150px 0 0;
    line-height: 65px;
}

#main_content .fixed_img .fixed_txt2 {
    line-height: 30px;
}

/* section1 */
#main_content .section1 {
    /*background-image: url('../images/main_bg1.png');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    position: relative;

}


#main_content .section1 .box {
    display: flex;
    align-items: center;
    margin: 150px 0 0;
    padding: 0 0 150px;
    gap: 15px;
    position: relative;
}

#main_content .section1 .box1 {
    padding: 0;
    margin-bottom: 150px;
}


/* 공통 sticky left_list */
#main_content .section1 .sticky_left_list {
    position: fixed;
    display: none;
    /* JS로만 제어 */
    flex-direction: column;
    gap: 15px;
    z-index: 10;
    pointer-events: none;
    z-index: 3;
}

#main_content .section1 .sticky_left_list .txt {
    color: #999999;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 22px;
}

#main_content .section1 .sticky_left_list .txt.on {
    color: #111111;
    border-left: 4px solid #111111;
}

#main_content .section1 .box .left_list {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#main_content .section1 .box .left_list .txt {
    color: #999999;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}

#main_content .section1 .box .left_list .txt.on {
    color: #111111;
    border-left: 4px solid #111111;
}



#main_content .section1 .box .img_box {
    display: flex;
    position: relative;
    /* padding-left: 200px; */
    /* box-sizing: border-box; */
}

#main_content .section1 .box .img_box .m_none {
    display: none;
}

#main_content .section1 .box .img_box img {
    width: 100%;
}

#main_content .section1 .box .more_btn {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    right: 0;
    top: 0;
    border: 1px solid #D7D7D7;
    border-radius: 43px;
    padding: 18px 30px;

}

#main_content .section1 .box .more_btn:hover {
    background-color: #111111;
    border: 1px solid #111111;
    color: #fff;
}

#main_content .section1 .box .img_box .img_box_txt {
    display: flex;
    flex-direction: column;
    justify-content: right;
    justify-items: right;
    position: absolute;
    top: 62.5%;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
}

#main_content .section1 .box .img_box .img_box_txt {
    text-align: right;
}

/* section2 */
#main_content .section2 {
    background-image: url('../images/main_sec2_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    color: #fff;
}

#main_content .section2 .section2_wrap {
    display: flex;
    text-align: center;
    height: 100%;
}

#main_content .section2 .area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 42.5%;
    border-right: 1px solid rgba(255, 255, 255, 1);
    gap: 15px;

}

#main_content .section2 .move .move_box:hover,
#main_content .section2 .area:hover {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

#main_content .section2 .area .sub_title {
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}

#main_content .section2 .area .icon {
    margin: 15px 0 0;
}

#main_content .section2 .move {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 15%;
}

#main_content .section2 .move .move_box {
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;

}

/* mobile */
@media screen and (max-width: 767px) {


    /* main_banner */
    #main_content .visual .slider1 .slide_box video,
    #main_content .visual .slider1 .slide_box img {
        height: 100%;
    }

    #main_content .visual .slider1,
    .slide_box {
        height: 100vh;
        width: 100%;
    }



    /* main */

    #main_content {
        display: flex;
        flex-direction: column;
    }

    #main_content .visual .main_banner {
        width: 90%;
        left: 5%;
    }

    #main_content .visual .main_banner2 {
        top: 55%;
        bottom: 0;
        left: 5%;
    }

    #main_content .visual .main_banner .title {
        padding: 100px 0px 0px 70px;
        font-size: 25px;
        line-height: 35px
    }


    #main_content .visual .main_banner .title {
        padding: 0;
    }

    /* main_sect1 */
    #main_content .section1 .box {
        margin: 50px 0 0;
        padding: 0 0 125px;
    }

    #main_content .section1 .box .img_box .img_box_txt {
        top: auto;
        bottom: -75px;
        transform: none;
    }

    #main_content .section1 .box.box1 .img_box .img_box_txt {
        bottom: -100px;
    }

    #main_content .section1 .box .more_btn {
        padding: 7.5px 15px;
    }

    #main_content .section2 .section2_wrap {
        flex-direction: column;
    }

    #main_content .section2 .move,
    #main_content .section2 .area {
        width: 100%;
    }

    #main_content .section2 .area,
    #main_content .section2 .move .move_box {
        padding: 25px 10px;
        box-sizing: border-box;
    }

    #main_content .section2 .area .description {
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    #main_content .section2 {
        height: auto;
    }
}


/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {}