@charset "UTF-8";


@font-face{
    font-family: 'Ns_R';
    src: url("../fonts/NotoSansKR-Regular.otf") format("opentype");
}
@font-face{
    font-family: 'Ns_M';
    src: url("../fonts/NotoSansKR-Medium.otf") format("opentype");
}
@font-face{
    font-family: 'Ns_B';
    src: url("../fonts/NotoSansKR-Bold.otf") format("opentype");
}

/************************************************/
*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #000;
    font-size: 18px;
    font-family: 'Ns_R';
    color: #fff;
}

a{
    color: #fff;
    text-decoration: none;
}

li{
    list-style: none;
}



header{
    /* background-color: blue; */
    width: 100%;
}

.utill_menu{
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px 0 20px;
    font-size: 13px;
}
.utill_menu p{
    margin: 0 5px;
}

.main_logo{
    width: 120px;
    margin:0 auto;
}
.main_logo img{
    width: 100%;
}

.pc_menu{
    width: 80%;
    margin: 0 auto;
}
.pc_nav{
    width: 100%;
    border-top: 1px solid #2a2a2a;
}
.pc_nav ul{
    display: flex;
    justify-content: center;
}
.pc_nav ul li{
    margin: 15px 20px;
    font-size: 16px;
}

.container{
    max-width: 1200px;
    padding: 10px 45px;
    margin: 0 auto;
}



.main_banner_pc{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;

    /* background-color: #000; */
}



