@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800");
/* COMMON CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
}

q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, fieldset {
  border: 0;
}

img, input, select, label, textarea {
  font-family: "Noto Sans KR", sans-serif;
  vertical-align: middle;
}

address, caption, em {
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  color: #333;
}

a {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  padding: 0;
  outline: none;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
}

a#skip_nav {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

a#skip_nav:hover, a#skip_nav:focus, a#skip_nav:active {
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* FOOTER */
.footer {
  position: relative;
  width: 100%;
  height: 142px;
  line-height: 142px;
  z-index: 1000;
}

.footer .foot_inner {
  width: 1200px;
  height: 119px;
  line-height: 119px;
  margin: auto;
  text-align: center;
}

.footer .clearfix {
  width: 1200px;
  margin: auto;
}

.footer .clearfix .left {
  float: left;
}

.footer .clearfix .right {
  float: right;
}

.footer .f_btn, .footer .copyright, .footer .evt_btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.footer .f_btn + .f_btn {
  margin-left: 20px;
}

.footer .f_btn.neowiz {
  width: 89px;
  height: 15px;
  background: url("../images/footer_sg.png") -68px -19px;
}

.footer .f_btn.wisecat {
  width: 58px;
  height: 31px;
  background: url("../images/footer_sg.png") 0px -19px;
}

.footer .copyright {
  margin-left: 30px;
  width: 262px;
  height: 9px;
  background: url("../images/footer_sg.png") 0px 0px;
}

.footer .evt_btn.qna {
  width: 61px;
  height: 10px;
  background: url("../images/footer_sg.png") 0px -60px;
}

.footer .evt_btn.all {
  margin-left: 30px;
  width: 81px;
  height: 10px;
  background: url("../images/footer_sg.png") -167px -19px;
}

/* MODAL POPUP */
.modal {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  z-index: 800;
}

.modal .close {
  position: absolute;
  font-size: 0;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 9999;
}

.modal.on {
  left: 0;
}

.modal .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.80;
}

.modal .modal_body {
  right: 0 !important;
  left: 0 !important;
  margin: auto;
  bottom: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;
}

.modal.on {
  visibility: visible;
  opacity: 1;
}

.modal.on .modal_body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#modal_history .modal_body {
  position: absolute;
  top: 2000px !important;
  bottom: 0;
  width: 716px;
  height: 577px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px 0px;
  width: 656px;
  height: 596px;
  box-shadow: 10px 10px 16px rgba(2, 2, 2, 0.68);
}

#modal_history .modal_body .title {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -666px -546px;
  width: 206px;
  height: 40px;
  margin: -73px auto 0;
}

#modal_history .modal_body .table_area {
  width: 531px;
  height: 411px;
  margin: 119px auto 0;
}

#modal_history .modal_body .table_area .date {
  width: 110px;
}

#modal_history .modal_body .table_area .item {
  width: auto;
}

#modal_history .modal_body .table_area .count {
  width: 110px;
}

#modal_history .modal_body .table_area .table_list {
  width: 100%;
}

#modal_history .modal_body .table_area .table_list thead {
  display: none;
}

#modal_history .modal_body .table_area .table_list tbody td {
  text-align: center;
  font-size: 13px;
  line-height: 41px;
  color: #bcc4ba;
  font-family: 'Nanum Gothic', sans-serif;
}

#modal_history .modal_body .close {
  top: 0px;
  right: -34px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -843px -370px;
  width: 18px;
  height: 18px;
}

#modal_history .modal_body .pagination {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  text-align: center;
}

#modal_history .modal_body .pagination .num {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
}

#modal_history .modal_body .pagination .num a {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 14px;
  font-family: Tahoma;
  color: #666b65;
  vertical-align: middle;
  margin: 0 3px;
}

#modal_history .modal_body .pagination .num a strong {
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: block;
  font-weight: bold;
  background-color: #3ff500;
  color: #181916;
  margin-top: 2px;
}

#modal_history .modal_body .pagination .prev {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: relative;
  top: 3px;
  z-index: 100;
}

#modal_history .modal_body .pagination .prev a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -907px -327px;
  width: 9px;
  height: 11px;
}

#modal_history .modal_body .pagination .next {
  display: inline-block;
  vertical-align: top;
  z-index: 100;
  position: relative;
  top: 3px;
  margin-left: 20px;
}

#modal_history .modal_body .pagination .next a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -907px -306px;
  width: 9px;
  height: 11px;
}

