/**************************************************************/
/**************************************************************/
/**************************main visual*************************/
/**************************************************************/
/**************************************************************/
#main .visual {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
/* #main .visual::before {
    content: "";
    display: block;
    width: 26px;
    height: 42px;
    background: url(../images/scrollimg.png) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6.25em;
    background-size: contain;
    animation: scroll .8s infinite alternate;
    opacity: 0;
    z-index: 99999;
} */

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}
/* #main .visual::after {
    content: "SCROLL";
    position: absolute;
    color: #fff;
    left: 50.8%;
    transform: translateX(-50%);
    bottom: 3.8em;
    font-weight: 500;
    font-size: 1.125rem;
} */
#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: -50%;
    transform: translateY(-50%);
}
#main .visual .caption {
    color: #fff;
    width: var(--web-width);
    margin: 0 auto;
    text-align: left;
}
#main .visual .caption h4 {
    font-size: var(--txt-6xl);
    font-weight: bold;
    line-height: 1.3em;
    font-family: var(--main-font);
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#main .visual .caption h5 {
    font-size: var(--txt-2xl);
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 14px;
    margin-bottom: 100px;
    position: relative;
    letter-spacing: 0.4px;
}
#main .visual .caption a {
    transition: 0.4s;
}
#main .visual .caption a:hover {
    margin-left: 20px;
}
#main .visual .caption a img {
}
.bx-has-pager {
    z-index: 99;
    position: relative;
    width: var(--web-width);
    margin: 0 auto;
    display: none;
}
.bx-wrapper {max-width: 100% !important;}
.main_slider li.visual01 { background:url(../images/main/mainvisual01.png) center no-repeat; background-size: cover;}
.main_slider li.visual02 { background:url(../images/main/mainvisual03.png) center no-repeat; background-size: cover;}
.main_slider li.visual03 { background:url(../images/main/mainvisual03.png) center no-repeat; background-size: cover;}
.main_slider li.visual04 { background:url(../images/main/mainvisual04.png) center no-repeat; background-size: cover;}
.main_slider li.visual05 { background:url(../images/main/mainvisual05.png) center no-repeat; background-size: cover;}
#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
    width: 100% !important;
    height: 100vh !important;
}
/* .main_slider li.visual01 { background:url(../images/main/mainvisual01.png) center no-repeat; background-size: contain;} */

    /*----------------------------------------800--------------------------------*/

    @media screen and (max-width:800px) {
        /************************ 무봉티비 메인 이미지 변경 ***************************/
    .main_slider li.sec_visual { 
        background: url('../images/main/main_img_800.png') center no-repeat !important; 
        background-size: cover !important;
    }
    .main_slider li.visual01{
        background: none;
    }
    .main_slider li.visual02{
        background: url('../images/main/main_img_800_color.png') center no-repeat !important; 
        background-size: cover !important;
    }
    
    
    }





  /* ----------------------- video visual ----------------------*/
  /* .main_copy {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 50%;
    bottom: 4rem;
    transform: translate(-50%);
    text-align: center;
    z-index: 2;
    color: #fff;
}
.main_copy img {
    margin-bottom: 1.25rem;
}
.main_copy p {
    display: block;
    width: 100%;
    font-size: 1.75rem;
    font-family: var(--main-font);
    font-weight: 600;
    letter-spacing: 1px;
}
  #mainVideo{position: absolute;top: 90px;left: 90px;width: calc(100vw - 180px);height: calc(100vh - 90px);background-size: 100% 100%;background-color: black; background-image: url(../images/main/video.mp4);background-position: center center;background-size: cover;object-fit: cover; z-index: 1;border-radius: 1rem 1rem 0 0;} */