@charset "utf-8";
@import url("./default.css?v=1");

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #535353;
  font-weight: 400;
  font-size: 1em;
  font-family: "OneMobile", sans-serif;
  width: 100%;
  word-break: keep-all;
}
::-moz-selection {
  background: #000000ee;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button {
  font-family: "OneMobile";
  cursor: pointer;
}
img {
  max-width: 100%;
}
.site-wrap {
  width: 100% !important;
}
.site-wrap:before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.onlyMobile {
  display: none;
}

header {
  position: fixed;
  z-index: 1999;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}
header > * {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header.on {
  box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
}
header .site-logo {
  position: absolute;
  padding: 54px 0 0 50px;
  margin-top: -40px;
  transition: transform 0.4s ease-in-out, width 0.5s ease-in-out;
}

header nav {
  display: inline-block;
  padding: 40px 0;
}
header.on .site-logo {
  padding: 14px 0 0 50px;
  transform: scale(0.6);
  margin-top: -30px;
}

header.on nav {
  padding: 0;
}
header nav > ul {
  display: flex;
  margin: 0 auto;
}
header nav > ul > li {
  padding: 0 40px;
}
header nav > ul > li > a {
  display: inline-block;
  padding: 20px 0;
  font-size: 1.2em;
  font-weight: 400;
  color: #343539;
}
header nav > ul > li > a:hover,
header nav > ul > li > a.active {
  color: #0672df;
}
header .site-menu-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
header .site-menu-toggle i {
  font-size: 2em;
  color: #000000ee;
}
.site-mobile-menu {
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  width: 300px;
  max-width: 80%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  background: #000000ee;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu-header {
  padding: 20px 0;
  text-align: center;
  overflow-x: visible;
}
.site-mobile-menu-body .site-nav-wrap > li {
  display: block;
  margin: 0 30px;
  padding: 15px 0;
}
.site-mobile-menu-body .site-nav-wrap > li > a {
  position: relative;
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  min-width: 60%;
}
.site-mobile-menu-body .site-nav-wrap > li > a:after {
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu-body .site-nav-wrap > li > a:hover,
.site-mobile-menu-body .site-nav-wrap > li > a.active {
  position: relative;
}
.site-mobile-menu-body .site-nav-wrap > li > a:hover:after,
.site-mobile-menu-body .site-nav-wrap > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.site-mobile-menu-close {
  display: none;
  position: absolute;
  z-index: 2100;
  top: 20px;
  left: -10px;
  font-size: 2em;
  text-align: right;
  padding: 10px 20px 0 0;
  color: #fff;
}
.site-mobile-menu-close > a {
  color: #fff;
}
.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

section {
  padding: 64px 0;
}
section > div {
  margin: 0 auto;
  width: 1450px;
  max-width: 90%;
}

section.swiper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
section.swiper > div {
  width: 100%;
  max-width: 100%;
}
section.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
section.swiper .swiper-slide > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.swiper .swiper-slide > b {
  font-size: 30em;
  font-weight: 700;
}
section.swiper .swiper-slide .slide01 {
  width: 968px;
  max-width: 90%;
}
section.swiper .swiper-slide .slide01 .textLine {
  padding: 10px 0 30px;
  background: url("../images/simbol.png") 100% 0 no-repeat;
  background-size: 35% 60%;
}
section.swiper .swiper-slide .slide01 .textLine01 {
  font-size: 4.2em;
}
section.swiper .swiper-slide .slide01 .textLine02 {
  font-size: 1.7em;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
section.swiper .swiper-slide .slide01 .imageLine {
  position: relative;
  padding: 0 14% 0 0;
  text-align: right;
}
section.swiper .swiper-slide .slide01 .imageLine button {
  position: absolute;
  top: 40px;
  left: 0;
  background: #000000ee;
  border: 0;
  border-radius: 40px;
  padding: 20px 80px;
  font-size: 1.5em;
  color: #fff;
}

section.swiper .swiper-button-prev {
  display: none;
  left: 5%;
  color: #000;
}
section.swiper .swiper-button-next {
  display: none;
  right: 5%;
  color: #000;
}
section.swiper .swiper-button-prev:after,
section.swiper .swiper-button-next:after {
  font-size: 4em;
}
section.swiper .swiper-pagination {
  bottom: 6vh;
  width: 100%;
}
section.swiper .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 7px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
}
section.swiper .swiper-pagination-bullet-active {
  border: 1px solid #000000ee;
  background: #000000ee;
}

section h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 4.5em;
  font-weight: 500;
}
section h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}

