@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 KR', 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: 130px;
  line-height: 130px;
  z-index: 1000;
}

.footer .foot_inner {
  width: 1200px;
  height: 129px;
  line-height: 129px;
  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;
}

/* MODAL POPUP */
#modal_notice .modal_body .event-end-date {
  position: absolute;
  /* justify-content: center; */
  /* align-items: center; */
  top: 152px;
  left: 263px;
  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: 817px;
  height: 712px;
  background: url('../images/modal_notice-nocomp.png') no-repeat;
}

#modal_notice .modal_body .close {
  position: absolute;
  font-size: 0;
  display: block;
  top: 562px;
  left: 384px;
  width: 58px;
  height: 58px;
  z-index: 9999;
}

#modal_pitcher .modal_body {
  top: 2440px !important;
  width: 686px;
  height: 597px;
  background: url('../images/modal_pitcher-nocomp.png') no-repeat;
}

#modal_pitcher .modal_body .pitcher {
  position: relative;
  display: block;
  width: 600px;
  height: 303px;
  margin: 125px 0 37px 77px;
  font-size: 0;
}

#modal_pitcher .modal_body .btn_select {
  position: absolute;
  left: 196px;
  display: block;
  width: 160px;
  height: 66px;
  font-size: 0;
  background: url('../images/img-sprites-nocomp.png') no-repeat;
  background-position: -692px -600px;
}

#modal_pitcher .modal_body .close {
  position: absolute;
  left: 366px;
  display: block;
  width: 120px;
  height: 66px;
  font-size: 0;
  background: url('../images/img-sprites-nocomp.png') no-repeat;
  background-position: -852px -600px;
}

#modal_pitcher .modal_content .player {
  display: inline-block;
  width: 94px;
  height: 152px;
  font-size: 0;
  margin-right: 17px;
}

#modal_hitter .modal_body {
  top: 2440px !important;
  width: 686px;
  height: 597px;
  background: url('../images/modal_hitter-nocomp.png') no-repeat;
}

#modal_hitter .modal_body .hitter {
  position: relative;
  display: block;
  width: 600px;
  height: 303px;
  margin: 125px 0 37px 77px;
  font-size: 0;
}

#modal_hitter .modal_body .btn_select {
  position: absolute;
  left: 196px;
  display: block;
  width: 160px;
  height: 66px;
  font-size: 0;
  background: url('../images/img-sprites-nocomp.png') no-repeat;
  background-position: -692px -600px;
}

#modal_hitter .modal_body .close {
  position: absolute;
  left: 366px;
  display: block;
  width: 120px;
  height: 66px;
  font-size: 0;
  background: url('../images/img-sprites-nocomp.png') no-repeat;
  background-position: -852px -600px;
}

#modal_hitter .modal_content .player {
  display: inline-block;
  width: 94px;
  height: 152px;
  font-size: 0;
  margin-right: 17px;
}

[type='radio']:not(:checked),
[type='radio']:checked {
  position: absolute;
  left: -9999px;
}

[type='radio']:not(:checked) + label,
[type='radio']:checked + label {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 94px;
  height: 130px;
  z-index: 1;
  background: url('../images/img-sprites-nocomp.png') -895px -880px;
}

[type='radio']:not(:checked) + label:before,
[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: url('../images/img-sprites-nocomp.png') -285px -882px;
}

[type='radio']:not(:checked) + label:after,
[type='radio']:checked + label:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('../images/img-sprites-nocomp.png') -259px -882px;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  /* transition: 0.2s ease;  */
}

[type='radio']:not(:checked) + label:after {
  opacity: 0;
  /* -webkit-transform: scale(0); transform: scale(0);  */
}

[type='radio']:checked + label:after {
  opacity: 1; /*-webkit-transform: scale(1); transform: scale(1); */
}

[type='radio'][disabled]:not(:checked) + label,
[type='radio'][disabled]:checked + label {
  cursor: default;
  cursor: not-allowed;
}

#modal_random .modal_body {
  top: 2440px !important;
  width: 686px;
  height: 597px;
  background: url('../images/modal_random-nocomp.png') no-repeat;
}

#modal_random .modal_body .btn_random {
  position: absolute;
  top: 465px;
  left: 196px;
  display: block;
  width: 160px;
  height: 66px;
  font-size: 0;
  background: url('../images/img-sprites-nocomp.png') no-repeat;
  background-position: -532px -600px;
}

#modal_random .modal_body .close {
  position: absolute;
  top: 465px;
  left: 366px;
  display: block;
  width: 120px;
  height: 66px;
  font-size: 0;
  background: url('../images/img-sprites-nocomp.png') no-repeat;
  background-position: -852px -600px;
}

.bg1 .sg_header .event-period {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 860px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100px;
  color: #f95c4c;
  text-shadow:
    1px 1px 1px #000000,
    1px 0px 1px #000000,
    -1px 0px 1px #000000,
    0px 1px 1px #000000,
    0px -1px 1px #000000;
  text-align: center;
}

.bg2 .sg_header .event-period {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 865px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100px;
  color: #ffffff;
  text-align: center;
}

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

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

