@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Pretendard Variable", sans-serif !important;
}

a {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #131313;
}

a:hover {
  color: #F00;
}

a.btn_gray {
  display: inline-block;
  padding: 8px 48px;
  margin-top: 16px;
  border: 1px #ececec solid;
  background: #f9f9f9;
  font-size: .75em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: #ccc;
}

a.btn_gray:hover {
  border: 1px #ccc solid;
  background: #fff;
  color: #131313;
}

a.btn_gray.btn_list {
  font-size: 1em;
  color: #131313;
  background: #fff;
}

html, body {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  scroll-behavior: smooth;
  line-height: 160%;
  color: #131313;
  overflow-x: hidden;
  word-break: keep-all;
}

.mobile {
  display: none !important;
}

.mbbr {
  display: none;
}

.pcbr {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap {
  position: relative;
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}

.shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

#headerUI {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  padding: 24px 40px;
}

#headerUI.scrolled {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

#headerUI .logo {
  display: block;
  position: absolute;
}

#headerUI .logo img {
  display: block;
  height: 32px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#headerUI .logo img.hover {
  position: absolute;
  top: 0;
  opacity: 0;
}

#headerUI .mainNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#headerUI .mainNav > ul > li {
  margin: 0 32px;
  line-height: 32px;
  position: relative;
  opacity: .5;
  text-align: center;
}

#headerUI .mainNav > ul > li.active {
  opacity: 1;
}

#headerUI .mainNav > ul > li a {
  color: #fff;
  display: inline-block;
}

#headerUI .mainNav > ul > li a.nav1st {
  position: relative;
  font-weight: bold;
}

#headerUI .mainNav > ul > li a.nav1st::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 54px;
  background: #fff;
  opacity: 0;
}

#headerUI .mainNav > ul > li.active .nav1st::after, #headerUI .mainNav > ul > li:hover .nav1st::after {
  opacity: 1;
}

#headerUI .mainNav > ul > li .btnSubmenu {
  display: none;
}

#headerUI .mainNav > ul > li .subNav {
  margin-top: 48px;
  font-size: .9em;
  line-height: 2rem;
}

#headerUI .mainNav > ul > li .subNav a:hover {
  text-decoration: underline;
}

#headerUI .langlist {
  position: absolute;
  display: block;
  right: 40px;
  top: 24px;
  color: #fff;
  font-size: .8em;
}

#headerUI .langlist li {
  display: inline-block;
}

#headerUI .langlist li::after {
  display: inline-block;
  content: '/';
  font-weight: 100;
  opacity: .2;
}

#headerUI .langlist li:last-child::after {
  content: '';
  display: none;
}

#headerUI .langlist a {
  display: inline-block;
  line-height: 32px;
  padding: 0 8px;
  color: #fff;
  opacity: .5;
}

#headerUI .langlist a:hover, #headerUI .langlist a.active {
  opacity: 1;
}

#headerUI .midline {
  display: none;
  border: 0;
  position: absolute;
  width: 100%;
  top: 79px;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

#headerUI .btnNavToggle {
  display: none;
}

#headerUI.scrolled, #headerUI:hover {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

#headerUI.scrolled .logo img, #headerUI:hover .logo img {
  opacity: 0;
}

#headerUI.scrolled .logo img.hover, #headerUI:hover .logo img.hover {
  opacity: .7;
}

#headerUI.scrolled .mainNav > ul > li, #headerUI:hover .mainNav > ul > li {
  opacity: 1;
}

#headerUI.scrolled .mainNav > ul > li a, #headerUI:hover .mainNav > ul > li a {
  color: #131313;
}

#headerUI.scrolled .mainNav > ul > li a.nav1st::after, #headerUI:hover .mainNav > ul > li a.nav1st::after {
  display: block;
  background: #131313;
}

#headerUI.scrolled .langlist, #headerUI:hover .langlist {
  color: #131313;
}

#headerUI.scrolled .langlist a, #headerUI:hover .langlist a {
  color: #131313;
}

#headerUI.scrolled .midline, #headerUI:hover .midline {
  display: block;
}

