/* 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: 139px;
  line-height: 139px;
  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.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: 251px;
  left: 569px;
  font-family: 'Do Hyeon', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100px;
  color: #605953;
  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.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_notice .modal_body {
  top: 132px !important;
  width: 920px;
  height: 607px;
  background: url("../images/modal_notice-nocomp.png") no-repeat;
}

#modal_notice .modal_body .close {
  top: 24px;
  left: 48px;
  width: 50px;
  height: 50px;
}

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

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

#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: 980px;
  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: 537px;
  left: 587px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.bg1 .sg_header .event-period {
  position: absolute;
  left: 735px;
  top: 491px;
  font-family: 'YourGungseoFontName',
    serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 100px;
  color: #3ab9c8;
  text-align: center;
  text-shadow:
    0 0 1px #3ab9c8,
    0 0 2px #3ab9c8,
    0 0 3px #3ab9c8,
    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: 750px;
  top: 491px;
  font-family: 'YourGungseoFontName',
    serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 100px;
  color: #573737;
  text-align: center;
  text-shadow:
    0 0 1px #573737,
    0 0 2px #573737,
    0 0 3px #573737,
    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;
}

.navigation {
  position: relative;
  top: 780px;
  width: 972px;
  height: 91px;
  margin: 0 auto;
}

.navigation .list {
  font-size: 0;
  text-align: left;
}

.navigation .list .item {
  display: inline-block;
  width: 286px;
  height: 91px;
  margin: 0 19px;
  cursor: pointer;
  float: left;
}

.bg1 .navigation .list .item[data-nav="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: 0px 0px;
  width: 286px;
  height: 91px;
}

.bg2 .navigation .list .item[data-nav="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: 0px 0px;
  width: 286px;
  height: 91px;
}

.bg1 .navigation .list .item[data-nav="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -286px 0px;
  width: 286px;
  height: 91px;
}

.bg2 .navigation .list .item[data-nav="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -286px 0px;
  width: 286px;
  height: 91px;
}

.bg1 .navigation .list .item[data-nav="2"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -572px 0px;
  width: 286px;
  height: 91px;
}

.bg2 .navigation .list .item[data-nav="2"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -572px 0px;
  width: 286px;
  height: 91px;
}

.bg1 .navigation .list .item.on[data-nav="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: 0px -91px;
  width: 286px;
  height: 91px;
}

.bg2 .navigation .list .item.on[data-nav="0"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: 0px -91px;
  width: 286px;
  height: 91px;
}

.bg1 .navigation .list .item.on[data-nav="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -286px -91px;
  width: 286px;
  height: 91px;
}

.bg2 .navigation .list .item.on[data-nav="1"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -286px -91px;
  width: 286px;
  height: 91px;
}

.bg1 .navigation .list .item.on[data-nav="2"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -572px -91px;
  width: 286px;
  height: 91px;
}

.bg2 .navigation .list .item.on[data-nav="2"] {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -572px -91px;
  width: 286px;
  height: 91px;
}

.nav_section_inner {
  position: relative;
  width: 1200px;
  margin: 0px auto ;
}

.bg1 #story01 {
  position: relative;
  width: 1200px;
  height: 1360px;
  margin: 0 auto;
  background: url(../images/story_01-nocomp1.png);
}

.bg2 #story01 {
  position: relative;
  width: 1200px;
  height: 1360px;
  margin: 0 auto;
  background: url(../images/story_01-nocomp2.png);
}

#story01 .hide_notice {
  top: 154px;
  margin-left: 485px;
}

.bg1 #story01 .hide_notice:hover {
  top: 195px;
  margin-left: -454px;	
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: 0px -269px;
  width: 412px;
  height: 192px;
}

.bg2 #story01 .hide_notice:hover {
  top: 195px;
  margin-left: -454px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: 0px -269px;
  width: 412px;
  height: 192px;
}

#story01 .reward {
  position: relative;
  width: 490px;
  height: 50px;
  top: 902px;
  left: 663px;
}

#story01 .reward .list .item {
	width: 112px;
	height: 40px;
	margin: 0 25px;
	float: left;
}

.bg1 #story01 .btn_get {  
  display: block;    
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -858px 0px;
  width: 112px;
  height: 40px;  
  z-index: 20;
}

.bg2 #story01 .btn_get {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -858px 0px;
  width: 112px;
  height: 40px;
  z-index: 20;
}

.bg1 #story01 .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -970px 0px;
  width: 112px;
  height: 40px;  
}

.bg2 #story01 .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -970px 0px;
  width: 112px;
  height: 40px;
}

.bg1 #story01 .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -1082px 0px;
  width: 112px;
  height: 40px;  
}

.bg2 #story01 .btn_get.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -1082px 0px;
  width: 112px;
  height: 40px;
}

.bg1 #story02 {
  position: relative;
  width: 1200px;
  height: 1360px;
  margin: 0 auto;
  background: url(../images/story_02-nocomp1.png) no-repeat center center;
}

.bg2 #story02 {
  position: relative;
  width: 1200px;
  height: 1360px;
  margin: 0 auto;
  background: url(../images/story_02-nocomp2.png) no-repeat center center;
}

#story02 .hide_notice {
  top: 153px;
  margin-left: 243px;
}

.bg1 #story02 .hide_notice:hover {
  top: 193px;
  margin-left: -542px;	
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: 0px -461px;
  width: 252px;
  height: 101px;
}

.bg2 #story02 .hide_notice:hover {
  top: 193px;
  margin-left: -542px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: 0px -461px;
  width: 252px;
  height: 101px;
}

#story02 .gourdcount {
  position: absolute;
  top: 477px;
  left: 148px;
  width: 80px;
  height: 40px;
  line-height: 30px; 
  box-sizing: border-box;
}

#story02 .gourdcount .count {
  display: block;
  font-family: 'Tahoma', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#story02 .reward {
  position: relative;
  width: 1100px;
  height: 360px;
  top: 716px;
  left: 140px;
}

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

#story02 .reward .list .item {  
  display: block;  
  float: left;
  margin: 0 55px 33px 30px;
}

#story02 .btn_get {  
  display: block;  
  background-image: none;
  width: 101px;
  height: 87px;
  font-size: 0;
  z-index: 10;
}

.bg1 #story02 .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -858px -40px;
}

.bg2 #story02 .btn_get.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -858px -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#story02 .reward .list .item:nth-child(5) {  	 
  margin-right: 80px;
}

#story02 .reward .list .item:nth-child(6) {  	 
  margin-left: 122px;
}

#story02 .reward .list .item:nth-child(10) {  	 
  margin-right: 0px;
}

.bg1 #story03 {
  position: relative;
  width: 1200px;
  height: 1360px;
  margin: 0 auto;
  background: url(../images/story_03-nocomp1.png) no-repeat center center;
}

.bg2 #story03 {
  position: relative;
  width: 1200px;
  height: 1360px;
  margin: 0 auto;
  background: url(../images/story_03-nocomp2.png) no-repeat center center;
}

#story03 .hide_notice {
  top: 215px;
  margin-left: 325px;
}

.bg1 #story03 .hide_notice:hover {
  top: 256px;
  margin-left: -539px;	
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: 0px -562px;
  width: 349px;
  height: 145px;
}

.bg2 #story03 .hide_notice:hover {
  top: 256px;
  margin-left: -539px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: 0px -562px;
  width: 349px;
  height: 145px;
}

#story03 .rcakeCount {
  position: absolute;
  top: 477px;
  left: 218px;
  width: 80px;
  height: 40px;
  line-height: 30px; 
  box-sizing: border-box;
}

#story03 .rcakeCount .count {
  display: block;
  font-family: 'Tahoma', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.bg1 #story03 .btn_rcake {
  position: absolute;
  top: 881px;
  left: 99px;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -858px 0px;
  width: 112px;
  height: 40px;  
  z-index: 20;
}

.bg2 #story03 .btn_rcake {
  position: absolute;
  top: 881px;
  left: 99px;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -858px 0px;
  width: 112px;
  height: 40px;
  z-index: 20;
}

.bg1 #story03 .btn_rcake.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -970px 0px;
  width: 112px;
  height: 40px;  
}

.bg2 #story03 .btn_rcake.active {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -970px 0px;
  width: 112px;
  height: 40px;
}

.bg1 #story03 .btn_rcake.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp1.png);
  background-position: -1082px 0px;
  width: 112px;
  height: 40px;  
}

.bg2 #story03 .btn_rcake.complete {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites-nocomp2.png);
  background-position: -1082px 0px;
  width: 112px;
  height: 40px;
}

.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: -32px;
  left: 0;
  width: 100%;
  height: 33px;
}
