@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;


}





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;
    display: flex;
    justify-content: space-between;
    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.png') 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: 250px;
    display: block;
    width: 270px;
    height: 70px;
    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: absolute;
    width: 100%;
    left:50%;
    transform: translate(-50%,0);
        bottom:50px;
    
}

.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: #1a1a1a;
    font-family: Arial, Helvetica, sans-serif;
}

/* 암막효과 */
.dim {
    z-index: 999;
    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: 9999;
    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;

    
    background: #fff;
}
.popup--start_event_notice{
    background-image: url(../images/notice_bg.png) ;
    background-repeat: no-repeat;
    background-position: top center;
    padding:0 50px;
}
.modal-header{
    height:120px;
    width:100%;
    padding:0 50px;
}
.popup__close-button {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 45px;
    top: 30px;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.popup_txt_notice_check{
    padding:30px 0;
    
}
.popup_txt_notice_check li{
    line-height:30px;
    font-weight: 500;
}
.popup_txt_notice_check li.bold{
    color:#f2003a;
        font-weight: 700;
}

.popup--reward_guide_notice{
    background-image: url(../images/reward_guide_bg.png) ;
    background-repeat: no-repeat;
    background-position: top center;
}
.popup--reward_guide_notice .popup_reward_guide{
    padding:30px 50px;
    max-height: 750px;
    overflow-y: scroll;
    position: relative;
}
.top_button{
    background:rgba(24,24,24,0.3);
    width: 80px;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size:18px;
    position:fixed;
    right:50px;
    bottom:50px;
    text-align: center;
}
.top_button:hover{
      background:rgba(24,24,24,0.5);
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab{
    
    display: flex;
    justify-content: space-between;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li a{
    width:260px;
    height:60px;
    display: flex;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(1) a{
    background:url(../images/tab_01.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(1) a:hover{
    background:url(../images/tab_01_hover.png) center no-repeat;
}

.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(2) a{
    background:url(../images/tab_02.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(2) a:hover{
    background:url(../images/tab_02_hover.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(3) a{
    background:url(../images/tab_03.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(3) a:hover{
    background:url(../images/tab_03_hover.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(4) a{
    background:url(../images/tab_04.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .guide_tab li:nth-child(4) a:hover{
    background:url(../images/tab_04_hover.png) center no-repeat;
}
.popup--reward_guide_notice .popup_reward_guide .reward_guide_tab_content_wrap .tab_pane{
    margin-top:30px;
}
.popup--reward_guide_notice .popup_reward_guide .reward_guide_tab_content_wrap .tab_pane > div{
    width:100%;
    height: 712px;
    margin-bottom:50px;
}
.popup--reward_guide_notice .popup_reward_guide .reward_guide_tab_content_wrap .tab_pane > div:nth-of-type(1) {
    background:url(../images/tab_cont_01.png) center no-repeat;
    
    
}

.popup--reward_guide_notice .popup_reward_guide .reward_guide_tab_content_wrap .tab_pane > div:nth-of-type(2) {
    background:url(../images/tab_cont_02.png) center no-repeat;
    
}
.popup--reward_guide_notice .popup_reward_guide .reward_guide_tab_content_wrap .tab_pane > div:nth-of-type(3) {
    background:url(../images/tab_cont_03.png) center no-repeat;
    
}
.popup--reward_guide_notice .popup_reward_guide .reward_guide_tab_content_wrap .tab_pane > div:nth-of-type(4) {
    background:url(../images/tab_cont_04.png) center no-repeat;
    
}

.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*/
.main_section1 {
    position: relative;
    width: 100%;
    height: 960px;
    overflow: hidden;
    background: url("../images/background_00.png") no-repeat center;
}

.scroll_wrap {
    position: relative;
    margin-top: 700px;
    width: 50px;
    height: 50px;
    text-align: center;
}

a.scroll_down {
    color: #fff;
    font-size: 18px;
    opacity: 0.6;
}

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;
    }
}

.main_section2 {
    position: relative;
    width: 100%;
    height: 1440px;
    overflow: hidden;
    background: url("../images/background_01.png") no-repeat center;
}

.check_wrap {
    width: 100%;
    height: 100%;
}

.check_cal_head {
    height: 275px;
    width: 100%;
    display: flex;
    padding:20px;
}
.cal_head_l{
    width:50%;
    height:100%;
}
.cal_head_r{
   width:50%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:30px;
}
.check_btn_top {
 display: flex;
    align-items: center;
    justify-content: space-between;
    
}



.check_result_count {
    z-index: 1;
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 900;
    height: 100%;
    display: flex;
    align-items: center;
    }

.attendance {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;

}

.check_result_count input[type="text"] {
    background: none;
    width: 75px;
    font-size: 30px;
    font-weight: 900;
    margin-left: 10px;
    text-align: right;
    cursor: auto;
    color: #1a1a1a;
}
.check_btn{
    
}

.vs-btn {
    position: relative;
    display: flex;
    border: none;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #f2003a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width:250px;
    height:60px;
    
    z-index: 1;
}
.vs-btn.disabled{
    pointer-events: none;
    background:#1a1a1a;
    color:#a1a1a1
}
.vs-btn:hover{
    color:#fff;
}
.vs-btn:after {
    width: 6px;
    height: 6px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.vs-btn:before {
    width: 14px;
    height: 14px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.vs-btn:after,
.vs-btn:before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #000;
    z-index: -1;
    transition: all ease 0.4s;
}
.vs-btn:hover:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    opacity: 1;
    visibility: visible;
}
.check_btn_bottom{
    display: flex;
    margin-top:20px;
    align-items: center;
    justify-content: space-between;
}
.popup_btn_wrap{
    display: flex;
}
.check_day_icon{
  width:280px;
    height:30px;
    background:url('../images/day_0.png') center no-repeat;
}
.check_day_icon.day1{
    background:url('../images/day_01.png') center no-repeat;
}
.check_day_icon.day2{
    background:url('../images/day_02.png') center no-repeat;
}
.check_day_icon.day3{
  
    background:url('../images/day_03.png') center no-repeat;
}
.check_day_icon.day4{
  
    background:url('../images/day_04.png') center no-repeat;
}
.check_day_icon.day5{

    background:url('../images/day_05.png') center no-repeat;
}
.check_day_icon.day6{

    background:url('../images/day_06.png') center no-repeat;
}
.check_day_icon.day7{
      background:url('../images/day_07.png') center no-repeat;
}
.check_day_icon.day8{
    background:url('../images/day_08.png') center no-repeat;
}
.check_day_icon.day9{
    background:url('../images/day_09.png') center no-repeat;
}
.check_day_icon.day10{
    background:url('../images/day_10.png') center no-repeat;
}

.popup_btn_wrap{
    display: flex;
    width:250px;
    justify-content: space-between;
}
.notice_btn a, .reward_guide a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #1a1a1a;
    background-color: transparent;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    width:120px;
    height:45px;
}

.notice_btn a:before, .reward_guide a:before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    background-color:#000;
    width: 9px;
    height: 8px;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all ease 0.4s;
}
.notice_btn a:hover, .reward_guide a:hover {
    background-color: #f2003a;
    color: #fff !important;
    border-color: transparent;
}
.notice_btn a:hover:before, .reward_guide a:hover:before {
    background-color: #fff;
}
.check_cal_cont{
    display: flex;
    height:1045px;
    padding:230px 20px 80px; 
    justify-content: space-between;
}
.tab_list_wrap{
    width:245px;
}
.tab button {
    border: none;
    text-align: left;
    width:245px;
    margin-left:-32px;
    margin-bottom:15px;
    height:125px;
    display: block;
    position: relative;
    transition: all ease 0.4s;
}
.tab button.menu01{
  background:url(../images/tab_menu_01.png) center no-repeat;
}
.tab button.menu01.checked{
  background:url(../images/tab_menu_01_checked.png) center no-repeat;
}
.tab button.menu01.on{
    background:url(../images/tab_menu_01_on.png) center no-repeat;
}
.tab button.menu02{
  background:url(../images/tab_menu_02.png) center no-repeat;
}
.tab button.menu02.checked{
  background:url(../images/tab_menu_02_checked.png) center no-repeat;
}
.tab button.menu02.on{
    background:url(../images/tab_menu_02_on.png) center no-repeat;
}
.tab button.menu03{
  background:url(../images/tab_menu_03.png) center no-repeat;
}
.tab button.menu03.checked{
  background:url(../images/tab_menu_03_checked.png) center no-repeat;
}
.tab button.menu03.on{
    background:url(../images/tab_menu_03_on.png) center no-repeat;
}
.tab button.menu04{
  background:url(../images/tab_menu_04.png) center no-repeat;
}
.tab button.menu04.checked{
  background:url(../images/tab_menu_04_checked.png) center no-repeat;
}
.tab button.menu04.on{
    background:url(../images/tab_menu_04_on.png) center no-repeat;
}
.tab button:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 5px;
    bottom: 0;
    width: 30px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    transform: translateX(-4px);
}
.tab button.active, .tab button:hover{
 
}
.tab button.menu01.active:before, .tab button.menu01:hover:before{
    background-color: #f2003a;
}
.tab button.menu02.active:before, .tab button.menu02:hover:before{
    background-color: #2b7ab7;
}
.tab button.menu03.active:before, .tab button.menu03:hover:before{
    background-color: #f5ac2c;
}
.tab button.menu04.active:before, .tab button.menu04:hover:before{
    background-color: #5d9f54;
}
.tab button.active:before, .tab button:hover:before {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.reward_list_wrap{
    width:870px;
}
/*그룹a 기초패키지*/

.reward_group_a .basic_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_a.on .basic_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_a .basic_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_a .basic_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_a .basic_reward::after{
    content: '';
    position: absolute;
    background: url('../images/new_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_a .basic_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/basic_reward_title_a.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_a .basic_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_a .basic_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_a .basic_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_a .basic_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_a .basic_reward .reward_top ul li:nth-child(1){
    background:url('../images/a_1_1.png') center no-repeat;
}
.reward_group_a .basic_reward .reward_top ul li:nth-child(2){
    background:url('../images/a_1_2.png') center no-repeat;
}
.reward_group_a .basic_reward .reward_top ul li:nth-child(3){
    background:url('../images/a_1_3.png') center no-repeat;
}
.reward_group_a .basic_reward .reward_top ul li:nth-child(4){
    background:url('../images/a_1_4.png') center no-repeat;
}
.reward_group_a .basic_reward .reward_top ul li:nth-child(5){
    background:url('../images/a_1_5.png') center no-repeat;
}

.reward_group_a .basic_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_a .basic_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_a .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_a.on .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_a .basic_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}


.reward_group_a .basic_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹a 컴백패키지*/


.reward_group_a .comeback_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_a.on .comeback_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_a .comeback_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_a .comeback_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_a .comeback_reward::after{
    content: '';
    position: absolute;
    background: url('../images/comeback_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_a .comeback_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/comeback_reward_title_a.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_a .comeback_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_a .comeback_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_a .comeback_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_a .comeback_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_a .comeback_reward .reward_top ul li:nth-child(1){
    background:url('../images/a_2_1.png') center no-repeat;
}
.reward_group_a .comeback_reward .reward_top ul li:nth-child(2){
    background:url('../images/a_2_2.png') center no-repeat;
}
.reward_group_a .comeback_reward .reward_top ul li:nth-child(3){
    background:url('../images/a_2_3.png') center no-repeat;
}
.reward_group_a .comeback_reward .reward_top ul li:nth-child(4){
    background:url('../images/a_2_4.png') center no-repeat;
}
.reward_group_a .comeback_reward .reward_top ul li:nth-child(5){
    background:url('../images/a_2_5.png') center no-repeat;
}

.reward_group_a .comeback_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_a .comeback_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_a .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_a.on .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_a .comeback_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}
.reward_group_a .comeback_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹a 지원패키지*/


.reward_group_a .support_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_a.on .support_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_a .support_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_a .support_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_a .support_reward::after{
    content: '';
    position: absolute;
    background: url('../images/exis_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_a .support_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/support_reward_title_a.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_a .support_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_a .support_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_a .support_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_a .support_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_a .support_reward .reward_top ul li:nth-child(1){
    background:url('../images/a_3_1.png') center no-repeat;
}
.reward_group_a .support_reward .reward_top ul li:nth-child(2){
    background:url('../images/a_3_2.png') center no-repeat;
}
.reward_group_a .support_reward .reward_top ul li:nth-child(3){
    background:url('../images/a_3_3.png') center no-repeat;
}
.reward_group_a .support_reward .reward_top ul li:nth-child(4){
    background:url('../images/a_3_4.png') center no-repeat;
}
.reward_group_a .support_reward .reward_top ul li:nth-child(5){
    background:url('../images/a_3_5.png') center no-repeat;
}

.reward_group_a .support_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_a .support_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_a .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_a.on .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_a .support_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}
.reward_group_a .support_reward:hover .reward_bottom{
    background-color: #f2003a;
}


/*그룹b 기초패키지*/

.reward_group_b .basic_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_b.on .basic_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_b .basic_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_b .basic_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_b .basic_reward::after{
    content: '';
    position: absolute;
    background: url('../images/new_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_b .basic_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/basic_reward_title_b.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_b .basic_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_b .basic_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_b .basic_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_b .basic_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_b .basic_reward .reward_top ul li:nth-child(1){
    background:url('../images/b_1_1.png') center no-repeat;
}
.reward_group_b .basic_reward .reward_top ul li:nth-child(2){
    background:url('../images/b_1_2.png') center no-repeat;
}
.reward_group_b .basic_reward .reward_top ul li:nth-child(3){
    background:url('../images/b_1_3.png') center no-repeat;
}
.reward_group_b .basic_reward .reward_top ul li:nth-child(4){
    background:url('../images/b_1_4.png') center no-repeat;
}
.reward_group_b .basic_reward .reward_top ul li:nth-child(5){
    background:url('../images/b_1_5.png') center no-repeat;
}

.reward_group_b .basic_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_b .basic_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_b .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_b.on .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_b .basic_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}


.reward_group_b .basic_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹b 컴백패키지*/


.reward_group_b .comeback_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_b.on .comeback_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_b .comeback_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_b .comeback_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_b .comeback_reward::after{
    content: '';
    position: absolute;
    background: url('../images/comeback_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_b .comeback_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/comeback_reward_title_b.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_b .comeback_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_b .comeback_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_b .comeback_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_b .comeback_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_b .comeback_reward .reward_top ul li:nth-child(1){
    background:url('../images/b_2_1.png') center no-repeat;
}
.reward_group_b .comeback_reward .reward_top ul li:nth-child(2){
    background:url('../images/b_2_2.png') center no-repeat;
}
.reward_group_b .comeback_reward .reward_top ul li:nth-child(3){
    background:url('../images/b_2_3.png') center no-repeat;
}
.reward_group_b .comeback_reward .reward_top ul li:nth-child(4){
    background:url('../images/b_2_4.png') center no-repeat;
}
.reward_group_b .comeback_reward .reward_top ul li:nth-child(5){
    background:url('../images/b_2_5.png') center no-repeat;
}

.reward_group_b .comeback_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_b .comeback_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_b .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_b.on .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_b .comeback_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}
.reward_group_b .comeback_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹b 지원패키지*/


.reward_group_b .support_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_b.on .support_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_b .support_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_b .support_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_b .support_reward::after{
    content: '';
    position: absolute;
    background: url('../images/exis_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_b .support_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/support_reward_title_b.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_b .support_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_b .support_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_b .support_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_b .support_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_b .support_reward .reward_top ul li:nth-child(1){
    background:url('../images/b_3_1.png') center no-repeat;
}
.reward_group_b .support_reward .reward_top ul li:nth-child(2){
    background:url('../images/b_3_2.png') center no-repeat;
}
.reward_group_b .support_reward .reward_top ul li:nth-child(3){
    background:url('../images/b_3_3.png') center no-repeat;
}
.reward_group_b .support_reward .reward_top ul li:nth-child(4){
    background:url('../images/b_3_4.png') center no-repeat;
}
.reward_group_b .support_reward .reward_top ul li:nth-child(5){
    background:url('../images/b_3_5.png') center no-repeat;
}

.reward_group_b .support_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_b .support_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_b .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_b.on .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_b .support_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}
.reward_group_b .support_reward:hover .reward_bottom{
    background-color: #f2003a;
}
/*그룹c 기초패키지*/

.reward_group_c .basic_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_c.on .basic_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_c .basic_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_c .basic_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_c .basic_reward::after{
    content: '';
    position: absolute;
    background: url('../images/new_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_c .basic_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/basic_reward_title_c.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_c .basic_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_c .basic_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_c .basic_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_c .basic_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_c .basic_reward .reward_top ul li:nth-child(1){
    background:url('../images/c_1_1.png') center no-repeat;
}
.reward_group_c .basic_reward .reward_top ul li:nth-child(2){
    background:url('../images/c_1_2.png') center no-repeat;
}
.reward_group_c .basic_reward .reward_top ul li:nth-child(3){
    background:url('../images/c_1_3.png') center no-repeat;
}
.reward_group_c .basic_reward .reward_top ul li:nth-child(4){
    background:url('../images/c_1_4.png') center no-repeat;
}
.reward_group_c .basic_reward .reward_top ul li:nth-child(5){
    background:url('../images/c_1_5.png') center no-repeat;
}

.reward_group_c .basic_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_c .basic_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_c .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_c.on .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_c .basic_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}


.reward_group_c .basic_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹c 컴백패키지*/


.reward_group_c .comeback_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_c.on .comeback_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_c .comeback_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_c .comeback_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_c .comeback_reward::after{
    content: '';
    position: absolute;
    background: url('../images/comeback_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_c .comeback_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/comeback_reward_title_c.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_c .comeback_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_c .comeback_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_c .comeback_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_c .comeback_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_c .comeback_reward .reward_top ul li:nth-child(1){
    background:url('../images/c_2_1.png') center no-repeat;
}
.reward_group_c .comeback_reward .reward_top ul li:nth-child(2){
    background:url('../images/c_2_2.png') center no-repeat;
}
.reward_group_c .comeback_reward .reward_top ul li:nth-child(3){
    background:url('../images/c_2_3.png') center no-repeat;
}
.reward_group_c .comeback_reward .reward_top ul li:nth-child(4){
    background:url('../images/c_2_4.png') center no-repeat;
}
.reward_group_c .comeback_reward .reward_top ul li:nth-child(5){
    background:url('../images/c_2_5.png') center no-repeat;
}

.reward_group_c .comeback_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_c .comeback_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_c .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_c.on .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_c .comeback_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}
.reward_group_c .comeback_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹c 지원패키지*/


.reward_group_c .support_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_c.on .support_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_c .support_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_c .support_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_c .support_reward::after{
    content: '';
    position: absolute;
    background: url('../images/exis_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_c .support_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/support_reward_title_c.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_c .support_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_c .support_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_c .support_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_c .support_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_c .support_reward .reward_top ul li:nth-child(1){
    background:url('../images/c_3_1.png') center no-repeat;
}
.reward_group_c .support_reward .reward_top ul li:nth-child(2){
    background:url('../images/c_3_2.png') center no-repeat;
}
.reward_group_c .support_reward .reward_top ul li:nth-child(3){
    background:url('../images/c_3_3.png') center no-repeat;
}
.reward_group_c .support_reward .reward_top ul li:nth-child(4){
    background:url('../images/c_3_4.png') center no-repeat;
}
.reward_group_c .support_reward .reward_top ul li:nth-child(5){
    background:url('../images/c_3_5.png') center no-repeat;
}

.reward_group_c .support_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_c .support_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_c .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_c.on .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_c .support_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}
.reward_group_c .support_reward:hover .reward_bottom{
    background-color: #f2003a;
}
/*그룹d 기초패키지*/

.reward_group_d .basic_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_d.on .basic_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_d .basic_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_d .basic_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_d .basic_reward::after{
    content: '';
    position: absolute;
    background: url('../images/new_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_d .basic_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/basic_reward_title_d.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_d .basic_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_d .basic_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_d .basic_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_d .basic_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_d .basic_reward .reward_top ul li:nth-child(1){
    background:url('../images/d_1_1.png') center no-repeat;
}
.reward_group_d .basic_reward .reward_top ul li:nth-child(2){
    background:url('../images/d_1_2.png') center no-repeat;
}
.reward_group_d .basic_reward .reward_top ul li:nth-child(3){
    background:url('../images/d_1_3.png') center no-repeat;
}
.reward_group_d .basic_reward .reward_top ul li:nth-child(4){
    background:url('../images/d_1_4.png') center no-repeat;
}
.reward_group_d .basic_reward .reward_top ul li:nth-child(5){
    background:url('../images/d_1_5.png') center no-repeat;
}

.reward_group_d .basic_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_d .basic_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_d .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_d.on .basic_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_d .basic_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}


.reward_group_d .basic_reward:hover .reward_bottom{
    background-color: #f2003a;
}

/*그룹d 컴백패키지*/


.reward_group_d .comeback_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_d.on .comeback_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_d .comeback_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_d .comeback_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_d .comeback_reward::after{
    content: '';
    position: absolute;
    background: url('../images/comeback_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_d .comeback_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/comeback_reward_title_d.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_d .comeback_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_d .comeback_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_d .comeback_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_d .comeback_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_d .comeback_reward .reward_top ul li:nth-child(1){
    background:url('../images/d_2_1.png') center no-repeat;
}
.reward_group_d .comeback_reward .reward_top ul li:nth-child(2){
    background:url('../images/d_2_2.png') center no-repeat;
}
.reward_group_d .comeback_reward .reward_top ul li:nth-child(3){
    background:url('../images/d_2_3.png') center no-repeat;
}
.reward_group_d .comeback_reward .reward_top ul li:nth-child(4){
    background:url('../images/d_2_4.png') center no-repeat;
}
.reward_group_d .comeback_reward .reward_top ul li:nth-child(5){
    background:url('../images/d_2_5.png') center no-repeat;
}

.reward_group_d .comeback_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_d .comeback_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_d .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_d.on .comeback_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_d .comeback_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}

.reward_group_d .comeback_reward:hover .reward_bottom{
    background-color: #f2003a;
}
/*그룹d 지원패키지*/


.reward_group_d .support_reward{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
}
.reward_group_d.on .support_reward{
    position: relative;
     margin-bottom:50px;
    cursor: pointer;
    pointer-events:auto;
}
.reward_group_d .support_reward.checked{
    position: relative;
     margin-bottom:50px;
    pointer-events:none;
    
}
.reward_group_d .support_reward.checked::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% + 25px);
    background-color:rgba(26,26,26,0.9);
    background-image:url(../images/select_done.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.reward_group_d .support_reward::after{
    content: '';
    position: absolute;
    background: url('../images/exis_user_icon.png') center no-repeat;
    left:-35px;
    top:-35px;
    width:106px;
    height:106px;
    z-index: 999;
}
.reward_group_d .support_reward .reward_title {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    justify-content: space-between;
    background: url('../images/support_reward_title_d.png') center no-repeat;
    background-color: #fff;
    position: absolute;
    transition: all ease 0.4s;
    width:230px;
    height:50px;
    top:-25px;
    left:50%;
    transform: translate(-50%,0);

}
.reward_group_d .support_reward:hover .reward_title{
    border-color: #f2003a;
}
.reward_group_d .support_reward .reward_top {
    display: flex;
    align-items: center;
    border: 3px solid #eff1f5;
    border-bottom: none;
    justify-content: space-between;
    padding:30px 50px;
    min-height: 120px;
    transition: all ease 0.4s;

}
.reward_group_d .support_reward .reward_top ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.reward_group_d .support_reward .reward_top ul li{
    width:115px;
    height:100px
}
.reward_group_d .support_reward .reward_top ul li:nth-child(1){
    background:url('../images/d_3_1.png') center no-repeat;
}
.reward_group_d .support_reward .reward_top ul li:nth-child(2){
    background:url('../images/d_3_2.png') center no-repeat;
}
.reward_group_d .support_reward .reward_top ul li:nth-child(3){
    background:url('../images/d_3_3.png') center no-repeat;
}
.reward_group_d .support_reward .reward_top ul li:nth-child(4){
    background:url('../images/d_3_4.png') center no-repeat;
}
.reward_group_d .support_reward .reward_top ul li:nth-child(5){
    background:url('../images/d_3_5.png') center no-repeat;
}

.reward_group_d .support_reward:hover .reward_top{
    border-color: #f2003a;
}
.reward_group_d .support_reward .reward_bottom {
    text-align: center;
    position: relative;
    background-color: #eff1f5;
    padding: 10px 0;
    transition: all ease 0.4s;
}
.reward_group_d .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}
.reward_group_d.on .support_reward .reward_bottom .reciev_btn {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible;
}

.reward_group_d .support_reward:hover .reward_bottom .reciev_btn {
    color:#fff;
}

.reward_group_d .support_reward:hover .reward_bottom{
    background-color: #f2003a;
}