/*
  Theme Name: Avilon
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*************************FONT***********************/

@font-face {
    /*46*/
    font-family: "HSBombaram";
    src: url("../fonts/HSBombaram3.0_Regular.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-1";
    src: url("../fonts/Pretendard-1.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-2";
    src: url("../fonts/Pretendard-2.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-3";
    src: url("../fonts/Pretendard-3.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-4";
    src: url("../fonts/Pretendard-4.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-5";
    src: url("../fonts/Pretendard-5.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-6";
    src: url("../fonts/Pretendard-6.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-7";
    src: url("../fonts/Pretendard-7.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-8";
    src: url("../fonts/Pretendard-8.woff") format("woff");
}

@font-face {
    /*44*/
    font-family: "Pretendard-9";
    src: url("../fonts/Pretendard-9.woff") format("woff");
}

@font-face {
    /*40*/
    font-family: "KoPubWorldBatangBold";
    src: url("../fonts/KoPubWorldBatangBold.woff") format("woff");
}

@font-face {
    /*40*/
    font-family: "KoPubWorldBatangMedium";
    src: url("../fonts/KoPubWorldBatangMedium.woff") format("woff");
}

@font-face {
    /*40*/
    font-family: "KoPubWorldBatangLight";
    src: url("../fonts/KoPubWorldBatangLight.woff") format("woff");
}

@font-face {
    /*39*/
    font-family: "Cafe24Classictype";
    src: url("../fonts/Cafe24Classictype.woff") format("woff");
}

@font-face {
    /*39*/
    font-family: "HulbertHopperDisplay";
    src: url("../fonts/HulbertHopperDisplay.woff") format("woff");
}

/***********************GENERAL***********************/

body {
    color: #666666;
    font-family: "pretendard-6";
    overflow-x: hidden;
}

a {
    color: #1dc8cd;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #1dc9ce;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h4,
h5,
h6 {
    font-family: en_font_3;
    margin: 0 0 20px 0;
    padding: 0;
}

h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-family: "pretendard-8";
}


/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #e50913;
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}

.back-to-top:focus {
    background: #e50913;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background-color: #eee;
    color: #e50913;
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header #logo {
    float: left;
}

#header #logo img {
    padding: 0;
    margin: -18px 0 0 0;
}

/*@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}*/

#header nav {
    margin-top: 3px;
}

#header .nav-menu a {
    letter-spacing: 2px;
}

#header .nav-menu a:hover {
    opacity: 0.5;
}

#header .menu-has-children ul a:hover {
    color: #e50913;
}

#header.header-fixed {
    background: #000;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/* #intro {
    width: 100%;
    height: 80vh;
    background: radial-gradient(circle, rgba(39, 39, 39, 0.5), rgba(0, 0, 0, 1)), url("../img/netflix.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
} */

#intro {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}


.swiper {
    width: 100%;
    height: 100%;
}

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

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

/* #intro iframe {
    position: absolute;
    top: 50%;
    left: 50%;
} */

.animated-title {
    /*흐르는 글씨*/
    font-size: 40px;
    font-family: "pretendard-4";
    font-weight: 300;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: -6rem;
    padding: 100px 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.animated-title .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 60s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (hover: hover) and (min-width: 768px) {
    .animated-title .content {
        transform: translateY(calc(100% - 4rem));
        font-size: 40px;
        /*PC 흐르는글씨 폰트사이즈, 위치*/
    }
}


@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }
}

#intro .intro-text {
    position: absolute;
    left: 0;
    top: 19%;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

/* #intro h2 {
    margin: 30px 0 10px 0;
    padding: 0 15px;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: red;
} */

/* @media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

#intro p {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #intro p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
} */

/**********************SEARCH***********************/

.search {
    /*검색폼*/
    position: absolute;
    top: 92%;
    left: 30%;
    min-width: 40%;
}

@media (max-width: 768px) {
    .search {
        width: 300px;
        left: 50%;
        margin-left: -150px;
    }
}

.search form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.search input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    outline: none;
    border: none;
    color: #000000;
    border-bottom: solid 1px #ED1C24;
}

.search button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 55px;
    height: 45px;
    border: none;
    background: #ED1C24;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #ffffff;
}


@media (min-width: 1024px) {
    .search {
        left: 50%;
        transform: translateX(-50%);
        max-width: 30%;
    }
}

/************************SNS**************************/

.menu-button {

    transition: 0.4s;

    position: absolute;
    right: 40px;
    bottom: 40px;


    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #e50913;
    color: #FFFFFF;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    z-index: 9999;

}

