@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:1300px;
   
    margin:0 auto;
    background: url(../images/menu_bar.png) no-repeat center;
}
nav > div > ul{
 width:1000px;    
 height:110px;
 display: flex;
    margin: 0 auto;
    justify-content:space-between;
    align-items: center;
    
}
.main_menu {
 text-align: center;
 
 box-sizing: border-box;

    
}
li.main_menu a{
    display: block;
    text-align: center;
    position: relative;
   ;

    
   
}

li.main_menu a span{
 display: inline-block;

 
}

li.main_menu:nth-child(1) a span{
     width:180px;
 height:60px;
 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(2) a span{
         width:180px;
 height:60px;
 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(3) a span{
         width:180px;
 height:60px;
 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;
}
li.main_menu:nth-child(4) a span{
         width:180px;
 height:60px;
 background: url(../images/main_menu04.png) no-repeat center;
}
li.main_menu:nth-child(4) a span.on{
 background: url(../images/main_menu04_hover.png) no-repeat center;
}
li.main_menu:nth-child(4) a:hover span{
 background: url(../images/main_menu04_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: 100;
  position: absolute;
  
  top: 20px;
  width: 1920px;
    
  padding:10px 50px;
    display: flex;
    align-items: center;
    margin:0 auto;
    }
.logo > a {
  position: relative;
  display: block;
  width: 196px;
  height:111px;
  background: url("../images/logo.png") no-repeat center;
 background-size:cover;
}

.logo.logo_white > a {
  position: relative;
  display: block;
  width: 196px;
  height:111px;
  background: url("../images/logo_white.png") no-repeat center;
 background-size:cover;
}



.menu-wrap {
    padding-top:5px;
}

.menu {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.menu__button {
  float: left;
}

.menu__button--1 {
  width: 232px;
  height: 54px;
}

.menu__button--2 {
  width: 68px;
  height: 68px;
}
.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;
}


.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: 1300px;
  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;
	
}
.intro_button{
    position:absolute;
    bottom:170px;
    }
.intro_button ul{
    margin: 0 auto;
    height: 100%;
}
.intro_button ul li{
    float: left;
    width:380px;
    height: 130px;
    
    margin:0 15px;
}
.intro_button ul li:nth-child(1){
 background: url(../images/main_intro_button1.png) center no-repeat;
}
.intro_button ul li:nth-child(2){
 background: url(../images/main_intro_button2.png) center no-repeat;
}

.intro_button ul li:nth-child(1):hover{
 background: url(../images/main_intro_button1_hover.png) center no-repeat;
}
.intro_button ul li:nth-child(2):hover{
 background: url(../images/main_intro_button2_hover.png) center no-repeat;
}
.intro_button ul li.disabled{
 background: url(../images/main_intro_button2_disabled.png) center no-repeat;
}
.intro_button ul li.disabled:hover{
 background: url(../images/main_intro_button2_disabled.png) center no-repeat;
   
}
.intro_button ul li a{
 width: 100%;
 height: 100%;
 display: block;
    }
.intro_button ul li.disabled a{
 cursor: 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;
}

.notice-button {
  z-index: 100;
  position: absolute;
  bottom:30px;
  display: block;
  width: 420px;
  height: 80px;
    background:url(../images/intro_button_hover.png) center;
    right:390px;
}
.notice-button:hover{
    cursor:pointer;
    background:url(../images/intro_button.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);
}
.dim2 {
  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: 1000px;
  
    padding:80px;
  background:#fff;
}

.popup__close-button {
  width: 26px;
  height: 26px;
    position:absolute;
  right:20px;
    top:20px;
    background:url("../images/popup_close.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");
}
.main_section1{
  position: relative;
  width: 100%;
  height: 930px;
  overflow: hidden;
  background: url("../images/main_bg.jpg") no-repeat center;
}
/*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: 930px;
  overflow: hidden;
  background: url("../images/sub1_bg1.jpg") no-repeat center;
}
.invite_code_copy{
 position: absolute;
 top:180px;
}
.invite_code_copy .box01 input{
 width:960px;
 height:85px;
 background: url("../images/copy_place.jpg") no-repeat center;
 padding:20px 50px;
 font-size:30px;
 font-weight: 600;
}
.invite_code_copy .box01 button{
 border:none;
 width:212px;
 height:85px;
 vertical-align: bottom;
 background: url('../images/copy_button.jpg') no-repeat center;
}
.invite_code_copy .box01 button:hover{
 background: url('../images/copy_button_hover.jpg') no-repeat center;
}

.sub1_section3{
  position: relative;
  width: 100%;
  min-height:980px;
  overflow: hidden;
  background: url("../images/sub1_bg2.png") no-repeat center bottom;
}
.invite_board_title{
    width:395px;
        height:65px;
    background: url('../images/sub1_bg2_title.png') no-repeat center;
    margin-top:100px;
}
.invite_board_text{
    width:1170px;
    height:180px;
    background: url('../images/sub1_bg2_text.png') no-repeat center;
    margin:50px 0;
}
.sub1_section3 .invite_board{
    padding:0 70px;
}
.sub1_section3 .tg{
 border-collapse:collapse;
 border-spacing:0;
 margin-top:50px;
  
 }
.sub1_section3 .tg thead tr{
 background:#232323;
    color:#fff;
}
.sub1_section3 .tg thead tr th{
 font-size:16px;
 padding:20px 0;
}
.sub1_section3 .tg thead tr th.tg-h1{
 text-align: left;
 padding-left:50px;
}
.sub1_section3 .tg thead tr th.tg-h2{
 text-align: center;
}
.sub1_section3 .tg thead tr th.tg-h3{
 text-align: right;
 padding-right:50px;    
}
.sub1_section3 .tg tbody tr{
 border-bottom:1px solid rgba(0,0,0,0.5);
}
.sub1_section3 .tg tbody tr td{
 font-size:16px;
 padding:20px 0;
}
.sub1_section3 .tg tbody tr td.tg-l1{
 text-align: left;
 padding-left:50px;
}
.sub1_section3 .tg tbody tr td.tg-l2{
 text-align: center;
}
.sub1_section3 .tg tbody tr td.tg-l3{
 text-align: right;
 padding-right:50px;    
}




.paging{
 margin-top:20px; 
 width:400px; 
 margin:20px auto 0; 
 text-align: center;
}
.paging p{
 display: inline-block;
 font-size:14px;
 color:#232323;
 padding:10px 0;
}

.paging p a{
 display: inline-block;
 font-size:14px;
 color:#232323;
 padding:0 10px;
 vertical-align: top;
}
.paging p a:hover{
 color:#00fdfa;
}
.paging p a.active{
 color:#00fdfa;
}
.btn-prev{
 background:url(../images/expect_prev.png) no-repeat center;
 width:14px;
 height:16px;
 display:inline-block;
 vertical-align: middle;
 margin-right:5px;
    }
.btn-prev:hover{
 background:url(../images/expect_prev_hover.png) no-repeat center;
}

.btn-next{
 background:url(../images/expect_next.png) no-repeat center;
 width:14px;
 height:16px;
 display:inline-block;
 vertical-align: middle;
 margin-left:5px;
}
.btn-next:hover{
 background:url(../images/expect_next_hover.png) no-repeat center;
}






.font-weight-400{
    font-weight: 400;
}
.font-weight-600{
    font-weight: 600;
}
.go_top {
 position: fixed;
 bottom: 80px;
 right: 5%;
    display:none;
}
.go_top a {
 color: #fff;
 background-color: rgba(0, 0, 0, 0.8);
 padding: 10px;
}
.go_top:hover a {
 background-color: rgba(255, 255, 255, 0.8);
 color: #000;
}


/*sub2*/
.sub2_section1{
  position: relative;
  width: 100%;
  height: 930px;
  overflow: hidden;
  background: url("../images/sub2_bg.jpg") no-repeat center;
}
.sub2_section2{
  position: relative;
  width: 100%;
  height: 930px;
  overflow: hidden;
  background: url("../images/sub2_bg1.jpg") no-repeat center;
}

.invite_code_accept{
 position: absolute;
 top:180px;
}
.invite_code_accept .box01 input{
 width:785px;
 height:85px;
 background: url("../images/accept_place.jpg") no-repeat center;
 padding:20px 50px;
 font-size:30px;
 font-weight: 600;
}
.invite_code_accept .box01 button{
 border:none;
 width:385px;
 height:85px;
 vertical-align: bottom;
 background: url('../images/accept_button.jpg') no-repeat center;
}
.invite_code_accept .box01 button:hover{
 background: url('../images/accept_button_hover.jpg') no-repeat center;
}

/*sub3*/
.sub3_section1{
  position: relative;
  width: 100%;
  height: 930px;
  overflow: hidden;
  background: url("../images/sub3_bg.jpg") no-repeat center;
}
.sub3_section2{
  position: relative;
  width: 100%;
  height: 2020px;
  overflow: hidden;
  background: url("../images/sub3_bg1.jpg") no-repeat center;
}


