@charset "UTF-8";

*,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
    
}

ul,
ol,
li {
    list-style-type: none;
}

nav {
    width: 1200px;

    margin: 0 auto;

}

nav > div > ul {
    width: 1000px;
    margin: 0 auto;
    height: 100px;


}

.main_menu {
    float: left;
    text-align: center;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    width: 33.33%;
}

li.main_menu a {
    display: block;
    text-align: center;
    position: relative;
    padding: 3px 10px;

}

li.main_menu a span {
    display: inline-block;


}

li.main_menu:nth-child(1) a span {
    width: 135px;
    height: 55px;
    background: url(../images/main_menu01.png) no-repeat center;
}

li.main_menu:nth-child(1) a span.on {
    background: url(../images/main_menu01_hover.png) no-repeat center;
}

li.main_menu:nth-child(1) a:hover span {
    background: url(../images/main_menu01_hover.png) no-repeat center;
}

li.main_menu:nth-child(1) a::after {
    content: '';
    width: 7px;
    height: 100%;
    background: url('../images/main_menu_bar.png') center no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
}

li.main_menu:nth-child(2) a span {
    width: 115px;
    height: 55px;
    background: url(../images/main_menu02.png) no-repeat center;
}

li.main_menu:nth-child(2) a span.on {
    background: url(../images/main_menu02_hover.png) no-repeat center;
}

li.main_menu:nth-child(2) a:hover span {
    background: url(../images/main_menu02_hover.png) no-repeat center;
}

li.main_menu:nth-child(2) a::after {
    content: '';
    width: 7px;
    height: 100%;
    background: url('../images/main_menu_bar.png') center no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
}

li.main_menu:nth-child(3) a span {
    width: 140px;
    height: 55px;
    background: url(../images/main_menu03.png) no-repeat center;
}

li.main_menu:nth-child(3) a span.on {
    background: url(../images/main_menu03_hover.png) no-repeat center;
}

li.main_menu:nth-child(3) a:hover span {
    background: url(../images/main_menu03_hover.png) no-repeat center;
}






table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
}

table th,
table td {
    vertical-align: middle;
}