#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: 1280px;
  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: 0px;
}

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

.bg1 .sg_header .btn_notice {
  position: absolute;
  top: 968px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 55px;
  text-indent: -9999px;
}

.bg2 .sg_header .btn_notice {
  position: absolute;
  top: 1012px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 55px;
  text-indent: -9999px;
}

#reward {
  position: relative;
  width: 1200px;
  height: 2390px;
  margin: 0 auto;
}

#reward .rewardcount {
  position: absolute;
  top: 275px;
  left: 626px;
  width: 80px;
  height: 50px;
  line-height: 40px;
  box-sizing: border-box;
}

.bg1 #reward .rewardcount .count {
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 53px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.bg2 #reward .rewardcount .count {
  display: block;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 53px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

#reward .reward {
  position: relative;
  width: 1200px;
  height: 1700px;
  top: 446px;
  left: 0;
}

#reward .reward .list .item {
  position: absolute;
}

#reward .reward .list .item .guide_txt {
  float: right;
  display: block;
  width: 270px;
  text-align: left;
}

.bg1 #reward .reward .list .item .guide_txt a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  color: #f55b48;
  text-align: right;
  letter-spacing: -0.05em;
}

.bg2 #reward .reward .list .item .guide_txt a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  color: #dc313f;
  text-align: right;
  letter-spacing: -0.05em;
}

.bg1 #reward .reward .list .item .btn_get {
  position: absolute;
  top: 60px;
  left: 50px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -532px 0px;
  width: 130px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_get {
  position: absolute;
  top: 60px;
  left: 50px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -13px 0px;
  width: 130px;
  height: 100px;
}

#reward .reward .list .item:nth-child(-n + 4) .btn_get {
  left: 39px;
}

.bg1 #reward .reward .list .item .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -532px -100px;
  width: 130px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -13px -100px;
  width: 130px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -532px -200px;
  width: 130px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -13px -200px;
  width: 130px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_select_p {
  position: absolute;
  top: 60px;
  left: -86px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -662px 0px;
  width: 230px;
  height: 100px;
}
.bg2 #reward .reward .list .item .btn_select_p {
  position: absolute;
  top: 60px;
  left: -86px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -143px 0px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_select_p.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -662px -100px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_select_p.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -143px -100px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_select_p.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -662px -200px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_select_p.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -143px -200px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_select_h {
  position: absolute;
  top: 60px;
  left: -86px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -532px -300px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_select_h {
  position: absolute;
  top: 60px;
  left: -86px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -13px -300px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_select_h.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -532px -400px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_select_h.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -13px -400px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_select_h.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -532px -500px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_select_h.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -13px -500px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_random_h {
  position: absolute;
  top: 60px;
  left: -86px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -762px -300px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_random_h {
  position: absolute;
  top: 60px;
  left: -86px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -243px -300px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_random_h.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -762px -400px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_random_h.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -243px -400px;
  width: 230px;
  height: 100px;
}

.bg1 #reward .reward .list .item .btn_random_h.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -762px -500px;
  width: 230px;
  height: 100px;
}

.bg2 #reward .reward .list .item .btn_random_h.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -243px -500px;
  width: 230px;
  height: 100px;
}

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

#reward .reward .list .item:nth-child(2) {
  left: 930px;
}

#reward .reward .list .item:nth-child(3) {
  top: 253px;
  left: 930px;
}

#reward .reward .list .item:nth-child(4) {
  top: 253px;
  left: 292px;
}

#reward .reward .list .item:nth-child(5) {
  top: 507px;
  left: 86px;
}

#reward .reward .list .item:nth-child(6) {
  top: 507px;
  left: 508px;
}

#reward .reward .list .item:nth-child(7) {
  top: 507px;
  left: 930px;
}

#reward .reward .list .item:nth-child(8) {
  top: 762px;
  left: 930px;
}

#reward .reward .list .item:nth-child(9) {
  top: 762px;
  left: 508px;
}

#reward .reward .list .item:nth-child(10) {
  top: 762px;
  left: 86px;
}

#reward .reward .list .item:nth-child(11) {
  top: 1016px;
  left: 86px;
}

#reward .reward .list .item:nth-child(12) {
  top: 1016px;
  left: 508px;
}

#reward .reward .list .item:nth-child(13) {
  top: 1016px;
  left: 930px;
}

#reward .reward .list .item:nth-child(14) {
  top: 1270px;
  left: 1020px;
}

#reward .reward .list .item:nth-child(15) {
  top: 1270px;
  left: 598px;
}

#reward .reward .list .item:nth-child(16) {
  top: 1270px;
  left: 176px;
}

#reward .reward .list .item:nth-child(17) {
  top: 1523px;
  left: 176px;
}

#reward .reward .list .item:nth-child(18) {
  top: 1523px;
  left: 598px;
}

#reward .reward .list .item:nth-child(19) {
  top: 1523px;
  left: 1020px;
}

.hide_notice {
  position: absolute;
  top: 43px;
  left: 0;
  width: 40px;
  height: 40px;
  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;
}