#headerUI:hover {
  height: auto;
}

footer {
  position: relative;
  background: #131313;
  z-index: 5;
}

footer > .wrap {
  padding: 56px 40px;
  text-align: center;
  color: #999;
}

footer > .wrap a {
  color: #999;
}

footer > .wrap .footer_logo {
  display: block;
  height: 32px;
  margin: 0 auto 32px;
}

footer > .wrap strong {
  display: block;
  margin-bottom: 8px;
}

footer > .wrap p {
  font-size: .875em;
  margin-bottom: 8px;
  line-height: 1.4em;
}

footer > .wrap .copyright {
  font-size: .875em;
  color: #999;
}

#mainSlider .swiper-slide {
  height: 900px;
  background: #000;
  overflow: hidden;
}

#mainSlider .swiper-slide .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: .3;
  -webkit-animation: bgimg 10s linear alternate infinite;
          animation: bgimg 10s linear alternate infinite;
}

#mainSlider .swiper-slide .background.mobile {
  display: none;
}

#mainSlider .swiper-slide .content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

#mainSlider .swiper-slide .content .container {
  display: inline-block;
  max-width: 72%;
}

#mainSlider .swiper-slide .content img {
  position: relative;
  display: block;
  width: 100%;
}

#mainSlider .swiper-slide .content a.btn_detail {
  display: block;
  margin-top: 2em;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: left;
  background: rgba(0, 0, 0, 0.5) url(../img/arrow-right.png) right 32px center/12px 13.5px no-repeat;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  width: 240px;
  padding: 12px 120px 12px 32px;
}

#mainSlider .swiper-slide .content a.btn_detail:hover {
  width: 320px;
  background: #000 url(../img/arrow-right.png) right 16px center/16px 18px no-repeat;
}

#mainSlider .swiper-button-next, #mainSlider .swiper-button-prev {
  color: #fff;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#mainSlider .swiper-button-next::after, #mainSlider .swiper-button-prev::after {
  font-size: 2em;
}

#mainSlider .swiper-button-next:hover, #mainSlider .swiper-button-prev:hover {
  opacity: 1;
}

#mainSlider .swiper-pagination-bullet {
  background: #fff;
  border-radius: 16px;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#mainSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F00;
  width: 24px;
  opacity: .9;
}

#mainNews .wrap {
  padding: 80px 0;
}

#mainNews .wrap .latest {
  width: 50%;
  padding: 0 40px 40px;
}

#mainNews .wrap .latest h4 {
  font-size: 2em;
  margin-bottom: 48px;
}

#mainNews .wrap .latest h4::after {
  content: '';
  display: block;
  margin-top: 40px;
  width: 56px;
  height: 1px;
  background: #ccc;
}

#mainNews .wrap .latest .latest_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2em;
}

#mainNews .wrap .latest .latest_list li a .subject {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainNews .wrap .latest .latest_list li a .subject .category {
  display: inline-block;
  width: 120px;
  line-height: 26px;
  font-size: .875em;
  text-align: center;
  border: 1px #ececec solid;
  margin-right: 8px;
}

#mainNews .wrap .latest .latest_list li a .date {
  margin: 0 0 0 32px;
  text-align: right;
  color: #999;
  font-size: 0.9em;
}

.sub_head {
  padding: 136px 0 112px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.sub_head h3 {
  font-size: 2em;
  margin-bottom: 21px;
}

.sub_head h3 .sub {
  font-size: .75em;
}

.sub_head h3 .sub::before {
  content: '/';
  font-weight: 100;
  margin: 0 8px;
  opacity: .3;
}

.sub_head p {
  margin-bottom: 0;
}

.sub_head.sub_company {
  padding: 192px 0;
}

#about {
  position: relative;
}

#about > div {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 160px 40px;
}

#about > div.img {
  position: absolute;
  background-position: center;
  background-size: cover;
}

#about > div.text {
  left: 50%;
}

#about > div.text h4 .logo {
  display: block;
  width: 400px;
  opacity: .2;
}

#about > div.text h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #ccc;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 64px 0 32px 0;
}

