/* main - scrollDown */
#main .scrollDown{
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

#main .scrollDown p{
    font-size: 16px;
    color: #fff;
    font-family: 'jost_T', sans-serif;
    padding-bottom: 5px;
}

#main .scrollDown img{
    animation: scrollDown 3s infinite;
}
@keyframes scrollDown {
    0%{
        transform: translateY(-5px);
    }

    50%{
        transform: translateY(10px);
    }

    100%{
        transform: translateY(-5px);
    }
}




/* main - section01 */
.visual_swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.visual_slide {
    text-align: center;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.visual_slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section01{
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#section01 .visual_pagi{
    bottom: 170px;
}
#section01 .swiper-pagination-bullet{
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background: #fff;
}

#section01 .sec01_wrap{
    position: absolute;
    background: url(/img/main/sec01_bg.png)no-repeat center / cover;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}


/* @keyframes moreSmall {
    0%{
        background-size: 101%;
    }

    100%{
        background-size: 120%;
    }
} */

/* #section01 .sec01_wrap::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    z-index: -1;
    top: 0;
    left: 0;
} */

#main .mt_wrap{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 20;
}

#main .mt_wrap p,
#main .mt_wrap span{
    color: #fff;
}

#main .mt_wrap .mi_tit{
    padding-bottom: 20px;
    position: relative;
}

#main .mt_wrap .mi_tit::after{
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#main  .mt_wrap .mi_tit p,
#main  .mt_wrap .mi_tit span{
    font-family: 'jost_L', sans-serif;
    line-height: 0.9;
}

#main .mt_wrap .m_tit span{
    font-size: 90px;
    display: inline-block;
    font-weight: 700;
}

#main .mt_wrap span.ms_tit{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    padding-left: 20px;
}

#main .mt_wrap .mi_txt{
    padding-top: 50px;
}

#main .mt_wrap .mi_txt p{
    font-size: 24px;
    font-family: 'spoqa_L', sans-serif;
    line-height: 1.5;
    letter-spacing: -0.075em;
}

/* main - section01 */

/* main - section02 */
#section01 .sec02_wrap{
    background: url(/img/main/sec02_bg.png)no-repeat center / cover;
    height: 100vh;
    width: 100%;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

/* #main_vis .swiper-container.swiper1 .vis.swiper-slide-active .vis_bg {
    transform: scale(1);
    animation-name: zoomIn;
    animation-duration: 4s;
    animation-fill-mode: forwards;
} */

.visual_slide01.swiper-slide-active .sec01_wrap{
    animation: moreBig 4s ease-in-out forwards;
}

.visual_slide02.swiper-slide-active .sec02_wrap{
    animation: moreSmall 4s ease-in-out forwards;
}

@keyframes moreBig {
    0%{
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100%{
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
}
@keyframes moreSmall {
    0%{
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    }

    100%{
        opacity: 1 !important;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}






#main .mt_wrap2 .m_tit{
    font-size: 60px;
    font-family: 'spoqa_R', sans-serif;
    opacity: 0;
}

#main .mt_wrap2 .ms_tit{
    opacity: 1;
    font-size: 18px;
    padding-top: 20px;
    letter-spacing: 0.4em;
    font-family: 'spoqa_L', sans-serif;
}

 
#main .mt_wrap2 .ms_tit span {
    font-family: 'spoqa_L', sans-serif;
    line-height: 0.9;
    display: inline-block;
    opacity: 0;
}

#section01 .mt_wrap .ms_tit .pr-20{
    padding-right: 20px;
}

#section01 .mt_wrap .mi_txt .font_m{
    font-family: 'spoqa_R', sans-serif;
}
/* main - section02 */





/* main - section03 */
#section03 .sec03_wrap{
    background: url(/img/main/N_sec03_bg.png)no-repeat center / cover;
    height: 100vh;
    position: relative;
}

#main #section03 .mt_wrap{
    top: 45%;
}

#main #section03 .mt_wrap p, 
#main #section03 .mt_wrap span{
    color: #222;
    word-break: keep-all;
}

#main .sec_tit{
    padding-bottom: 30px;
}

#main .ss_tit{
    font-size: 28px;
    font-family: 'spoqa_L', sans-serif;
    letter-spacing: 0.5em;
    padding-left: 15px;
    padding-bottom: 10px;
}

