@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: landline;
}

/* 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: 140px;
  line-height: 140px;
  z-index: 1000;
}

.footer .foot_inner {
  width: 1200px;
  height: 120px;
  line-height: 120px;
  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.nsports {
  width: 86px;
  height: 19px;
  background: url('../images/footer_sg.png') -166px -17px;
}

.footer .copyright {
  margin-left: 30px;
  width: 285px;
  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 {
  display: none;
  margin-left: 30px;
  width: 81px;
  height: 10px;
  background: url('../images/footer_sg.png') -167px -19px;
}

.bg1 .sg_header .event-period {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 360px;
  font-weight: 600;
  font-size: 42px;
  line-height: 100px;
  color: #cb4ab3;
  text-shadow:
    1px 0px 1px #ffffff,
    -1px 0px 1px #ffffff,
    0px 1px 1px #ffffff,
    0px -1px 1px #ffffff,
    2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff;
}

.bg2 .sg_header .event-period {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 360px;
  font-weight: 600;
  font-size: 42px;
  line-height: 100px;
  color: #258e5a;
  text-shadow:
    1px 0px 1px #ffffff,
    -1px 0px 1px #ffffff,
    0px 1px 1px #ffffff,
    0px -1px 1px #ffffff,
    2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff;
}

/* MODAL POPUP */
#modal_notice .modal_body .event-end-date {
  position: absolute;
  /* justify-content: center; */
  /* align-items: center; */
  top: 498px;
  left: 330px;
  font-family: 'Do Hyeon', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100px;
  color: #f0f0f0;
  text-align: center;
}

.modal {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.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.8;
}

.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_notice .modal_body {
  top: 132px !important;
  width: 910px;
  height: 829px;
  background: url('../images/modal_notice-nocomp.png') no-repeat;
}

#modal_notice .modal_body .close {
  bottom: 78px;
  left: 353px;
  width: 60px;
  height: 60px;
}

/* COSTOM */
#wrap.bg1 {
  position: relative;
  min-width: 1200px;
  height: 3250px;
  z-index: 800;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-color: #110d30;
}

#wrap.bg2 {
  position: relative;
  min-width: 1200px;
  height: 3250px;
  z-index: 800;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-color: #0e3c6f;
}

#content {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.sg_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
}

.sg_header {
  position: relative;
  z-index: 2000;
  width: 1200px;
  height: 885px;
  margin: 0 auto;
}

.sg_header .sg_logo a {
  position: absolute;
  top: 26px;
  left: 2px;
  width: 120px;
  height: 65px;
  text-indent: -9999px;
}

.sg_header .sg_gnb {
  position: absolute;
  top: 46px;
  right: 2px;
}

.sg_header .sg_gnb li {
  text-align: center;
  width: 35px;
  height: 35px;
  float: left;
  margin-left: 8px;
}

.sg_header .sg_gnb li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  margin: 0 auto;
}

.sg_header .btn_notice {
  position: absolute;
  top: 463px;
  left: 575px;
  width: 55px;
  height: 65px;
  text-indent: -9999px;
}

#photo {
  position: relative;
  width: 1200px;
  height: 604px;
  margin: 0 auto;
}

#photo .hide_notice {
  top: 136px;
  left: 276px;
}

.bg1 #photo .hide_notice:hover {
  top: 182px;
  margin-left: -223px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -681px -400px;
  width: 342px;
  height: 163px;
}

.bg2 #photo .hide_notice:hover {
  top: 182px;
  margin-left: -223px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -681px -400px;
  width: 342px;
  height: 163px;
}

#photo .shuttercount {
  position: absolute;
  top: 214px;
  left: 244px;
  width: 80px;
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
}

#photo .shuttercount .count {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}

.bg1 #photo .btn_shutter {
  position: absolute;
  display: block;
  top: 301px;
  right: 310px;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -718px 0px;
  width: 178px;
  height: 81px;
  z-index: 20;
}

.bg2 #photo .btn_shutter {
  position: absolute;
  display: block;
  top: 301px;
  right: 310px;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -718px 0px;
  width: 178px;
  height: 81px;
  z-index: 20;
}

.bg1 #photo .btn_shutter.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -718px -81px;
  width: 178px;
  height: 81px;
}

.bg2 #photo .btn_shutter.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -718px -81px;
  width: 178px;
  height: 81px;
}

#photo .reward {
  position: relative;
  width: 1060px;
  height: 400px;
  top: 77px;
  left: 81px;
}