#history {
  background: #f9f9f9;
  padding-top: 120px;
  overflow: hidden;
}

#history h4 {
  font-size: 40px;
  color: #131313;
  text-align: center;
  margin-bottom: 88px;
}

#history .hislist {
  position: relative;
}

#history .hislist h5 {
  font-size: 1.5em;
  margin-bottom: 8px;
}

#history .hislist p {
  margin-bottom: 48px;
}

#history .hislist li {
  position: relative;
  text-align: right;
  width: 50%;
  padding: 0 40px 48px;
}

#history .hislist li::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #131313;
  position: absolute;
  top: 6px;
  right: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#history .hislist li::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #ececec;
  position: absolute;
  top: 10px;
  right: 12px;
}

#history .hislist li:nth-child(even) {
  text-align: left;
  margin-left: 50%;
}

#history .hislist li:nth-child(even)::after {
  right: unset;
  left: -4px;
}

#history .hislist li:nth-child(even)::before {
  right: unset;
  left: 13px;
}

#history .hislist::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 8px;
  background: #ececec;
}

#contact {
  position: relative;
}

#contact .map_container {
  height: 640px;
}

#contact .wrap {
  height: 260px;
}

#contact .wrap .contact_box {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 380px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  bottom: 120px;
}

#contact .wrap .contact_box h4 {
  font-size: 2em;
  margin-bottom: 40px;
}

#contact .wrap .contact_box h4::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #131313;
  margin-top: 40px;
}

#contact .wrap .contact_box h5 {
  font-size: 1.5em;
  margin-bottom: 8px;
}

#contact .wrap .contact_box h6 {
  font-size: 1em;
  margin-bottom: 8px;
}

#contact .wrap .contact_box a {
  display: inline-block;
  background: #f9f9f9;
  color: #999;
  border-radius: 8px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 1.125em;
  margin-bottom: 16px;
}

#contact .wrap .contact_box a:hover {
  background: #131313;
  color: #fff;
}

.board {
  padding: 120px 0;
}

.board .date {
  font-size: .825em;
  color: #ccc;
}

.board .bbslist {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.board .bbslist li {
  border-bottom: 1px solid #ececec;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.board .bbslist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board .bbslist li a .category {
  font-weight: 700;
  width: 148px;
}

.board .bbslist li a .subject {
  width: 100%;
  margin-right: auto;
  padding-right: 24px;
}

.board .bbslist li:last-child {
  border-bottom: none;
}

.board .pagination {
  margin: 48px auto 0;
}

.board .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.board .pagination ul li a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 4px;
  margin: 0 8px;
  color: #131313;
  border-bottom: 2px #fff solid;
  opacity: .3;
}

.board .pagination ul li a.active {
  opacity: 1;
  color: #F00;
  font-weight: 700;
  border-bottom: 2px #F00 solid;
}

.board .pagination ul li a:hover {
  opacity: 1;
}

.board .pagination ul li a img {
  width: 20px;
}

.board .bbsview {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.board .bbsview .view_subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  padding: 24px;
}

.board .bbsview .view_subject .category {
  font-weight: 700;
  margin-right: 24px;
}

.board .bbsview .view_subject h4 {
  font-size: 1.5em;
  margin-right: auto;
  padding-right: 24px;
}

.board .bbsview .document {
  padding: 64px 24px;
  word-break: break-all;
}

.board .bbsview .document p {
  margin-bottom: 2em;
}

.board .bbsview .document iframe {
  display: block;
  margin: 0 auto 48px;
  max-width: 100%;
}

.board .bbsview .document img {
  max-width: 100%;
}

#careers {
  margin: 120px 0;
}

#careers h4 {
  font-size: 2em;
}

#careers h4::after {
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  background: #131313;
  bottom: 0;
  margin: 32px 0 40px;
}

#careers .slogan_careers {
  margin-bottom: 120px;
  font-weight: 100;
  font-size: 48px;
  line-height: 60px;
  color: #131313;
}

#careers .slogan_careers strong {
  display: inline-block;
  position: relative;
}

#careers .slogan_careers strong span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

