@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:12px;
    font-weight: 400;
    
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body{-ms-overflow-style:none; }
body::-webkit-scrollbar { display:none; }



html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
        color:#e286ff;
    
}

ul, ol, li {
  list-style-type: none;
}

nav { width:1230px;
   
    
}
nav > div > ul{
 width:100%;    
 height:130px;
 padding:0 100px;
    
}
.main_menu {
 float: left;
 text-align: center;
 height:100%;
 padding:40px 0;
 box-sizing: border-box;
}
li.main_menu a{
    display: block;
    text-align: center;
    position: relative;
    padding:3px 100px;
    width:333px;
}

li.main_menu a span{
 display: inline-block;

 
}

li.main_menu:nth-child(1) a span{
     width:82px;
 height:42px;
 background: url(../images/main_menu01.png) no-repeat center;
}
li.main_menu:nth-child(1) a span.on{
 background: url(../images/main_menu01_hover.png) no-repeat center;
}
li.main_menu:nth-child(1) a:hover span{
 background: url(../images/main_menu01_hover.png) no-repeat center;
}
li.main_menu:nth-child(1) a::after{
    content: '';
    width:2px;
    height: 100%;
    background:#bbbbbb;
    position:absolute;
    right:0px;
    top:0;
    display: block;
    }
li.main_menu:nth-child(2) a span{
         width:82px;
 height:42px;
 background: url(../images/main_menu02.png) no-repeat center;
}
li.main_menu:nth-child(2) a span.on{
 background: url(../images/main_menu02_hover.png) no-repeat center;
}
li.main_menu:nth-child(2) a:hover span{
 background: url(../images/main_menu02_hover.png) no-repeat center;
}
li.main_menu:nth-child(2) a::after{
    content: '';
    width:2px;
    height: 100%;
    background:#bbbbbb;
    position:absolute;
    right:0px;
    top:0;
    display: block;
    }
li.main_menu:nth-child(3) a span{
 width:127px;
 height:42px;
 background: url(../images/main_menu03.png) no-repeat center;
}
li.main_menu:nth-child(3) a span.on{
 background: url(../images/main_menu03_hover.png) no-repeat center;
}
li.main_menu:nth-child(3) a:hover span{
 background: url(../images/main_menu03_hover.png) no-repeat center;
}


table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
}

table th, table td {
  vertical-align: middle;
}

legend, caption, .skip, .hidden {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 1;
  line-height: 0;
  overflow: hidden;
}

a:link, a:visited {
  text-decoration: none;
}

em, address {
  font-style: normal;
}

img {
  vertical-align: top;
}

button, input {
  cursor: pointer;
}