#main .s_tit{
    font-size: 40px;
}

#main .sec_txt .s_txt{
    font-size: 20px;
    line-height: 1.7;
}

#main .more_btn{
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#main .more_btn .more{
    padding: 15px 0px 15px 40px;
    background: url(/img/main/sec03_border.png)no-repeat center / contain;
}

#main #section03 .more_btn .more img{
    margin-right: 0;
}

#main .more_btn .more:hover img{
    animation: moveLR 2s infinite;
}

@keyframes moveLR {
    0%{
        transform: translateX(0);
    }

    50%{
        transform: translateX(10px);
    }

    100%{
        transform: translateX(0px);
    }
}

#main .more_btn .more p{
    font-size: 20px;
    color: #222;
    padding-right: 23px;
}

/* main - section03 */





/* main - section04 */
#section04 .fp-tableCell{
    display: block;
}

#main #section04 .more_btn{
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0);
}

#main #section04 .more_btn a{
    justify-content: center;
}

#main #section04 .more_btn .more{
    border: none;
    background: url(/img/main/sec05_border.png)no-repeat center / contain;
}

#main #section04 .more_btn .more p{
    color: #fff;
}

#section04 .sec04_wrap{
    background: url(/img/main/N_sec04_bg.png)no-repeat center / cover;
    height: 100vh;
    /* padding-top: 120px;  */
    position: relative;
}

#section04 .sec04_wrap .wrap{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

#section04 .sec04_title{
    /* padding-top: 150px; */
    padding-bottom: 100px;
    text-align: center;
}

#section04 .sec04_title .s4_tit{
    font-size: 36px;
    color: #fff;
    font-family: 'spoqa_M', sans-serif;

    position: relative;
    display: inline-block;
}

#section04 .sec04_title .s4_tit::after{
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .sec04_cont .sec04_list{
    margin-bottom: 50px;
}

#section04 .sec04_cont .sec04_list p{
    color: #fff;
    font-size: 26px;
    font-family: 'spoqa_L';
    line-height: 1.7;
    word-break: keep-all;
}

#section04 .sec04_cont .sec04_list .img_box{
    text-align: center;
    width: 45%;
    padding-left: 20%;
}

#section04 .sec04_cont .sec04_list .text_box{
    width: 55%;
}

#section04 .sec04_cont .sec04_list .title{
    font-size: 30px;
    padding-top: 10px;
    font-family: 'spoqa_B', sans-serif;

}

/* #section04 .sec04_cont{
    width: 90%;
    background-color: #fff;
    padding: 135px 80px 135px 180px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .3) ;
}

#section04 .sec04_cont .s04_left{
    width: 52%;
}

#section04 .sec04_cont .s04_left .l_tit{
    padding-bottom: 40px;
}

#section04 .sec04_cont .s04_left .l_tit .lt{
    font-size: 26px;
    font-family: 'spoqa_B', sans-serif;
}

#section04 .sec04_cont .s04_left .l_txt .lx{
    font-size: 24px;
    font-family: 'spoqa_L', sans-serif;
    word-break: keep-all;
    line-height: 1.6;
}

#section04 .sec04_cont .s04_right{
    width: 48%;
    padding-left: 180px;
}

#section04 .sec04_cont .s04_right .text_box{
    padding-left: 20px;
}

#section04 .sec04_cont .s04_right .rt_tit{
    font-size: 42px;
    color: #1e576b;
    font-family: 'spoqa_B', sans-serif;
    padding-bottom: 5px;
}

#section04 .sec04_cont .s04_right .rt_txt{
    font-size: 26px;
    font-family: 'spoqa_L', sans-serif;
} */
/* main - section04 */





/* main - section05 */
#section05 .sec05_wrap{
    background: url(/img/main/N_sec05_bg.png)no-repeat center / cover;
    height: 100vh;
    position: relative;
}

#main #section05 .more_btn .more{
    border: none;
    background: url(/img/main/sec05_border.png)no-repeat center / contain;
}

#main #section05 .mt_wrap{
    top: 45%;
}

#main #section05 .more_btn .more p{
    color: #fff;
}

#main #section05 .more_btn .more img{
    margin-right: 0;
}
/* main - section05 */