#careers .slogan_careers strong::after {
  content: '';
  display: block;
  position: absolute;
  background: #ff0;
  width: 100%;
  height: 30px;
  z-index: 1;
  bottom: 0;
}

#careers .ideal {
  margin-bottom: 72px;
}

#careers .ideal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#careers .ideal ul li {
  width: 33.33%;
  padding: 0 32px 32px 0;
}

#careers .ideal ul li h5 {
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#careers .ideal ul li p {
  color: #000;
  word-break: break-all;
}

#careers .welfare ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#careers .welfare ul li {
  font-size: 20px;
  padding: 8px 16px;
  border: 1px #ececec solid;
  margin: 0 2px 2px 0;
  border-radius: 8px;
}

.game_info {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
}

.game_info .videobg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.game_info .background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.game_info .bg_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: .7;
  z-index: 2;
}

.game_info .container {
  z-index: 5;
  position: relative;
  margin: 160px auto 80px;
  min-width: 800px;
  max-width: 1080px;
  color: #fff;
}

.game_info .container .game_title {
  display: block;
  max-width: 320px;
  margin: 0 auto 64px;
}

.game_info .container .gameinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.game_info .container .gameinfo > div {
  width: 48%;
  padding: 0 1%;
}

.game_info .container .gameinfo h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

.game_info .container .gameinfo p.text_intro {
  line-height: 140%;
  font-weight: 200;
  margin-bottom: 40px;
}

.game_info .container .gameinfo .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.game_info .container .gameinfo .store_link a {
  margin: 0;
  opacity: .7;
}

.game_info .container .gameinfo .store_link a img {
  display: block;
  width: 64px;
}

.game_info .container .gameinfo .store_link a:hover {
  opacity: 1;
}

.game_info .container .gameinfo .store_link a:first-child img {
  border-radius: 8px 0 0 8px;
}

.game_info .container .gameinfo .store_link a:last-child img {
  border-radius: 0 8px 8px 0;
}

.game_info .container .gameinfo .history {
  max-height: 50vh;
}

.game_info .container .gameinfo .history ul li {
  position: relative;
  padding: 0 0 24px 28px;
}

.game_info .container .gameinfo .history ul li img {
  max-width: 240px;
  margin-bottom: 8px;
}

.game_info .container .gameinfo .history ul li p {
  line-height: 140%;
  font-weight: 200;
  margin-bottom: 0px;
}

.game_info .container .gameinfo .history ul li .date {
  font-size: 12px;
  line-height: 100%;
}

.game_info .container .gameinfo .history ul li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.game_info .container.strega {
  text-align: center;
}

.game_info .container.strega .btns_cafe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.game_info .container.strega .btns_cafe a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px rgba(255, 255, 255, 0.2) solid;
  padding: 12px 24px;
  margin: 0 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.game_info .container.strega .btns_cafe a img {
  width: 30px;
}

.game_info .container.strega .btns_cafe a:hover {
  background: #000;
}

.game_info .container.comingsoon {
  position: absolute;
  margin: auto;
  width: 100%;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.game_info .container.comingsoon .game_title {
  max-width: 1600px;
  margin: 0 auto;
}

.swiper_container {
  position: relative;
}

.swiper_container .swiper {
  width: 100%;
}

.swiper_container .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper_container .swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper_container .swiper .swiper-slide .play_vod {
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper_container .swiper .swiper-slide .play_vod .playicon {
  width: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.swiper_container .swiper .swiper-slide.swiper-slide-active .playicon {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 1;
}

.swiper_container .swiper .swiper-slide.swiper-slide-active .playicon:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.swiper_container .swiper-button-prev, .swiper_container .swiper-button-next {
  top: calc(50% - 44px);
}

.swiper_container .swiper-button-prev {
  left: -40px;
}

.swiper_container .swiper-button-next {
  right: -40px;
}

.swiper_container .swiper-button-prev::after, .swiper_container .swiper-button-next::after {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 0 5px #F00;
}

.swiper_container .swiper_thumb {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.swiper_container .swiper_thumb .swiper-wrapper {
  position: relative;
}

.swiper_container .swiper_thumb .swiper-slide {
  position: relative;
  background: #000;
}

.swiper_container .swiper_thumb .swiper-slide img {
  display: block;
  width: 100%;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.swiper_container .swiper_thumb .swiper-slide img.playicon {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.swiper_container .swiper_thumb .swiper-slide-thumb-active img {
  opacity: 1;
}

.swiper_container .swiper_thumb .swiper-slide-thumb-active img.playicon {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#modalContainer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99999;
}

#modalContainer .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  visibility: hidden;
}

#modalContainer .modal.active {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#modalContainer .modal a.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #F00;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: .8;
  -webkit-transition: none;
  transition: none;
}

#modalContainer .modal a.close:hover {
  opacity: 1;
}

#modalContainer .modal iframe {
  display: block;
  width: 96vw;
  height: 54vw;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
}

#modalContainer.active {
  visibility: visible;
  opacity: 1;
}

#modalContainer .modalBack {
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  top: 0;
}