.menu-button:hover {
    background: #8c060d;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

.menu-button a {
    transition: 0.4s;
    opacity: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.menu-button a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.menu-button a:nth-child(2) {
    transition-delay: 0.3s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #fae100 url("../img/sns_01.png") no-repeat 50% 50%;
}

.menu-button a:nth-child(3) {
    transition-delay: 0.4s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #55acee url("../img/sns_02.png") no-repeat 50% 50%;
}

.menu-button a:nth-child(4) {
    transition-delay: 0.5s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #ff122e url("../img/sns_05.png") no-repeat 50% 50%;
}

.menu-button:hover a {
    opacity: 1;
    width: 50px;
    height: 50px;
}

.menu-button:hover a:nth-child(2) {
    right: 80px;
    bottom: 0px;
}

.menu-button:hover a:nth-child(2):hover {
    transition-delay: 0s;
    /*background: #3ea1ec;*/
}

.menu-button:hover a:nth-child(3) {
    right: 65px;
    bottom: 65px;
}

.menu-button:hover a:nth-child(3):hover {
    transition-delay: 0s;
    /*background: #d83a2b;*/
}

.menu-button:hover a:nth-child(4) {
    right: 0px;
    bottom: 80px;
}

.menu-button:hover a:nth-child(4):hover {
    transition-delay: 0s;
    /*background: #323232;*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    outline: none;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #1dc8cd;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
    color: #1dc8cd;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header .section-description {
    color: #ccc;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .section-header .section-description {
        font-size: 14px;
    }
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
}


/* box_office Section
--------------------------------*/
#box_office {
    padding: 40px 0;
    overflow: hidden;
    margin-top: 100px;
    background-color: #eee;
}

#box_office iframe {
    margin-left: -40px;
    margin-top: -60px;
    height: 550px;
}


/* video Section
--------------------------------*/
#video {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    margin-top: 160px;
}

#video .video-box {
    position: relative;
    top: 50px;
    margin-bottom: 200px;
    width: 90%;
    margin-left: 5%;
}

/* #video .section-header {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -255px;
} */


#video video {
    width: 100%;
}

#video .section-description {
    font-size: 19px;
    margin-bottom: 10px;
    color: #333;
    text-align: justify;
    padding-top: 1vh;
}

#video .section-description strong {
    color: #333;
    font-size: 35px;
}


#video .section-description span {
    font-size: 15px;
    margin-bottom: 10px;
    color: #666;
    background-color: #eee;
}

#video button {
    width: 49%;
    height: 50px;
    border-radius: 15px;
    background-color: #ED1C24;
    color: #fff;
    border: 2px solid #ccc;
}

#video button:hover {
    cursor: pointer;
    opacity: 0.7;
}

#video .section-header .video_button:nth-child(2) {
    margin-left: 2%;
}


@media (min-width: 1024px) {
    #video video {
        width: 47%;
        float: left;
    }

    #video .section-description {
        float: left;
        width: 50%;
        margin-top: 1vh;
        margin-left: 3%;
    }

    #video .section-description strong {
        font-size: 2.5em;
        line-height: 1.2;
    }

    #video .section-description span {
        display: block;
        height: 10vh;
        overflow-y: scroll;
        margin-top: 3%;
    }

    #video .section-header .video_button {
        width: 50%;
        float: right;
        margin-top: -1vh;
    }
}

@media (min-width: 1480px) {
    #video .section-description {
        margin-top: 3vh;
    }

    #video .section-header .video_button {
        margin-top: 5vh;
    }
}


#more-features {
    padding: 60px 0 60px 0;
    margin-top: 50px;
    overflow: hidden;
    background-color: #eee;
}

#more-features .box {
    padding: 40px;
    margin-bottom: 30px;
    transition: 0.4s;
}

#more-features img {
    width: 100%;
    height: 200px;
}

#more-features img:hover {
    opacity: 0.7;
}


@media (max-width: 767px) {
    #more-features .box {
        margin-bottom: 20px;
    }


}

/* 스낵ㄴ
--------------------------------*/
#snack {
    overflow: hidden;
    background: radial-gradient(circle, rgb(0, 0, 0, 0.2), rgba(0, 0, 0, 1)), url(../img/event/snack_bg.jpg) fixed center center;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: 100px;
}

#snack .more-title {
    color: #fff;
    font-size: 28px;
    font-family: "pretendard-3";
    text-align: left;
    margin-left: 3px;
    width: 300px;
}

#snack .more-text {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-family: "pretendard-8";
    width: 300px;
}

#snack .popcorn {
    width: 40%;
    margin-top: -45%;
    margin-left: 50%;
}

/* #snack .more-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */
@media (max-width: 768px) {
    #snack .more-btn {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 30px;
        border: 2px solid #fff;
        color: #fff;
    }
}

#snack .more-btn:hover {
    background: #e50913;
    border: 2px solid #e50913;
}

@media (min-width: 769px) {
    #snack {
        height: 55vmax;
    }

    #snack img {
        margin-top: -28vh;
        width: 50%;
        position: relative;
        top: 10vh;
    }

    #snack .more-title {
        font-size: 2rem;
    }

    #snack .more-text {
        font-size: 3rem;
    }

    .text-center {
        margin-top: 3vh;
    }

    #snack .more-btn {
        border: 2px solid #fff;
        color: #fff;
        padding: 8px 30px;
        border-radius: 25px;
        font-size: 16px;
        letter-spacing: 1px;
    }

}

@media (min-width: 1024px) {
    #snack {
        min-height: 50vh;
        height: 60vh;
    }

    #snack .more-btn {
        position: relative;
        top: 10vh;
    }
}

@media (max-width: 480px) {
    #snack .popcorn {
        display: none;
    }
}


/* Gallery Section
--------------------------------*/
#new {
    padding: 60px 0 0 0;
    overflow: hidden;
    margin-top: 50px;
}

#new .container-fluid {
    padding: 0px;
}

#new .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#new .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#new .gallery-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#new .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#new .gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #333;
    font-size: 14px;
}

#footer .credits {
    font-size: 13px;
    color: #888;
}

#footer .footer-links a {
    color: #666;
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #1dc8cd;
}