/* COSTOM */
#wrap {
  position: relative;
  min-width: 1200px;
  height: 4500px;
  z-index: 800;
  background: url(../images/background.jpg) no-repeat top center;
  background-color: #ededed;
}

#content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.sg_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.sg_header {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 715px;
}

.sg_header .sg_logo a {
  position: absolute;
  top: 26px;
  left: 1px;
  width: 120px;
  height: 65px;
  text-indent: -9999px;
}

.sg_header .sg_gnb {
  position: absolute;
  top: 51px;
  right: 21px;
  overflow: hidden;
}

.sg_header .sg_gnb li {
  text-align: center;
  height: 18px;
  line-height: 18px;
  float: left;
}

.sg_header .sg_gnb li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  margin: 0 auto;
}

.sg_header .sg_gnb .gnb_home {
  width: 18px;
  margin-right: 27px;
}

.sg_header .sg_gnb .gnb_login a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -871px -370px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.sg_header .sg_gnb .gnb_logout a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -897px -370px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.sg_header .sg_gnb .gnb_start {
  width: 17px;
  margin-left: 28px;
}

.sg_header .btn_notice {
  position: absolute;
  top: 118px;
  left: 835px;
  width: 53px;
  height: 53px;
  text-indent: -9999px;
}

.btn_refresh {
  transition: transform 0.4s;
}

.btn_refresh:hover {
  transform: rotate(360deg);
}

.lowIE .finger {
  display: none !important;
}

.lowIE #groundList:hover {
  cursor: default !important;
}

.lowIE [data-open="on"]:before {
  transform: scaleX(1) !important;
  background-image: url(../images/ground_open.png) !important;
}

.lowIE [data-open="on"]:after {
  transform: scaleX(1) !important;
}

.lowIE[data-result="active"] {
  transform: scaleX(1);
}

.IE [data-open="on"]:before {
  background-image: url(../images/ground_open.png) !important;
}

.finger {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  display: none;
}

.finger:hover {
  cursor: none;
}

.finger:after {
  content: "Finger";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -666px -306px;
  width: 167px;
  height: 230px;
  margin: -15px 0 0 -21px;
}

.finger_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 497px;
  display: block;
  z-index: 2000;
}

#flip {
  position: relative;
  height: 1303px;
  margin-top: 257px;
}

#flip #selectGroundReward {
  position: absolute;
  top: 90px;
  left: 350px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -666px 0px;
  width: 255px;
  height: 296px;
  box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 3000;
}

#flip #selectGroundReward[data-result="active"] {
  animation-duration: 0.5s;
  animation-name: selectCardFlipResult;
  animation-fill-mode: forwards;
}

@keyframes selectCardFlipResult {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

#flip #selectGroundReward .btn_ok {
  position: absolute;
  top: 220px;
  left: 69px;
  width: 118px;
  height: 39px;
}

#flip #selectGroundReward .item {
  position: absolute;
  top: 92px;
  left: 83px;
  border: solid 2px #181916;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.53);
}

#flip #selectGroundReward .item[data-item="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -393px -606px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -490px -606px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="2"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -587px -606px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="3"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -684px -606px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="4"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -781px -606px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="5"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="6"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -97px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="7"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -194px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="8"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -291px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="9"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -388px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="10"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -485px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="11"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -582px -720px;
  width: 87px;
  height: 87px;
}

#flip #selectGroundReward .item[data-item="12"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -606px;
  width: 121px;
  height: 104px;
  border: 0;
  box-shadow: none;
  top: 94px;
  left: 72px;
}

#flip #selectGroundReward .item[data-item="13"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -131px -606px;
  width: 121px;
  height: 104px;
  border: 0;
  box-shadow: none;
  top: 94px;
  left: 72px;
}

#flip #selectGroundReward .item[data-item="14"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -262px -606px;
  width: 121px;
  height: 104px;
  border: 0;
  box-shadow: none;
  top: 94px;
  left: 72px;
}

#flip #groundList {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 497px;
}

#flip #groundList:hover {
  cursor: none;
}

#flip #groundList .list {
  width: 960px;
  height: 497px;
  padding: 22px 0 0 24px;
  box-sizing: border-box;
}

#flip #groundList [data-ground] {
  position: absolute;
  transition: all 0.5s ease-in-out;
  font-size: 0;
  width: 215px;
  height: 216px;
}

#flip #groundList [data-ground][data-position="1"] {
  top: 22px;
  left: 24px;
}

