@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700");
/* 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: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  line-height: 132px;
  z-index: 1000;
  background-color: #242424;
  margin-top: 175px;
}

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

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

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

#content {
  position: relative;
  width: 1200px;
  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: 595px;
  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: 44px;
  right: 10px;
}

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

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

.sg_header .sg_gnb .gnb_home {
  width: 75px; 
  height: 25px;
}

.sg_header .sg_gnb .gnb_login {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -240px -75px;
  width: 75px;
  height: 25px;
}

.sg_header .sg_gnb .gnb_logout {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -315px -75px;
  width: 75px;
  height: 25px;
}

.sg_header .sg_gnb .gnb_start {
  width: 84px;
}

.sg_header .btn_notice {
  position: absolute;
  top: 478px;
  left: 575px;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
}

.bg1 .sg_header .event-period {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 785px;
  font-weight: 600;
  font-size: 30px;
  line-height: 100px;
  color: #ffffff;
  text-align: center;
}

.bg2 .sg_header .event-period {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 785px;
  font-weight: 600;
  font-size: 30px;
  line-height: 100px;
  color: #000000;
  text-align: center;
}

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

.modal {
  position: absolute;
  top: 150px;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: left 0.3s ease;
  transition: opacity 0.3s ease;
  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.5;
}

.modal .modal_body {
  right: 0 !important;
  left: 0 !important;
  bottom: 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 .modal_body .close:hover span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal.on {
  visibility: visible;
  opacity: 1;
}

.modal.on .modal_body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#modal_notice .modal_body {
  position: fixed;
  top: 50% !important;
  width: 619px;
  height: 709px;
  transform: translateY(-50%);
  background: url("../images/modal_notice-nocomp.png") no-repeat;
}

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

#sltto {
  position: relative;
  width: 1200px;
  height: 1365px;
  margin: 0 auto;
  clear: both;
}

#sltto .week_date {
  position: absolute;
  top: 230px;
  left: 153px;
  width: 280px;
  height: 40px;
  line-height: 35px;
  box-sizing: border-box;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: left;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #282828;   
}

#sltto .weekCount {
  position: absolute;
  top: 262px;
  left: 153px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

#sltto .weekCount .count {
  display: block;
  font-family: 'Noto Sans', sans-serif;    
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #282828;
  text-align: left;
}

#sltto .week_date2 {
  position: absolute;
  top: 298px;
  left: 153px;
  width: 280px;
  height: 40px;
  line-height: 35px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: left;
  font-weight: bold;
  color: #303030;   
}

#sltto .week_time {
  position: absolute;
  top: 172px;
  left: 415px;
  width: 160px;
  height: 50px;
  line-height: 35px;
  box-sizing: border-box;
  font-size: 38px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: center;
  font-weight: bold;
  color: #282828;
}

#sltto .controller .btn_prev {
  position: absolute;
  top: 39px;
  left: 92px;
  width: 35px;
  height: 35px;
  font-size: 0;
  z-index: 9999;
}

#sltto .controller .btn_next {
  position: absolute;
  top: 39px;
  left: 490px;
  width: 35px;
  height: 35px;
  font-size: 0;
  z-index: 9999;
}

#sltto .sltto_cont {    
  position: relative;
  top: 365px;
  left: 40px;
  width: 1130px;
  height: 480px;
  font-size: 0;
  text-align: center;
}

#sltto .sltto_cont .list {
  width: 570px;
  height: 100%;
  margin-left: 15px;
}

#sltto .sltto_cont .list li { 
  display: block;
}

#sltto .sltto_cont .list .issue  {   
  overflow: hidden;
}

#sltto .sltto_cont .list .issue li { 
  float: left;  
  height: 44px;
  margin: 3px 0;
}

#sltto .sltto_cont .list .issue .order {  
  width: 35px;
  height: 44px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: center;
  font-weight: bold;
  color: #000;
}

#sltto .sltto_cont .list .issue .result {  
  width: 56px;
  height: 44px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-right: 35px;
}

#sltto .sltto_cont .list .issue .num {  
  width: 44px;
  height: 44px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: center;
  font-weight: bold;
  color: #2f2f2f;
  margin: 0 10px;
}

#sltto .sltto_cont .list .issue .num.zero {    
  color: #fff;
  font-weight: bold;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: 0px -292px;
}

#sltto .sltto_cont .list .issue .num.ten {   
  color: #fff;
  font-weight: bold;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -44px -292px;  
}

#sltto .sltto_cont .list .issue .num.twenty {    
  color: #fff;
  font-weight: bold;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -88px -292px;
}

#sltto .sltto_cont .list .issue .num.thirty {   
  color: #fff;
  font-weight: bold;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -132px -292px;
}

#sltto .sltto_cont .list .issue .num.forty {    
  color: #fff;
  font-weight: bold;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -176px -292px;
}

#sltto .sltto_cont .btn_issue {
  position: absolute;
  top: 377px;
  left: 152px;
  display: block;  
  font-size: 0;  
  width: 240px;
  height: 75px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: 0px 0px;
  z-index: 10;
}

#sltto .sltto_cont .btn_issue.active {
  display: block;
  background-image: url(../images/img-sprites-nocomp.png);  
  background-position: -240px 0px;
}

#sltto .sltto_cont .btn_issue.complete {
  display: block;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -480px 0px;
}

#sltto .reward {  
  position: absolute;
  top: -346px; 
  right: 0px;
  width: 445px;
  height: 850px;
  font-size: 0;
  text-align: center;
}

#sltto .reward .prize_result {
  width: 100%;
  height: 180px;
  margin: 0 auto;
}

#sltto .reward .prize_result .prize_txt {
  width: 100%;
  height: 95px;
  line-height: 70px;
  box-sizing: border-box;
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;    
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #282828;
}

#sltto .reward .prize_result .prize_txt .color {    
  color: #00a0d2;
}

#sltto .reward .prize_result .prize_num {
  width: 420px;
  height: 62px;
  margin: 0 auto;
  overflow: hidden;
}

#sltto .reward .prize_result .prize_num .num {  
  float: left;
  text-align: center;
  width: 62px;
  height: 62px;
  margin: 0 4px;
  line-height: 58px;
  box-sizing: border-box;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;      
  font-weight: bold;
  text-shadow: 0 0 2px #666;
  letter-spacing: -0.05em;
  color: #fff;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: 0px -230px;
}

#sltto .reward .prize_result .prize_num .num.zero {    
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -62px -230px;
}

#sltto .reward .prize_result .prize_num .num.ten {    
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -124px -230px;
}

#sltto .reward .prize_result .prize_num .num.twenty {    
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -186px -230px;
}

#sltto .reward .prize_result .prize_num .num.thirty {    
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -248px -230px;
}

#sltto .reward .prize_result .prize_num .num.forty {    
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -310px -230px;
}

#sltto .reward .list {
  width: 375px;
  height: 660px;
  margin: 0 auto;
}

#sltto .reward .list li {
  position: relative; 
  width: 100%;
  height: 165px;
}

#sltto .reward .btn_get {
  position: absolute;
  top: 60px;
  right: 0;
  display: block;  
  font-size: 0;  
  width: 80px;
  height: 57px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: 0px -75px;
  z-index: 10;
}

#sltto .reward .btn_get.active {
  display: block;
  background-image: url(../images/img-sprites-nocomp.png);  
  background-position: -80px -75px;
}

#sltto .reward .btn_get.complete {
  display: block;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: -160px -75px;
}

#sltto  .btn_get.active:after, .btn_get.complete:after {
  content: "Image";
  position: absolute;
  top: -20px;
  left: -152px;
  background-image: url(../images/img-sprites-nocomp.png);
  background-position: 0px -132px;
  width: 98px;
  height: 98px;
}