/* main - section06 */
#section04.section06 .sec04_wrap{
    background: url(/img/main/N_sec06_bg.png)no-repeat center / cover;
    height: 100vh;
    /* padding-top: 120px; */
}

/* #section04.section06 .sec04_title{
    padding-bottom: 110px;
} */

#section04.section06 .sec04_title .s4_tit::after{
    background-color: #333;
}

#section04.section06 p{
    color: #333 !important;
}

#section04.section06 .sec04_cont .sec04_list .title{
    line-height: 1.3;
}

#section04.section06 .sec04_cont .sec04_list .title span{
    font-family: 'spoqa_R', sans-serif;

}

/* #main #section04.section06 .more_btn{
    bottom: 20%;
} */

#main #section04.section06 .more_btn .more{
    background: url(/img/main/sec03_border.png)no-repeat center / contain;
}

/* #section04.section06 .sec06_title .s6_tit{
    font-size: 46px;
    font-family: 'spoqa_M', sans-serif;
    text-align: center;
}

#section06 .sec06_cont{
    width: 90%;
    margin-left: 10%;
    padding-right: 165px;
    background-color: #0279a3;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .4);
}

#section06 .sec06_cont p{
    color: #fff;
}

#section06 .sec06_cont .s06_left{
    width: 48%;
    text-align: center;
    background: url(/img/main/sec06_left_bg.png)no-repeat center / cover;
    height: 500px;
    position: relative;
}

#section06 .sec06_cont .s06_left .l_txt{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

#section06 .sec06_cont .s06_left .l_txt .lx{
    font-size: 66px;
    padding-top: 20px;
}

#section06 .sec06_cont .s06_right{
    width: 52%;
    padding-left: 120px;
}

#section06 .sec06_cont .s06_right .rt_tit{
    font-size: 26px;
    font-family: 'spoqa_B', sans-serif;
    padding-bottom: 40px;
}

#section06 .sec06_cont .s06_right .rt_txt{
    font-size: 24px;
    line-height: 1.6;
    word-break: keep-all;
} */
/* main - section06 */





/* main - section07 */
#section07 .sec07_wrap{
    background: url(/img/main/N_sec07_bg.png) no-repeat center / cover;
    height: 100vh;
    position: relative;
}

#section07 .sec07_wrap .wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

#section07 .map_title{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 100px;
}

#section07 .map_title .tit{
    font-size: 40px;
    color: #333;
}

#section07 .map_title .en_tit{
    padding-left: 10px;
}

#section07 .map_title .en_tit span{
    font-size: 24px;
    font-family: 'spoqa_L', sans-serif;
    color: #fff;
    letter-spacing: 0.3em;
}

#section07 .map_box{
    padding: 0 8.3333vw;
}

#section07 .map_box .map{
    width: 100%;
    height: 500px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

#section07 .map_box .address_wrap{
    padding-top: 20px;
    justify-content: space-between;
}

#section07 .map_box .add_list{
    position: relative;
    padding-right: 60px;
}

#section07 .map_box .add_list:last-child{
    padding-right: 0;
}

#section07 .map_box .add_list02{
    padding-right: 30px;
}

#section07 .map_box .add_list03{
    padding-left: 30px;
    padding-right: 0;
}

#section07 .map_box .add_list03:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#section07 .map_box .add_list .add_tit{
    font-size: 24px;
    font-family: 'spoqa_R', sans-serif;
    width: 50px;
}

#section07 .map_box .add_list .address{
    font-size: 22px;
    /* padding-left: 20px; */
    font-family: 'spoqa_L', sans-serif;
    width: calc(100% - 50px);
}
/* main - section07 */





/* main - footer */
#section08{
    height: auto !important;
}

#section08 .fp-tableCell{
    height: auto !important;
}

#footer{
    text-align: center;
}

#footer .footer_wrap{
    padding: 20px 20px 15px;
}

#footer .footer_wrap .address{
    padding: 20px 0 15px;
}

#footer .footer_wrap .address span{
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 8px;
}

#footer .footer_wrap .address span.af::after{
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #d6d5d5;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#footer .footer_wrap .copyRight .copyR{
    font-size: 14px;
    color: #cccccc;
}
/* main - footer */