section#company > div {
  width: 1100px;
}
section#company .textLine01 {
  display: flex;
  margin-top: 120px;
  padding-left: 25px;
}
section#company .textLine01 img {
  max-height: 70px;
}
section#company .textLine01 > .plus {
  padding: 20px 40px 0;
}
section#company .textLine01 p {
  margin-top: 14px;
  font-size: 1.2em;
}
section#company .textLine02 {
  margin-top: 50px;
  padding: 30px 0;
  background: #efefef;
  border-radius: 30px;
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
  color: #888;
}
section#company .textLine03 {
  margin-top: 80px;
  padding-left: 18px;
}
section#company .textLine03 > strong {
  font-size: 3.2em;
  color: #646468;
}
section#company .textLine03 p {
  margin-top: 7px;
  line-height: 1.4;
  font-size: 1.3em;
  font-weight: 500;
  color: #949292;
}
section#company .textLine03 p.last {
  margin-top: 30px;
}
section#company .textLine03 .btnLine {
  margin-top: 50px;
}
.btnLine button {
  background: #000000ee;
  border: 0;
  border-radius: 40px;
  padding: 20px 43px;
  font-size: 1.5em;
  color: #fff;
}

section#provider .gameList {
  margin: 30px -20px 0;
}
section#provider .gameList .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px auto 0;
  width: 334px;
  height: 124px;
  max-width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 62px;
}
section#provider .gameList label {
  display: block;
  padding-top: 10px;
  text-align: center;
}
.gameList img.pragmatic {
  margin-top: -10px;
}

section#service > div {
  margin: 0 auto;
  width: 1185px;
}
section#service .serviceList {
  margin: 30px -40px 0;
}
section#service .box {
  margin: 70px auto 0;
  border: 1px solid #dfdfdf;
  border-radius: 64px;
  width: 334px;
  height: 348px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
section#service .box > a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
section#service .box > a > div.fix {
  height: 199px !important;
}
section#service .box .down > img {
  margin-top: 30px;
}
section#service .box p {
  margin-top: 15px;
  font-size: 1.9em;
  font-weight: 700;
  color: #000000ee;
  line-height: 1.1;
}
section#service .box dl {
  margin-top: 13px;
}
section#service .box dt {
  font-size: 2.2em;
  font-weight: 700;
  color: #707070;
}
section#service .box dd {
  font-size: 1.25em;
  line-height: 1.6;
  color: #535353;
}
section#service .box button {
  background: #000000ee;
  border: 0;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 1em;
  color: #fff;
}

section#post > div {
  margin: 0 auto;
  width: 1185px;
}
section#post .postList {
  margin: 0 -40px;
}
section#post .box {
  margin: 70px auto 0;
  border: 1px solid #dfdfdf;
  width: 334px;
  max-width: 100%;
  text-align: center;
}
section#post .box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
}
section#post .box dl {
  border-top: 1px solid #dfdfdf;
  padding: 20px 10px;
  text-align: left;
}
section#post .box dt {
  font-size: 1.25em;
  font-weight: 700;
  color: #707070;
}
section#post .box dd {
  margin-top: 15px;
  font-size: 0.85em;
  letter-spacing: -0.01em;
}
section#post .box a {
  color: #535353;
}

section#provider .btnLine,
section#post .btnLine {
  margin-top: 80px;
  text-align: center;
}
section#provider .btnLine button,
section#post .btnLine button {
  padding: 20px 80px;
}

section#contactUs .telegram {
  margin-top: 50px;
  text-align: center;
}
section#contactUs .telegram > div {
  margin-top: 5px;
}
section#contactUs .telegram > div button {
  padding: 18px 0;
  background: #34ace0;
  border: 5px solid #2197d5;
  border-radius: 50px;
  width: 410px;
  max-width: 80%;
  font-size: 2em;
  font-weight: 300;
  color: #fff;
}
section#contactUs > div {
  padding-bottom: 100px;
}

