@charset "UTF-8";
/** font-family  **/
/** color(font) **/
/** transition **/
/* 20231005 5주년 업데이트 대축제 작업하면서 reset 전체 변경 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  color: inherit;
  font-family: "Pretendard", "NanumSquare", "NanumSquareR", notosans;
  line-height: 1;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  width: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li,
ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
em,
i {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: " ";
  content: none;
}

strong,
th,
b,
em {
  font-style: normal;
  font-weight: inherit;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  background: transparent;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  border: none;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}

fieldset,
img {
  border: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

label {
  cursor: pointer;
}

legend,
.blind {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}

.i-blind {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}

a:focus,
button:focus,
select:focus,
textarea:focus,
input:focus,
*[tabindex="0"]:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gnb_wrap {
  min-width: 1400px;
}

.gnb {
  max-width: 1920px;
}

body {
  height: 100%;
  background-color: #000;
  font-family: "Pretendard", "NanumSquare", "NanumSquareR", notosans;
  letter-spacing: -0.02em;
  word-break: keep-all;
}
body.active {
  overflow: hidden;
  overflow-y: hidden !important;
}
body.unscroll {
  overflow: hidden;
}
body .fixedBottom {
  position: relative;
  z-index: 10;
}
body .fixedBottom.btm .btn_top {
  position: absolute;
}
body .btn_top {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 40px;
  font-size: 0;
  text-indent: -99999px;
}
body.type_pc #appView {
  min-width: 1400px;
}
body.type_pc .floating {
  position: fixed;
  z-index: 10;
  top: 168px;
  right: 0;
  width: 234px;
  height: 149px;
  font-size: 0;
  background: url("./img/common/floating.png") no-repeat 0 0;
}
body.type_pc .floating-banner {
  position: absolute;
  top: 144px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 1400px;
  max-width: 1920px;
  z-index: 1;
}
body.type_pc .floating-banner.fixed {
  position: fixed;
}
body.type_pc .floating-banner.active-tab {
  top: 208px !important;
}
body.type_pc .floating-banner-wrap {
  position: absolute;
  top: 0;
  right: 30px;
  width: 191px;
  height: 136px;
  padding: 10px;
  background: url("./img/common/floating-banner.png") no-repeat 0 0;
}
body.type_pc .floating-banner.pre .floating-banner-wrap {
  background: url("./img/common/floating-banner-pre.png") no-repeat 0 0;
}
body.type_pc .floating-banner a {
  display: block;
  height: 100%;
  font-size: 0;
}
body.type_pc .btn_top {
  display: none !important;
}
body.type_pc .ft_bx_rt .ft_bx_item {
  padding: 6px 0 0;
}
body.type_pc .ft_bx_rt b {
  font-weight: 700 !important;
}
body.type_tablet .gnb_wrap, body.type_mobile .gnb_wrap {
  height: 90px;
}
body.type_tablet .gnb_wrap .gnb_logo, body.type_mobile .gnb_wrap .gnb_logo {
  width: 250px;
  height: 90px;
  background-size: auto 180px;
}
body.type_tablet .fixedBottom, body.type_mobile .fixedBottom {
  position: absolute;
  top: 0;
}
body.type_tablet .fixedBottom.fix, body.type_mobile .fixedBottom.fix {
  position: fixed;
  top: unset;
  bottom: 0;
  width: 100%;
}
body.type_tablet .fixedBottom.fix .floating, body.type_mobile .fixedBottom.fix .floating {
  position: absolute;
  top: unset;
  bottom: 32px;
}
body.type_tablet .fixedBottom.btm, body.type_mobile .fixedBottom.btm {
  position: absolute;
}
body.type_tablet .floating, body.type_mobile .floating {
  position: absolute;
  top: 820px;
  left: 530px;
  width: 324px;
  height: 198px;
  font-size: 0;
  background: url("./img/common/floating_m.png") no-repeat 0 0;
}
body.type_tablet .floating-banner, body.type_mobile .floating-banner {
  position: absolute;
  top: 108px;
  left: 10px;
  z-index: 1;
}
body.type_tablet .floating-banner-wrap, body.type_mobile .floating-banner-wrap {
  width: 191px;
  height: 136px;
  padding: 10px;
  background: url("./img/common/floating-banner.png") no-repeat 0 0;
}
body.type_tablet .floating-banner.pre .floating-banner-wrap, body.type_mobile .floating-banner.pre .floating-banner-wrap {
  background: url("./img/common/floating-banner-pre.png") no-repeat 0 0;
}
body.type_tablet .floating-banner a, body.type_mobile .floating-banner a {
  display: block;
  height: 100%;
  font-size: 0;
}
body.type_tablet #footerWrap .footer, body.type_mobile #footerWrap .footer {
  font-size: 30px !important;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 180px;
  padding-bottom: 61px;
}
body.type_tablet #footerWrap .footer *, body.type_mobile #footerWrap .footer * {
  font-size: 30px !important;
}
body.type_tablet #footerWrap .footer b, body.type_mobile #footerWrap .footer b {
  font-weight: 700 !important;
}
body.type_tablet #footerWrap .ft_bx_lt, body.type_mobile #footerWrap .ft_bx_lt {
  float: none;
}
body.type_tablet #footerWrap .ft_bx_lt .ft_bx_ci, body.type_mobile #footerWrap .ft_bx_lt .ft_bx_ci {
  padding-top: 25px !important;
}
body.type_tablet #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci, body.type_mobile #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci {
  height: 60px;
  margin: 50px 56px 0 0;
}
body.type_tablet #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci img, body.type_mobile #footerWrap .ft_bx_lt .ft_bx_ci .ft_ci img {
  height: 130px;
}
body.type_tablet #footerWrap .ft_bx_rt, body.type_mobile #footerWrap .ft_bx_rt {
  float: none;
  text-align: left;
}
body.type_tablet #footerWrap .ft_bx_rt .ft_bx_policy, body.type_mobile #footerWrap .ft_bx_rt .ft_bx_policy {
  padding-top: 60px;
  padding-bottom: 15px;
}
body.type_tablet #footerWrap .ft_bx_rt .ft_bx_item, body.type_mobile #footerWrap .ft_bx_rt .ft_bx_item {
  padding: 15px 0 0;
}
body.type_pc .btn_top {
  width: 133px;
  height: 152px;
  background: url(./img/common/btn_top.png) no-repeat 0 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
body.type_tablet .btn_top, body.type_mobile .btn_top {
  bottom: 100px;
  width: 133px;
  height: 152px;
  background: url(./img/common/btn_top.png) no-repeat 0 0;
}
body.type_tablet .floating {
  left: 530px;
}

#appView {
  position: relative;
  overflow: hidden;
  z-index: auto;
}

.section-intro {
  position: relative;
  height: calc(100vh - 40px);
  min-height: 880px;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 2600px auto;
  min-width: 750px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-intro .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.section-intro .bg video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

#contentView {
  position: relative;
  zoom: 1 !important;
}

/* input */
.inpbox {
  position: relative;
  border-bottom: 4px solid #000;
}
.inpbox input {
  font-size: 54px;
  letter-spacing: -2.7px;
  background: transparent;
}
.inpbox input::-webkit-input-placeholder {
  color: #ccc;
}
.inpbox input::-moz-placeholder {
  color: #ccc;
}
.inpbox input:-ms-input-placeholder {
  color: #ccc;
}
.inpbox input:-moz-placeholder {
  color: #ccc;
}

/* popup */
#uLayerDimmedpopCheckRegister,
#uLayerDimmedpopLogin {
  display: none;
}

.type_mobile .section-intro {
  min-height: 1300px;
}

.type_pc .pop_wrap,
.type_tablet .pop_wrap {
  width: 640px;
}

.type_pc .pop_wrap .pop_section,
.type_tablet .pop_wrap .pop_section {
  width: 640px;
  -webkit-transform: scale(0.9); /* Safari */
  transform: scale(0.9);
}

.type_pc .pop_wrap .pop_section.pop_movie,
.type_tablet .pop_wrap .pop_section.pop_movie {
  width: 640px;
  -webkit-transform: scale(1); /* Safari */
  transform: scale(1);
  background: transparent;
}