#photo .reward .list .item[data-item='0'] {
  position: absolute;
  top: 273px;
  left: 0;
  display: block;
  font-size: 0;
  background: none;
  width: 89px;
  height: 88px;
  z-index: 10;
}

#photo .reward .list .item[data-item='1'] {
  position: absolute;
  top: 273px;
  left: 100px;
  display: block;
  font-size: 0;
  background: none;
  width: 89px;
  height: 88px;
  z-index: 10;
}

#photo .reward .list .item[data-item='2'] {
  position: absolute;
  top: 273px;
  left: 200px;
  display: block;
  font-size: 0;
  background: none;
  width: 89px;
  height: 88px;
  z-index: 10;
}

.bg1 #photo .reward .list .item.complete {
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -934px 0px;
}

.bg2 #photo .reward .list .item.complete {
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -934px 0px;
}

#photo .reward .list .item .img_photo {
  font-size: 0;
  width: 0px;
  height: 0px;
  z-index: 10;
}

.bg1 #photo .reward .list .item.complete[data-item='0'] .img_photo {
  position: absolute;
  top: -273px;
  left: 376px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: 0px 0px;
  width: 681px;
  height: 380px;
  z-index: 10;
}

.bg2 #photo .reward .list .item.complete[data-item='0'] .img_photo {
  position: absolute;
  top: -273px;
  left: 376px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: 0px 0px;
  width: 681px;
  height: 380px;
  z-index: 10;
}

.bg1 #photo .reward .list .item.complete[data-item='1'] .img_photo {
  position: absolute;
  top: -273px;
  left: 276px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: 0px -380px;
  width: 681px;
  height: 380px;
  z-index: 10;
}

.bg2 #photo .reward .list .item.complete[data-item='1'] .img_photo {
  position: absolute;
  top: -273px;
  left: 276px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: 0px -380px;
  width: 681px;
  height: 380px;
  z-index: 10;
}

.bg1 #photo .reward .list .item.complete[data-item='2'] .img_photo {
  position: absolute;
  top: -273px;
  left: 176px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: 0px -760px;
  width: 681px;
  height: 380px;
  z-index: 10;
}

.bg2 #photo .reward .list .item.complete[data-item='2'] .img_photo {
  position: absolute;
  top: -273px;
  left: 176px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: 0px -760px;
  width: 681px;
  height: 380px;
  z-index: 10;
}

#daily {
  position: relative;
  width: 1200px;
  height: 754px;
  margin: 0 auto;
}

#daily .hide_notice {
  top: 138px;
  left: 276px;
}

.bg1 #daily .hide_notice:hover {
  top: 182px;
  margin-left: -225px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -681px -563px;
  width: 366px;
  height: 100px;
}

.bg2 #daily .hide_notice:hover {
  top: 182px;
  margin-left: -225px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -681px -563px;
  width: 366px;
  height: 100px;
}

#daily .dailycount {
  position: absolute;
  top: 214px;
  left: 244px;
  width: 80px;
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
}

#daily .dailycount .count {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}

.bg1 #daily .btn_daily_get {
  position: absolute;
  display: block;
  top: 505px;
  right: 82px;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -681px -163px;
  width: 124px;
  height: 45px;
  z-index: 20;
}

.bg2 #daily .btn_daily_get {
  position: absolute;
  display: block;
  top: 505px;
  right: 82px;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -681px -163px;
  width: 124px;
  height: 45px;
  z-index: 20;
}

.bg1 #daily .btn_daily_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -805px -163px;
  width: 124px;
  height: 45px;
}

.bg2 #daily .btn_daily_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -805px -163px;
  width: 124px;
  height: 45px;
}

.bg1 #daily .btn_daily_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -929px -163px;
  width: 124px;
  height: 45px;
}

.bg2 #daily .btn_daily_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -929px -163px;
  width: 124px;
  height: 45px;
}

#toy {
  position: relative;
  width: 1200px;
  height: 867px;
  margin: 0 auto;
}

#toy .hide_notice {
  top: 137px;
  left: 276px;
}

.bg1 #toy .hide_notice:hover {
  top: 182px;
  margin-left: -225px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -681px -663px;
  width: 366px;
  height: 101px;
}

.bg2 #toy .hide_notice:hover {
  top: 182px;
  margin-left: -225px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -681px -663px;
  width: 366px;
  height: 101px;
}

#toy .timescount {
  position: absolute;
  top: 214px;
  left: 244px;
  width: 80px;
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
}