footer {
  padding: 60px 0 40px;
  background: #000000ee;
  text-align: center;
}
footer nav {
  display: inline-block;
  padding-bottom: 40px;
}
footer nav > ul {
  display: flex;
}
footer nav > ul > li {
  padding: 0 40px;
}
footer nav > ul > li > a {
  font-size: 1.05em;
  color: #fff;
}
footer .copy {
  color: rgba(255, 255, 255, 0.6);
}

.serviceDetail {
  display: none;
}
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#overlayer.on {
  opacity: 1;
  visibility: visible;
}

.detailLayer {
  position: fixed;
  z-index: 4100;
  top: -150%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  width: 1100px;
  max-width: 94%;
  height: auto !important;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.3);
}
.detailLayer.on {
  top: 50%;
}
.detailLayer > .close {
  display: inline-block;
  position: absolute;
  z-index: 3900;
  right: 15px;
  top: 18px;
}
.detailLayer > .close > button {
  background: transparent;
  border: 0;
  font-size: 2em;
  color: #333;
}
.detailLayer .detail {
  position: relative;
  padding: 20px;
  max-height: 85vh;
  overflow: auto;
  text-align: center;
}
.detailLayer .detail > h4 {
  margin: 10px 0 0;
  font-size: 2.2em;
}
.detailLayer .detail > h5 {
  font-size: 1.2em;
  font-weight: 500;
}
.detailLayer .detail > .imgWrap {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 70%;
}
.detailLayer .detail p {
  padding: 10px 0;
  font-size: 1.1em;
  line-height: 1.4;
}

.TelegramBtnBox {
  position: fixed;
  bottom: 17px;
  right: 17px;
  width: 300px;
  height: 300px;
  border-radius: 6.5px;
  overflow: hidden;
  z-index: 9997;
}