@-webkit-keyframes bgimg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes bgimg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*screen resolutions lower than 1024px*/
@media all and (max-width: 1024px) {
  #headerUI {
    height: 72px;
    padding: 24px 32px;
  }
  #headerUI .logo img {
    height: 24px;
  }
  #headerUI .mainNav > ul > li {
    margin: 0 16px;
    line-height: 24px;
  }
  #headerUI .mainNav > ul > li a.nav1st::after {
    height: 2px;
    top: 46px;
  }
  #headerUI .langlist {
    right: 32px;
  }
  #headerUI .langlist a {
    line-height: 24px;
  }
  #headerUI .midline {
    top: 71px;
  }
  #mainNews .wrap {
    display: block;
    padding: 48px 0;
  }
  #mainNews .wrap .latest {
    width: 100%;
  }
  #about > div {
    padding: 120px 40px 80px 40px;
  }
  .swiper_container .swiper-button-prev {
    left: 16px;
  }
  .swiper_container .swiper-button-next {
    right: 16px;
  }
}

/*screen resolutions lower than 768px*/
@media all and (max-width: 768px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
  .mobile {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
  .mbbr {
    display: block;
  }
  .pcbr {
    display: none !important;
  }
  .wrap {
    padding: 0 24px;
  }
  #headerUI {
    height: 48px;
    padding: 12px 24px;
  }
  #headerUI .logo img {
    height: 24px;
  }
  #headerUI .mainNav {
    position: absolute;
    top: 78px;
    right: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #headerUI .mainNav > ul {
    display: block;
  }
  #headerUI .mainNav > ul > li {
    margin: 0;
    line-height: 40px;
    opacity: 1;
    text-align: right;
  }
  #headerUI .mainNav > ul > li a {
    display: block;
  }
  #headerUI .mainNav > ul > li a.nav1st {
    position: relative;
    font-weight: bold;
    font-size: 1.8em;
  }
  #headerUI .mainNav > ul > li a.nav1st::after {
    display: none !important;
  }
  #headerUI .mainNav > ul > li .btnSubmenu {
    display: block;
  }
  #headerUI .mainNav > ul > li .subNav {
    margin: 8px 0 24px;
    display: none;
    font-size: 1.2em;
  }
  #headerUI .mainNav > ul > li.active .subNav, #headerUI .mainNav > ul > li.unfold .subNav {
    display: block;
  }
  #headerUI .langlist {
    right: 24px;
    top: unset;
    -webkit-transition: all .2s;
    transition: all .2s;
    bottom: -24px;
    color: #131313;
  }
  #headerUI .langlist a {
    color: #131313;
    font-size: 1.1em;
  }
  #headerUI .btnNavToggle {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 12px;
  }
  #headerUI .btnNavToggle .bar {
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    top: 11px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #headerUI .btnNavToggle .bar.b3 {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  #headerUI .btnNavToggle .bar.b4 {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
  #headerUI:hover, #headerUI.scrolled, #headerUI.unfold {
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
  #headerUI:hover .logo img, #headerUI.scrolled .logo img, #headerUI.unfold .logo img {
    opacity: 0;
  }
  #headerUI:hover .logo img.hover, #headerUI.scrolled .logo img.hover, #headerUI.unfold .logo img.hover {
    opacity: .7;
  }
  #headerUI:hover .midline, #headerUI.scrolled .midline, #headerUI.unfold .midline {
    display: none;
  }
  #headerUI:hover .btnNavToggle .bar, #headerUI.scrolled .btnNavToggle .bar, #headerUI.unfold .btnNavToggle .bar {
    background: #131313;
  }
  #headerUI.unfold {
    height: 100vh;
  }
  #headerUI.unfold .mainNav {
    top: 68px;
  }
  #headerUI.unfold .mainNav > ul > li {
    opacity: 1;
  }
  #headerUI.unfold .mainNav > ul > li a {
    color: #131313;
  }
  #headerUI.unfold .langlist {
    bottom: 24px;
  }
  #headerUI.unfold .btnNavToggle .bar {
    width: 16px;
    background: #131313;
  }
  #headerUI.unfold .btnNavToggle .bar.b1 {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  #headerUI.unfold .btnNavToggle .bar.b2 {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  #headerUI.unfold .btnNavToggle .bar.b3 {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    opacity: 0;
  }
  #headerUI.unfold .btnNavToggle .bar.b4 {
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
            transform: translate(-50%, 0) rotate(-90deg);
    opacity: 0;
  }
  footer > .wrap {
    padding: 40px 16px;
  }
  footer > .wrap .footer_logo {
    height: 24px;
    margin: 0 auto 16px;
  }
  #mainSlider .swiper-slide {
    height: 150vw;
  }
  #mainSlider .swiper-slide .background.mobile {
    display: block;
  }
  #mainSlider .swiper-slide .background.desk {
    display: none;
  }
  #mainSlider .swiper-slide .content a.btn_detail {
    font-size: .95em;
    background: rgba(0, 0, 0, 0.5) url(../img/arrow-right.png) right 24px center/12px 13.5px no-repeat;
    width: 70%;
    padding: 8px 24px;
  }
  #mainSlider .swiper-slide .content a.btn_detail:hover {
    width: 100%;
  }
  #mainSlider .swiper-button-next::after, #mainSlider .swiper-button-prev::after {
    font-size: 1.2em;
  }
  #mainNews .wrap .latest {
    width: 100%;
    padding: 0 24px 48px;
  }
  #mainNews .wrap .latest h4 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  #mainNews .wrap .latest h4::after {
    margin-top: 32px;
  }
  #mainNews .wrap .latest .latest_list li {
    margin-bottom: 16px;
  }
  #mainNews .wrap .latest .latest_list li a {
    display: block;
    line-height: 1.2em;
  }
  #mainNews .wrap .latest .latest_list li a .subject .category {
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: .9em;
    text-align: left;
    border: none;
    color: #999;
  }
  #mainNews .wrap .latest .latest_list li a .date {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 0.8em;
    color: #ccc;
  }
  #mainNews .wrap .latest:last-child {
    margin-top: 24px;
  }
  .sub_head {
    padding: 80px 0 48px;
  }
  .sub_head h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .sub_head p {
    font-size: 12px;
    line-height: 140%;
  }
  .sub_head.sub_company {
    padding: 80px 0 48px;
  }
  #about > div {
    width: 100%;
    height: auto;
    padding: 60px 24px 48px;
  }
  #about > div.img {
    display: none;
  }
  #about > div.text {
    left: 0;
  }
  #about > div.text h4 .logo {
    max-width: 80%;
  }
  #history {
    padding: 48px 24px 0;
  }
  #history h4 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 32px;
  }
  #history .hislist {
    padding-bottom: 16px;
  }
  #history .hislist h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #history .hislist p {
    margin-bottom: 0;
  }
  #history .hislist li {
    text-align: left;
    width: 100%;
    padding: 0 24px 24px;
  }
  #history .hislist li::after {
    top: 7px;
    left: 0;
    right: unset;
  }
  #history .hislist li::before {
    display: none;
  }
  #history .hislist li:nth-child(even) {
    text-align: left;
    margin-left: 0;
  }
  #history .hislist li:nth-child(even)::after {
    right: unset;
    left: 0;
  }
  #history .hislist::before {
    left: 4px;
  }
  #contact .map_container {
    height: 360px;
  }
  #contact .wrap {
    height: auto;
    padding: 0;
  }
  #contact .wrap .contact_box {
    position: relative;
    width: 100%;
    padding: 48px 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: unset;
  }
  #contact .wrap .contact_box h4 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  #contact .wrap .contact_box h4::after {
    margin-top: 32px;
  }
  #contact .wrap .contact_box h5 {
    font-size: 18px;
  }
  .board {
    padding: 48px 0;
  }
  .board .bbslist li a {
    display: block;
    padding: 12px 0;
  }
  .board .bbslist li a span {
    display: block;
  }
  .board .bbslist li a .category {
    width: 100%;
    font-size: .9em;
  }
  .board .bbslist li a .subject {
    padding-right: 0;
  }
  .board .bbslist li a .date {
    font-size: .9em;
  }
  .board .pagination {
    margin: 24px 24px 0;
  }
  .board .pagination ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 4px;
    margin: 0 2px;
  }
  .board .pagination ul li a img {
    width: 16px;
  }
  .board .pagination ul li.page_first, .board .pagination ul li.page_last {
    display: none;
  }
  .board .bbsview .view_subject {
    display: block;
    padding: 16px 0;
  }
  .board .bbsview .view_subject .category {
    display: block;
    font-size: .9em;
  }
  .board .bbsview .view_subject h4 {
    font-size: 1.125em;
    padding-right: 0;
  }
  .board .bbsview .document {
    padding: 32px 0;
    font-size: 14px;
    line-height: 160%;
  }
  .board .bbsview .document p {
    margin-bottom: 16px;
  }
  .board .bbsview .document iframe {
    margin: 0 auto 16px;
    height: auto;
    min-height: 55vw;
  }
  #careers {
    margin: 60px 0;
  }
  #careers h4 {
    font-size: 24px;
  }
  #careers h4::after {
    width: 32px;
    margin: 24px 0 32px;
  }
  #careers .slogan_careers {
    margin-bottom: 48px;
    font-size: 26px;
    line-height: 32px;
  }
  #careers .ideal {
    margin-bottom: 40px;
  }
  #careers .ideal ul li {
    width: 100%;
    padding: 0;
  }
  #careers .ideal ul li h5 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  #careers .welfare ul li {
    font-size: 14px;
    padding: 2px 10px;
  }
  .game_info .container {
    margin: 80px auto;
    min-width: 88vw;
  }
  .game_info .container .game_title {
    display: block;
    max-width: 64vw;
    margin: 0 auto 64px;
  }
  .game_info .container .gameinfo {
    display: block;
  }
  .game_info .container .gameinfo > div {
    width: 88vw;
    padding: 0;
    margin: auto;
    font-size: 14px;
  }
  .game_info .container .gameinfo h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .game_info .container .gameinfo p.text_intro {
    margin-bottom: 24px;
  }
  .game_info .container .gameinfo .store_link {
    margin-bottom: 48px;
  }
  .game_info .container .gameinfo .store_link a img {
    width: 48px;
  }
  .game_info .container .gameinfo .history {
    max-height: 50vh;
  }
  .game_info .container.strega .btns_cafe {
    display: block;
    margin-bottom: 40px;
  }
  .game_info .container.strega .btns_cafe a {
    width: 90%;
    margin: 4px auto;
    font-size: 14px;
  }
  .game_info .container.strega .btns_cafe a img {
    width: 24px;
  }
  .game_info .container.comingsoon .game_title {
    max-width: 80%;
  }
  .swiper_container .swiper .swiper-slide .play_vod .playicon {
    width: 24vw;
  }
  #modalContainer .modal a.close {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 4px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: rgba(0, 0, 0, 0.25);
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #F00;
  opacity: .5;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #F00;
  opacity: .7;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #F00;
  opacity: 1;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*# sourceMappingURL=common.css.map */