@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*,
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 {
	position:absolute;
	width:100%;
    margin: 0 auto;
	z-index:99;

}

nav > div > ul {
    width: 900px;
    margin: 0 auto;
    height: 80px;


}

.main_menu {
    float: left;
    text-align: center;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    width: 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: 160px;
    height: 53px;
    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: 9px;
    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: 160px;
    height: 53px;
    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: 160px;
    height: 53px;
    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:100%;
    max-width: 1920px;

    padding: 10px 0px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.logo{
	margin-left:50px;
	}
	
.logo > a {
    position: relative;
    display: block;
    width: 196px;
    height: 111px;
    background: url("../images/logo_w.png") no-repeat center;
    background-size: cover;
	z-index:100;
}



.menu-wrap {
	width:100%;
    padding-top: 5px;
    position: relative;
	text-align:right;
	padding-right:50px;
}

.menu {
    position: relative;
    display: block;
    width: 20%;
    height: 100%;
	float:right;
	z-index:101;
}

.menu__button {
    float: right;
}

.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: 1000px;
    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: #b12a00;
    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 #b12a00;
}

.day_text p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;

}

#day_left {

    font-size: 30px;
    font-weight: 900;
    color: #501300;
    border-radius: 5px;
    background-color: #fff;
    width: 280px;
    height: 50px;
    text-align: center;
}

.notice-button {
    z-index: 100;
    position: absolute;
    bottom: 200px;
    display: block;
    width: 350px;
    height: 80px;
    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");
}

.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;
}


/*sub1*/
.sub1_section1 {
    position: relative;
    width: 100%;
    height: 930px;
    overflow: hidden;
    background: url("../images/sub1_bg.jpg") no-repeat center;
}


.sub1_section2 {
    position: relative;
    width: 100%;
    height: 1570px;
    overflow: hidden;
    background: url("../images/sub1_bg1.jpg") no-repeat center;
}

.sub1_section2 .schedule_container {
    width: 100%;
    height: 100%;
}

.sub1_section2 .schedule_container .schedule_tab_btn {
    width: 100%;
    height: 205px;
    display: flex;
    padding-top: 75px;
}

.sub1_section2 .schedule_container .schedule_tab_btn li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;

}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #28a0ea;
    right: -1px;

}

.sub1_section2 .schedule_container .schedule_tab_btn li span {
    width: 215px;
    height: 30px;

}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(1) span {
    background: url('../images/schedule_tab_btn7.jpg') center no-repeat;
}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(1).selected span {
    background: url('../images/schedule_tab_btn7_hover.jpg') center no-repeat;
}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(1):hover span {
    background: url('../images/schedule_tab_btn7_hover.jpg') center no-repeat;
}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(2) span {
    background: url('../images/schedule_tab_btn8.jpg') center no-repeat;
}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(2).selected span {
    background: url('../images/schedule_tab_btn8_hover.jpg') center no-repeat;
}

.sub1_section2 .schedule_container .schedule_tab_btn li:nth-child(2):hover span {
    background: url('../images/schedule_tab_btn8_hover.jpg') center no-repeat;
}

.sub1_section2 .schedule_container .schedule_tab_content {
    width: 100%;
    height: 1095px;
    padding: 0 40px;

}

.sub1_section2 .schedule_container .schedule_tab_content div:nth-child(1) {
    background: url('../images/schedule_tab_content7.jpg') center no-repeat;
    width: 100%;
    height: 100%;
}

.sub1_section2 .schedule_container .schedule_tab_content div:nth-child(2) {
    background: url('../images/schedule_tab_content8.jpg') center no-repeat;
    width: 100%;
    height: 100%;
}

/*sub2*/
.sub2_section1 {
    position: relative;
    width: 100%;
    height: 930px;
    overflow: hidden;
    background: url("../images/sub2_bg.jpg") no-repeat center;
}

.sub2_section2 {
    position: relative;
    width: 100%;
    height: 1900px;
    overflow: hidden;
    background: url("../images/sub2_bg1.jpg") no-repeat center;
}

.sub2_section2 .check_event_01_wrap {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
}

.sub2_section2 .check_event_01_wrap .check_event_title_wrap {
    width: 100%;
    margin-bottom: 50px;
}

