@charset "utf-8";
@font-face {
  font-family: 'nbg';
  font-weight: 400;
  font-style: normal;
  src: url(./font/NanumBarunGothic.eot);
  src: url(./font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
    url(./font/NanumBarunGothic.woff2) format('woff2'),
    url(./font/NanumBarunGothic.woff) format('woff'),
    url(./font/NanumBarunGothic.ttf) format('truetype');
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
select,
button,
table,
button,
a {
  font-family: nbg, '돋움', Dotum, AppleGothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
img,
fieldset,
input {
  border: 0;
}
img {
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
}
em,
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
  vertical-align: top;
  cursor: pointer;
}
a {
  display: block;
  text-decoration: none;
}
.btn {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}
.blind {
  overflow: hidden;
  position: absolute;
  top: -9999px;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1000px;
  white-space: nowrap;
}
.scroll_lock {
  overflow: hidden;
}
/* Layout */
body {
  background-color: #110803;
}
.wrap {
  overflow: hidden;
  position: relative;
  min-width: 1640px;
  min-height: 100vh;
}
.content {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.hangame_logo {
  position: absolute;
  top: 20px;
  left: calc(50% + 394px);
  z-index: 10;
  width: 100px;
  height: 12px;
  padding: 16px;
  background: url(../img/hangame.png) no-repeat center;
}
.sec_intro {
  position: relative;
  height: 1080px;
  background: url(../img/bg_sec_intro.jpg) no-repeat 50% 0;
}
.sec_intro .video {
  position: relative;
  width: 800px;
  height: 800px;
  margin: 0 auto;
}
.sec_intro .video .ifr_youtube {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 800px;
  height: 450px;
  transform: translateX(-50%);
}
.sec_intro .btn_list {
  width: 100%;
  margin: 104px auto 0;
  font-size: 0;
}
.sec_intro .btn_item {
  display: inline-block;
  width: 240px;
  height: 90px;
  margin-left: 15px;
}
.sec_intro .btn_item:first-child {
  margin-left: 0;
}
.sec_intro .btn_link {
  width: 100%;
  height: 100%;
}
.sec_guides {
  height: 1110px;
  padding-top: 80px;
  background: url(../img/bg_guide.jpg) no-repeat 50% 0;
  box-sizing: border-box;
}
.sec_guides .guide_cont {
  overflow: hidden;
  width: 100%;
  height: 808px;
  margin: 0 auto;
}
.guides_inner {
  width: 1000px;
  height: 1010px;
  margin: 0 auto;
  background: url(../img/bg_guide_inner.jpg) no-repeat 50% 0;
}
.guide_tabs {
  height: 88px;
  font-size: 0;
  text-align: left;
}
.guide_tab {
  display: inline-block;
  overflow: hidden;
  width: 500px;
  height: 100%;
  background: url(../img/sp_guide_new.png) no-repeat;
}
.guide_tabgame {
  background-position: -2px -2px;
}
.guide_tabgame.is_active {
  background-position: -2px -94px;
}
.guide_tabcoupon {
  background-position: 2px -186px;
}
.guide_tabcoupon.is_active {
  background-position: 2px -278px;
}
.guide_cont_area {
  margin: 42px 8px 0;
}
.guide_image {
  width: auto;
  max-width: 848px;
  margin: 0 auto;
}
.guide_image.bg_form {
  margin-top: 74px;
}
.guide_game,
.guide_coupon {
  display: none;
  position: relative;
  text-align: center;
}
.guide_game.is_active,
.guide_coupon.is_active {
  display: block;
}
.slides {
  position: relative;
  padding-top: 59px;
}
.slides::after {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 999;
  width: 848px;
  height: 50px;
  background: url(../img/bg_guide_head.png) no-repeat 100% 0;
  transform: translateX(-50%);
  content: '';
}
.slick-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 66px);
  width: 38px;
  height: 75px;
  background: url(../img/sp_guide_new.png) no-repeat;
  transform: translateY(-50%);
}
.slide_btn-prev {
  left: -88px;
  background-position: -585px -258px;
}
.slide_btn-prev.slick-disabled {
  background-position: -544px -258px;
}
.slide_btn-next {
  right: -88px;
  background-position: -625px -258px;
}
.slide_btn-next.slick-disabled {
  background-position: -506px -258px;
}
.slick_dots {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 100%;
  height: 60px;
  background-color: #191413;
  transform: translateX(-50%);
}
.slick_dots .slick_dot {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  margin-left: 14px;
  border-radius: 30px;
  background: #191413 url(../img/sp_guide_new.png) no-repeat;
  line-height: 999px;
  cursor: pointer;
}
.slick_dots .slick_dot:first-child {
  margin-left: 0;
}
.guide_game .slick_dot {
  width: 170px;
}
.guide_game .slick_dot.dot1 {
  background-position: -503px -2px;
}
.guide_game .slick_dot.dot1.is_active {
  background-position: -503px -66px;
}
.guide_game .slick_dot.dot2 {
  background-position: -689px -2px;
}
.guide_game .slick_dot.dot2.is_active {
  background-position: -689px -66px;
}
.guide_game .slick_dot.dot3 {
  background-position: -875px -2px;
}
.guide_game .slick_dot.dot3.is_active {
  background-position: -875px -66px;
}
.guide_game .slick_dot.dot4 {
  background-position: -1061px -2px;
}
.guide_game .slick_dot.dot4.is_active {
  background-position: -1061px -66px;
}
.guide_coupon .slick_dot {
  width: 220px;
}
.guide_coupon .slick_dot.dot1 {
  background-position: -503px -194px;
}
.guide_coupon .slick_dot.dot1.is_active {
  background-position: -503px -130px;
}
.guide_coupon .slick_dot.dot2 {
  background-position: -739px -194px;
}
.guide_coupon .slick_dot.dot2.is_active {
  background-position: -739px -130px;
}
.slick_dots button {
  display: block;
  width: 100%;
  height: 100%;
}
.sec_guides .form_coupon {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 520px;
  height: 310px;
  transform: translateX(-50%);
}
.sec_guides .btn_input_guide {
  position: absolute;
  top: -47px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 18px;
}
.sec_guides .input {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 20px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  color: #feffff;
  text-align: center;
  outline: none;
  box-sizing: border-box;
}
.sec_guides .input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.sec_guides .input[id='couponID'] {
  margin-top: 18px;
}
.sec_guides .btn_submit {
  width: 100%;
  height: 80px;
  margin-top: 40px;
  border-radius: 10px;
}
.sec_gift {
  width: 100%;
  height: 970px;
  margin: 0 auto;
  background: url(../img/bg_gift.jpg) no-repeat 50% 0;
}
.footer {
  position: relative;
  height: 395px;
  background: url(../img/bg_footer.jpg) no-repeat 50% 0;
}
.footer .copy {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 280px;
  height: 40px;
  font-size: 0;
  transform: translateX(-50%);
}
.remote {
  overflow: hidden;
  position: absolute;
  top: 296px;
  left: calc(50% + 580px);
  z-index: 10;
  width: 172px;
  height: 504px;
  padding: 18px;
  background: url(../img/btn_game_guide.png) no-repeat;
}
.remote .btn_remote,
.remote_link {
  display: block;
  width: 120px;
  height: 145px;
}
.remote .remote_link {
  margin-top: 12px;
}
/* Popup */
.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #000;
  opacity: 0.7;
}
.ly_pop,
.ly_pop_guide {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  box-sizing: border-box;
}
.ly_pop {
  width: 420px;
  height: 268px;
  margin: -134px 0 0 -210px;
  border-radius: 18px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.ly_pop_guide {
  width: 600px;
  height: 700px;
  margin: -350px 0 0 -312px;
  padding: 40px 8px 26px 0;
  border-radius: 18px;
  background-color: #fff;
}
.ly_pop_guide .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #9b99a8;
}
.ly_pop_guide .pop_cont {
  width: 546px;
  height: 660px;
  margin: 0 auto;
  padding-left: 6px;
  box-sizing: border-box;
}
.ly_pop.pop_mess_success {
  background-image: url(../img/img_pop1.png);
}
.ly_pop.pop_error_used {
  background-image: url(../img/img_pop2.png);
}
.ly_pop.pop_error_expired {
  background-image: url(../img/img_pop3.png);
}
.ly_pop.pop_error_invalid {
  background-image: url(../img/img_pop4.png);
}
.ly_pop.pop_error_coupon {
  background-image: url(../img/img_pop5.png);
}
.ly_pop.pop_error_exceeded {
  background-image: url(../img/img_pop6.png);
}
.ly_pop.pop_number_empty {
  background-image: url(../img/img_pop7.png);
}
.ly_pop.pop_number_invalid {
  background-image: url(../img/img_pop8.png);
}
.ly_pop.pop_error_system {
  background-image: url(../img/img_pop9.png);
}
.ly_pop .btn_close {
  right: 49px;
  bottom: 40px;
  z-index: 101;
  width: 320px;
  height: 70px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.ly_pop_guide .btn_close {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 48px;
  height: 48px;
  margin: -373px 0 0 264px;
  border-radius: 50%;
  background: url(../img/btn_close.png) no-repeat 50% 0;
  cursor: pointer;
}
