@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);
}

/* MODAL POPUP */
#modal_notice .modal_body .event-end-date {
  position: absolute;
  top: 160px;
  left: 189px;
  font-family: 'Do Hyeon', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100px;
  color: #ffffff;
  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: 690px;
  height: 629px;
  background: url('../images/modal_notice-nocomp.png') no-repeat;
}

#modal_notice .modal_body .close {
  top: 58px;
  right: 65px;
  width: 50px;
  height: 50px;
}

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

/* HEADER */
.sg_header {
  position: relative;
  z-index: 2000;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

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

.sg_header .sg_gnb {
  position: absolute;
  top: 59px;
  right: 12px;
}

.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: 747px;
  left: 573px;
  width: 55px;
  height: 65px;
  text-indent: -9999px;
}

/* CONTENT */
#content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 1840px;
}

#stage1 {
  position: absolute;
  width: 388px;
  height: 961px;
  bottom: 76px;
  left: 0px;
}

#stage1 .timescount {
  position: absolute;
  top: 116px;
  left: 180px;
  width: 80px;
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
}

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

#stage1 .reward {
  position: relative;
  width: 388px;
  height: 350px;
}

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

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

#stage1 .btn_get {
  display: block;
  width: 95px;
  height: 98px;
  font-size: 0;
  z-index: 10;
}

#stage1 .btn_get.active {
  display: block;
  font-size: 0;
  width: 95px;
  height: 98px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -809px -108px;
}

#stage1 .btn_get.complete {
  display: block;
  font-size: 0;z
  width: 95px;
  height: 98px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -809px -6px;
}

#stage1 .reward .list .item:nth-child(1) {
  top: 242px;
  left: 28px;
}

#stage1 .reward .list .item:nth-child(2) {
  top: 242px;
  left: 148px;
}

#stage1 .reward .list .item:nth-child(3) {
  top: 242px;
  left: 268px;
}

#stage1 .reward .list .item:nth-child(4) {
  top: 395px;
  left: 28px;
}

#stage1 .reward .list .item:nth-child(5) {
  top: 395px;
  left: 148px;
}

#stage1 .reward .list .item:nth-child(6) {
  top: 395px;
  left: 268px;
}

#stage1 .reward .list .item:nth-child(7) {
  top: 548px;
  left: 28px;
}

#stage1 .reward .list .item:nth-child(8) {
  top: 548px;
  left: 148px;
}

#stage1 .reward .list .item:nth-child(9) {
  top: 548px;
  left: 268px;
}

#stage1 .reward .list .item:nth-child(10) {
  top: 820px;
  left: 148px;
}

#stage2 {
  position: absolute;
  width: 388px;
  height: 961px;
  bottom: 76px;
  left: 405px;
}

#stage2 .lock_cover {
  display: block;
  position: absolute;
  width: 388px;
  height: 961px;
  z-index: 100; 
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -3px -3px; 

}

#stage2.active .lock_cover {
  display: none;
}

#stage2 .timescount {
  position: absolute;
  top: 116px;
  left: 180px;
  width: 80px;
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
}

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

#stage2 .reward {
  position: relative;
  width: 388px;
  height: 350px;
}

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

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

#stage2 .btn_get {
  display: block;
  width: 95px;
  height: 98px;
  font-size: 0;
  z-index: 10;
}

#stage2 .btn_get.active {
  display: block;
  font-size: 0;
  width: 95px;
  height: 98px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -809px -108px;
}

#stage2 .btn_get.complete {
  display: block;
  font-size: 0;z
  width: 95px;
  height: 98px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -809px -6px;
}

#stage2 .reward .list .item:nth-child(1) {
  top: 242px;
  left: 28px;
}

#stage2 .reward .list .item:nth-child(2) {
  top: 242px;
  left: 148px;
}

#stage2 .reward .list .item:nth-child(3) {
  top: 242px;
  left: 268px;
}

#stage2 .reward .list .item:nth-child(4) {
  top: 395px;
  left: 28px;
}

#stage2 .reward .list .item:nth-child(5) {
  top: 395px;
  left: 148px;
}

#stage2 .reward .list .item:nth-child(6) {
  top: 395px;
  left: 268px;
}

#stage2 .reward .list .item:nth-child(7) {
  top: 548px;
  left: 28px;
}

#stage2 .reward .list .item:nth-child(8) {
  top: 548px;
  left: 148px;
}

#stage2 .reward .list .item:nth-child(9) {
  top: 548px;
  left: 268px;
}

#stage2 .reward .list .item:nth-child(10) {
  top: 820px;
  left: 148px;
}

#stage3 {
  position: absolute;
  width: 388px;
  height: 961px;
  bottom: 76px;
  right : 0px;
}

#stage3 .lock_cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 388px;
  height: 961px;
  z-index: 100; 
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -409px -3px; 
}

#stage3.active .lock_cover {
  display: none;
}

#stage3 .timescount {
  position: absolute;
  top: 116px;
  left: 180px;
  width: 80px;
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
}

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

#stage3 .reward {
  position: relative;
  width: 388px;
  height: 350px;
}

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

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

#stage3 .btn_get {
  display: block;
  width: 94px;
  height: 97px;
  font-size: 0;
  z-index: 10;
}

#stage3 .btn_get.active {
  display: block;
  font-size: 0;
  width: 94px;
  height: 97px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -809px -108px;
}

#stage3 .btn_get.complete {
  display: block;
  font-size: 0;z
  width: 94px;
  height: 97px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -809px -6px;
}

#stage3 .reward .list .item:nth-child(1) {
  top: 242px;
  left: 26px;
}

#stage3 .reward .list .item:nth-child(2) {
  top: 242px;
  left: 146px;
}

#stage3 .reward .list .item:nth-child(3) {
  top: 242px;
  left: 266px;
}

#stage3 .reward .list .item:nth-child(4) {
  top: 395px;
  left: 26px;
}

#stage3 .reward .list .item:nth-child(5) {
  top: 395px;
  left: 146px;
}

#stage3 .reward .list .item:nth-child(6) {
  top: 395px;
  left: 266px;
}

#stage3 .reward .list .item:nth-child(7) {
  top: 548px;
  left: 26px;
}

#stage3 .reward .list .item:nth-child(8) {
  top: 548px;
  left: 146px;
}

#stage3 .reward .list .item:nth-child(9) {
  top: 548px;
  left: 266px;
}

#stage3 .reward .list .item:nth-child(10) {
  top: 820px;
  left: 146px;
}

/* 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;
}