#flip #groundList [data-ground][data-position="2"] {
  top: 22px;
  left: 255px;
}

#flip #groundList [data-ground][data-position="3"] {
  top: 22px;
  left: 486px;
}

#flip #groundList [data-ground][data-position="4"] {
  top: 22px;
  left: 717px;
}

#flip #groundList [data-ground][data-position="5"] {
  top: 251px;
  left: 24px;
}

#flip #groundList [data-ground][data-position="6"] {
  top: 251px;
  left: 255px;
}

#flip #groundList [data-ground][data-position="7"] {
  top: 251px;
  left: 486px;
}

#flip #groundList [data-ground][data-position="8"] {
  top: 251px;
  left: 717px;
}

#flip #groundList [data-ground][data-position="holder"] {
  top: 140px;
  left: 370px;
}

#flip #groundList [data-ground][data-select="select"] {
  top: 119px;
  left: 370px;
  z-index: 200;
}

#flip #groundList [data-ground][data-select-flip="flip"] {
  animation-duration: 0.5s;
  animation-name: selectCardFlip;
  animation-fill-mode: forwards;
}

@keyframes selectCardFlip {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0);
  }
}

#flip #groundList [data-ground]:before {
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: none;
  transition: all 0.2s;
  background-repeat: no-repeat;
  width: 215px;
  height: 216px;
}

#flip #groundList [data-ground]:hover:before {
  position: absolute;
  top: -4px;
  left: -2px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.26);
}

#flip #groundList [data-ground][data-ground="gwangju"]:before {
  content: "광주";
  background-image: url(../images/ground_gwangju.png);
}

#flip #groundList [data-ground][data-ground="deagu"]:before {
  content: "대구";
  background-image: url(../images/ground_deagu.png);
}

#flip #groundList [data-ground][data-ground="deajeon"]:before {
  content: "대전";
  background-image: url(../images/ground_deajeon.png);
}

#flip #groundList [data-ground][data-ground="munhak"]:before {
  content: "문학";
  background-image: url(../images/ground_munhak.png);
}

#flip #groundList [data-ground][data-ground="sagik"]:before {
  content: "사직";
  background-image: url(../images/ground_sagik.png);
}

#flip #groundList [data-ground][data-ground="suwon"]:before {
  content: "수원";
  background-image: url(../images/ground_suwon.png);
}

#flip #groundList [data-ground][data-ground="jamsil"]:before {
  content: "잠실";
  background-image: url(../images/ground_jamsil.png);
}

#flip #groundList [data-ground][data-ground="changwon"]:before {
  content: "창원";
  background-image: url(../images/ground_changwon.png);
}

#flip #groundList [data-ground][data-open="on"]:before {
  animation-duration: 0.5s;
  animation-name: cardOpen;
  animation-fill-mode: forwards;
  transform: scaleX(0);
}

#flip #groundList [data-ground][data-open="on"]:after {
  animation-duration: 0.5s;
  animation-name: rewardOpen;
  animation-fill-mode: forwards;
  content: "Reward";
  border: solid 2px #181916;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 63px;
  left: 63px;
  transform: scaleX(0);
}

@keyframes cardOpen {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
    background-image: url(../images/ground_open.png);
  }
  100% {
    transform: scaleX(1);
    background-image: url(../images/ground_open.png);
  }
}

@keyframes rewardOpen {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

#flip #groundList [data-ground][data-item="0"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -393px -606px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="1"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -490px -606px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="2"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -587px -606px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="3"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -684px -606px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="4"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -781px -606px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="5"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="6"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -97px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="7"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -194px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="8"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -291px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="9"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -388px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="10"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -485px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="11"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -582px -720px;
  width: 87px;
  height: 87px;
}

#flip #groundList [data-ground][data-item="12"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -606px;
  width: 121px;
  height: 104px;
  border: 0;
  box-shadow: none;
  top: 64px;
  left: 50px;
}

#flip #groundList [data-ground][data-item="13"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -131px -606px;
  width: 121px;
  height: 104px;
  border: 0;
  box-shadow: none;
  top: 64px;
  left: 50px;
}

#flip #groundList [data-ground][data-item="14"]:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -262px -606px;
  width: 121px;
  height: 104px;
  border: 0;
  box-shadow: none;
  top: 64px;
  left: 50px;
}

#flip #myTicket {
  position: absolute;
  top: 0;
  right: 0;
  width: 208px;
  height: 577px;
}