legend,
caption,
.skip,
.hidden {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    font-size: 1;
    line-height: 0;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

em,
address {
    font-style: normal;
}

img {
    vertical-align: top;
}

button,
input {
    cursor: pointer;
}

.wrap {
    position: relative;
    max-width: 1920px;
    min-width: 1350px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

/* 헤더 */
.header {
    z-index: 10;
    position: absolute;

    top: 20px;
    width: 1920px;

    padding: 10px 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.logo > a {
    position: relative;
    display: block;
    width: 196px;
    height: 111px;
    background: url("../images/logo_b.png") no-repeat center;
    background-size: cover;
}



.menu-wrap {
    padding-top: 5px;
    position: relative;
}

.menu {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.menu__button {
    float: left;
}

.menu__button--1 {
    width: 230px;
    height: 68px;
}

.menu__button--1 a {
    background: url('../images/right_menu_start.jpg') no-repeat center;
}

.menu__button--2 {
    width: 68px;
    height: 68px;
    margin-left: 11px;
}

.menu__button--2 a {
    background: url('../images/right_menu_home.png') no-repeat center;
}

.menu__button--3 {
    width: 68px;
    height: 68px;
    margin-left: 11px;

}

.menu__button--3 a {
    background: url('../images/right_menu_login.png') no-repeat center;
}

.menu__button--4 {
    width: 147px;
    height: 29px;
    margin-top: 11px;
    clear: both;
    background: url('../images/right_menu_close.png') no-repeat center;
    float: right;
}


.menu__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.install {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 232px;
    height: 146px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/install.jpg");
    background-repeat: no-repeat;
}

.install > a {
    position: absolute;
    display: block;
}

.install__button {
    left: 2px;
    bottom: 2px;
    width: 228px;
    height: 50px;
}

.install__close-button {
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
}

/* 메인 */
.main {
    position: relative;
    width: 100%;
    height: 930px;
    overflow: hidden;
    background-image: url("../images/intro_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.main__area {
    position: relative;
    width: 1200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;

}

.main__area__button-wrap {
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 200px;
}

.frame {
    width: 100%;
    height: 100%;
    padding: 0 70px 70px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/frame.png");
}

.sub-title {
    position: relative;
    top: -10px;
    display: block;
    width: 100%;
    height: 80px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/title_00.png");
    background-repeat: no-repeat;
    background-position: center -18px;
}

.title {
    display: block;
    width: 100%;
    height: 99px;
    margin-bottom: 24px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/title_01.png");
    background-repeat: no-repeat;
    background-position-x: center;
}

.title--1 {
    background-position-y: top;
}

.title--2 {
    background-position-y: center;
}

.title--3 {
    background-position-y: bottom;
}

.day_wrap {
    position: absolute;
    background-color: #cdff6b;
    width: 100%;

    bottom: 0;
}

.day_text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100px;
}

.day_text::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #cdff6b;
}

.day_text p {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    margin-right: 20px;

}

#day_left {

    font-size: 30px;
    font-weight: 900;
    color: #cdff6b;
    border-radius: 5px;
    background-color: #232323;
    width: 250px;
    height: 50px;
    text-align: center;
}

.notice-button {
    z-index: 100;
    position: absolute;
    bottom: 130px;
    display: block;
    width: 250px;
    height: 60px;
    background: url(../images/intro_button.png) center;
    left: 50%;
    transform: translate(-50%, 0);
}

.notice-button:hover {
    cursor: pointer;
    background: url(../images/intro_button_hover.png) center;
}

.char {
    position: absolute;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
}

.char--1 {
    right: 0px;
    width: 463px;
    height: 788px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/char_00.png");
}

.char--2 {
    right: 0px;
    width: 533px;
    height: 792px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/char_01.png");
}

.char--3 {
    right: 0px;
    width: 446px;
    height: 770px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/char_02.png");
}

.char--4 {
    right: -32px;
    width: 608px;
    height: 797px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/char_03.png");
}

.main__area__button {
    width: 280px;
    height: 100%;
}

.main__area__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.main__area__button--1 > a > .background {
    background-color: rgba(255, 255, 255, 0.9);
}

.main__area__button--1 > a > .text {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_00.png");
}

.main__area__button--1 > a:hover,
.main__area__button--1 > a:focus {
    /*
      .text {
        background-image: url('https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_00_on.png');
      }
      */
}

.main__area__button--1 > a:hover .arrow,
.main__area__button--1 > a:focus .arrow {
    top: 30px;
    -webkit-animation: none;
    animation: none;
}

.main__area__button--2 > a > .background {
    background-color: rgba(161, 31, 16, 0.9);
}

.main__area__button--2 > a > .text {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_01.png");
}

.main__area__button--2 > a:hover,
.main__area__button--2 > a:focus {
    /*
      .text {
        background-image: url('https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_01_on.png');
      }
      */
}

.main__area__button--2 > a:hover .arrow,
.main__area__button--2 > a:focus .arrow {
    top: 30px;
    -webkit-animation: none;
    animation: none;
}

.main__area__button--3 > a > .background {
    background-color: rgba(255, 255, 255, 0.9);
}

.main__area__button--3 > a > .text {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_02.png");
}

.main__area__button--3 > a:hover,
.main__area__button--3 > a:focus {
    /*
      .text {
        background-image: url('https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_02_on.png');
      }
      */
}

.main__area__button--3 > a:hover .arrow,
.main__area__button--3 > a:focus .arrow {
    top: 30px;
    -webkit-animation: none;
    animation: none;
}

.main__area__button--4 > a > .background {
    background-color: rgba(161, 31, 16, 0.9);
}

.main__area__button--4 > a > .text {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_03.png");
}

.main__area__button--4 > a:hover,
.main__area__button--4 > a:focus {
    /*
      .text {
        background-image: url('https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_03_on.png');
      }
      */
}

.main__area__button--4 > a:hover .arrow,
.main__area__button--4 > a:focus .arrow {
    top: 30px;
    -webkit-animation: none;
    animation: none;
}

.background,
.text {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.text {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 260px 180px;
}

@-webkit-keyframes arrowAnime {
    from {

        top: 30px;
    }

    to {

        top: 40px;
    }
}

@keyframes arrowAnime {
    from {

        top: 30px;
    }

    to {

        top: 40px;
    }
}

.arrow {
    position: absolute;
    left: 128px;
    top: 30px;
    display: block;
    width: 20px;
    height: 10px;
    -webkit-animation: arrowAnime 0.5s ease-out infinite alternate;
    animation: arrowAnime 0.5s ease-out infinite alternate;
}

.arrow--1 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/arrow_00.png");
}

.arrow--2 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/arrow_01.png");
}

/* 푸터 */
.footer {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    background-color: #20232b;
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

/* 암막효과 */
.dim {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* 팝업 */
.popup {
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    max-height: 800px;
    overflow-y: scroll;
    padding: 50px;
    background: #fff;
}

.popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 9px;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.popup__area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 570px;
}

.popup__area--desc {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.popup__area--reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    height: 100%;
}

.popup__area--reward > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 170px;
    padding: 20px;
    background-color: white;
}

.popup--1 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/background_01.png");
}