.wrap {
  position: relative;
  max-width: 1920px;
  min-width: 1350px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/* 헤더 */
.header {
  z-index: 100;
  position: fixed;
  
  top: 20px;
  width: 1920px;
    
  padding:10px 50px;
    display: flex;
    align-items: center;
    margin:0 auto;
    justify-content: flex-end;
    }


.logo > a {
  position: relative;
  display: block;
  width: 225px;
  height:82px;
  background: url("../images/logo.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: 234px;
  height: 54px;
    margin-right: 11px;
}
.menu__button--1 a{
    background:url('../images/right_menu_start.jpg') no-repeat center;
}

.menu__button--2 {
  width: 54px;
  height: 54px;
}
.menu__button--2 a{
    background:url('../images/right_menu_home.jpg') no-repeat center;
}
.menu__button--3 {
  width: 54px;
  height: 54px;
  margin-left: 11px;
  
}
.menu__button--3 a{
  background:url('../images/right_menu_login.jpg') no-repeat center;  
}

.menu__button--4 {
    float: right;
  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;
  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__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;
}

.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;
}


.popup--reward_1_pop .reward_modal_header h4{
   color:#9e00a8;   
} 
.popup--reward_1_pop .reward_popup__close-button{
    position:absolute;
    top:0;
    right:0;
    padding:15px;
    background: #9e00a8;
    
}

.popup--reward_2_pop .reward_modal_header h4{
   color:#811df0;   
} 
.popup--reward_2_pop .reward_popup__close-button{
    position:absolute;
    top:0;
    right:0;
    padding:15px;
    background: #811df0;
    
}

.popup--reward_3_pop .reward_modal_header h4{
   color:#5400ff;   
} 
.popup--reward_3_pop .reward_popup__close-button{
    position:absolute;
    top:0;
    right:0;
    padding:15px;
    background: #5400ff;
    
}

.popup--reward_4_pop .reward_modal_header h4{
    color:#ff6aff;   
}
.popup--reward_4_pop .reward_popup__close-button{
    position:absolute;
    top:0;
    right:0;
    padding:15px;
    background: #ff6aff;
    
}
.popup--reward_5_pop .reward_modal_header h4{
    color:#3200c9;   
}
.popup--reward_5_pop .reward_popup__close-button{
    position:absolute;
    top:0;
    right:0;
    padding:15px;
    background: #3200c9;
    
    
}
.popup--reward_6_pop .reward_modal_header h4{
    color: #373737;
}
.popup--reward_6_pop .reward_popup__close-button{
    position:absolute;
    top:0;
    right:0;
    padding:15px;
    background: #373737;
    
}
/*리워드보상 1번째*/

.popup--reward_1_pop .reward_row_1 p{
    font-size:20px;
    color:#232323;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_1_pop .reward_row_1{
  margin-top:10px;
}
.popup--reward_1_pop .reward_row_1 ul{
    height:180px;
}
.popup--reward_1_pop .reward_row_1 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
    
}
.popup--reward_1_pop .reward_row_1 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_1_pop .reward_row_1 ul li span{
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_1_pop .reward_row_1 ul li p{
    width:100px;
        height:100px;
    margin:0 auto;
  
}
.popup--reward_1_pop .reward_row_1 ul li:nth-child(1) p{
    background:url('../images/reward_gm_random_box.png') center no-repeat;
  
}
.popup--reward_1_pop .reward_row_1 ul li:nth-child(2) p{
    background:url('../images/reward_mvp_random_box.png') center no-repeat;
  
}
.popup--reward_1_pop .reward_row_1 ul li:nth-child(3) p{
    background:url('../images/reward_premium_shuffle.png') center no-repeat;
  
}


.popup--reward_1_pop .reward_row_2{
    margin-top:20px;
}
.popup--reward_1_pop .reward_row_2 p{
    font-size:18px;
    color:#9e00a8;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_1_pop .reward_row_2 ul{
    height:200px;
}
.popup--reward_1_pop .reward_row_2 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
}
.popup--reward_1_pop .reward_row_2 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_1_pop .reward_row_2 ul li span:nth-of-type(1){
    font-size:16px;
    line-height:20px;
}
.popup--reward_1_pop .reward_row_2 ul li span:nth-of-type(2){
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_1_pop .reward_row_2 ul li p{
    width:100px;
    height:100px;
    margin:0 auto;
    background:url('../images/reward_10anniversary_coin.png') center no-repeat;
}




/*리워드보상 2번째*/

.popup--reward_2_pop .reward_row_1 p{
    font-size:20px;
    color:#232323;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_2_pop .reward_row_1{
  margin-top:10px;
}
.popup--reward_2_pop .reward_row_1 ul{
    height:180px;
}
.popup--reward_2_pop .reward_row_1 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
    
}
.popup--reward_2_pop .reward_row_1 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_2_pop .reward_row_1 ul li span{
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_2_pop .reward_row_1 ul li p{
    width:100px;
        height:100px;
    margin:0 auto;
  
}
.popup--reward_2_pop .reward_row_1 ul li:nth-child(1) p{
    background:url('../images/reward_mvp_random_box.png') center no-repeat;
  
}
.popup--reward_2_pop .reward_row_1 ul li:nth-child(2) p{
    background:url('../images/reward_gm_random_box.png') center no-repeat;
  
}
.popup--reward_2_pop .reward_row_1 ul li:nth-child(3) p{
    background:url('../images/reward_10anniversary_coin.png') center no-repeat;
  
}


.popup--reward_2_pop .reward_row_2{
    margin-top:20px;
}
.popup--reward_2_pop .reward_row_2 p{
    font-size:18px;
    color:#811df0;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_2_pop .reward_row_2 ul{
    height:200px;
}
.popup--reward_2_pop .reward_row_2 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
}
.popup--reward_2_pop .reward_row_2 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_2_pop .reward_row_2 ul li span:nth-of-type(1){
    font-size:16px;
    line-height:20px;
}
.popup--reward_2_pop .reward_row_2 ul li span:nth-of-type(2){
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_2_pop .reward_row_2 ul li p{
    width:100px;
    height:100px;
    margin:0 auto;
    
}
.popup--reward_2_pop .reward_row_2 ul li:nth-child(1) p{
    background:url('../images/reward_ydragon_set.png') center no-repeat;
  
}
.popup--reward_2_pop .reward_row_2 ul li:nth-child(2) p{
    background:url('../images/reward_bland_set.png') center no-repeat;
  
}
.popup--reward_2_pop .reward_row_2 ul li:nth-child(3) p{
    background:url('../images/reward_Elias_Charlotte.png') center no-repeat;
  
}


/* 리워드보상 3번째*/

.popup--reward_3_pop .reward_row_1 p{
    font-size:20px;
    color:#232323;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_3_pop .reward_row_1{
  margin-top:10px;
}
.popup--reward_3_pop .reward_row_1 ul{
    height:180px;
}
.popup--reward_3_pop .reward_row_1 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
    
}
.popup--reward_3_pop .reward_row_1 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_3_pop .reward_row_1 ul li span{
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_3_pop .reward_row_1 ul li p{
    width:100px;
        height:100px;
    margin:0 auto;
  
}
.popup--reward_3_pop .reward_row_1 ul li:nth-child(1) p{
    background:url('../images/reward_gm_random_box.png') center no-repeat;
  
}
.popup--reward_3_pop .reward_row_1 ul li:nth-child(2) p{
    background:url('../images/reward_mvp_random_box.png') center no-repeat;
  
}
.popup--reward_3_pop .reward_row_1 ul li:nth-child(3) p{
    background:url('../images/reward_10anniversary_coin.png') center no-repeat;
  
}
/*리워드보상 4번째*/
.popup--reward_4_pop .reward_row_1 p{
    font-size:20px;
    color:#232323;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_4_pop .reward_row_1{
  margin-top:10px;
}
.popup--reward_4_pop .reward_row_1 ul{
    height:180px;
}
.popup--reward_4_pop .reward_row_1 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
    
}
.popup--reward_4_pop .reward_row_1 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_4_pop .reward_row_1 ul li span{
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_4_pop .reward_row_1 ul li p{
    width:100px;
        height:100px;
    margin:0 auto;
  
}
.popup--reward_4_pop .reward_row_1 ul li:nth-child(1) p{
    background:url('../images/reward_gm_random_box.png') center no-repeat;
  
}
.popup--reward_4_pop .reward_row_1 ul li:nth-child(2) p{
    background:url('../images/reward_mvp_random_box.png') center no-repeat;
  
}
.popup--reward_4_pop .reward_row_1 ul li:nth-child(3) p{
    background:url('../images/reward_premium_shuffle.png') center no-repeat;
  
}


.popup--reward_4_pop .reward_row_2{
    margin-top:20px;
}
.popup--reward_4_pop .reward_row_2 p{
    font-size:18px;
    color:#ff6aff;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_4_pop .reward_row_2 ul{
    height:200px;
}
.popup--reward_4_pop .reward_row_2 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
}
.popup--reward_4_pop .reward_row_2 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_4_pop .reward_row_2 ul li span:nth-of-type(1){
    font-size:16px;
    line-height:20px;
}
.popup--reward_4_pop .reward_row_2 ul li span:nth-of-type(2){
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_4_pop .reward_row_2 ul li p{
    width:100px;
    height:100px;
    margin:0 auto;
    
}
.popup--reward_4_pop .reward_row_2 ul li:nth-child(1) p{
    background:url('../images/reward_ydragon_set.png') center no-repeat;
  
}
.popup--reward_4_pop .reward_row_2 ul li:nth-child(2) p{
    background:url('../images/reward_bland_set.png') center no-repeat;
  
}
.popup--reward_4_pop .reward_row_2 ul li:nth-child(3) p{
    background:url('../images/reward_Elias_Charlotte.png') center no-repeat;
  
}

/*리워드보상 5번째*/
.popup--reward_5_pop .reward_row_1 p{
    font-size:20px;
    color:#232323;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_5_pop .reward_row_1{
  margin-top:10px;
}
.popup--reward_5_pop .reward_row_1 ul{
    height:180px;
}
.popup--reward_5_pop .reward_row_1 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
    
}
.popup--reward_5_pop .reward_row_1 ul li:nth-child(1){
    margin-left:90px;;
}
.popup--reward_5_pop .reward_row_1 ul li:nth-child(2){
    margin-left:25px;
}
.popup--reward_5_pop .reward_row_1 ul li span{
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_5_pop .reward_row_1 ul li p{
    width:100px;
        height:100px;
    margin:0 auto;
  
}
.popup--reward_5_pop .reward_row_1 ul li:nth-child(1) p{
    background:url('../images/reward_shuffle.png') center no-repeat;
  
}
.popup--reward_5_pop .reward_row_1 ul li:nth-child(2) p{
    background:url('../images/reward_10anniversary_coin.png') center no-repeat;
  
}


.popup--reward_5_pop .reward_row_2{
    margin-top:20px;
}
.popup--reward_5_pop .reward_row_2 p{
    font-size:18px;
    color:#3200c9;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}
.popup--reward_5_pop .reward_row_2 ul{
    height:200px;
}
.popup--reward_5_pop .reward_row_2 ul li{
    display: block;
    width:150px;
    float: left;
    text-align: center;
}
.popup--reward_5_pop .reward_row_2 ul li:nth-child(2){
    margin:0 25px;
}
.popup--reward_5_pop .reward_row_2 ul li span:nth-of-type(1){
    font-size:16px;
    line-height:20px;
}
.popup--reward_5_pop .reward_row_2 ul li span:nth-of-type(2){
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.popup--reward_5_pop .reward_row_2 ul li p{
    width:100px;
    height:100px;
    margin:0 auto;
    
}
.popup--reward_5_pop .reward_row_2 ul li:nth-child(1) p{
    background:url('../images/reward_ydragon_set.png') center no-repeat;
  
}
.popup--reward_5_pop .reward_row_2 ul li:nth-child(2) p{
    background:url('../images/reward_bland_set.png') center no-repeat;
  
}
.popup--reward_5_pop .reward_row_2 ul li:nth-child(3) p{
    background:url('../images/reward_Elias_Charlotte.png') center no-repeat;
  
}






.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");
}






/*18주년 이벤트*/
.cont_wrap{
    width: 100%;
    height:100%;
}
.box{ width:100%; height:100%; position:relative; color:#ffffff; font-size:24px;}
.main_home {
    height:1025px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/main_home_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
}
.section_title_01{
  width: 1170px;
    height:370px;
  background-image: url("../images/section_title_1.png");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
    position: absolute;
    top:100px;
    left:50%;
    padding-top:370px;
    transform: translate(-50%,0);
}
.event_notice{
 width: 200px;
    height: 55px;
    display: block;
    background: url('../images/event_notice_button.png') center no-repeat;
    margin:0 auto;
    margin-top:20px;
    
}
.event_notice:hover{
    background: url('../images/event_notice_button_hover.png') center no-repeat;

}
.ticket_board_wrap{
    position: absolute;
    bottom:30px;
    width:100%;
    height: 400px;
    left:50%;
    transform: translate(-50%,0);
}


.ticket_board_mission{
    width:100%;
    display:flex;
    position: relative;
    justify-content: space-between;
    padding:0 50px;
    
    
}
  .gauge-container {
    width: auto;
    height: auto;
    display: block;
    /* float: left; */
    padding: 10px;
      width:210px;
      height:210px;
    overflow: hidden;
      position: relative;

  }
.gauge-container::before{
    content: "";
    position: absolute;
    border:40px solid rgba(33,15,63,0.8);
    border-radius: 50%;
    left:50%;
    top:50%;
    width:120px;
    height:120px;;
    transform: translate(-50%,-50%);
    z-index: -1;
        
}
.gauge-container p{
    position: absolute;
    top:65px;
    width:105px;
    height:50px;
    left:50%;
    transform: translate(-50%,0);
}
#gauge1 > p{
    background: url(../images/ticket_mission_01.png) center no-repeat;
}
#gauge2 > p{
    background: url(../images/ticket_mission_02.png) center no-repeat;
}
#gauge3 > p{
    background: url(../images/ticket_mission_03.png) center no-repeat;
}
#gauge4 > p{
    background: url(../images/ticket_mission_04.png) center no-repeat;
}
#gauge5 > p{
    background: url(../images/ticket_mission_05.png) center no-repeat;
}