.type_pc .pop_wrap.alert-pop,
.type_tablet .pop_wrap.alert-pop {
  width: 700px;
}
.type_pc .pop_wrap.alert-pop .pop_section,
.type_tablet .pop_wrap.alert-pop .pop_section {
  width: 700px;
  -webkit-transform: none;
          transform: none;
  padding-top: 50px;
}
.type_pc .pop_wrap.alert-pop .alert,
.type_tablet .pop_wrap.alert-pop .alert {
  width: 700px;
  height: 279px;
  background: url("img/common/popup-bg.png") no-repeat;
}
.type_pc .pop_wrap.alert-pop .alert p,
.type_tablet .pop_wrap.alert-pop .alert p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  padding-top: 50px;
}
.type_pc .pop_wrap.alert-pop .alert .btn-close,
.type_tablet .pop_wrap.alert-pop .alert .btn-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 43px;
  width: 160px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #222222;
  border-radius: 4px;
}

.type_mobile .pop_wrap.alert-pop {
  width: 700px;
}
.type_mobile .pop_wrap.alert-pop .alert {
  width: 700px;
  height: 310px;
  background: url("img/common/popup-bg-m.png") no-repeat;
}
.type_mobile .pop_wrap.alert-pop .alert p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 142px;
  font-size: 32px;
  line-height: 46px;
  color: #333;
  font-weight: bold;
  padding-top: 50px;
  letter-spacing: -1.5px;
}
.type_mobile .pop_wrap.alert-pop .alert .btn-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 49px;
  width: 220px;
  height: 60px;
  font-size: 26px;
  color: #fff;
  background: #222222;
  border-radius: 8px;
}

/* horizontal notice */
.type_pc .horizontal_notice {
  display: none !important;
}

.horizontal_notice {
  display: none;
}