.popup--1 .popup__close-button {
    background-color: #efa91c;
}

.popup--1 .able {
    background-color: #6e0019;
}

.popup--1 .popup__area--desc {}

.popup--2 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/background_02.png");
}

.popup--2 .popup__close-button {
    background-color: #efa91c;
}

.popup--2 .able {
    background-color: #6e0019;
}

.popup--2 .popup__area--desc {}

.popup--2 .popup__area--reward > li {
    background-color: #fff;
}

.popup--3 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/background_03.png");
}

.popup--3 .popup__close-button {
    background-color: #efa91c;
}

.popup--3 .able {
    background-color: #6e0019;
}

.popup--3 .popup__area--desc {}

.popup--4 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/background_04.png");
}

.popup--4 .popup__close-button {
    background-color: #efa91c;
}

.popup--4 .able {
    background-color: #6e0019;
}

.popup--notice {
    width: 1000px;
    height: auto;
    padding-top: 120px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/notice.png");
    background-repeat: no-repeat;
}

.popup--notice .popup__close-button {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/notice_close_button.png");
}

.popup--notice .popup__txt {
    width: 100%;
    padding: 20px;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.textbold {
    font-weight: bold;
}


.popup--notice .popup__txt li {
    padding: 3px 0 3px 19px;
    text-indent: -17px;
}

.chk {
    position: relative;
    width: 1200px;
    height: 670px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.chk__desc {
    width: 100%;
    height: 143px;
    background: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/text_03.png") no-repeat center bottom;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.chk__area {
    width: 100%;
    height: 520px;
    margin-top: 30px;
    background-color: rgba(246, 251, 253, 0.9);
}

.chk__area__view {
    width: 100%;
    height: 370px;
}

.chk__area__view > span {
    display: block;
    background-repeat: no-repeat;
}

.chk__area__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 150px;

}

.chk-title {
    width: 100%;
    height: 87px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/text_04.png");
    background-position: 350px 16px;
}

.chk-bar {
    position: relative;
    width: 100%;
    height: 283px;
}

.chk-bar > a {
    z-index: 1;
    position: absolute;
    -webkit-animation: chkAnime 0.5s ease-out infinite alternate;
    animation: chkAnime 0.5s ease-out infinite alternate;
}

.chk-bar > a.on {
    -webkit-animation: none;
    animation: none;
}

.chk-bar > a.on:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
}

.chk-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/bar.png");
    background-position: 35px top;
    background-repeat: no-repeat;
}

.chk-bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/bar_on.png");
    background-position: 35px top;
    background-repeat: no-repeat;
}

.chk-button {
    width: 322px;
    height: 86px;
    border-radius: 5px;
    background-repeat: no-repeat;
}

.chk-button.able {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_05_on.png");
}

.chk-button.disable {
    cursor: default;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/button_05.png");
}

.reward {
    width: 439px;
    height: 100%;
    background-repeat: no-repeat;
}

.reward--1 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_10.jpg");
}

.reward--2 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_11.jpg");
}

.reward--3 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_12.jpg");
}

.reward--4 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_13.jpg");
}

.reward--5 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_14.jpg");
}

.reward--6 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_15.jpg");
}

.reward--7 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_16.jpg");
}

.reward--8 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_17.jpg");
}

.reward--9 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/reward_18.jpg");
}

.button {
    width: 120px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.button.able {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/receive.png");
}

.button.disable {
    cursor: default;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/dim.png");
    background-color: #adadad;
}

.button.com {
    cursor: default;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/done.png");
    background-color: #626262;
}

.gift {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 596px;
    height: 245px;
    background-repeat: no-repeat;
}

.gift--1 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/gift_00.png");
}

.gift--2 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/gift_01.png");
}

.gift--3 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/gift_02.png");
}

.gift--4 {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/gift_03.png");
}

.day-0:after {
    width: 54px;
}

.day-1:after {
    width: 110px;
}

.day-2:after {
    width: 163px;
}

.day-3:after {
    width: 312px;
}

.day-4:after {
    width: 326px;
}

.day-5:after {
    width: 380px;
}

.day-6:after {
    width: 436px;
}

.day-7:after {
    width: 550px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/bar_seven.png");
}

.day-8:after {
    width: 610px;
}

.day-9:after {
    width: 670px;
}

.day-10:after {
    width: 736px;
}

.day-11:after {
    width: 796px;
}

.day-12:after {
    width: 862px;
}

.day-13:after {
    width: 920px;
}

.day-14:after {
    width: 100%;
}

.day-0 .three,
.day-1 .three,
.day-2 .three {
    display: none;
}