#toy .timescount .count {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}

#toy .reward {
  position: relative;
  width: 640px;
  height: 350px;
  top: 213px;
  left: 487px;
}

#toy .reward .list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#toy .reward .list .item {
  position: absolute;
  display: block;
}

.bg1 #toy .btn_get {
  display: block;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -1121px 0px;
  width: 86px;
  height: 97px;
  font-size: 0;
  z-index: 10;
}

.bg2 #toy .btn_get {
  display: block;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -1121px 0px;
  width: 86px;
  height: 97px;
  font-size: 0;
  z-index: 10;
}

.bg1 #toy .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -1033px 0px;
}

.bg2 #toy .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -1033px 0px;
}

#toy .reward .list .item:nth-child(1) {
  top: 214px;
  left: 1px;
}

#toy .reward .list .item:nth-child(2) {
  top: 214px;
  left: 107px;
}

#toy .reward .list .item:nth-child(3) {
  top: 214px;
  left: 425px;
}

#toy .reward .list .item:nth-child(4) {
  top: 214px;
  left: 531px;
}

#toy .reward .list .item:nth-child(5) {
  top: 109px;
  left: 1px;
}

#toy .reward .list .item:nth-child(6) {
  top: 109px;
  left: 107px;
}

#toy .reward .list .item:nth-child(7) {
  top: 109px;
  left: 213px;
}

#toy .reward .list .item:nth-child(8) {
  top: 109px;
  left: 319px;
}

#toy .reward .list .item:nth-child(9) {
  top: 109px;
  left: 425px;
}

#toy .reward .list .item:nth-child(10) {
  top: 109px;
  left: 531px;
}

#toy .reward .list .item:nth-child(11) {
  top: 0px;
  left: 106px;
}

#toy .reward .list .item:nth-child(12) {
  top: 0px;
  left: 424px;
}

.bg1 #toy .reward .list .item:nth-child(1) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -682px -209px;
}

.bg2 #toy .reward .list .item:nth-child(1) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -682px -209px;
}

.bg1 #toy .reward .list .item:nth-child(2) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -770px -209px;
}

.bg2 #toy .reward .list .item:nth-child(2) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -770px -209px;
}

.bg1 #toy .reward .list .item:nth-child(3) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -857px -209px;
}

.bg2 #toy .reward .list .item:nth-child(3) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -857px -209px;
}

.bg1 #toy .reward .list .item:nth-child(4) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -946px -209px;
}

.bg2 #toy .reward .list .item:nth-child(4) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -946px -209px;
}

.bg1 #toy .reward .list .item:nth-child(5) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -1034px -209px;
}

.bg2 #toy .reward .list .item:nth-child(5) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -1034px -209px;
}

.bg1 #toy .reward .list .item:nth-child(6) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -1122px -209px;
}

.bg2 #toy .reward .list .item:nth-child(6) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -1122px -209px;
}

.bg1 #toy .reward .list .item:nth-child(7) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -682px -307px;
}

.bg2 #toy .reward .list .item:nth-child(7) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -682px -307px;
}

.bg1 #toy .reward .list .item:nth-child(8) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -770px -307px;
}

.bg2 #toy .reward .list .item:nth-child(8) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -770px -307px;
}

.bg1 #toy .reward .list .item:nth-child(9) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -857px -307px;
}

.bg2 #toy .reward .list .item:nth-child(9) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -857px -307px;
}

.bg1 #toy .reward .list .item:nth-child(10) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -946px -307px;
}

.bg2 #toy .reward .list .item:nth-child(10) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -946px -307px;
}

.bg1 #toy .reward .list .item:nth-child(11) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -1034px -307px;
}

.bg2 #toy .reward .list .item:nth-child(11) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -1034px -307px;
}

.bg1 #toy .reward .list .item:nth-child(12) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg1.png);
  background-position: -1122px -307px;
}

.bg2 #toy .reward .list .item:nth-child(12) .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp_bg2.png);
  background-position: -1122px -307px;
}

.hide_notice {
  position: absolute;
  top: 43px;
  left: 0;
  width: 36px;
  height: 45px;
  margin-left: 85px;
  font-size: 0;
  z-index: 100;
}

.hide_notice:hover {
  top: 100px;
  left: 50%;
  margin-left: -220px;
}

.hide_notice:hover:after {
  content: 'Cover';
  position: absolute;
  top: -65px;
  left: 0;
  width: 120%;
  height: 73px;
}