.main_banner_pc .video_box video{
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.video_title{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.mv_info, .buy_btn{
    margin-left: 140px;
}
.mv_tit{
    font-family: 'Ns_B';
    font-size: 40px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.mv_txt{
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.buy_btn button{
    margin-bottom: 120px;
    margin-top: 8px;
    font-size: 13px;
    font-family: 'Ns_M';
    padding: 8px 15px;
    border: none;
    border-radius: 50px;
    background: rgba(225, 225, 225,0.5);
    cursor: pointer;
}


/**************모바일 박스 숨김****************/
.logo{
    display: none;
}
.m_menu{
    display: none;
}
.main_banner{
    display: none;
}
.funtion_menu {
    display: none;
}

/**************무비차트****************/

.movie_chart {
    margin-top: 100px;
    /* background-color: darkorchid; */
}

.con_title{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: flex-end;
}
.con_title h3{
    font-size: 26px;
}
.more_btn{
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    display: flex;
    color: #ABABAB;
}


.chart_li .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.chart_li .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.movie_info{
    margin-top: 15px;
}
.mb_title{
    font-family: 'Ns_B';
    margin-bottom: 2px;
}
.awar{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%;
}
.awar .agg{
    display: flex;
}
.awar .agg img{
    width: 16px;
    margin-top:4px;
}
.ticketing{
    margin-left: 15px;
}

/*******************이벤트*********************/

.event {
    /* background-color: blueviolet; */
    margin-top: 130px;
}

.swiper {
    width: 100%;
}

.event_li .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_li .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.event_li .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.event_info{
    text-align: left;
    margin-top: 10px;
}
.event_info .event_title{
    font-size: 18px;
    font-family: 'Ns_B';
}
.event_info .event_txt{
    font-size: 14px;
    font-family: 'Ns_R';
    color: #777
}

/*****************행사 / 스페셜 *********************/

.spacial{
    color: #000;
    margin-top: 130px;
    width: 100%;
    /* background: blueviolet; */
}

.spacial_list{
    width: 100%;
    display: flex;
}

.main_poster{
    width: 35%;
    cursor: pointer;
}
.main_poster img{
    border-radius: 10px;
    width: 100%;
}

.side_poster{
    width: 65%;
    margin-left: 30px;
    /* background-color: coral; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
}

.mp_info .mp_title{
    font-size: 32px;
    font-family: 'Ns_B';
}
.mp_info .mp_txt{
    font-size: 16px;
    color: #777;
    font-family: 'Ns_R';
}
.mp_info button{
    border: transparent;
    border-radius: 50px;
    padding: 8px 15px;
    margin-top: 20px;
    background-color: #ED3124;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Ns_M';
    transition: 0.7s;
}
.mp_info button:hover{
    background-color: #d81e11;
    transition: 0.7s;
    color: #fff;
}

.sp_li{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.sp_li li{
    width: 30%;
}
.sp_li li img{
    border-radius: 10px;
    width: 100%;
}
/*****************특별관********************/
.special_hall{
    width: 100%;
    margin-top: 120px;
    /* background-color: violet; */
}

.hall_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hall_list ul li{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.hall_01{
    background: url(../images/hall/hall_01.png) no-repeat;
    background-size:cover;
    width: 60%;
    height: 240px;
}

.hall_02{
    background: url(../images/hall/hall_02.png) no-repeat;
    background-size:cover;
    width: 38%;
    height: 240px;
}

.hall_03{
    background: url(../images/hall/hall_03.png) no-repeat;
    background-size:cover;
    width: 38%;
    height: 240px;
    margin-top: 2%;
}

.hall_04{
    background: url(../images/hall/hall_04.png) no-repeat;
    background-size:cover;
    width: 60%;
    height: 240px;
    margin-top: 2%;
}

.hall_name{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    transition: 0.7s;
}
.hall_name:hover{
    background-color: rgba(0, 0, 0, 0);
    transition: 0.7s;
}


.hall_tit{
    font: 30px 'Ns_B';
}
.tag{
    font-size: 16px;
    color: #ddd;
}
/***********공지사항 및 고객센터 **********/

.notice{
    width: 100%;
    margin-top: 120px;
    color: #fff;
    /* background-color: violet; */
    display: flex;
}

.notice_box{
    width: 70%;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 30px;
}

.ntc{
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;

}
.ntc_tit{
    font-family: 'Ns_M';
    font-size: 18px;
}
.ntc_sub{
    margin-left: 15px;
    font-size: 16px;
}

.line{
    border-top: solid 1px #fff;
    width: 100%;
}

.sev_cen{
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}
.sev_tit{
    font-family: 'Ns_M';
    font-size: 18px;
}
.sev_sub{
    margin-left: 15px;
    font-size: 16px;
}

.app{
    width: 30%;
    margin-left: 10px;
    border-radius: 10px;
    display: flex;
}

.app_title{
    text-align: center;
}

.app_title{
    font-size: 18px;
    font-family: 'Ns_M';
}
.app_title p, .app_sub{
    font-family: 'Ns_L';
    font-size: 13px;
    color:#ABABAB;
}
.qr_code{
    margin: 15px 0;
    width: 100px;
}
.qr_code img{
    width: 100%;
}
.app_sub{
    text-align: center;
}
/******************푸터영역********************/

footer{
    background-color: #424242;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'Ns_L';
    color: #fff;
}
footer .container{
    width: 100%;
    margin-top: 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
footer .container .line{
    width: 100%;
}
.company{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.company ul{
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.company ul li{
    margin-right: 24px;
    margin-top: 8px;
}


.location{
    width: 70%;
    margin-top: 20px;
    font-size: 13px;
}
.location p{
    margin-bottom: 10px;
}

.rep{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color:#c3c3c3;
}
.rep li{
    margin-right: 15px;
    line-height: 25px;
}

.copyright{
    font-family: 'Ns_M';
}

.subs select{
    width: 170px;
    padding: 6px;
    color: #ddd;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: transparent;
}

.m_location{
    display: none;
    font-family: 'Ns_M';
    cursor: pointer;
}


.footerlink{
    display: none;
}
/******************테블릿********************/


@media (max-width:769px){
    .container{
        max-width: 100%;
        padding: 10px 20px;
        background-color: #1f232b;
    }

    .hero{
        background-color: #f8f5f1;
        width: 100%;
    }
    .main_banner_pc{
        display: none;
    }
    .main_banner{
        display: block;
    }
    .main_banner_box > .swiper-slide > a > img{
        width: 100%;
        border-radius: 0;
    }

    .funtion_menu{
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .funtion_menu_li{
        display: flex;
        justify-content: space-evenly;
    }
    .funtion_menu_li li{
        width: 60px;
        margin: 0 10px;
        font-size: 12px;
        text-align: center;
    }
    .funtion_menu_li li a{
        color: #000;
    }
    .funtion_menu_li li a img{
        width: 100%
    }
    
    .main_poster{
        width: 50%;
    }
    .side_poster{
        width: 50%;
    }
    .sp_li li{
        width: 50%;
    }
    .sp_li li:nth-child(1){
        margin-right: 10px;
    }
    .sp_li li:nth-child(3){
        display: none;
    }


    .hall_list ul li{
        width: 24%;
        height: 180px;
    }
    .hall_03 , .hall_04{
        margin-top: 0;
    }
    .hall_name{
        padding: 10px;
    }
    .hall_tit{
        font-size: 15px;
    }
    .tag{
        font-size: 13px;
    }


    .notice_box{
        width: 100%;
    }
    .app{
        display: none;
    }


    footer .container{
        flex-direction: column-reverse;
    }

    .company ul li{
        display: none;
        font-size: 13px;
    }

    .company ul li:nth-child(6),
    .company ul li:nth-child(8),
    .company ul li:nth-child(9){
        display: block;
    }

    .company ul li:nth-child(8){
        font-family: 'Ns_M';
    }
    .company ul li:nth-child(8)::after{
        content: '위치기반서비스 이용약관';
        font-family: 'Ns_R';
        margin-left: 20px;
    }


    .m_location{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .location{
        width: 100%;
        font-size: 12px;
        display: none;
    }
    .location p{
        margin-bottom: 2px;
    }

    .right_btn{
        transition: 0.8s;
    }
    .rotate_btn{
        transform: rotate(90deg);
        transition: 0.8s;
    }


    footer .container .line{
        margin-top: 30px;
    }

    .subs{
        display: none;
    }

    .footerlink{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
        font-family: 'Ns_M';
        background-color: #393939;
    }

    .copyright{
        display: none;
    }
}

/******************스마트폰********************/

@media (max-width:426px){

    header{
        height: 55px;
        top: 0;
        z-index: 3;
        position: fixed;
    }
    .mobile_icon{
        background: url(../images/icon/menu.png) no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 99;
    }
    .utill_menu{
        display: none;
    }
    .main_logo{
        width: 70px;
        margin:0 auto;
    }
    .main_logo img{
        margin-top: 7px;
        width: 100%;
    }
    .pc_menu{
        display: none;
    }

    .mobile_nav{
        position: absolute;
        position: relative;
        top:-52px;
        transform: translateX(500px);
        transition: 0.8s;
        z-index: 3;
        background-color: aqua;
    }
    .mobile_nav_active{
        transition: 0.8s;
        transform: translateX(0px);

    }

    .logo{
        display: block;
        width: 70px;
        margin-bottom: 10px;
    }
    .logo img{
        width: 100%;
    }

    .m_menu{
        display: block;
        height: 100vh;
        overflow-y: scroll;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none; /* 파이어폭스 */
    } 
    .m_menu::-webkit-scrollbar {
        display: none; /* 크롬, 사파리, 오페라, 엣지 */
    }
    
    .top_menu{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .top_menu li{
        width: 60px;
        font-size: 12px;
        text-align: center;
    }
    .top_menu li a img{
        width: 100%;
    }

    .m_banner{
        margin-bottom: 20px;
    }
    .swiper-slide a img{
        width: 100%;
        border-radius: 10px;
    }

    .serves{
        margin-bottom: 20px;
    }
    .serves_menu{
        background-color: #2b2f37;
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        margin-top: 8px;
    }
    .serves_menu li{
        width: 40%;
        padding: 5%;
        font-size: 16px;
    }
    
    .inquiry{
        margin-bottom: 15px;
    }
    .inquiry_menu{
        display: flex;
        flex-wrap: wrap;
        background-color: #2b2f37;
        border-radius: 10px;
        margin-top: 8px;
    }
    .inquiry_menu li{
        width: 40%;
        padding: 5%;
        font-size: 16px;
    }

    .bottom_nav{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 80px;
    }
    .app{
        display: flex;
    }
    .app li{
        margin: 0 5px;
    }
    .login{
        background-color: #ED3124;
        width: 70px;
        text-align: center;
        padding: 8px 5px;
        border-radius: 10px;
    }

    .hero{
        margin-top: 55px;
    }

    .spacial_list{
        flex-direction: column;
    }

    .main_poster{
        width: 100%;
        padding: 20px;
    }
    .main_poster{
        width: auto;
    }
    .side_poster{
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .mp_info .mp_title{
        font-size: 17px;
    }
    .mp_info .mp_txt{
        font-size: 13px;
        margin-top: 4px;
    }
    .mp_info button {
        font-size: 13px;
    }
    .side_post{
        display: none;
    }

    .hall_list ul{
        flex-direction: column;
    }
    .hall_list ul li{
        width: 100%;
        margin: 5px 0;
        height: 100px;
    }
    .hall_name{
        justify-content: center;
        text-align: center;
        padding: 0;
    }
    .hall_tit{
        font-size: 17px;
    }
    .notice{
        display: none;
    }
}

@media (max-width:321px){
    .awar{
        justify-content: center;
    }
    .ticketing{
        width: 100%;
        margin-left: 0;
    }
}