.horizontal_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
  top: -80px;
  left: 0;
  width: 100%;
  padding: 0 60px;
  background: #252525;
  height: 80px;
  color: #cacaca;
  font-size: 22px;
  text-align: center;
  -webkit-animation: 4s rotation_info_move forwards ease-in-out;
          animation: 4s rotation_info_move forwards ease-in-out;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.horizontal_wrap.fixed {
  position: fixed;
  top: -160px;
}
.horizontal_wrap .cont {
  position: relative;
  line-height: 26px;
  padding-left: 55px;
  word-break: keep-all;
}
.horizontal_wrap .cont::before {
  content: "";
  position: absolute;
  background: url(./img/common/ico_horizontal_notice.png) no-repeat 50% 50%;
  width: 55px;
  height: 36px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes rotation_info_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  85% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes rotation_info_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  85% {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.type_pc .lnb_wrap .lnb_area {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1400px;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.8);
}
.type_pc .lnb_wrap .lnb_area.fixed {
  position: fixed;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .bi {
  display: block;
  width: 111px;
  height: 56px;
  margin-right: 57px;
  background: url("img/common/logo.png") 0 center no-repeat;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .m-conts,
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav-dimmed {
  display: none;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav-wrap .sns-list,
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav-wrap .btn-lnb-close,
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav-wrap .btn-game-start,
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav-wrap .btn-to-brand {
  display: none;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  margin-left: 35px;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li:first-child {
  margin-left: 0;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li .coming-soon {
  position: absolute;
  top: 67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 113px;
  height: 32px;
  padding: 5px 10px 0;
  background: url("img/common/comingsoon.png") center top no-repeat;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  color: #f2db9c;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li .new {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e6371e;
  font-size: 0;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li .new:after {
  content: "N";
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a[href] {
  cursor: pointer;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a[href]:hover span {
  color: #fff;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a.active span {
  color: #fff;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a.active::before {
  opacity: 1;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  font-size: 20px;
  line-height: 90px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .nav .menu-list li a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff2400;
  opacity: 0;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .market-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .market-list .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 34px;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .market-list .btn img {
  width: auto;
  height: 100%;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .btn-special {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 29px;
  width: 207px;
  height: 46px;
  background: url("img/common/btn-coupon.png") 0 0 no-repeat;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  color: #fff;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .button-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .button-wrapper dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .button-wrapper dl dd a {
  height: 30px;
  background: url("img/common/lnb-buttons.png") no-repeat;
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .button-wrapper .btn-forum {
  width: 21px;
  background-position: 0 0;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .button-wrapper .btn-yb {
  width: 25px;
  background-position: -40px 0;
}
.type_pc .lnb_wrap .lnb_area .lnb_cts .button-wrapper .btn-home {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 31px;
  background-position: -84px 0;
}

.type_mobile .lnb_wrap,
.type_tablet .lnb_wrap {
  z-index: 3 !important;
}
.type_mobile .lnb_wrap .lnb_area,
.type_tablet .lnb_wrap .lnb_area {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
}
.type_mobile .lnb_wrap .lnb_area.fixed,
.type_tablet .lnb_wrap .lnb_area.fixed {
  position: fixed;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts,
.type_tablet .lnb_wrap .lnb_area .lnb_cts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 38px 0 28px;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .nav-dimmed,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .nav-dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .bi,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .bi {
  display: block;
  width: 180px;
  height: 100%;
  overflow: hidden;
  text-indent: -5000px;
  background: url("img/common/logo-m.png") left center no-repeat;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .market-list,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .market-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 29px;
  margin-left: auto;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .market-list .btn,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .market-list .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 73px;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .market-list .btn img,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .market-list .btn img {
  width: auto;
  height: 100%;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .m-conts,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .m-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts .m-conts .btn-menu,
.type_tablet .lnb_wrap .lnb_area .lnb_cts .m-conts .btn-menu {
  position: relative;
  display: block;
  width: 71px;
  height: 54px;
  background: url("img/common/btn-menu.png") center no-repeat;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts.active .nav-dimmed,
.type_tablet .lnb_wrap .lnb_area .lnb_cts.active .nav-dimmed {
  display: block;
}
.type_mobile .lnb_wrap .lnb_area .lnb_cts.active .nav-wrap,
.type_tablet .lnb_wrap .lnb_area .lnb_cts.active .nav-wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap,
.type_tablet .lnb_wrap .lnb_area .nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 800px;
  height: 100%;
  padding-bottom: 123px;
  background: url("img/common/bg-lnb.png") right top no-repeat;
  overflow-y: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .btn-lnb-close,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .btn-lnb-close {
  position: absolute;
  top: 34px;
  right: 44px;
  width: 67px;
  height: 65px;
  background: url("img/common/ico-lnb-close.png") center no-repeat;
  overflow: hidden;
  text-indent: -3000px;
  z-index: 4;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 756px;
  padding-bottom: 70px;
  text-align: center;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav.update .menu-list,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav.update .menu-list {
  margin-top: 250px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav.update .menu-list li a span,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav.update .menu-list li a span {
  background-image: url("img/common/bg-lnb-menu--update.png") !important;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav > *,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .btn-to-brand,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .btn-to-brand {
  position: absolute;
  right: 71px;
  top: 96px;
  width: 520px;
  height: 258px;
  background: url("img/common/logo-m-big.png") center no-repeat;
  overflow: hidden;
  text-indent: -5000px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 40px 0 182px;
  text-align: left;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li {
  position: relative;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li:nth-of-type(n + 2),
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li:nth-of-type(n + 2) {
  margin-top: 118px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.child + li,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.child + li {
  margin-top: 84px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li > a,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li > a {
  position: relative;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li > a span,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li > a span {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("img/common/bg-lnb-menu.png");
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li > a.active span,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li > a.active span {
  background-image: url("img/common/bg-lnb-menu--active.png");
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .new,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .new {
  position: absolute;
  top: 60px;
  left: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 67px;
  height: 41px;
  padding: 10px 10px 0;
  background: url("img/common/m-new.png") center top no-repeat;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.menu-7th span,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.menu-7th span {
  width: 324px;
  height: 55px;
  background-position: 0 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.menu-class span,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.menu-class span {
  width: 461px;
  height: 56px;
  background-position: 0 -173px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.menu-challenge span,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li.menu-challenge span {
  width: 553px;
  height: 55px;
  background-position: 0 -346px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth {
  margin-top: 57px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  padding-left: 52px;
  font-size: 32px;
  font-weight: 600;
  color: #434343;
  background: url("img/common/icon-sub-menu.png") left 11px center no-repeat;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a.active,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a.active {
  opacity: 1;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a:nth-of-type(n + 2),
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a:nth-of-type(n + 2) {
  margin-top: 38px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a.sub-new:after,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .nav .menu-list > li .menu-2depth a.sub-new:after {
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  margin-left: 12px;
  background: url("img/common/icon-sub-new.png") top center no-repeat;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .btn-special,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .btn-special {
  position: absolute;
  top: 406px;
  right: 60px;
  display: block;
  width: 567px;
  height: 125px;
  background: url("img/common/m-btn-coupon.png") 0 0 no-repeat;
  font-size: 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .btn-special.update,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .btn-special.update {
  background: url("img/common/update/m-btn-coupon.png") 0 0 no-repeat;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .btn-start,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .btn-start {
  position: absolute;
  top: 564px;
  right: 106px;
  display: block;
  width: 482px;
  height: 92px;
  background: url("img/common/m-btn-start.png") 0 0 no-repeat;
  font-size: 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper {
  padding: 92px 60px 0 188px;
  background: url("img/common/m-lnb-line.png") right 24px top no-repeat;
  text-align: left;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl + dl,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl + dl {
  margin-top: 28px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl dt,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl dt {
  margin-right: 42px;
  font-size: 28px;
  font-weight: 700;
  color: #666666;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl dd,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl a,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl a {
  width: 73px;
  height: 84px;
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl.lnb-community a,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl.lnb-community a {
  background-image: url("img/common/m-btn-community.png");
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl.lnb-share a,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper dl.lnb-share a {
  background-image: url("img/common/m-btn-share.png");
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-home,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-home {
  background-position: 0 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-forum,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-forum {
  background-position: -105px 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-yb,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-yb {
  background-position: -209px 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-fb,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-fb {
  background-position: 0 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-x,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-x {
  background-position: -105px 0;
}
.type_mobile .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-link,
.type_tablet .lnb_wrap .lnb_area .nav-wrap .button-wrapper .btn-link {
  background-position: -209px 0;
}

.main-contents {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  min-height: 800px;
  background: url("img/main/bg-main.jpg") center 0 no-repeat;
}
.main-contents .title {
  position: absolute;
  top: 278px;
  left: 50%;
  width: 722px;
  height: 210px;
  margin-left: -361px;
  overflow: hidden;
  text-indent: -5000px;
}
.main-contents .link-list {
  position: absolute;
  bottom: 322px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-contents .link-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 264px;
  height: 242px;
  margin-left: -15px;
}
.main-contents .link-list li:first-child {
  margin-left: 0;
}
.main-contents .link-list li:nth-child(1) a::before {
  background-image: url("img/main/bg-link-1.png");
}
.main-contents .link-list li:nth-child(2) a::before {
  background-image: url("img/main/bg-link-2.png");
}
.main-contents .link-list li:nth-child(3) a::before {
  background-image: url("img/main/bg-link-3.png");
}
.main-contents .link-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("img/main/bg-link-on.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  text-indent: -5000px;
}
.main-contents .link-list li a::before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 15px;
  width: 234px;
  height: 234px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.main-contents .link-list li a[class^=yet] {
  background-image: url("img/main/bg-link-off.png");
  cursor: default;
}
.main-contents .link-list li a[class^=yet]::before {
  background-position: 0 0;
}
.main-contents .link-list li .badge {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 96px;
  text-align: center;
}
.main-contents .link-list li .badge img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
}
.main-contents .market-list {
  position: absolute;
  bottom: 179px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  font-size: 0;
  text-align: center;
}
.main-contents .market-list .btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 95px;
  margin: 0 5px;
}
.main-contents .market-list .btn img {
  width: auto;
  height: 100%;
}

.type_pc .main-contents .sns-list {
  position: fixed;
  right: 50px;
  bottom: 70px;
  width: 50px;
  height: 155px;
  background: url("img/main/bg-sns.png") 10px 11px no-repeat;
  z-index: 1;
}
.type_pc .main-contents .sns-list.abs {
  position: absolute;
}
.type_pc .main-contents .sns-list li {
  width: 100%;
  height: 50px;
}
.type_pc .main-contents .sns-list li:first-child {
  margin-bottom: 4px;
}
.type_pc .main-contents .sns-list li:last-child {
  margin-top: 1px;
}
.type_pc .main-contents .sns-list li button, .type_pc .main-contents .sns-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -5000px;
}

.type_mobile .main-contents .sns-list,
.type_tablet .main-contents .sns-list {
  position: absolute;
  bottom: 41px;
  left: 50%;
  width: 300px;
  height: 80px;
  margin-left: -150px;
  background: url("img/main/bg-sns-m.png") 26px 10px no-repeat;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
.type_mobile .main-contents .sns-list li,
.type_tablet .main-contents .sns-list li {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 100%;
}
.type_mobile .main-contents .sns-list li:first-child,
.type_tablet .main-contents .sns-list li:first-child {
  margin-right: 32px;
}
.type_mobile .main-contents .sns-list li:last-child,
.type_tablet .main-contents .sns-list li:last-child {
  margin-left: 28px;
}
.type_mobile .main-contents .sns-list li button, .type_mobile .main-contents .sns-list li a,
.type_tablet .main-contents .sns-list li button,
.type_tablet .main-contents .sns-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -5000px;
}

.main-fixed-button {
  position: absolute;
  right: 40px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  text-align: right;
  opacity: 0.7;
}

.type_pc .main-fixed-button {
  top: 99px;
}
.type_pc .main-fixed-button::before {
  content: " ";
  position: absolute;
  right: 38px;
  bottom: 0;
  width: 1px;
  height: 19px;
  background: rgba(255, 255, 255, 0.5);
}
.type_pc .main-fixed-button .btn-close {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  font-size: 18px;
  line-height: 22px;
}
.type_pc .main-fixed-button .btn-close::after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 100%;
  margin-left: 15px;
  background: url("img/common/ico-close.png") center bottom no-repeat;
}
.type_pc .main-fixed-button .btn-home {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 20px;
  margin-left: 30px;
  background: url("img/common/ico-home.png") center no-repeat;
  overflow: hidden;
  text-indent: -5000px;
}

.type_mobile .main-fixed-button,
.type_tablet .main-fixed-button {
  top: 155px;
}
.type_mobile .main-fixed-button::before,
.type_tablet .main-fixed-button::before {
  content: " ";
  position: absolute;
  right: 41px;
  bottom: 0;
  width: 2px;
  height: 19px;
  background: rgba(255, 255, 255, 0.5);
}
.type_mobile .main-fixed-button .btn-close,
.type_tablet .main-fixed-button .btn-close {
  display: inline-block;
  vertical-align: top;
  height: 23px;
  font-size: 24px;
  line-height: 25px;
}
.type_mobile .main-fixed-button .btn-close::after,
.type_tablet .main-fixed-button .btn-close::after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 100%;
  margin-left: 10px;
  background: url("img/common/ico-close-m.png") center bottom no-repeat;
}
.type_mobile .main-fixed-button .btn-home,
.type_tablet .main-fixed-button .btn-home {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 23px;
  margin-left: 30px;
  background: url("img/common/ico-home-m.png") center no-repeat;
  overflow: hidden;
  text-indent: -5000px;
}

.sub-contents section {
  position: relative;
}
.sub-contents section .cont-area {
  position: relative;
  min-width: 800px;
  margin: 0 auto;
}
.sub-contents section .scroll-icon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 74px;
  height: 52px;
  margin-left: -37px;
  background: url("img/sub/ico-scroll.png") center no-repeat;
  -webkit-animation: scrollAni 0.6s ease-in-out infinite alternate;
          animation: scrollAni 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes scrollAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scrollAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.sub-contents section .input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.sub-contents section .input-wrap input {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}
.sub-contents section .input-wrap input + label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 59px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents section .input-wrap input + label::before, .sub-contents section .input-wrap input + label::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
}
.sub-contents section .input-wrap input + label::after {
  opacity: 0;
}
.sub-contents section .input-wrap input:checked + label::after {
  opacity: 1;
}
.sub-contents section .input-wrap input[type=checkbox] + label::before {
  border: 2px solid rgba(235, 251, 253, 0.4);
}
.sub-contents section .input-wrap input[type=checkbox] + label::after {
  background: url("img/sub/ico-checkbox.png") center no-repeat;
}
.sub-contents.sub-page1 .section1 .cont-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 1440px;
  padding-top: 246px;
}
.sub-contents.sub-page1 .section1 .cont-area > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub-contents.sub-page1 .section1 h2 {
  width: 100%;
  height: 403px;
  font-size: 0;
  background: url("img/sub/section1-title.png") center top no-repeat;
}
.sub-contents.sub-page1 .section1 p {
  margin: 42px 0 0;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.sub-contents.sub-page1 .section1 .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: -18px auto 0;
}
.sub-contents.sub-page1 .section1 .link-list li {
  position: relative;
  width: 277px;
  height: 446px;
  background: no-repeat top center/100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub-contents.sub-page1 .section1 .link-list li:nth-of-type(n + 2) {
  margin-left: -11px;
}
.sub-contents.sub-page1 .section1 .link-list li.list-item1 {
  background-image: url("img/sub/link-list1.png");
}
.sub-contents.sub-page1 .section1 .link-list li.list-item2 {
  background-image: url("img/sub/link-list2.png");
}
.sub-contents.sub-page1 .section1 .link-list li.list-item3 {
  background-image: url("img/sub/link-list3.png");
}
.sub-contents.sub-page1 .section1 .link-list li.list-item4 {
  background-image: url("img/sub/link-list4.png");
}
.sub-contents.sub-page1 .section1 .link-list li .name {
  font-size: 0;
  text-indent: -50000;
}
.sub-contents.sub-page1 .section1 .link-list li button {
  position: absolute;
  top: 269px;
  right: 44px;
  width: 94px;
  height: 74px;
}
.sub-contents.sub-page1 .section1 .market-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  margin: 76px auto 0;
}
.sub-contents.sub-page1 .section1 .market-list .btn {
  width: auto;
  height: 73px;
}
.sub-contents.sub-page1 .section1 .market-list .btn img {
  width: auto;
  height: 100%;
}
.sub-contents.sub-page1 .section1:not(.update) {
  background: url("img/sub/bg-sub1-section1.jpg") center 0 no-repeat;
}
.sub-contents.sub-page1 .section1.update {
  background: url("img/sub/update/bg-sub1-section1.jpg") center 0 no-repeat;
}
.sub-contents.sub-page1 .tabs {
  position: relative;
  z-index: 1;
  font-size: 0;
}
.sub-contents.sub-page1 .section2 {
  min-height: 2100px;
  padding-bottom: 150px;
  background: url("img/sub/bg-sub1-section2.jpg") center 0 no-repeat;
}
.sub-contents.sub-page1 .section2 .cont-area {
  width: 800px;
  padding: 166px 0 0;
}
.sub-contents.sub-page1 .section2 h2 {
  width: 100%;
  height: 133px;
  font-size: 0;
}
.sub-contents.sub-page1 .section2 h2 + p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  height: 93px;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: -0.035em;
  color: #fff;
  background: url("img/sub/period-deco-border.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2 .contents-area {
  position: relative;
  min-height: 1060px;
}
.sub-contents.sub-page1 .section2 .reard-area {
  position: relative;
  height: 527px;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-tooltip {
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 638px;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-tooltip.active {
  z-index: 2;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-tooltip.active .reard-detail {
  opacity: 1;
  visibility: visible;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-tooltip.active .toggle-tooltip:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sub-contents.sub-page1 .section2 .reard-area .reard-tooltip .toggle-tooltip {
  position: absolute;
  top: -24px;
  right: -20px;
  width: 73px;
  height: 84px;
  background: url("img/sub/toggle-tooltip.png") center top no-repeat;
  z-index: 2;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-tooltip .toggle-tooltip:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/sub/toggle-tooltip-icon.png") center center no-repeat;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 561px;
  padding: 62px 0 0;
  background: url("img/sub/reward-detail.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail__title {
  height: 34px;
  font-size: 0;
  background: url("img/sub/reard-detail-title.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail__list {
  margin-top: 26px;
  padding: 0 50px 0 74px;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail__list + ul {
  margin-top: 16px;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail__list li {
  position: relative;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #3e3e3e;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail__list li strong {
  font-weight: 700;
  color: #333333;
}
.sub-contents.sub-page1 .section2 .reard-area .reard-detail__list li b {
  font-weight: 700;
  color: #80060e;
}
.sub-contents.sub-page1 .section2 .form-wrap {
  width: 664px;
  margin: 0 auto;
  text-align: left;
}
.sub-contents.sub-page1 .section2 .form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-contents.sub-page1 .section2 .form-wrap .메인 {
  font-size: 18px;
  font-family: "SUIT";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.111;
  text-align: left;
  position: absolute;
  left: 364.969px;
  top: 287.054px;
  z-index: 83;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers {
  position: relative;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 13px;
  border-bottom: 7px solid #fff;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row + .row {
  margin-top: 28px;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span input {
  color: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span input::-webkit-input-placeholder {
  color: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span input::-moz-placeholder {
  color: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span input:-ms-input-placeholder {
  color: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span input::-ms-input-placeholder {
  color: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span input::placeholder {
  color: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled span::after {
  content: "";
  position: absolute;
  inset: 0;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .row.disabled .number1:before {
  background: #4d4d4d;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span {
  position: relative;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input {
  width: 100%;
  height: 72px;
  border: none;
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:focus::-webkit-input-placeholder {
  color: transparent;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:focus::-moz-placeholder {
  color: transparent;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:focus:-ms-input-placeholder {
  color: transparent;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:focus::-ms-input-placeholder {
  color: transparent;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:focus::placeholder {
  color: transparent;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:not(:-moz-placeholder) {
  font-size: 58px;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:not(:-ms-input-placeholder) {
  font-size: 58px;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:not(:placeholder-shown) {
  font-size: 58px;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:autofill,
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:autofill:hover,
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:autofill:focus,
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span input:autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers span.timer {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  width: 95px;
  min-width: 95px;
  color: #d62424;
  font-size: 25px;
  text-align: right;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number1 {
  width: 183px;
  padding-left: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number1 input {
  font-weight: 700;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number1:before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
  display: block;
  width: 19px;
  height: 6px;
  background: #fff;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number2,
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number3 {
  width: 100%;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number2 input,
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number3 input {
  letter-spacing: -0.05em;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .number3 {
  padding-left: 6px;
}
.sub-contents.sub-page1 .section2 .form-wrap .input-numbers .btn-certify {
  width: 110px;
  height: 38px;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  white-space: nowrap;
}
.sub-contents.sub-page1 .section2 .form-wrap .agreement-list {
  width: 100%;
  margin: 44px 0 0;
}
.sub-contents.sub-page1 .section2 .form-wrap .agreement-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.sub-contents.sub-page1 .section2 .form-wrap .agreement-list li:nth-of-type(n + 2) {
  margin-top: 22px;
}
.sub-contents.sub-page1 .section2 .form-wrap .agreement-list li .agree-all label {
  font-weight: 700;
  color: #fff;
}
.sub-contents.sub-page1 .section2 .form-wrap .agreement-list li .btn-view {
  display: block;
  width: auto;
  height: 38px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}
.sub-contents.sub-page1 .section2 .form-wrap .btn-submit {
  display: block;
  width: 687px;
  height: 103px;
  margin-top: 51px;
  background: url("img/sub/btn-section2.png") center no-repeat;
}
.sub-contents.sub-page1 .section2 .form-wrap .noti {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}
.sub-contents.sub-page1 .section2 .complete-cont {
  height: 100%;
  padding: 36px 0 0;
}
.sub-contents.sub-page1 .section2 .complete-cont .complete-msg {
  height: 160px;
  background: url("img/sub/complete-msg.png") center 0 no-repeat;
  font-size: 0;
}
.sub-contents.sub-page1 .section2 .complete-cont .complete-msg + p {
  margin-top: 38px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.sub-contents.sub-page1 .section2 .complete-cont .market-list {
  margin: 79px auto 0;
  font-size: 0;
  text-align: center;
}
.sub-contents.sub-page1 .section2 .complete-cont .market-list .btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 66px;
  margin: 0 4px;
}
.sub-contents.sub-page1 .section2 .complete-cont .market-list .btn img {
  width: auto;
  height: 100%;
}
.sub-contents.sub-page1 .section2 .complete-cont .complete-agree-info {
  margin-top: 71px;
  padding: 0 100px;
  font-size: 26px;
  line-height: 46px;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.7);
}
.sub-contents.sub-page1 .section2 .get-coupons {
  padding-top: 14px;
  text-align: center;
}
.sub-contents.sub-page1 .section2 .get-coupons .title {
  height: 67px;
  background: url("img/sub/text-special-coupon.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2 .get-coupons .desc {
  margin-top: 29px;
  font-size: 26px;
  color: #fff;
}
.sub-contents.sub-page1 .section2 .get-coupons .coupon-list {
  width: 680px;
  margin: 49px auto 0;
}
.sub-contents.sub-page1 .section2 .get-coupons .coupon-list li {
  position: relative;
  padding-right: 80px;
  height: 60px;
  margin-top: 20px;
  background: url("img/sub/bg-input.jpg") center no-repeat;
}
.sub-contents.sub-page1 .section2 .get-coupons .coupon-list li .coupon {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
}
.sub-contents.sub-page1 .section2 .get-coupons .coupon-list li .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 109px;
  height: 76px;
}
.sub-contents.sub-page1 .section2 .get-coupons .btn-getreward {
  display: block;
  width: 687px;
  height: 103px;
  margin: 51px auto 0;
  background: url("img/sub/btn-getreward.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2 .get-coupons .consent-notice {
  margin-top: 39px;
  margin-bottom: -38px;
  line-height: 46px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.7);
}
.sub-contents.sub-page1 .section2 .get-coupons .consent-notice em {
  color: rgb(255, 255, 255);
}
.sub-contents.sub-page1 .section2 .dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 92px 0 0;
  padding-left: 49px;
  text-align: left;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page1 .section2 .dl-list dt {
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 900;
  color: #8b8887;
}
.sub-contents.sub-page1 .section2 .dl-list dd {
  position: relative;
  padding-left: 13px;
  line-height: 46px;
  word-break: keep-all;
  font-size: 26px;
  font-weight: 500;
}
.sub-contents.sub-page1 .section2 .dl-list dd + dd {
  margin-top: 6px;
}
.sub-contents.sub-page1 .section2 .dl-list dd::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.sub-contents.sub-page1 .section2:not(.update) h2 {
  background: url("img/sub/section2-title.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2.update h2 {
  background: url("img/sub/update/section2-title.png") center top no-repeat;
}
.sub-contents.sub-page1 .section2.update .form-wrap input[type=text]::-webkit-input-placeholder {
  font-size: 32px;
}
.sub-contents.sub-page1 .section2.update .form-wrap input[type=text]::-moz-placeholder {
  font-size: 32px;
}
.sub-contents.sub-page1 .section2.update .form-wrap input[type=text]:-ms-input-placeholder {
  font-size: 32px;
}
.sub-contents.sub-page1 .section2.update .form-wrap input[type=text]::-ms-input-placeholder {
  font-size: 32px;
}
.sub-contents.sub-page1 .section2.update .form-wrap input[type=text]::placeholder {
  font-size: 32px;
}
.sub-contents.sub-page1 .section2.update .form-wrap .btn-submit {
  margin-top: 36px;
  background: url("img/sub/update/btn-section2.png") center no-repeat;
}
.sub-contents.sub-page1 .section3 {
  height: 1448px;
  background: #000 url("img/sub/bg-sub1-section3.jpg") center 0 no-repeat;
}
.sub-contents.sub-page1 .section3 .cont-area {
  width: 800px;
  padding: 193px 0 0;
}
.sub-contents.sub-page1 .section3 .cont-area > p {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.sub-contents.sub-page1 .section3 .cont-area h2 {
  width: 100%;
  height: 133px;
  margin-top: 2px;
  background: url("img/sub/section3-title.png") center 0 no-repeat;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
  font-size: 0;
}
.sub-contents.sub-page1 .section3 .cont-area .contents-area {
  position: relative;
  margin: 31px auto 0;
  padding: 41px 0 0;
  width: 732px;
  height: 694px;
}
.sub-contents.sub-page1 .section3 .cont-area .contents-area .cont-title-area {
  padding-bottom: 36px;
  background: url("img/sub/cont-title-deco.png") center bottom no-repeat;
}
.sub-contents.sub-page1 .section3 .cont-area .contents-area .cont-title {
  line-height: 0.96;
  font-size: 60px;
  font-weight: 700;
}
.sub-contents.sub-page1 .section3 .cont-area .contents-area .cont-title b {
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#CB1919), to(#911010));
  background: linear-gradient(to bottom, #CB1919 0%, #911010 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-contents.sub-page1 .section3 .cont-area .contents-area .cont-desc {
  margin-top: 15px;
  font-weight: 500;
  font-size: 30px;
  color: #000;
}
.sub-contents.sub-page1 .section3 .cont-area .section3-noti {
  margin-top: 27px;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #8797b3;
}
.sub-contents.sub-page1 .section4 {
  height: 2180px;
  background: url("img/sub/bg-sub1-section4.jpg") center 0 no-repeat;
}
.sub-contents.sub-page1 .section5 {
  height: 1910px;
  background: url("img/sub/bg-sub1-section5.jpg") center 0 no-repeat;
}
.sub-contents.sub-page1 .section5 .cont-area {
  width: 800px;
  padding: 252px 0 0;
}
.sub-contents.sub-page1 .section5 .cont-area > p {
  margin-top: 23px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.sub-contents.sub-page1 .section5 .cont-area h2 {
  width: 100%;
  height: 79px;
  margin-top: 2px;
  background: url("img/sub/section5-title.png") center 0 no-repeat;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
  font-size: 0;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 58px auto 0;
  width: 740px;
  padding-top: 566px;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-box {
  padding: 41px 0 0;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-box.box-main {
  height: 551px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-box.box-main .cont-title {
  line-height: 0.96;
  font-size: 54px;
  font-weight: 700;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-box.box-sub {
  width: 362px;
  height: 493px;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-box.box-sub .cont-title {
  line-height: 50px;
  font-size: 42px;
  font-weight: 700;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-title-area {
  padding-bottom: 45px;
}
.sub-contents.sub-page1 .section5 .cont-area .contents-area .cont-title b {
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#CB1919), to(#911010));
  background: linear-gradient(to bottom, #CB1919 0%, #911010 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-contents.sub-page1 .section5 .cont-area .btn-link {
  display: block;
  width: 687px;
  height: 103px;
  margin: 62px auto 0;
  background: url("img/sub/btn-section5.png") center no-repeat;
  font-size: 0;
  cursor: pointer;
}
.sub-contents.sub-page1 .section5 .cont-area .section5-noti {
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #688183;
}
.sub-contents.sub-page2 {
  position: relative;
  height: 4550px;
  background: url("img/sub/bg-sub2-section1.jpg") center 0 no-repeat;
}
.sub-contents.sub-page2 .section1 .cont-area {
  padding-top: 628px;
}
.sub-contents.sub-page2 .section1 .cont-area h2 {
  height: 295px;
  font-size: 0;
  background: url("img/sub/sub2-section1-title.png") center 0 no-repeat;
}
.sub-contents.sub-page2 .section1 .cont-area .scroll {
  margin-top: -15px;
  height: 49px;
  background: url("img/sub/icon-scroll.png") center 0 no-repeat;
}
.sub-contents.sub-page2 .section1 .cont-area .btn-info {
  width: 700px;
  height: 136px;
  margin-top: 30px;
  font-size: 0;
  background: url("img/sub/btn-info.png") center 0 no-repeat;
}
.sub-contents.sub-page2 .section1 .market-list {
  height: 73px;
  margin: 55px 0 0;
  font-size: 0;
  text-align: center;
}
.sub-contents.sub-page2 .section1 .market-list .btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 73px;
  margin: 0 5px;
}
.sub-contents.sub-page2 .section1 .market-list .btn img {
  width: auto;
  height: 100%;
}
.sub-contents.sub-page2 .section2 .cont-area {
  width: 800px;
  height: 100%;
  padding: 239px 0 0;
}
.sub-contents.sub-page2 .section2 .cont-area .title-area {
  height: 730px;
  background: url("img/sub/class-symbol.png") center top no-repeat, url("img/sub/sub2-section2-title.png") center bottom no-repeat;
}
.sub-contents.sub-page2 .section2 .cont-area .class-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  height: 449px;
  overflow: hidden;
  margin: 891px auto 0;
}
.sub-contents.sub-page2 .section2 .cont-area .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 173px;
  height: 173px;
  background: url("img/sub/btn-play.png") center no-repeat;
}
.sub-contents.sub-page2 .section2 .cont-area .class-info {
  margin-top: 64px;
  font-size: 34px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
}
.sub-contents.sub-page3 {
  position: relative;
}
.sub-contents.sub-page3 .section1 {
  height: 1640px;
  background: url("img/sub/bg-sub3-section1.jpg") center 0 no-repeat;
}
.sub-contents.sub-page3 .section1 .cont-area {
  height: 100%;
  padding-top: 1146px;
}
.sub-contents.sub-page3 .section1 .btn-link {
  display: block;
  width: 687px;
  height: 103px;
  margin: 0 auto;
  background: url("img/sub/btn-challenge1.png") center no-repeat;
}
.sub-contents.sub-page3 .section1 .market-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  margin: 73px auto 0;
}
.sub-contents.sub-page3 .section1 .market-list .btn {
  width: auto;
  height: 73px;
}
.sub-contents.sub-page3 .section1 .market-list .btn img {
  width: auto;
  height: 100%;
}
.sub-contents.sub-page3 .section1 .scroll-icon {
  bottom: 120px;
}
.sub-contents.sub-page3 .section2 {
  height: 1770px;
  background: url("img/sub/bg-sub3-section2.jpg") center 0 no-repeat;
}
.sub-contents.sub-page3 .section2 .cont-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 205px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-contents.sub-page3 .section2 .cont-area h2 {
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #000;
}
.sub-contents.sub-page3 .section2 .cont-area .period {
  margin-top: 24px;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
}
.sub-contents.sub-page3 .section2 .cont-area .btn-link {
  display: block;
  width: 687px;
  height: 103px;
  margin: 80px auto 0;
  background: url("img/sub/btn-challenge2.png") center no-repeat;
}
.sub-contents.sub-page4 .section-coupon {
  height: 1782px;
  background: url("img/sub/bg-section-coupon.jpg") center 0 no-repeat;
}
.sub-contents.sub-page4 .section-coupon .cont-area {
  width: 800px;
  padding: 315px 0 0 !important;
}
.sub-contents.sub-page4 .section-coupon .period {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.7);
}
.sub-contents.sub-page4 .section-coupon.chk-coupon {
  background-image: url("img/sub/bg-sub1-section2-chk-coupon.jpg");
}
.sub-contents.sub-page4 .section-coupon.chk-coupon .contents-area {
  min-height: 806px;
  margin-top: 0;
}
.sub-contents.sub-page4 .section-coupon.chk-coupon .contents-area .form-wrap {
  padding-top: 32px;
}
.sub-contents.sub-page4 .section-coupon.chk-coupon .form-wrap .input-numbers {
  margin-top: 43px;
}
.sub-contents.sub-page4 .section-coupon.chk-coupon .form-wrap .agreement-list {
  margin-top: 30px;
}
.sub-contents.sub-page4 .section-coupon.chk-coupon .form-wrap .btn-submit {
  margin-top: 62px;
  background: url("img/sub/btn-section2-2.png") center no-repeat;
}
.sub-contents.sub-page4 .section-coupon.chk-coupon .dl-list {
  width: 746px;
}
.sub-contents.sub-page4 .section-coupon .contents-area {
  position: relative;
  min-height: 1127px;
  padding: 421px 0 0;
}
.sub-contents.sub-page4 .section-coupon .form-wrap {
  width: 634px;
  margin: 0 auto;
  text-align: left;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select {
  font-size: 0;
  white-space: nowrap;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select li .input-wrap {
  height: 43px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select li .input-wrap.ios {
  width: 282px;
  padding-left: 46px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select li .input-wrap.ios label {
  background: url("img/sub/bg-radio-ios.png") right 0 no-repeat;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select li .input-wrap.aos {
  width: 275px;
  padding-left: 14px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select li .input-wrap.aos label {
  background: url("img/sub/bg-radio-aos.png") right 0 no-repeat;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select .input-wrap input + label {
  display: block;
  width: 100%;
  height: 100%;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select .input-wrap input + label::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .store-select .input-wrap input + label::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url("img/sub/radio-checked.png") right 0 no-repeat;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers {
  position: relative;
  width: 517px;
  margin: 63px auto 0;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
  border-bottom: 4px solid #fff;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .row + .row {
  margin-top: 22px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span.number3 {
  padding-left: 15px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span.timer {
  display: block;
  width: 139px;
  text-align: center;
  font-size: 26px;
  color: #ff2626;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input {
  width: 100%;
  height: 61px;
  border: none;
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:focus::-webkit-input-placeholder {
  color: transparent;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:focus::-moz-placeholder {
  color: transparent;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:focus:-ms-input-placeholder {
  color: transparent;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:focus::-ms-input-placeholder {
  color: transparent;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:focus::placeholder {
  color: transparent;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input::-webkit-input-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input::-moz-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:-ms-input-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input::-ms-input-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input::placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:not(:-moz-placeholder) {
  font-size: 50px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:not(:-ms-input-placeholder) {
  font-size: 50px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:focus, .sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:not(:placeholder-shown) {
  font-size: 50px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:autofill,
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:autofill:hover,
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:autofill:focus,
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers span input:autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .number1 {
  display: block;
  width: 222px;
  padding-left: 2px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .number1 input {
  font-weight: 700;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .number2,
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .number3 {
  width: 100%;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .input-numbers .btn-certify {
  min-width: 107px;
  height: 42px;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
  white-space: nowrap;
  background: #fff;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .agreement-list {
  width: 510px;
  margin: 55px auto 0;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .agreement-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .agreement-list li .btn-view {
  display: block;
  width: auto;
  height: 38px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .btn-submit {
  display: block;
  width: 519px;
  height: 96px;
  margin: 43px auto 0;
  background: url("img/sub/btn-section2-2.png") center no-repeat;
}
.sub-contents.sub-page4 .section-coupon .form-wrap .btn-submit.disabled {
  background: url("img/sub/btn-section2-2--disabled.png") center no-repeat;
}
@media (hover: hover) {
  .sub-contents.sub-page4 .section-coupon .form-wrap .btn-submit:not(.disabled):hover {
    background: url("img/sub/btn-section2-2--hover.png") center no-repeat;
  }
}
.sub-contents.sub-page4 .section-coupon .form-wrap .btn-submit + p {
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}
.sub-contents.sub-page4 .section-coupon .get-coupons {
  padding-top: 8px;
  text-align: center;
}
.sub-contents.sub-page4 .section-coupon .get-coupons .title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.sub-contents.sub-page4 .section-coupon .get-coupons .desc {
  margin-top: 32px;
  font-size: 26px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
.sub-contents.sub-page4 .section-coupon .get-coupons .coupon-list {
  width: 517px;
  margin: 70px auto 0;
}
.sub-contents.sub-page4 .section-coupon .get-coupons .coupon-list li {
  position: relative;
  padding-right: 75px;
  height: 66px;
  background: url("img/sub/bg-input.jpg") 0 0 no-repeat;
}
.sub-contents.sub-page4 .section-coupon .get-coupons .coupon-list li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.sub-contents.sub-page4 .section-coupon .get-coupons .coupon-list li .coupon {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 66px;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #000;
}
.sub-contents.sub-page4 .section-coupon .get-coupons .coupon-list li .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 66px;
}
.sub-contents.sub-page4 .section-coupon .btn-getreward {
  display: block;
  width: 637px;
  height: 89px;
  margin: 69px auto 0;
  background: url("img/sub/btn-section2-3.png") center no-repeat;
}
.sub-contents.sub-page4 .section-coupon .btn-getreward:hover {
  background: url("img/sub/btn-section2-3--hover.png") center no-repeat;
}
.sub-contents.sub-page4 .section-coupon .noti {
  margin-top: 125px;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.3);
}
.sub-contents.sub-page4 .section-coupon .dl-list {
  width: 634px;
  margin: 102px auto 0;
  padding: 0 0 0 24px;
  text-align: left;
  font-size: 22px;
  line-height: 1.546;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.sub-contents.sub-page4 .section-coupon .dl-list dd {
  position: relative;
  padding-left: 12px;
  word-break: keep-all;
}
.sub-contents.sub-page4 .section-coupon .dl-list dd::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.type_pc .m-only {
  display: none !important;
}
.type_pc .sub-contents.sub-page1 .today-close {
  position: absolute;
  top: 112px;
  right: 45px;
  padding: 0 23px 3px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: url("img/sub/btn-x.png") top right no-repeat;
}
.type_pc .sub-contents.sub-page1 .today-close span {
  font-size: 14px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
}
.type_pc .sub-contents.sub-page1 .section1 .link-list:hover .list-item1, .type_pc .sub-contents.sub-page1 .section1 .link-list:active .list-item1 {
  background-image: url("img/sub/link-list1--dimmed.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list:hover .list-item2, .type_pc .sub-contents.sub-page1 .section1 .link-list:active .list-item2 {
  background-image: url("img/sub/link-list2--dimmed.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list:hover .list-item3, .type_pc .sub-contents.sub-page1 .section1 .link-list:active .list-item3 {
  background-image: url("img/sub/link-list3--dimmed.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list:hover .list-item4, .type_pc .sub-contents.sub-page1 .section1 .link-list:active .list-item4 {
  background-image: url("img/sub/link-list4--dimmed.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list li {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item1:hover, .type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item1:active {
  background-image: url("img/sub/link-list1--hover.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item2:hover, .type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item2:active {
  background-image: url("img/sub/link-list2--hover.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item3:hover, .type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item3:active {
  background-image: url("img/sub/link-list3--hover.png");
}
.type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item4:hover, .type_pc .sub-contents.sub-page1 .section1 .link-list li.list-item4:active {
  background-image: url("img/sub/link-list4--hover.png");
}
.type_pc .sub-contents.sub-page1 .section1.update .link-list:hover .list-item1, .type_pc .sub-contents.sub-page1 .section1.update .link-list:active .list-item1 {
  background-image: url("img/sub/update/link-list1--dimmed.png");
}
.type_pc .sub-contents.sub-page1 .section1.update .link-list .list-item1 {
  background-image: url("img/sub/update/link-list1.png");
}
.type_pc .sub-contents.sub-page1 .section1.update .link-list .list-item1:hover, .type_pc .sub-contents.sub-page1 .section1.update .link-list .list-item1:active {
  background-image: url("img/sub/update/link-list1--hover.png");
}
.type_pc .sub-contents .fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.type_pc .sub-contents .fixed-bottom.abs {
  position: absolute;
}
.type_pc .sub-contents .fixed-bottom .area {
  position: relative;
  min-width: 1400px;
  max-width: 1920px;
  margin: 0 auto;
}
.type_pc .sub-contents .common-floating {
  position: absolute;
  bottom: 94px;
  right: 29px;
  width: 73px;
  padding-bottom: 0;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.type_pc .sub-contents .common-floating.totop {
  padding-bottom: 89px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.type_pc .sub-contents .common-floating.totop .btn-top--update,
.type_pc .sub-contents .common-floating.totop .btn-top {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.type_pc .sub-contents .common-floating .btn-top--update,
.type_pc .sub-contents .common-floating .btn-top {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 73px;
  height: 85px;
  overflow: hidden;
  text-indent: -5000px;
  background: url("img/common/bg-top.png") center top no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.type_pc .sub-contents .common-floating .btn-share {
  width: 73px;
  height: 85px;
  overflow: hidden;
  text-indent: -5000px;
  background: url("img/common/bg-share.png") center top no-repeat;
}
.type_pc .sub-contents .common-floating .sns-list {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type_pc .sub-contents .common-floating .sns-list.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.type_pc .sub-contents .common-floating .sns-list li {
  width: 100%;
  height: 50px;
}
.type_pc .sub-contents .common-floating .sns-list li:first-child {
  margin-bottom: 4px;
}
.type_pc .sub-contents .common-floating .sns-list li:nth-child(3) {
  margin-top: 1px;
}
.type_pc .sub-contents .common-floating .sns-list li button, .type_pc .sub-contents .common-floating .sns-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -5000px;
  background-image: url("img/main/bg-sns.png");
  background-repeat: no-repeat;
}
.type_pc .sub-contents .common-floating .sns-list li .btn-link {
  background-position: center 10px;
}
.type_pc .sub-contents .common-floating .sns-list li .btn-twitter {
  background-position: center -44px;
}
.type_pc .sub-contents .common-floating .sns-list li .btn-facebook {
  background-position: center -95px;
}
.type_pc .floating-area {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.type_pc .floating-area.fixed {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.type_pc .floating-area.fixed .floating-tab {
  position: fixed;
  z-index: 1;
}
.type_pc .floating-area.fixed .floating-tab .tabs {
  height: 100vh;
}
.type_pc .floating-area .floating-tab {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 1400px;
  max-width: 1920px;
  z-index: 1;
}
.type_pc .floating-area .floating-tab .tabs {
  position: absolute;
  top: 0;
  left: 15px;
  height: calc(100vh - 40px);
  background: url("img/sub/img-floating.png") right 0 no-repeat;
}
.type_pc .floating-area .floating-tab .tab-box {
  position: absolute;
  top: calc(50% - 33px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 93px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_pc .floating-area .floating-tab .tab-box.update {
  left: 20px;
  gap: 34px;
}
.type_pc .floating-area .floating-tab .tab-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: url("img/common/nav-border.png") left center no-repeat;
}
.type_pc .floating-area .floating-tab .tab-box li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_pc .floating-area .floating-tab .tab-box li.new .tab::before {
  content: "N";
  position: absolute;
  top: 6px;
  lefT: -24px;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  background-color: #7f8084;
}
.type_pc .floating-area .floating-tab .tab-box .tab {
  height: 30px;
  padding: 0 13px 0 32px;
  border-radius: 15px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("img/common/nav--off.png");
  background-position: left 8px center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.4);
}
.type_pc .floating-area .floating-tab .tab-box .tab.active {
  background-image: url("img/common/nav--on.png");
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.type_pc .floating-area .floating-tab .tab-box .tab.active::before {
  background-color: #e6371e !important;
}

.type_mobile .pc-only,
.type_tablet .pc-only {
  display: none !important;
}
.type_mobile .sub-contents.sub-page1 .section1 .today-close,
.type_tablet .sub-contents.sub-page1 .section1 .today-close {
  position: absolute;
  top: 139px;
  right: 98px;
  padding: 0 42px 5px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background: url("img/sub/m-btn-x.png") top 6px right no-repeat;
}
.type_mobile .sub-contents.sub-page1 .section1 .today-close span,
.type_tablet .sub-contents.sub-page1 .section1 .today-close span {
  font-size: 27px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.8);
}
.type_mobile .sub-contents.sub-page1 .section1 .btn-home,
.type_tablet .sub-contents.sub-page1 .section1 .btn-home {
  position: absolute;
  top: 140px;
  right: 37px;
  width: 41px;
  height: 35px;
  background: url("img/sub/m-btn-home.png") left center no-repeat;
  font-size: 0;
}
.type_mobile .sub-contents.sub-page1 .section1:not(.update) .scroll-icon,
.type_tablet .sub-contents.sub-page1 .section1:not(.update) .scroll-icon {
  bottom: 70px;
}
.type_mobile .sub-contents.sub-page1 .section1.update,
.type_tablet .sub-contents.sub-page1 .section1.update {
  background-position: top 32px center;
}
.type_mobile .sub-contents.sub-page1 .section1.update .cont-area,
.type_tablet .sub-contents.sub-page1 .section1.update .cont-area {
  padding-top: 266px;
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: -20px auto 0;
  gap: 39px 16px;
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li {
  position: relative;
  width: 363px;
  height: 216px;
  background: no-repeat top center/100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li.list-item3,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li.list-item3 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li:nth-of-type(n + 2),
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li:nth-of-type(n + 2) {
  margin-left: 0;
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li.list-item1,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li.list-item1 {
  background-image: url("img/sub/m-link-list1.png");
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li.list-item2,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li.list-item2 {
  background-image: url("img/sub/m-link-list2.png");
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li.list-item3,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li.list-item3 {
  background-image: url("img/sub/m-link-list3.png");
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li.list-item4,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li.list-item4 {
  background-image: url("img/sub/m-link-list4.png");
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li .name,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li .name {
  font-size: 0;
  text-indent: -50000;
}
.type_mobile .sub-contents.sub-page1 .section1.update .link-list li button,
.type_tablet .sub-contents.sub-page1 .section1.update .link-list li button {
  position: absolute;
  top: 106px;
  right: 55px;
  width: 57px;
  height: 58px;
}
.type_mobile .sub-contents.sub-page1 .section1.update .market-list,
.type_tablet .sub-contents.sub-page1 .section1.update .market-list {
  margin: 34px auto 0;
}
.type_mobile .sub-contents.sub-page1 .section1.update .scroll-icon,
.type_tablet .sub-contents.sub-page1 .section1.update .scroll-icon {
  bottom: 124px;
}
.type_mobile .sub-contents.sub-page2 .sns-list,
.type_tablet .sub-contents.sub-page2 .sns-list {
  top: 1561px;
}
.type_mobile .sub-contents .fixed-bottom,
.type_tablet .sub-contents .fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.type_mobile .sub-contents .fixed-bottom.abs,
.type_tablet .sub-contents .fixed-bottom.abs {
  position: absolute;
}
.type_mobile .sub-contents .fixed-bottom .area,
.type_tablet .sub-contents .fixed-bottom .area {
  position: relative;
}
.type_mobile .sub-contents .common-floating.totop .btn-top,
.type_mobile .sub-contents .common-floating.totop .btn-top--update,
.type_tablet .sub-contents .common-floating.totop .btn-top,
.type_tablet .sub-contents .common-floating.totop .btn-top--update {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.type_mobile .sub-contents .common-floating .sns-list,
.type_tablet .sub-contents .common-floating .sns-list {
  display: none;
}
.type_mobile .sub-contents .common-floating .btn-top,
.type_tablet .sub-contents .common-floating .btn-top {
  position: absolute;
  bottom: 115px;
  right: 30px;
  width: 97px;
  height: 116px;
  background: url("img/common/bg-top-m.png") center no-repeat;
  overflow: hidden;
  text-indent: -5000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.type_mobile .sub-contents .common-floating .btn-top--update,
.type_tablet .sub-contents .common-floating .btn-top--update {
  position: absolute;
  bottom: 115px;
  right: 30px;
  width: 97px;
  height: 116px;
  background: url("img/common/bg-top-m.png") center no-repeat;
  overflow: hidden;
  text-indent: -5000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.type_mobile .floating-area,
.type_tablet .floating-area {
  position: fixed;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  padding-bottom: 2px;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  background: #0f1013;
}
.type_mobile .floating-area.fixed,
.type_tablet .floating-area.fixed {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.type_mobile .floating-area.abs,
.type_tablet .floating-area.abs {
  position: absolute;
}
.type_mobile .floating-area .floating-tab.fixed,
.type_tablet .floating-area .floating-tab.fixed {
  position: fixed;
  z-index: 3;
}
.type_mobile .floating-area .floating-tab .tab-box,
.type_tablet .floating-area .floating-tab .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0f1013;
}
.type_mobile .floating-area .floating-tab .tab-box:not(.update) li,
.type_tablet .floating-area .floating-tab .tab-box:not(.update) li {
  width: 33.3333333333%;
}
.type_mobile .floating-area .floating-tab .tab-box.update,
.type_tablet .floating-area .floating-tab .tab-box.update {
  overflow-x: scroll;
  padding: 0 39px;
  -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
  /* 스크롤바 숨기기 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.type_mobile .floating-area .floating-tab .tab-box.update::-webkit-scrollbar,
.type_tablet .floating-area .floating-tab .tab-box.update::-webkit-scrollbar {
  display: none;
}
.type_mobile .floating-area .floating-tab .tab-box.update li:nth-of-type(2),
.type_tablet .floating-area .floating-tab .tab-box.update li:nth-of-type(2) {
  margin-left: 57px;
}
.type_mobile .floating-area .floating-tab .tab-box.update li:nth-of-type(n + 3),
.type_tablet .floating-area .floating-tab .tab-box.update li:nth-of-type(n + 3) {
  margin-left: 62px;
}
.type_mobile .floating-area .floating-tab .tab-box li,
.type_tablet .floating-area .floating-tab .tab-box li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.type_mobile .floating-area .floating-tab .tab,
.type_tablet .floating-area .floating-tab .tab {
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.type_mobile .floating-area .floating-tab .tab.active,
.type_tablet .floating-area .floating-tab .tab.active {
  -webkit-box-shadow: inset 0 -4px 0 -1px #ff2400;
          box-shadow: inset 0 -4px 0 -1px #ff2400;
  color: rgb(255, 255, 255);
}

#agreement1 {
  background: url("img/common/agreement1.png") bottom center no-repeat;
}

#agreement2 {
  background: url("img/common/agreement2.png") bottom center no-repeat;
  height: 420px;
}

.modal-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 642px;
  height: 604px;
  max-height: 90vh;
}
.modal-popup .btn-close {
  position: absolute;
  top: -72px;
  right: 7px;
  width: 58px;
  height: 56px;
  background: url("img/common/btn-pop-close.png") bottom center no-repeat;
}
.modal-popup .modal-contents {
  background: #000;
  width: 100%;
  height: auto;
  padding: 86px 50px 70px;
  text-align: left;
}
.modal-popup .agreement-cont {
  display: none;
}
.modal-popup .agreement-cont h2 {
  margin-bottom: 36px;
  color: #dddddd;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.modal-popup .agreement-cont .desc {
  margin-top: 55px;
  color: #949494;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.modal-popup .agreement-cont .list {
  margin-top: 32px;
  margin-bottom: 38px;
}
.modal-popup .agreement-cont .list li {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  color: #e4e4e4;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.modal-popup .agreement-cont .list li.size {
  margin-top: 11px;
  line-height: 40px;
}
.modal-popup .agreement-cont .list li.size::before {
  top: 18px;
}
.modal-popup .agreement-cont .list li::before {
  content: " ";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #686868;
}
.modal-popup .agreement-cont .list li strong {
  color: #d60000;
}
.modal-popup .agreement-cont .list li strong.big {
  font-weight: 700;
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal-popup .agreement-cont .list li span {
  display: block;
  color: #bdbdbd;
  font-size: 20px;
}
.modal-popup .agreement-cont .list li span em {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal-popup .agreement-cont .desc-bottom {
  margin-top: 24px;
  color: #949494;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.modal-popup .agreement-cont .desc-bottom.bullet {
  position: relative;
  padding-left: 20px;
  margin-top: 46px;
}
.modal-popup .agreement-cont .desc-bottom.bullet::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.modal-popup.video-type {
  width: 74vw;
  padding-top: 70px;
}
.modal-popup.video-type .btn-close {
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
  background: url("img/common/pop_close.png") no-repeat;
}
.modal-popup.video-type .modal-movie {
  position: relative;
  width: 100%;
  height: 41.625vw;
  background: #000;
}
.modal-popup.video-type .modal-movie iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pop_wrap#popMovie .pop_section.pop_movie {
  position: relative;
  width: 100%;
  height: calc(41.625vw + 70px);
  padding-top: 70px;
}
.pop_wrap#popMovie .pop_section.pop_movie .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: url("img/common/pop_close.png") no-repeat;
}
.pop_wrap#popMovie .pop_section.pop_movie .cont {
  width: 100%;
  height: 100%;
}
.pop_wrap#popMovie .pop_section.pop_movie iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.type_pc .pop_wrap#popMovie {
  width: 74vw;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.type_mobile .pop_wrap#popMovie .pop_section.pop_movie {
  width: 700px;
  height: 464px;
}