.gauge-container > .gauge > .dial {
    stroke: rgba(102,102,102,0.5);
    stroke-width: 5;
  }
  
.gauge-container > .gauge > .value {
    stroke: rgb(165, 245, 89);
    stroke-width: 4;
  }
  
.gauge-container > .text-container{
        position: absolute;
  }

.ticket_board_count{
    width:100%;
    height: 150px;
    position: relative;
    
        
}
.ticket_count_wrap{
    width:400px;
    height:72px;
    background:url(../images/ticket_inquire_area.png) center no-repeat;
    position: absolute;
    left: 50%;
    bottom:30px;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
}
.ticket_count_wrap p{
    font-size:30px;
    padding-left:200px;
    font-weight: 600;
    line-height: 35px;
}
.ticket_count_wrap p strong{
    font-size:24px;
    font-weight: 600;
    line-height: 35px;
}
.ticket_count_wrap a{
    width:54px;
    height:54px;
    position: absolute;
    top:9px;
    right:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: url(../images/ticket_inquire_button.png) center no-repeat;
}
.ticket_count_wrap a:hover{
    background: url(../images/ticket_inquire_button_hover.png) center no-repeat;
    cursor: pointer;
}
/*혜택1*/

.benefits01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/Benefits01_bg.jpg");
  background-repeat: no-repeat;
  background-position:center;
    background-size:cover;
}
.benefits1_notice, .benefits2_notice, .benefits3_notice{
 width: 130px;
 height: 35px;
 display: block;
 background: url('../images/benefits1_notice_button.png') center no-repeat;
margin:0 auto;
margin-top:20px;
 
 
}
.benefits1_notice:hover, .benefits2_notice:hover, .benefits3_notice:hover{
 background: url('../images/benefits1_notice_button_hover.png') center no-repeat;
}
.section_title_02{
  width: 100%;
    height:70px;
  background-image: url("../images/section_title_2.png");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
    position: absolute;
    top:130px;
    left:0;
    padding-top:70px;
}
.majesty_apply_wrap{
    position: absolute;
    width: 100%;
    height:560px;

    bottom:100px;
    left: 0;
    
    
}
.majesty_apply_title{
    
    width: 100%;
    position:relative;
}
.majesty_apply_title p{
    background:url('../images/majesty_apply_title.png') center no-repeat;
    width:280px;
    height:30px;
    margin: 10px auto 0;
}
.majesty_apply_title a{
    position:absolute;
    background:url('../images/apply_stat_button.png') center no-repeat;
    width:152px;
    height:40px;
    display: block;
    left:50%;
    transform: translate(-50%,0);
    top:0;
}
.majesty_apply_title a:hover{
    background:url('../images/apply_stat_button_hover.png') center no-repeat;
}
.majesty_apply_list{
    width: 100%;
    height:540px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.majesty_apply_list li{
    
    width:240px;
    
    height:270px;
    position: relative;
}
.majesty_apply_list li:nth-child(1){
    margin-left: 0;
    background:url('../images/majesty_apply_list1.png') center no-repeat;
}
.majesty_apply_list li:nth-child(2){
     background:url('../images/majesty_apply_list2.png') center no-repeat;
}
.majesty_apply_list li:nth-child(3){
     background:url('../images/majesty_apply_list3.png') center no-repeat;
}
.majesty_apply_list li:nth-child(4){
     background:url('../images/majesty_apply_list4.png') center no-repeat;
}
.majesty_apply_list li:nth-child(5){
     background:url('../images/majesty_apply_list5.png') center no-repeat;
}
.majesty_apply_list li:nth-child(6){
    background:url('../images/majesty_apply_list6.png') center no-repeat;
}
.majesty_apply_list li:nth-child(7){
     background:url('../images/majesty_apply_list7.png') center no-repeat;
}
.majesty_apply_list li:nth-child(8){
     background:url('../images/majesty_apply_list8.png') center no-repeat;
}
.majesty_apply_list li:nth-child(9){
     background:url('../images/majesty_apply_list9.png') center no-repeat;
}
.majesty_apply_list li:nth-child(10){
     background:url('../images/majesty_apply_list10.png') center no-repeat;
}
.majesty_apply_list li a{
    position: absolute;
    width:105px;
    height:32px;
    display: block;
    bottom: 35px;
    left:50%;
    transform: translate(-50%,0);
    background:url('../images/majesty_apply_list_button.png') center no-repeat;
    
}
.majesty_apply_list li a:hover{
    background:url('../images/majesty_apply_list_button_hover.png') center no-repeat;
    
}


/*혜택2*/

.benefits02 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/Benefits02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
}
.section_title_03{
  width: 100%;
    height:70px;
  background-image: url("../images/section_title_3.png");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
    position: absolute;
    top:130px;
    left:0;
    padding-top:70px;
}
.majesty_apply_reward_wrap{
    position: absolute;
    width: 100%;
    height:560px;
    bottom:90px;
    left:0;
}
.majesty_apply_reward_list{
    width: 100%;
    height:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.majesty_apply_reward_list li{
    
    width:580px;
    
    height:110px;
    position: relative;
}
.majesty_apply_reward_list li:nth-child(1){
    margin-left: 0;
    background:url('../images/majesty_apply_reward_list1.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(2){
     background:url('../images/majesty_apply_reward_list2.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(3){
     background:url('../images/majesty_apply_reward_list3.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(4){
     background:url('../images/majesty_apply_reward_list4.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(5){
     background:url('../images/majesty_apply_reward_list5.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(6){
    
    background:url('../images/majesty_apply_reward_list6.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(7){
    
    background:url('../images/majesty_apply_reward_list7.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(8){
    
    background:url('../images/majesty_apply_reward_list8.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(9){
    
    background:url('../images/majesty_apply_reward_list9.png') center no-repeat;
}
.majesty_apply_reward_list li:nth-child(10){
    
    background:url('../images/majesty_apply_reward_list10.png') center no-repeat;
}
.majesty_apply_reward_list li a{
    position: absolute;
    width:80px;
    height:35px;
    display: block;
    bottom: 15px;
    left:28px;
}
.majesty_apply_reward_list li a.disabled{
    background: url('../images/majesty_apply_reward_list_button_disabled.png') center no-repeat;
    cursor: auto;
}
.majesty_apply_reward_list li a.on{
    background: url('../images/majesty_apply_reward_list_button_on.png') center no-repeat;
    }
.majesty_apply_reward_list li a.on:hover{
    background: url('../images/majesty_apply_reward_list_button_on_hover.png') center no-repeat;
    }
.majesty_apply_reward_list li a.com{
    background: url('../images/majesty_apply_reward_list_button_com.png') center no-repeat;
    cursor: auto;
    }


/*혜택3*/

.benefits03 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/Benefits03_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
}
.section_title_04{
  width: 100%;
    height:70px;
  background-image: url("../images/section_title_4.png");
  background-repeat: no-repeat;
  background-position: center;
    background-size:cover;
    position: absolute;
    top:130px;
    left:0;
    padding-top:70px;
}
.majesty_apply_lucky_wrap{
    position: absolute;
    width: 100%;
    height:560px;
    
    bottom:80px;
    
        
}
.majesty_apply_lucky_title{
    
    width: 100%;
    
    position:relative;
}
.majesty_apply_lucky_title a{
    position:absolute;
    background:url('../images/majesty_apply_lucky_list_button.png') center no-repeat;
    width:170px;
    height:50px;
    display: block;
    left:50%;;
    transform: translate(-50%,0);
    top:50px;
}

.majesty_apply_lucky_title a:hover{
    background:url('../images/majesty_apply_lucky_list_button_hover.png') center no-repeat;
}
.majesty_apply_lucky_title a.disabled{
    cursor: auto;
    background:url('../images/majesty_apply_lucky_list_button_disabled.png') center no-repeat;
    
}
.majesty_apply_lucky_list{
    width: 100%;
    height:445px;
    display: flex;
    justify-content: space-between;
    padding:0 15px;
        
}
.majesty_apply_lucky_list li{
    width:240px;
    height: 100%;
    position: relative;
}
.majesty_apply_lucky_list li:nth-child(1){
    margin-left: 0;
    background:url('../images/majesty_apply_lucky_list1.png') center no-repeat;
}
.majesty_apply_lucky_list li:nth-child(2){
     background:url('../images/majesty_apply_lucky_list2.png') center no-repeat;
}
.majesty_apply_lucky_list li:nth-child(3){
     background:url('../images/majesty_apply_lucky_list3.png') center no-repeat;
}
.majesty_apply_lucky_list li:nth-child(4){
     background:url('../images/majesty_apply_lucky_list4.png') center no-repeat;
     margin-right: 0;
}

.majesty_apply_lucky_list li a{
    position: absolute;
    width:200px;
    height:50px;
    display: block;
    bottom: 0;
    background:url('../images/majesty_apply_list_button.jpg') center no-repeat;
    
}
.majesty_apply_lucky_list li a:hover{
    background:url('../images/majesty_apply_list_button_hover.jpg') center no-repeat;
    
}












.page-main{
    position: relative;

    z-index: 999;
}
.page-main > aside{
    background-color:#232323;
    width: 125px;
    height: 100%;
    top:0;
    left:0;
    position: fixed;
}
.page-main > aside h1{
    width: 105px;
    margin:30px auto 0;
}
.page-main > aside h1 a{
    width:100%;
    height:38px;
    display: block;
    background:url('../images/left_logo.png') center no-repeat ;
    
}
.page-main > aside ul{
    width:125px;
    height: 100%;
    margin:0;
}
.page-main > aside ul li{
    width: 125px;
        height:130px;
    margin-top:50px;
    
}
.page-main > aside ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page-main > aside ul li:nth-child(1){
    margin-top:
}
.page-main > aside ul li:nth-child(1) a{
    background:url('../images/left_menu_1.png') center no-repeat;
}
.page-main > aside ul li:nth-child(1) a:hover{
    background:url('../images/left_menu_1_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(1).on a{
    background:url('../images/left_menu_1_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(2) a{
    background:url('../images/left_menu_2.png') center no-repeat;
}
.page-main > aside ul li:nth-child(2) a:hover{
    background:url('../images/left_menu_2_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(2).on a{
    background:url('../images/left_menu_2_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(3){
    width: 125px;
        height:150px;
    margin-top:50px;
    
}
.page-main > aside ul li:nth-child(3) a{
    background:url('../images/left_menu_3.png') center no-repeat;
}
.page-main > aside ul li:nth-child(3) a:hover{
    background:url('../images/left_menu_3_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(3).on a{
    background:url('../images/left_menu_3_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(4){
    width: 125px;
        height:150px;
    margin-top:35px;
    
}
.page-main > aside ul li:nth-child(4) a{
    background:url('../images/left_menu_4.png') center no-repeat;
}
.page-main > aside ul li:nth-child(4) a:hover{
    background:url('../images/left_menu_4_hover.png') center no-repeat;
}
.page-main > aside ul li:nth-child(4).on a{
    background:url('../images/left_menu_4_hover.png') center no-repeat;
}


.page-main > aside button{
    outline:none;
    background-color:#232323;
    display: block;
    position: absolute;
    top:150px;
    left:125px;
    width: 52px;
    height: 132px;
    border: none;
    cursor:pointer;
}                         



/* 암막효과 */
.dim {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* 팝업 */
.popup {
  z-index: 200;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1100px;
  
    padding:50px;
  background:#fff;
    
}
.popup_header{
    
}
.popup_close{
    position: absolute;
    top:-50px;
    left:50%;
    transform: translate(-50%,0);
}
.popup_close a{
    width:100px;
    height:100px;
    display: block;
    background: url('../images/close_button.png') center no-repeat;
}

.popup_header{
    font-size:24px;
    font-weight: 900;
    color:#de78e4;
    margin:10px 0;
}
ul.popup_txt li{
    padding:5px 0;
    font-size:18px;
    color:#232323;
}
.go_top {
 position: fixed;
 bottom: 90px;
 right: 35px;
    display:none;
}
.go_bottom {
 position: fixed;
 bottom:35px;
 right:35px;
    display:none;
}
.go_top a {
 height:55px;
    width: 45px;
    background: url('../images/caret-square-up-regular.png') center no-repeat;
    display: block;
    opacity: 0.8;
    background-size:cover;
}
.go_top a:hover {
     opacity: 0.9;
}
.go_bottom a {
 height:55px;
    width: 45px;
    background: url('../images/caret-square-down-regular.png') center no-repeat;
    display: block;
    opacity: 0.8;
    background-size:cover;
}
.go_bottom a:hover {
     opacity: 0.9;
}