@media (max-width: 1580px) {
  header {
    text-align: right;
  }
  header nav,
  header.on nav {
    padding-right: 20px;
  }
  header nav > ul > li {
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  section#company .textLine02 {
    font-size: 1.8em;
  }
}
@media (max-width: 1160px) {
  header nav > ul > li {
    padding: 0 20px;
  }
  header nav > ul > li > a {
    font-size: 1.1em;
  }
  section.swiper .swiper-slide .slide01 {
    width: 800px;
  }
  section.swiper .swiper-slide .slide01 .textLine {
    background-size: 15%;
  }
  section.swiper .swiper-slide .slide01 .textLine01 {
    font-size: 3.4em;
  }
  section.swiper .swiper-slide .slide01 .textLine02 {
    font-size: 1.4em;
  }
  section#company .textLine02 {
    letter-spacing: -0.05em;
  }
  section#company .textLine03 p {
    font-size: 1.5em;
  }
  footer nav > ul > li {
    padding: 0 20px;
  }

  .TelegramBtnBox {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1100px) {
  section#provider .row .col {
    padding: 0 0.5rem;
  }
  section#provider .gameList .box {
    height: 100px;
  }
  section#provider .gameList .box > img {
    max-width: 94%;
    max-height: 80%;
  }
  section#service .box dt {
    font-size: 2em;
  }
  section#service .box dd {
    font-size: 1.1em;
  }

  .TelegramBtnBox {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 1024px) {
  header .site-logo {
    position: absolute;
    padding: 34px 0 0 50px;
    margin-top: -30px;
  }
  header nav {
    display: inline-block;
    padding: 20px 0;
  }
  section.swiper {
    padding-top: 102px;
  }
  section#company .textLine02 {
    font-size: 1.6em;
  }

  .TelegramBtnBox {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .onlyMobile {
    display: block;
  }
  header {
    padding: 30px 5%;
    text-align: left;
  }
  header .site-logo {
    position: relative;
    padding: 0;
    margin-top: -20px;
  }
  header.on .site-logo {
    padding: 0;
  }
  header > nav {
    display: none;
  }
  header .site-menu-toggle {
    display: block;
  }
  section {
    padding-top: 98px;
  }
  section.swiper {
    padding-top: 98px;
  }
  section.swiper .swiper-slide .slide01 {
    max-width: 80%;
  }
  section.swiper .swiper-slide .slide01 .textLine01 {
    font-size: 3.2em;
    letter-spacing: -0.03em;
  }
  section.swiper .swiper-slide .slide01 .textLine02 {
    font-size: 1.3em;
  }
  section.swiper .swiper-slide .slide01 .imageLine {
    padding-right: 5%;
  }
  section.swiper .swiper-slide .slide01 .imageLine button {
    padding: 20px 60px;
  }
  section.swiper .swiper-button-prev {
    left: 2%;
  }
  section.swiper .swiper-button-next {
    right: 2%;
  }
  section.swiper .swiper-button-prev:after,
  section.swiper .swiper-button-next:after {
    font-size: 3em;
  }
  section > div {
    max-width: 94%;
  }
  section h2 {
    font-size: 4em;
  }
  section h3 {
    font-size: 1.4em;
  }
  section#company .textLine01 {
    margin-top: 100px;
    padding-left: 20px;
  }
  section#company .textLine01 > .plus {
    padding: 10px;
  }
  section#company .textLine01 p {
    font-size: 1.2em;
  }
  section#company .textLine02 {
    padding: 30px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  section#company .textLine03 > strong {
    font-size: 3em;
  }
  section#company .textLine03 p {
    font-size: 1.2em;
  }
  section#provider .gameList {
    margin: 30px 0 0;
  }
  section#service .serviceList {
    margin: 30px 0 0;
  }
  section#post .postList {
    margin: 0;
  }
  footer nav > ul > li {
    padding: 0 15px;
  }
  footer nav > ul > li > a {
    font-size: 1em;
  }
}
@media (max-width: 860px) {
  section.swiper .swiper-slide .slide01 .textLine01 {
    font-size: 3.1em;
  }
  section.swiper .swiper-slide .slide01 .textLine02 {
    font-size: 1.25em;
  }
  section#company .textLine01 img {
    max-height: 60px;
  }

  .TelegramBtnBox {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.9em;
  }
  section#company .textLine01 img {
    max-height: 50px;
  }

  .TelegramBtnBox {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 720px) {
  section.swiper .swiper-slide .slide01 .textLine01 {
    font-size: 3.1em;
  }
  section.swiper .swiper-slide .slide01 .textLine02 {
    font-size: 1.25em;
  }

  .TelegramBtnBox {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 600px) {
  header {
    padding: 20px 5%;
  }

  header .site-logo {
    margin-top: -10px;
  }

  header.on .site-logo {
    padding: 14px 0 0 50px;
    transform: scale(1);
    margin-top: -24px;
    margin-left: -50px;
  }
  section.swiper {
    padding-top: 78px;
  }
  section.swiper .swiper-slide {
    height: 100vh;
    padding: 0;
  }
  section.swiper .swiper-slide .slide01 .textLine {
    padding: 10px 0 0;
    background-size: 25%;
  }
  section.swiper .swiper-slide .slide01 .textLine01 {
    line-height: 1.1;
  }
  section.swiper .swiper-slide .slide01 .textLine01 > strong {
    display: block;
  }
  section.swiper .swiper-slide .slide01 .textLine02 {
    margin-top: 10px;
    line-height: 1.4;
  }
  section.swiper .swiper-slide .slide01 .imageLine {
    padding: 0;
    text-align: center;
  }
  section.swiper .swiper-slide .slide01 .imageLine button {
    top: auto;
    bottom: 70px;
    left: auto;
    right: 0;
  }
  section h2 {
    font-size: 3em;
  }
  section h3 {
    font-size: 1.2em;
  }
  section#company .textLine01 {
    display: block;
    padding: 0;
    text-align: center;
  }
  section#company .textLine01 img {
    max-height: 60px;
  }
  section#company .textLine02 {
    font-size: 1.4em;
  }
  section#service .box {
    height: auto;
    border-radius: 30px;
    margin-top: 20px;
    padding: 0 0 15px;
  }
  section#service .box .down > img,
  section#service .box .live > img {
    margin-top: 20px;
    max-height: 100px;
  }
  section#service .box dl {
    padding: 0 10px;
  }
  section#service .box dt {
    font-size: 1.6em;
  }
  section#service .box dd {
    margin-top: 5px;
    min-height: 51px;
    font-size: 1.15em;
    line-height: 1.2;
  }
  section#service .box p {
    font-size: 1.5em;
    line-height: 1.2;
  }
  section#contactUs > div {
    padding-bottom: 100px;
  }
  footer {
    padding: 30px 0;
  }
  footer nav {
    display: none;
  }
  footer .copy {
    font-size: 1.2em;
  }
  .detailLayer > .close {
    top: 10px;
    right: 6px;
  }
  .detailLayer .detail > h4 {
    margin-top: 20px;
    font-size: 2em;
  }
  .detailLayer .detail > .imgWrap {
    padding: 30px 0;
  }
  .detailLayer .detail p {
    font-size: 1em;
  }

  .TelegramBtnBox {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 425px) {
  .site-mobile-menu-body .site-nav-wrap > li > a {
    font-size: 1.35em;
  }
  section.swiper .swiper-slide > b {
    font-size: 20em;
  }
  section.swiper .swiper-slide .slide01 .textLine01 {
    font-size: 3em;
  }
  section.swiper .swiper-pagination {
    bottom: 10vh;
  }
  section {
    padding-top: 78px;
  }
  section h2 {
    margin-top: 40px;
    font-size: 2.6em;
    word-spacing: -0.1em;
    letter-spacing: -0.03em;
  }
  section h3 {
    margin-top: 10px;
    font-size: 1.15em;
  }
  section#company .textLine01 {
    margin-top: 70px;
  }
  section#company .textLine02 {
    padding: 30px 10px;
    border-radius: 20px;
    font-size: 1.3em;
  }
  section#company .textLine03 {
    margin-top: 50px;
    padding: 0 10px;
  }
  section#company .textLine03 > strong {
    font-size: 2.4em;
  }
  section#company .textLine03 p {
    font-size: 1.1em;
  }
  section#company .textLine03 .btnLine {
    text-align: center;
  }
  section#provider .gameList .box {
    margin-top: 30px;
    height: 80px;
  }
  section#provider .gameList .box > img {
    max-width: 70%;
  }
  section#provider .gameList .box > img.evolution {
    max-width: 98%;
  }
  section#service .row .col,
  section#post .row .col {
    padding: 0 0.5rem;
  }
  section#service .box {
    border-radius: 20px;
  }
  section#service .box .down > img,
  section#service .box .live > img {
    max-height: 80px;
  }
  section#service .box dt {
    font-size: 1.4em;
  }
  section#service .box dd {
    margin-top: 5px;
    min-height: 32px;
    font-size: 1.15em;
    line-height: 1.2;
  }
  section#service .box button {
    font-size: 0.9em;
  }
  section#service .box p {
    font-size: 1.3em;
  }
  section#post h3 {
    padding-bottom: 30px;
  }
  section#post .box {
    margin-top: 20px;
    width: 100%;
  }
  section#post .box dt {
    font-size: 1.4em;
  }
  section#post .box dd {
    font-size: 1.1em;
  }
  section#contactUs .telegram > div button {
    font-size: 1.6em;
  }

  .TelegramBtnBox {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 415px) {
  body {
    font-size: 0.8em;
  }
  header .site-logo {
    max-width: 70%;
  }
}
@media (max-width: 375px) {
  section.swiper {
    padding-top: 75px;
  }
  section#company .textLine02 {
    padding: 20px 10px;
    border-radius: 15px;
  }
  section#service .box dt {
    font-size: 1.3em;
  }
}
@media (max-width: 360px) {
  section#service .box dt {
    word-spacing: -0.05em;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 0.7em;
  }
  .site-mobile-menu-header {
    padding: 20px 30px;
  }
  section.swiper {
    padding-top: 70px;
  }
  section#company .textLine01 img {
    max-height: 40px;
  }
  section#provider .row .col {
    padding: 0 0.2rem;
  }
  section#provider .gameList .box {
    height: 70px;
  }
  section#service .box {
    margin-top: 10px;
  }
  section#service .box p {
    font-size: 1.2em;
  }
  section#service .row .col {
    padding: 0 0.2rem;
  }
  section#post .box > div {
    height: 200px;
  }
}
@media (max-width: 300px) {
  body {
    font-size: 0.6em;
  }
  section.swiper {
    padding-top: 66px;
  }
  section.swiper .swiper-slide .slide01 .imageLine button {
    bottom: 50px;
    padding: 15px 40px;
  }
  section#provider .gameList .box {
    height: 60px;
  }
}
