@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');


.main_banner {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    position: relative;
    transition: transform 0.5s;
    border-bottom: 15px solid #2c2a29;
    overflow: hidden;
}
.main_banner_img {
    width: 100%;
    height: 100%;
}
.main_banner_img > img {
    height: 100%;
}
.banner_section {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.banner_sec_outer {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.main_banner .img_box {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.halloween_img {
    position: absolute;
    transition: all 0.5s;
}
/* .himg1{
    right: -50px;
    bottom: -50px;
    z-index: 9;
    transform: scale(0.8);
}
.himg2{
    right: 15%;
    bottom: 30px;
    transform: scale(0.65);
}
.himg3{
    right: 30%;
    bottom: 20px;
    transform: scale(0.8);
} */
.main_banner .text_box {
    font-family: 'Amatic SC', cursive;
    color: #dd9f52;
    text-shadow: 5px 5px 10px #5f3f13, 0px 0px 5px #5f3f13;
    transform: translate(0px, 0px);
    transition: transform 0.5;
    height: 30vh;
    line-height: 140px;
    text-align: center;
    position: absolute;
}
.promotion_btn {
    font-weight: 600;
    text-align: right;
    background: #2c2a29;
    color: #b2aea6;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 50px 0 0;
    box-sizing: border-box;
    line-height: 100px;
}
.promotion_btn:hover {
    color: #dd9f52;
    cursor: pointer;
}
.promotion_btn > .prom_arrow {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    background: url(../img/index/promotion_Arrow.png) no-repeat center/contain;
    display: inline-block;
}
.promotion_btn:hover > .prom_arrow {
    background: url(../img/index/promotion_Arrow_hover.png) no-repeat center/contain;
}
.promotion_btn .btn_box {
    width: 40px;
    height: 40px;
    border: 3px solid;
    font-size: 15px;
    border-radius: 50%;
    margin-left: 10px;
}
.promotion_slide {
    width: 100%;
    height: 0px;
    background:#2c2a29;
    position: relative;
    overflow: hidden;
    transition: height 0.5s;
}
.outer_prm_slide {
    margin: 0 auto;
    border: 20px solid transparent;
    position: relative;
} 
.prm_sec_outer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
    opacity: 0.5;
}
.promotion_section {
    height: 95%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}
.promotion_section > .img {
    width: 100%;
    height: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.promotion_section > .text {
    width: 70%;
    margin: 15px auto 0;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.promotion_section > .text > .title {
    font-weight: 900;
    color: #6b6356;
}
.promotion_section > .text > a > .body {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 25px auto 0;
    position: relative;
    color: #6b6356;
    font-size: 18px;
    border: 1px solid #6b6356;
}
.promotion_section a {
    display: block;
    width: 100%;
    height: 100%;
}
.promotion_section > .text > a > .body > span {
    position: relative;
    z-index: 9;
    transition: all 1s;
}
.promotion_section > .text > a > .body::after {
    content: "";
    display: block;
    width: 0;
    height: 40px;
    background: #6b6356;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}
.promotion_section > .text > a > .body:hover > span {
    color: #ffffff;
}
.promotion_section > .text > a > .body:hover::after {
    width: 100%;
}
.promotion_section > .img_1 {
    background-image: url(../img/index/promotion_1.png);
}
.promotion_section > .img_2 {
    background-image: url(../img/index/promotion_2.png);
}
.promotion_section > .img_3 {
    background-image: url(../img/index/promotion_3.png);
}
/* 인디케이트 */
#promotion_indicate {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 200px;
    cursor: pointer;
}
.prom_indi {
    width: 35px;
    height: 8px;
    margin: 0 3px;
    border-radius: 5px;
    background: #6b6356;
    float: left;
    transition: all 0.8s;
}
.prom_indi_act{
    background: #ffffff;
    width: 70px;
}
/* 2.5 */
.reward_outer {
    width: 100%;
    overflow: hidden;
    background: #04372e;
    padding: 80px 0;
}
.reward_outer > .contain {
    margin: 0 auto;
}
.reward_logo {
    width: 20%;
    height: 200px;
    background: url(../img/index/rewards_logo.png)no-repeat center / contain;
    float: left;
    margin-right: 30px;
}
.reward_text {
    width: 50%;
    float: left;
    color: #b2aea6;
    padding-top: 30px;
    box-sizing: border-box;
}
.reward_outer .top_text {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}
.reward_outer .mid_text {
    font-size: 14px;
    margin: 15px 0;
    border-bottom: 1px snow #dddddd;
}
.reward_outer .bot_text {
    font-size: 14px;
}
.reward_login {
    height: 200px;
    float: left;
    padding: 10px 0;
    box-sizing: border-box;
}
.reward_login > .reward_btn {
    width: 100%;
    height: calc((100% - 40px) / 3);
    line-height: 45px;
    font-size: 15px;
    margin-bottom: 20px;
    outline:  none;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.reward_btn > a {
    display: block;
    width: 100%;
    height: 100%;
}
.reward_btn:hover {
    background: #dddddd;
    color: #04372e;
    font-weight: 600;
}
.reward_login > .reward_btn:last-child {
    margin: 0;
}
/* 3섹션 */
.been_category {
    width: 100%;
    height: 750px;
    position: relative;
    background: url(../img/index/been_pattern.png) no-repeat left / cover;
    box-shadow: 5px 0px 5px #000000;
}
.been_outer {
    width: 100%;
    height: 100%;
}
.been_outer > .contain {
    height: 100%;
    margin: 0 auto;
}
.been_img {
    width: 45%;
    height: 100%;
    float: left;
    margin: 80px 0;
    position: relative;
}
.been_img > img {
    position: absolute;
    top: 0;
    opacity: 0;
}
.been_img_op {
    animation: opacity 1s 0s forwards;
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.been_menu {
    width: 45%;
    height: 100%;
    float: right;
    padding: 88px 0;
    box-sizing: border-box;
}
.been_menu > li{
    overflow: hidden;
    width: 100%;
    height: 65px;
    margin-bottom: 30px;
    position: relative;
    transform: rotateX(90deg);
    transition: all 0.6s;
    color: #dddddd18;
    font-size: 55px;
    transition: all 0.5s;
}
.been_menu > li > a {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 9;
}
.been_menu > li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    border-bottom: 2px solid #ffffff;
    box-sizing: border-box;
    transition: all 0.5s;
}
.been_menu_act {
    transform: rotateX(0) !important;
}
.been_menu > li:hover {
    color: #ffffff;
}
.been_menu > li:hover::after {
    width: 100%;
}

/* 4섹션 */
.making_vidio_outer {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.making_vidio_outer > iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* 5섹션 */
.map {
    width: 100%;
    height: 500px;
    background: url(../img/index/page_bg_1.png) fixed;

}
.map > .contain {
    margin: 0px auto;
    height: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 200px;
    box-sizing: border-box;
}
.map_text {
    width: 450px;
    font-size: 23px;
    height: 60px;
    line-height: 60px;
    background: #2c2a29;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    border-radius: 0 15px 0 15px;
}
.map_text:hover {
    background: #413e3d;
    cursor: pointer;
}
.map_mini_text {
    margin-top: 10px;
    color: #2c2a29;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
.map_img > img {
    position: absolute;
}
#map_imgs1 {
    bottom: 0px;
    right: 0;
}
#map_imgs2 {
    right: 100px;
    top: 0px;
}
#map_imgs3 {
    left:150px;
    top: 200px;
}
#map_imgs4 {
    top: 0;
    left: -100px;
}
.m_bnner_section {
    display: none;
}


@media screen and (min-width: 1024px){
    /* 1섹션 배너 */
    .main_banner {
        min-width: 1024px;
    }
    .banner_sec_outer {
    min-width: 1024px;
    }
    .himg1{
        right: -50px;
        bottom: -50px;
        z-index: 9;
        transform: scale(0.8);
    }
    .himg2{
        right: 15%;
        bottom: 30px;
        transform: scale(0.65);
    }
    .himg3{
        right: 30%;
        bottom: 20px;
        transform: scale(0.8);
    }
    .main_banner .text_box {
        width: 40%;
        font-size: 130px;
        top: 15%;
        left: 7%;
    }

    /* 2섹션 프로모션 */
    .promotion_btn {
        width: 550px;
        height: 80px;
        padding-right: 100px;
        font-size: 30px;
    }
    .promotion_slide {
        min-width: 1000px; /* 반응형시 확인 */
    }

    .outer_prm_slide {
        width: 1000px;
        height: 450px;
    }

    .promotion_section > .text > .title {
        font-size: 20px;
    }
    .reward_outer > .contain {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .reward_text {
        width: 55%;
    }
    .reward_outer .bot_text {
        font-size: 13px;
    }
    .reward_login {
        width: calc(25% - 30px);
    }
}

@media screen and (max-width: 1024px) {
    .main_banner {
        min-width: 450px;
        min-height: 600px;
        border-bottom: 5px solid #2c2a29;
    }
    .main_banner_img {
        display: none;
    }
    .banner_section {
        display: none;
    }
    .m_bnner_section {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/index/banner/m_halloween_bg.png) no-repeat right 40% bottom/ cover
    }
    .main_banner .text_box {
        width: 40%;
        font-size: 12.5vw;
        line-height: 12.5vw;
        top: 15%;
        left: 7%;
    }
    
    /* 2섹션 프로모션 */
    .promotion_btn {
        width: 80%;
        height: 50px;
        line-height: 50px;
        padding-right: 100px;
        font-size: 20px;
    }
    .promotion_slide {
        min-width: 600px; /* 반응형시 확인 */
    }
    .promotion_section {
        height: 95%;
        width: 100%;
    }
    .outer_prm_slide {
        height: 330px;
    }
    .promotion_section > .img {
        width: 98%;
        height: 70%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .promotion_section > .text {
        width:70%;
        margin: 0 auto 0;
        text-align: center;
        padding: 15px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .promotion_section > .text > a > .body {
        width: 130px;
        height: 30px;
        line-height: 30px;
        margin: 15px auto 0;
        font-size: 15px;
    }
    .promotion_section > .text > a > .body::after {
        height: 30px;
    }
    .promotion_btn > .prom_arrow {
        width: 25px;
        height: 25px;
        vertical-align: middle;
    }
    .promotion_section > .text > .title {
        font-size: 2vw;
    }
    .reward_outer {
        width: 100%;
        overflow: hidden;
        background: #04372e;
        padding: 50px 10px;
        box-sizing: border-box;
    }
    .reward_logo {
        display: none;
    }
    .reward_text {
        width: 100%;
        float: left;
        padding: 0;
        text-align: center;
    }
    .reward_outer .top_text {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
    }
    .reward_outer .mid_text {
        font-size: 12px;
        margin: 15px 0;
        border-bottom: 1px snow #dddddd;
    }
    .reward_outer .bot_text {
        font-size: 10px;
    }
    .reward_login {
        width: 100%;
        height: 50px;
        margin-top: 20px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .reward_login > .reward_btn {
        width: calc((100% - 20px) / 3);
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-bottom: 0px;
        background: #ffffff;
    }
    .reward_login > .reward_btn:nth-child(2){
        margin: 0 10px;
    }
    .reward_btn:hover {
        background: #dddddd;
        color: #04372e;
        font-weight: 600;
    }
    /* 빈 */
    .been_category {
        min-height: 700px;
        padding: 20px 0;
    }
    .been_img {
        
        margin: 0;
        width: 100%;
        height: 50%;
        float: none;
        position: relative;
        text-align: center;
    }
    .been_menu {
        width: 100%;
        height: 400px;
        float: none;
        padding: 0 50px;
        text-align: center;
        margin-top: 50px;
    }
    .been_menu > li::after {
        display: none;
    }
    .been_img > img {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .been_menu > li{
        margin-bottom: 20px;
        font-size: 40px;
        height: 45px;
    }
    .making_vidio_outer {
        height: 100vh;
        max-height: 600px;
    }
    .text_outer {
        position: absolute;
        left: 50%;
        bottom: 30%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .map {
        height: 700px;
    }
    .map > .contain {
        padding: 0px;
    }
    #map_imgs1 {
        bottom: 0px;
        right: 0;
    }
    #map_imgs2 {
        right: 50px;
        top: 0px;
    }
    #map_imgs3 {
        left: 50px;
        top: 210px;
    }
    #map_imgs4 {
        top: 0;
        left: -100px;
    }

}


@media screen and (min-width: 1600px) {
    /* 1섹션 배너 */
    .main_banner {
        min-width: 1600px;
    }
    .banner_sec_outer {
        min-width: 1800px;
    }
    .himg1{
        right: 5%;
        bottom: -50px;
        z-index: 9;
        transform: scale(1);
    }
    .himg2{
        right: 20%;
        bottom: 30px;
        transform: scale(0.75);
    }
    .himg3{
        right: 35%;
        bottom: 20px;
        transform: scale(0.9);
    }
    .main_banner .text_box {
        width: 30%;
        font-size: 150px;
        top: 20%;
        left: 10%;
    }
    /* 2섹션 프로모션 */
    .promotion_btn {
        width: 750px;
        height: 100px;
        padding-right: 130px;
        font-size: 35px;
    }
    .promotion_slide {
        min-width: 1200px; /* 반응형시 확인 */
    }
    .outer_prm_slide {
        width: 1200px;
        height: 500px;
    }
    .promotion_section > .text > .title {
        font-size: 25px;
    }
    .reward_outer > .contain {
        margin: 0 auto;
    }
    .reward_text {
        width: 50%;
    }
    .reward_outer .bot_text {
        font-size: 14px;
    }
    .reward_login {
        width: calc(30% - 30px);
    }
}