.sub2_section2 .check_event_01_wrap .check_event_title_wrap .check_event_title_text {
    background: url('../images/check_event_title01.png') center no-repeat;
    width: 660px;
    height: 190px;
    margin: 0 auto;

}

.sub2_section2 .check_event_01_wrap .check_event_title_wrap .check_event_notice_btn {
    width: 200px;
    height: 50px;
    background: url('../images/check_event_notice_btn_01.png') center no-repeat;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.sub2_section2 .check_event_01_wrap .check_event_title_wrap .check_event_notice_btn:hover {
    background: url('../images/check_event_notice_btn_01_hover.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 113px;
}

.popup--check_event_notice_01 .modal-header {
    height: 40px;
    margin: 0;
}

.popup--check_event_notice_01 .modal-header h4 {
    font-size: 24px;
    color: #b62300;
    font-weight: 600;
}



.popup--check_event_notice_01 .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}


.popup--check_event_notice_01 .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup_txt_check_event_notice_01 li {
    padding: 5px 0;
}

.popup_txt_check_event_notice_01 li span {
    color: #b62300;
    font-weight: 600;
}





/*1주차*/
.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 {
    width: calc(100% - 230px);
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li {
    width: 130px;
    height: 230px;
    position: relative;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li.checked::after {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/checked.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/check_event_contents_btn.png') center no-repeat;
    width: 100%;
    height: 39px;
    display: block;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li.checked span {
    background: #8e3b12;
    border-radius: 0 0 10px 10px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li.on span {
    background: url('../images/check_event_contents_btn_on.png') center no-repeat;
    cursor: pointer;

}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li.on span:hover {
    background: url('../images/check_event_contents_btn_on_hover.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    background: url('../images/dotted.png') center no-repeat;
    top: 24px;
    left: 90px;
    opacity: 0.9;


}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:last-child::before {
    background: url('../images/dotted2.png') center no-repeat;
    width: 116px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(1) {
    background: url('../images/week_1_1.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(2) {
    background: url('../images/week_1_2.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(3) {
    background: url('../images/week_1_3.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(4) {
    background: url('../images/week_1_4.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(5) {
    background: url('../images/week_1_5.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(6) {
    background: url('../images/week_1_6.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_1 ul li:nth-child(7) {
    background: url('../images/week_1_7.png') center no-repeat;
}





/*2주차*/
.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 {
    width: calc(100% - 230px);
    margin-top: 22px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li {
    width: 130px;
    height: 230px;
    position: relative;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li.checked::after {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/checked.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/check_event_contents_btn.png') center no-repeat;
    width: 100%;
    height: 39px;
    display: block;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li.checked span {
    background: #8e3b12;
    border-radius: 0 0 10px 10px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li.on span {
    background: url('../images/check_event_contents_btn_on.png') center no-repeat;
    cursor: pointer;

}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li.on span:hover {
    background: url('../images/check_event_contents_btn_on_hover.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    background: url('../images/dotted.png') center no-repeat;
    top: 24px;
    left: 90px;
    opacity: 0.9;


}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:last-child::before {
    background: url('../images/dotted2.png') center no-repeat;
    width: 116px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(1) {
    background: url('../images/week_2_1.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(2) {
    background: url('../images/week_2_2.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(3) {
    background: url('../images/week_2_3.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(4) {
    background: url('../images/week_2_4.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(5) {
    background: url('../images/week_2_5.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(6) {
    background: url('../images/week_2_6.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_2 ul li:nth-child(7) {
    background: url('../images/week_2_7.png') center no-repeat;
}




/*3주차*/
.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 {
    width: calc(100% - 230px);
    margin-top: 22px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li {
    width: 130px;
    height: 230px;
    position: relative;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li.checked::after {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/checked.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/check_event_contents_btn.png') center no-repeat;
    width: 100%;
    height: 39px;
    display: block;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li.checked span {
    background: #8e3b12;
    border-radius: 0 0 10px 10px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li.on span {
    background: url('../images/check_event_contents_btn_on.png') center no-repeat;
    cursor: pointer;

}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li.on span:hover {
    background: url('../images/check_event_contents_btn_on_hover.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    background: url('../images/dotted.png') center no-repeat;
    top: 24px;
    left: 90px;
    opacity: 0.9;


}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:last-child::before {
    background: url('../images/dotted2.png') center no-repeat;
    width: 116px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(1) {
    background: url('../images/week_3_1.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(2) {
    background: url('../images/week_3_2.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(3) {
    background: url('../images/week_3_3.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(4) {
    background: url('../images/week_3_4.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(5) {
    background: url('../images/week_3_5.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(6) {
    background: url('../images/week_3_6.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_3 ul li:nth-child(7) {
    background: url('../images/week_3_7.png') center no-repeat;
}


/*4주차*/
.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 {
    width: calc(100% - 230px);
    margin-top: 22px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li {
    width: 130px;
    height: 230px;
    position: relative;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li.checked::after {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/checked.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/check_event_contents_btn.png') center no-repeat;
    width: 100%;
    height: 39px;
    display: block;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li.checked span {
    background: #8e3b12;
    border-radius: 0 0 10px 10px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li.on span {
    background: url('../images/check_event_contents_btn_on.png') center no-repeat;
    cursor: pointer;

}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li.on span:hover {
    background: url('../images/check_event_contents_btn_on_hover.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    background: url('../images/dotted.png') center no-repeat;
    top: 24px;
    left: 90px;
    opacity: 0.9;


}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:last-child::before {
    background: url('../images/dotted2.png') center no-repeat;
    width: 116px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(1) {
    background: url('../images/week_4_1.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(2) {
    background: url('../images/week_4_2.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(3) {
    background: url('../images/week_4_3.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(4) {
    background: url('../images/week_4_4.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(5) {
    background: url('../images/week_4_5.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(6) {
    background: url('../images/week_4_6.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_4 ul li:nth-child(7) {
    background: url('../images/week_4_7.png') center no-repeat;
}



/*5주차*/
.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 {
    width: calc(100% - 230px);
    margin-top: 22px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li {
    width: 130px;
    height: 230px;
    position: relative;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li.checked::after {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/checked.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/check_event_contents_btn.png') center no-repeat;
    width: 100%;
    height: 39px;
    display: block;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li.checked span {
    background: #8e3b12;
    border-radius: 0 0 10px 10px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li.on span {
    background: url('../images/check_event_contents_btn_on.png') center no-repeat;
    cursor: pointer;

}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li.on span:hover {
    background: url('../images/check_event_contents_btn_on_hover.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    background: url('../images/dotted.png') center no-repeat;
    top: 24px;
    left: 90px;
    opacity: 0.9;


}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:last-child::before {
    background: url('../images/dotted2.png') center no-repeat;
    width: 116px;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(1) {
    background: url('../images/week_5_1.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(2) {
    background: url('../images/week_5_2.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(3) {
    background: url('../images/week_5_3.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(4) {
    background: url('../images/week_5_4.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(5) {
    background: url('../images/week_5_5.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(6) {
    background: url('../images/week_5_6.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .week_5 ul li:nth-child(7) {
    background: url('../images/week_5_7.png') center no-repeat;
}

.sub2_section2 .check_event_01_wrap .check_event_contents_wrap .special_application {
    position: absolute;
    right: 0;
    height: 1370px;
    width: 220px;
    background: url('../images/special_application.png') center no-repeat;
    top: 0;
}


.sub2_section3 {
    position: relative;
    width: 100%;
    height: 970px;
    overflow: hidden;
    background: url("../images/sub2_bg2.jpg") no-repeat center;
}

.sub2_section3 .check_event_02_wrap {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
}

.sub2_section3 .check_event_02_wrap .check_event_title_wrap {
    width: 100%;
    margin-bottom: 50px;
}

.sub2_section3 .check_event_02_wrap .check_event_title_wrap .check_event_title_text {
    background: url('../images/check_event_title02.png') center no-repeat;
    width: 750px;
    height: 150px;
    margin: 0 auto;

}

.sub2_section3 .check_event_02_wrap .check_event_title_wrap .check_event_notice_btn {
    width: 200px;
    height: 50px;
    background: url('../images/check_event_notice_btn_01.png') center no-repeat;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;

}

.sub2_section3 .check_event_02_wrap .check_event_title_wrap .check_event_notice_btn:hover {
    background: url('../images/check_event_notice_btn_01_hover.png') center no-repeat;
}


.popup--check_event_notice_02 .modal-header {
    height: 40px;
    margin: 0;
}

.popup--check_event_notice_02 .modal-header h4 {
    font-size: 24px;
    color: #b62300;
    font-weight: 600;
}



.popup--check_event_notice_02 .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}


.popup--check_event_notice_02 .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup_txt_check_event_notice_02 li {
    padding: 5px 0;
}

.popup_txt_check_event_notice_02 li span {
    color: #b62300;
    font-weight: 600;
}












.sub2_section3 .check_event_02_wrap .check_event_contents_wrap {
    width: 100%;
    height: 500px;


    display: flex;
    background: url('../images/cumulative%20attendance_box.png') center no-repeat;
}

/*누적 출첵 보상 10일*/
.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap {
    width: 50%;
    height: 100%;
    position: relative;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .check_count {
    padding-top: 90px;
    width: 100%;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .check_count p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    font-weight: 500;
    font-size: 20px;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .check_count p span {
    font-size: 24px;
    font-weight: 900;
    margin-left: 30px;
    line-height: 30px;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .receive_btn {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('../images/ten_receive_btn.png') center no-repeat;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .receive_btn.on {
    background: url('../images/ten_receive_btn_on.png') center no-repeat;
    cursor: pointer;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .receive_btn.on:hover {
    background: url('../images/ten_receive_btn_on_hover.png') center no-repeat;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_ten_wrap .receive_btn.done {
    background: url('../images/ten_receive_btn_done.png') center no-repeat;
}

/*누적 출첵 보상 20일*/
.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap {
    width: 50%;
    height: 100%;
    position: relative;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .check_count {
    padding-top: 90px;
    width: 100%;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .check_count p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    font-weight: 500;
    font-size: 20px;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .check_count p span {
    font-size: 24px;
    font-weight: 900;
    margin-left: 30px;
    line-height: 30px;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .receive_btn {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('../images/twenty_receive_btn.png') center no-repeat;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .receive_btn.on {
    background: url('../images/twenty_receive_btn_on.png') center no-repeat;
    cursor: pointer;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .receive_btn.on:hover {
    background: url('../images/twenty_receive_btn_on_hover.png') center no-repeat;
}

.sub2_section3 .check_event_02_wrap .check_event_contents_wrap .check_twenty_wrap .receive_btn.done {
    background: url('../images/twenty_receive_btn_done.png') center no-repeat;
}




/*sub3*/
.sub3_section1 {
    position: relative;
    width: 100%;
    height: 930px;
    overflow: hidden;
    background: url("../images/sub3_bg.jpg") no-repeat center;
}


.scroll_wrap {
    position: relative;
    margin-top: 800px;
    width: 50px;
    height: 50px;
    text-align: center;


}

a.scroll_down {
    color: #fff;
    font-size: 18px;
    opacity: 0.5;
}

a.scroll_down:hover {
    opacity: 1;
}

a.scroll_down span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

a.scroll_down span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

a.scroll_down span::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.sub3_section2 {
    position: relative;
    width: 100%;
    height: 554px;
    overflow: hidden;
    background: url("../images/sub3_bg1.jpg") no-repeat center;
}

.sub3_section2 .point_store_notice_btn {
    width: 200px;
    height: 50px;
    background: url('../images/point_store_notice_btn.png') center no-repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 196px;
    cursor: pointer;
}

.sub3_section2 .point_store_notice_btn:hover {
    background: url('../images/point_store_notice_btn_hover.png') center no-repeat;
}

.popup--point_store_notice .modal-header {
    height: 40px;
    margin: 0;
}

.popup--point_store_notice .modal-header h4 {
    font-size: 24px;
    color: #b62300;
    font-weight: 600;
}



.popup--point_store_notice .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}


.popup--point_store_notice .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup_txt_point_store_notice li {
    padding: 5px 0;
}

.popup_txt_point_store_notice li span {
    color: #b62300;
    font-weight: 600;
}

.sub3_section3 {
    position: relative;
    width: 100%;
    height: 1995px;
    overflow: hidden;
    background: url("../images/sub3_bg2.jpg") no-repeat center;
}

.sub3_section3 .store_product_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0px;
}

.sub3_section3 .store_point_result {
    height: 150px;
    width: 950px;
    display: flex;
    padding: 25px 30px 75px;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;

}

.sub3_section3 .point_count {
    height: 50px;
    width: 672px;
    position: relative;
	font-size:30px;
}

.sub3_section3 .point_count span {
    position: absolute;
    height: 50px;
    top: 0;
    left: 180px;
    width: 430px;
    border: none;
    color: #232323;
    background: none;
    font-size: 30px;
    font-weight: 500;
    text-align: right;
}

.sub3_section3 .point_count a {
    position: absolute;
    background: url(../images/point_count_area_re.png) no-repeat center;
    opacity: 0.8;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.sub3_section3 .point_count a:hover {
    opacity: 1;
}

.sub3_section3 .point_list {
    width: 198px;
    height: 50px;
    background: url(../images/point_list_btn.jpg) no-repeat center;
    cursor: pointer;
}

.sub3_section3 .point_list:hover {
    background: url(../images/point_list_btn_hover.jpg) no-repeat center;
}

.sub3_section3 .store_item_wrap {
    width: 100%;

    margin-top: 21px;


}

.sub3_section3 .store_item_group {
    width: 100%;
    height: 100%;
    padding: 34px 40px 35px 40px;
    display: flex;
    flex-wrap: wrap;

}

.sub3_section3 .store_item.apply {
    border-radius: 5px;
    width: 210px;
    height: 265px;
    margin-right: 17.5px;
    position: relative;
}

.sub3_section3 .store_item.buy {
    border-radius: 5px;
    width: 210px;
    height: 250px;
    margin-right: 17.5px;
    margin-top: 55px;
    position: relative;
}

.sub3_section3 .store_item.apply {
    margin-top: 73px;
}

.sub3_section3 .store_item:nth-child(n+6):nth-child(-n+10) {
    margin-top: 108px;
}

.sub3_section3 .store_item:nth-child(5n) {
    margin-right: 0;
}







.sub3_section3 .store_item.apply .item_count_number {
    padding: 15px 0;
    margin-top: 170px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sub3_section3 .store_item.buy .item_count_number {
    padding: 15px 0;
    margin-top: 155px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sub3_section3 .store_item .item_count_number .count_number {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}
.sub3_section3 .store_item.end .item_count_number .count_number {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.sub3_section3 .store_item .item_count_number .count_number span {
    font-size: 14px;
}

.sub3_section3 .store_item .item_count_number .count_number span::before {
    content: '｜'
}


.sub3_section3 .store_item.apply .store_item_btn {
    width: 142px;
    height: 42px;
    position: absolute;
    right: 0.5px;
    bottom: 0;

    background: url('../images/point_store_apply_btn.png') center no-repeat;
    pointer-events: none;

}

.sub3_section3 .store_item.buy .store_item_btn {
    width: 142px;
    height: 42px;
    position: absolute;
    right: 0.5px;
    bottom: 0;

    background: url('../images/point_store_buy_btn.png') center no-repeat;
    pointer-events: none;

}

.sub3_section3 .store_item.apply.on .store_item_btn {
    cursor: pointer;
    pointer-events: auto;
    background: url('../images/point_store_apply_btn_on.png') center no-repeat;
}
.sub3_section3 .store_item.buy.end .store_item_btn{
    background: url('../images/point_store_buy_btn_end.png') center no-repeat;
    cursor: auto;
    pointer-events: none;
}
.sub3_section3 .store_item.buy.on .store_item_btn {
    cursor: pointer;
    pointer-events: auto;
    background: url('../images/point_store_buy_btn_on.png') center no-repeat;
}

.sub3_section3 .store_item.apply.on .store_item_btn:hover {
    background: url('../images/point_store_apply_btn_on_hover.png') center no-repeat;
}

.sub3_section3 .store_item.buy.on .store_item_btn:hover {
    background: url('../images/point_store_buy_btn_on_hover.png') center no-repeat;
}

.sub3_section3 .store_item.buy.disabled .store_item_btn {
    background: url('../images/point_store_buy_btn_disabled.png') center no-repeat;
}

.popup--store-event-list .modal-header h5 {
    font-size: 30px;
    color: #b62300;
    font-weight: 600;
    text-align: center;
}

.popup--store-event-list .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;

}


.popup--store-event-list .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}


.tg_apply {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.tg_apply thead {
    border-bottom: 2px solid #232323;

}

.tg_apply tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.tg_apply tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.tg_apply td {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;
}

.tg_apply th {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;

}

.tg_apply .tg-lt {
    text-align: left;
    color: #232323;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg_apply .tg-lboi {
    text-align: center;
    vertical-align: middle;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.tg_apply tbody tr td.tg-lboi:nth-child(2){
    border-right:1px solid rgba(0,0,0,0.1);
}

.tg_apply .tg-lboi.minus {
    color: blue;
}

.tg_apply .tg-lboi.plus {
    color: red;
}

.tg_buy {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.tg_buy thead {
    border-bottom: 2px solid #232323;
}

.tg_buy tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.tg_buy td {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;
}

.tg_buy th {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;
}

.tg_buy .tg-lboi {
    text-align: center;
    vertical-align: middle;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg_buy .tg-lboi.plus {
    color: red;
}

.tg_buy .tg-lboi.minus {
    color: blue;
}




.paging {
    margin-top: 20px;
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
}

.paging p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;

}

.paging p a {
    display: inline-block;
    font-size: 14px;
    color: #232323;
    padding: 0 10px;
    vertical-align: top;
    font-weight: 400;

}

.paging p a:hover {
    color: #b62300;
    font-weight: 700;
}

.paging p a.active {
    color: #b62300;
    font-weight: 700;

}

.btn-prev {
    background: url(../images/store_prev.png) no-repeat center;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-prev:hover {
    background: url(../images/store_prev_hover.png) no-repeat center;
}

.btn-next {
    background: url(../images/store_next.png) no-repeat center;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-next:hover {
    background: url(../images/store_next_hover.png) no-repeat center;
}


/*sub4*/
.sub4_section1 {
    position: relative;
    width: 100%;
    height: 930px;
    overflow: hidden;
    background: url("../images/sub4_bg.jpg") no-repeat center;
}


.sub4_section2 {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: url("../images/sub4_bg1.jpg") no-repeat center;
}

.sub4_section2 .get_it_event_notice_btn {
    width: 200px;
    height: 50px;
    background: url('../images/get_it_event_notice_btn.png') center no-repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 200px;
    cursor: pointer;
}

.sub4_section2 .get_it_event_notice_btn:hover {
    background: url('../images/get_it_event_notice_btn_hover.png') center no-repeat;
}

.popup--get_it_event_notice .modal-header {
    height: 40px;
    margin: 0;
}

.popup--get_it_event_notice .modal-header h4 {
    font-size: 24px;
    color: #b62300;
    font-weight: 600;
}



.popup--get_it_event_notice .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}


.popup--get_it_event_notice .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup_txt_get_it_event li {
    padding: 5px 0;
}

.popup_txt_get_it_event li span {
    color: #b62300;
    font-weight: 600;
}


.sub4_section3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url("../images/sub4_bg2.jpg") no-repeat top center;
}

.sub4_section3 .get_it_apply_container {
    width: 100%;
    height: 100%;
    position: relative;

}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    position: absolute;
    padding: 0 100px;
    top: 225px;

}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result .ticket_count {
    width: 730px;
    height: 100%;
    background: url('../images/ticket_count_area.jpg') center no-repeat;
    position: relative;
}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result .ticket_count span {
    position: absolute;
    height: 50px;
    top: 0;
    left: 230px;
    width: 430px;
    border: none;
    color: #039df1;
    background: none;
    font-size: 30px;
    font-weight: 500;
    text-align: right;

}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result .ticket_count a {
    position: absolute;
    background: url(../images/ticket_count_area_re.png) no-repeat center;
    opacity: 0.8;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result .ticket_count a:hover {
    opacity: 1;
}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result .ticket_list {
    width: 250px;
    height: 50px;
    background: url('../images/ticket_list_btn.jpg') center no-repeat;
    cursor: pointer;
}

.sub4_section3 .get_it_apply_container .get_tit_ticket_result .ticket_list:hover {

    background: url('../images/ticket_list_btn_hover.jpg') center no-repeat;

}

.popup--get_it-event-list .modal-header h5 {
    font-size: 30px;
    color: #b62300;
    font-weight: 600;
    text-align: center;
}

.popup--get_it-event-list .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;

}


.popup--get_it-event-list .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}



.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn {
    height: 75px;
    width: 100%;
    display: flex;

}

.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li {
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.disabled {
    pointer-events: none;

}

.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.disabled:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2_disabled.jpg') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li:nth-child(1) {
    background: url('../images/get_it_apply_tab_btn1.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.end:nth-child(1) {
    background: url('../images/get_it_apply_tab_btn1_end.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li:hover:nth-child(1) {
    background: url('../images/get_it_apply_tab_btn1_hover.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.end:hover:nth-child(1) {
    background: url('../images/get_it_apply_tab_btn1_hover_end.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.on:nth-child(1) {
    background: url('../images/get_it_apply_tab_btn1_on.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.on.end:nth-child(1) {
    background: url('../images/get_it_apply_tab_btn1_on_end.jpg') center no-repeat;
}


.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.end:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2_end.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li:hover:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2_hover.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.end:hover:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2_hover_end.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.on:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2_on.jpg') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_tab_btn li.on.end:nth-child(2) {
    background: url('../images/get_it_apply_tab_btn2_on_end.jpg') center no-repeat;
}



.sub4_section3 .get_it_apply_container .get_it_apply_content {
    padding-top: 310px;
    width: 100%;
    height: 100%;
    padding-bottom: 150px;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn {
    display: flex;
    padding: 0 350px;
    width: 100%;
    justify-content: space-between;

}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li {
    width: 110px;
    height: 40px;
    cursor: pointer;

}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li:nth-child(1) {
    background: url('../images/get_it_apply_box_tab_btn1.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li.on:nth-child(1) {
    background: url('../images/get_it_apply_box_tab_btn1_on.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li:nth-child(2) {
    background: url('../images/get_it_apply_box_tab_btn2.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li.on:nth-child(2) {
    background: url('../images/get_it_apply_box_tab_btn2_on.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li:nth-child(3) {
    background: url('../images/get_it_apply_box_tab_btn3.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li.on:nth-child(3) {
    background: url('../images/get_it_apply_box_tab_btn3_on.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li:nth-child(4) {
    background: url('../images/get_it_apply_box_tab_btn4.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_tab_btn li.on:nth-child(4) {
    background: url('../images/get_it_apply_box_tab_btn4_on.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content {
    margin-top: 150px;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 100px;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_wrap:nth-of-type(1) .get_it_apply_box_content .ticket_name_group:nth-child(1) {

    background: url('../images/ticket_name_group1_1.png') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_wrap:nth-of-type(2) .get_it_apply_box_content .ticket_name_group:nth-child(1) {

    background: url('../images/ticket_name_group2_1.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group:nth-child(2) {

    background: url('../images/ticket_name_group1_2.png') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_wrap:nth-of-type(2) .get_it_apply_box_content .ticket_name_group:nth-child(2) {

    background: url('../images/ticket_name_group2_2.png') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group:nth-child(3) {

    background: url('../images/ticket_name_group1_3.png') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_wrap:nth-of-type(2) .get_it_apply_box_content .ticket_name_group:nth-child(3) {

    background: url('../images/ticket_name_group2_3.png') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group:nth-child(4) {

    background: url('../images/ticket_name_group1_4.png') center no-repeat;
}
.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_wrap:nth-of-type(2) .get_it_apply_box_content .ticket_name_group:nth-child(4) {

    background: url('../images/ticket_name_group2_4.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box {
    width: 150px;
    height: 254px;
    margin-right: 62.5px;
    margin-top: 50px;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box:nth-child(5n) {
    margin-right: 0;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box:nth-child(-n+5) {
    margin-top: 0;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box .name_count_number {
    margin-top: 133px;
    margin-left: 6px;
    height: 68px;
    width: 125px;
    padding: 15px;

}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box .name_count_number .count_number {
    width: 100%;
    height: 100%;
    background: #e7f6ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box .name_count_number .count_number span {
    font-size: 24px;
    font-weight: 900;
    color: #039df1;
    display: block;
    text-align: center;

}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box .apply_name_btn {
    margin-top: 20px;
    width: 101px;
    height: 35px;
    margin-left: 20px;
    border-radius: 18px;
    background: url('../images/apply_name_btn_disabled.png') center no-repeat;
}

.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box .apply_name_btn.on {
    background: url('../images/apply_name_btn.png') center no-repeat;
    cursor: pointer;
}


.sub4_section3 .get_it_apply_container .get_it_apply_content .get_it_apply_box_content .ticket_name_group .ticket_name_box .apply_name_btn.on:hover {
    background: url('../images/apply_name_btn_hover.png') center no-repeat;
}