#flip #myTicket .btn_refresh {
  position: absolute;
  top: 86px;
  left: 76px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -843px -306px;
  width: 54px;
  height: 54px;
  z-index: 100;
}

#flip #myTicket .list {
  position: absolute;
  top: 115px;
  left: 0;
  width: 208px;
  height: 400px;
  z-index: 10;
}

#flip #myTicket .list li {
  position: relative;
  width: 126px;
  height: 52px;
  margin: 0 0 63px 39px;
}

#flip #myTicket .list li .count {
  position: absolute;
  top: 3px;
  left: 61px;
  display: block;
  font-size: 26px;
  font-family: Tahoma;
  font-weight: bold;
  color: #1a1d19;
  text-align: center;
  width: 65px;
  height: 45px;
  line-height: 45px;
}

#flip #myTicket .list li:first-child {
  margin-top: 77px;
}

#flip .btn_history {
  position: absolute;
  top: 514px;
  right: 0;
  width: 208px;
  height: 63px;
  text-indent: -9999px;
}

#Participation {
  position: relative;
  height: 774px;
  padding-top: 236px;
}

#Participation > .list {
  margin-top: 34px;
  overflow: hidden;
}

#Participation > .list li {
  position: relative;
  width: 156px;
  height: 221px;
  margin: 0 0 50px 73px;
  float: left;
}

#Participation > .list li:nth-child(5n + 1) {
  margin-left: 70px;
}

#Participation > .list li .count {
  position: absolute;
  top: 3px;
  left: 0;
  color: #1a1d19;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 38px;
  height: 31px;
  line-height: 31px;
  margin-left: 33px;
  color: #1a1d19;
}

#Participation > .list .btn_get {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -166px -817px;
  width: 156px;
  height: 40px;
  cursor: default;
}

#Participation > .list .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -679px -720px;
  width: 156px;
  height: 40px;
  cursor: pointer;
}

#Participation > .list .btn_get.active:hover {
  opacity: 0.7;
}

#Participation > .list .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -817px;
  width: 156px;
  height: 40px;
  cursor: pointer;
}

#Participation > .list .btn_get.complete:hover {
  opacity: 0.7;
}

#changeShop {
  position: relative;
  height: 837px;
  padding-top: 236px;
}

#changeShop > .list {
  width: 960px;
  margin-top: 34px;
  overflow: hidden;
}

#changeShop > .list li {
  position: relative;
  width: 156px;
  height: 221px;
  margin: 0 0 50px 72px;
  float: left;
}

#changeShop > .list li:nth-child(4n + 1) {
  margin-left: 65px;
}

#changeShop > .list li .count {
  position: absolute;
  top: 3px;
  left: 0;
  color: #1a1d19;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 43px;
  height: 31px;
  line-height: 31px;
  margin-left: 33px;
  letter-spacing: -0.040em;
  color: #1a1d19;
}

#changeShop > .list li:nth-child(n + 6) .count {
  margin-left: 32px;
}

#changeShop > .list li:last-child .count {
  margin-left: 34px;
}

#changeShop > .list .btn_get {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -166px -817px;
  width: 156px;
  height: 40px;
  cursor: default;
}

#changeShop > .list .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -679px -720px;
  width: 156px;
  height: 40px;
  cursor: pointer;
}

#changeShop > .list .btn_get.active:hover {
  opacity: 0.7;
}

#changeShop > .list .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -817px;
  width: 156px;
  height: 40px;
  cursor: pointer;
}

#changeShop > .list .btn_get.complete:hover {
  opacity: 0.7;
}

#changeShop #mySCoin {
  position: absolute;
  top: 251px;
  right: 0;
  width: 208px;
  height: 577px;
}

#changeShop #mySCoin .btn_refresh {
  position: absolute;
  top: 86px;
  left: 77px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -843px -306px;
  width: 54px;
  height: 54px;
  z-index: 100;
}

#changeShop #mySCoin .list {
  position: absolute;
  top: 115px;
  left: 0;
  width: 208px;
  height: 316px;
  padding-top: 87px;
  box-sizing: border-box;
  z-index: 10;
}

#changeShop #mySCoin .list li {
  position: relative;
  width: 139px;
  height: 52px;
  margin: 0 auto 83px;
}

#changeShop #mySCoin .list li .count {
  position: absolute;
  top: 3px;
  left: 64px;
  display: block;
  font-size: 26px;
  font-family: Tahoma;
  font-weight: bold;
  color: #1a1d19;
  text-align: center;
  width: 76px;
  height: 45px;
  line-height: 45px;
}