.day-0 .seven,
.day-1 .seven,
.day-2 .seven,
.day-3 .seven,
.day-4 .seven,
.day-5 .seven,
.day-6 .seven {
    display: none;
}

.day-14 .fourteen {
    display: block;
}

@-webkit-keyframes chkAnime {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes chkAnime {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


.three {
    left: 13%;
    top: 6.5%;
    width: 160px;
    height: 160px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/3_ani.png");
}

.three.on:after {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/seven.png");
}




.seven {
    left: 36.2%;
    top: 6.5%;
    width: 160px;
    height: 160px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/seven_ani.png");
}

.seven.on:after {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/seven.png");
}

.fourteen {
    left: 75.7%;
    top: 0%;
    display: none;
    width: 202px;
    height: 202px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/fourteen_ani.png");
}

.fourteen.on:after {
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/fourteen.png");
}



/*sub1*/
.sub1_section1 {
    position: relative;
    width: 100%;
    height: 1130px;
    overflow: hidden;
    background: url("../images/sub1_bg.jpg") no-repeat center;
}







.sub1_section2 {
    position: relative;
    width: 100%;
    height: 2950px;
    
    background: url("../images/sub1_bg1.jpg") no-repeat center;
}

.content_area{
    width:100%;
    height:100%;
    background:url('../images/sub1_content.png') no-repeat center;
    position: absolute;
    left:50%;
    transform: translate(-50%,0);
        top:-100px;

}

.content_area .link_btn {
    position: relative;
    width:100%;
    height:100%;
    
    
}
.content_area .link_btn a{
    position: absolute;
    bottom:363px;
    width:300px;
    height:60px;
    left:50%;
    transform: translate(-50%,0);
    background:#fff;
    background: url(../images/link_btn.png) no-repeat center;
}
.content_area .link_btn a:hover {
    
    background: url(../images/link_btn_hover.png) no-repeat center;
}




.popup--gm_event_notice .modal-header {
    height: 40px;
    margin: 0;
}

.popup--gm_event_notice .modal-header h4 {
    font-size: 24px;
    color: #ff7271;
    font-weight: 600;
}

.popup_txt_notice_check li {
    padding: 5px 0;
}

.popup_txt_notice_check li span {
    color: #ff7271;
    font-weight: 600;
}

.popup--gm_event_notice .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}


.popup--gm_event_notice .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.go_top {
    position: fixed;
    bottom: 80px;
    right: 5%;
    display: none;
}

.go_top a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
}

.go_top:hover a {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

/*sub2*/
.sub2_section1 {
    position: relative;
    width: 100%;
    height: 960px;
    overflow: hidden;
    background: url("../images/sub2_bg.jpg") no-repeat center;
}

.sub2_section2 {
    position: relative;
    width: 100%;
    height: 1798px;
    overflow: hidden;
    background: url("../images/sub2_bg1.jpg") no-repeat center;
}


















/*sub3*/
.sub3_section1 {
    position: relative;
    width: 100%;
    height: 960px;
    overflow: hidden;
    background: url("../images/sub3_bg.jpg") no-repeat center;
}
.bg_fixed{
  background-image: url('../images/sub2_bg_d.jpg'); /* 이미지 파일의 경로 */
    background-position: center;
    background-repeat: no-repeat;
  background-size: auto; /* 이미지를 화면에 맞게 크기 조절 */
  background-attachment: fixed; /* 배경 이미지를 고정시킴 */
}









.sub3_section2 {
    position: relative;
    width: 100%;
    height: 1540px;
    overflow: hidden;
    background: url("../images/sub3_bg1.jpg") no-repeat center;
}

.gm_event_notice a{
    position: absolute;
    width: 312px;
    height: 85px;
    bottom: 155px;
    left: 0;
     background:url('../images/notice_btn.png') no-repeat center;
}
.gm_event_notice a:hover {
    position: absolute;
    width: 312px;
    height: 85px;
    bottom: 155px;
    left: 0;
    background:url('../images/notice_btn_hover.png') no-repeat center;
}

.gm_mission_link_btn {
    position: absolute;
    width: 850px;
    height: 85px;
    bottom: 155px;
    right: 0;
}
.gm_mission_link_btn  a{
    display: block;
    width:100%;
    height:100%;
    background: url('../images/gm_event_link_btn.png') no-repeat center;
}


.gm_mission_link_btn  a:hover{
       background: url('../images/gm_event_link_btn_hover.png') no-repeat center;
}



.popup--gm_event_notice .modal-header {
    height: 40px;
    margin: 0;
}

.popup--gm_event_notice .modal-header h4 {
    font-size: 24px;
    color: #ff7271;
    font-weight: 600;
}



.popup--gm_event_notice .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}


.popup--gm_event_notice .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}














