@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600&family=Open+Sans:wght@400;500;600&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --main-color: #019129;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Poppins', 'Lato', 'Open Sans', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #000;
}
strong {
  font-weight: 600;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
.btnTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}
.btnTop img {
  width: 35px;
}
caption,
legend {
  display: none;
}
input,
select {
  font: 100%;
  color: #414141;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

a.btn_st_01,
span.btn_st_01 {
  display: inline-block;
  text-align: center;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 40px;
}
a.tbold,
span.tbold {
  font-weight: 600;
}
a.color_blue,
span.color_blue {
  color: #6164ed;
}
a.color_blue_sky,
span.color_blue_sky {
  color: #0bb0d3;
  display: inline-block;
  word-wrap: break-word;
  width: 95%;
}
a.more {
  display: block;
  width: 100%;
  max-width: 840px;
  line-height: 50px;
  margin: 0 auto;
  color: #717171;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  margin-top: 30px;
}
a.more:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../images/arrow_more.png) no-repeat center;
  background-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn_center {
  text-align: center;
}
.btn_left {
  text-align: left;
}
.btn_right {
  text-align: right;
}
.float_btn {
  overflow: hidden;
}
.float_btn a {
  float: left;
}
.float_btn a:last-child {
  float: right;
}
.input_dis {
  background-color: #f8f8f8 !important;
}
.input_dis input {
  color: #bbb !important;
}
.select_box_01 select {
  padding: 0 15px 0 15px;
  background: #ffffff url('../../images/icon_d_02.png') no-repeat 96% 50%;
  background-size: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.select_box_01 select.coin_select {
  text-align: center;
}
.select_box_01 select.coin_select option {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 30px;
}
.select_box_01 select.coin_select option[value='btn'] {
  background-image: url(../../images/coin_logo_01.png);
}
.select_box_01 select.coin_select option[value='eth'] {
  background-image: url(../../images/coin_logo_02.png);
}
.select_box_01 select.coin_select option[value='xrp'] {
  background-image: url(../../images/coin_logo_03.png);
}
.select_box_01 select.coin_select option[value='eos'] {
  background-image: url(../../images/coin_logo_04.png);
}

.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.inactive {
  background: #eeeeee !important;
  color: #b5b5b5 !important;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5);
}
.txt_c {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
/* pc용 */
.pc_gnb {
  display: none;
}
body,
html {
  width: 100%;
}

#wrap {
  min-width: 320px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 25px 35px;
}
.header .logo {
  display: inline-block;
  width: 110px;
  height: 33px;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 33px;
  background: url(../../images/logo.png) no-repeat;
  filter: drop-shadow(0px 0px 5px rgba(256, 256, 256, 0.2));
  overflow: hidden;
}
.header .topnav {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.header .topnav .navbar {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header .topnav .navbar li {
  margin-right: 60px;
}
.header .topnav .navbar li a {
  position: relative;
  color: #000;
  font-weight: 400;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.header .topnav .navbar li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 0;
  height: 3px;
  background: #019129;
  border-radius: 10px;
}
.header .topnav .navbar li a.on:after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 3px;
  background: #019129;
  border-radius: 10px;
}
.header .topnav .navbar li a:hover {
  text-decoration: none;
}
.header .topnav .navbar li a:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header .topnav .navbar li a.active {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.header.sub .topnav .navbar li a {
  color: #000 !important;
}
.header .langBox {
  display: inline-block;
  position: relative;
  top: -10px;
  width: 75px;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  transition: ease 0.1s;
  z-index: 100;
}
.header .langBox:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: ease 0.3s;
}
.header .langBox:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background: url(../../images/lang_en.jpg) no-repeat;
  background-size: 18px 18px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.header .langBox:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
.header .langBox .lang {
  position: absolute;
  display: block;
  left: 30px;
  top: 0;
}
.header .langBox .lang li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 25px;
  margin-left: -25px;
}
.header .langBox .lang li:hover {
}
.header .langBox .lang li.off {
  display: none;
}
.header .langBox .lang li.active {
  color: #666;
}

.header .langBox:hover li.off {
  display: block;
}
.header .nav .nav_icon {
  display: inline-block;
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 32px;
  z-index: 100;
  transition: ease 0.1s;
}
.header .nav .nav_icon .menu-trigger,
.header .nav .nav_icon .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .nav .nav_icon .menu-trigger {
  position: relative;
  width: 24px;
  height: 16px;
}
.header .nav .nav_icon .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
.header .nav .nav_icon .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .nav .nav_icon .menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.header .nav .nav_icon .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*btn_scroll*/
.header.btn_scroll .container {
  height: 60px;
}
.header.btn_scroll .logo {
  width: 160px;
  height: 31px;
}
.header.btn_scroll .logo a {
  height: 31px;
}
.header.btn_scroll .langBox {
  background: rgba(255, 255, 255, 0.8);
}
.header.btn_scroll .langBox:hover {
  border: 1px solid #eaeaea;
  transition: ease 0.3s;
}
.header.btn_scroll .lang li {
  color: #666 !important;
}
.header.btn_scroll .lang li:hover {
  color: #111 !important;
}
.header.btn_scroll .topnav .nav_icon {
  top: 24px;
}
.header.btn_scroll .topnav .nav_icon .nav_btn .nav_menu em {
  background-color: #414141;
}

/*nav*/
.nav {
  background-color: transparent;
  overflow: hidden;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  padding: 50px 0px;
}

.nav-logo {
  float: left;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.nav-logo-a {
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
}

.nav-menu {
  float: none;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}

.nav-menu-a {
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.25rem;
}

.nav-menu-a:hover {
  color: grey;
}

.header .topnav .nav_icon {
  display: inline-block;
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 32px;
  z-index: 100;
}
.header .topnav .nav_icon .nav_btn {
  position: relative;
  width: 24px;
  height: 16px;
}
.header .topnav .nav_icon .nav_btn .nav_menu {
  display: block;
  width: 100%;
  height: 20px;
}
.header .topnav .nav_icon .nav_btn .nav_menu em {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #414141;
  border-radius: 1px;
}
.header .topnav .nav_icon .nav_btn.nav_btn_scroll .nav_menu em {
  background-color: #000;
}
.header .topnav .nav_icon .nav_btn .nav_menu em:nth-of-type(1) {
  top: 0;
}
.header .topnav .nav_icon .nav_btn .nav_menu em:nth-of-type(2) {
  top: 7px;
}
.header .topnav .nav_icon .nav_btn .nav_menu em:nth-of-type(3) {
  bottom: 0;
}
#offcanvas1 {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 100;
}

.offcanvas1-contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 5%;
}
.offcanvas1-contents .menu_item {
  display: block;
}
.offcanvas1-contents .offcanvas1-a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 800;
  font-size: 60px;
  color: transparent;
  margin-bottom: 20px;
}
.offcanvas1-contents .offcanvas1-a::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 17px;
  height: 15px;
  background: #05a030;
  width: 0%;
  border-radius: 25px;
  transition: all linear 0.5s;
  z-index: -1;
}
.offcanvas1-contents .offcanvas1-a:hover {
  color: #fff;
}
.offcanvas1-contents .offcanvas1-a:hover:before {
  width: 100%;
  transition: all linear 0.5s;
}
#offcanvas2 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 200;
}
.offcanvas2-a {
  text-decoration: none;
  font-weight: bold;
  font-size: 50px;
  color: transparent;
  display: block;
  margin-bottom: 20px;
}
.offcanvas2-a:hover {
  text-decoration: underline;
}
.offcanvas2-contents .infoBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5% 0 10%;
}
.offcanvas2-contents .company_info {
  color: #fff;
  font-size: 20px;
}
.offcanvas2-contents .company_info p {
  color: #fff;
  margin-bottom: 10px;
}
.offcanvas2-contents .company_info p.tel {
  font-size: 28px;
}
.offcanvas2-contents .company_info p.tel a {
  color: #fff;
}
.offcanvas2-contents .company_info p.email {
  color: #db7a63;
  margin-bottom: 60px;
}
.offcanvas2-contents .company_info p.address {
  font-size: 18px;
  margin-bottom: 60px;
}
.offcanvas2-contents .infoBox .langBox {
  position: relative;
  margin-left: 22px;
}
.offcanvas2-contents .infoBox .langBox::before {
  content: '\f57d';
  position: absolute;
  left: -22px;
  color: rgb(162, 162, 162);
  font-size: 14px;
  font-family: fontAwesome;
  line-height: 1.5;
}
.offcanvas2-contents .infoBox .langBox .lang li {
  display: inline-block;
  color: #888 !important;
  margin-right: 10px;
}
.offcanvas2-contents .infoBox .langBox .lang li.active,
.offcanvas2-contents .infoBox .langBox .lang li:hover {
  color: #fff !important;
}
.allnav .closebtn {
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 32px;
  font-size: 50px;
  padding: 10px;
  transition: 0.3s;
}
.allnav .closebtn:hover {
  color: gray;
}
@keyframes textFadeIn1 {
  from {
    color: white;
    left: -100px;
  }

  to {
    color: black;
    left: 0;
  }
}

@keyframes textFadeIn2 {
  from {
    color: black;
    left: -100px;
  }

  to {
    color: white;
    left: 0;
  }
}

/**** Common ****/
.container_sub {
  position: relative;
  margin-top: 70px;
}
.subWrap .inner {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
.subWrap.about,
.subWrap.platform,
.subWrap.games {
}
.container_sub .sub_top_title {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 3;
  text-align: center;
  transition: margin-top 0.6s ease-in-out 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px; /*header height*/
}
.container_sub .sub_top_title.cont {
  padding:100px 20px 40px 20px;
  height: auto;
}
.container_sub .sub_top_title.cont h2 {
	margin-bottom:50px;
}
.sub_top_title h1 {
  font-size: 5em;
  color: #000;
  font-weight: 700;
  letter-spacing: -1px;
}
.sub_top_title h2 {
  font-size: 3.2em;
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
}
.sub_top_title h3 {
  font-size: 1.4em;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.sub_top_title h5 {
  font-size: 1em;
  line-height: 1.4;
}
.sub_top_title .vertical_line {
  width: 100%;
  margin: 70px 0 0px 0;
}
.sub_top_title .vertical_line span {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 150px;
  background: #d4d4d4;
  margin: 0 auto;
}
.sub_top_title .vertical_line span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  animation: lineani 0.6s ease-in-out;
}
@keyframes lineani {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
.container_sub .sub_top_title.cont h1 {
  font-size: 3.8em;
}
.container_sub .sub_top_title.cont h3 {
  font-size: 1.3em;
  line-height: 1.3;
}
.subWrap .sub_title h1 {
  font-size: 2.2em;
  color: #111;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
  padding-bottom: 35px;
}
.subWrap .sub_title h2,
.subWrap .sub_title h2 span {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.subWrap .sub_title h2 strong {
  color: var(--main-color);
}
.subWrap .sub_title h3 {
  font-size: 2.6rem;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
}
.subWrap .sub_title h3 strong {
  color: var(--main-color);
}
.subWrap .sub_title h4 {
  display: block;
  width: 98%;
  max-width: 1200px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-left: auto;
  margin-right: auto;
}
.subWrap .sub_title h5 {
  font-size: 1em;
  color: #666666;
  font-weight: 400;
  line-height: 1.4;
}
/************************************************************************************************************/
/**** Main ****/
/************************************************************************************************************/
.container_main {
  background: #fafafa;
}
.main_sec .inner {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.main_sec.visual {
  position: relative;
  width: 100%;
  height: 700px;
  min-height: 700px;
  color: #fff;
  background-size: cover;
  font-size: 0;
	margin-top: 86px;
  overflow: hidden;
}
.main_sec.visual .main_img_box {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 0%);
}
.main_sec.visual .main_img_box video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 0%);
}
.main_sec.visual .txt_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 00%;
  transform: translate(0%, -50%);
  text-align: left;
  padding-left: 80px;
  text-align: left;
}
.main_sec.visual .txt_box h1 {
  color: #fff;
  font-size: 5.2rem;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.1;
  text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
}
.main_sec.visual .txt_box h3 {
  color: #fff;
  font-size: 1.325rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
  /*text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #5271ff, 0 0 82px #5271ff, 0 0 92px #5271ff, 0 0 102px #5271ff, 0 0 151px #5271ff;*/
}
.main_sec.visual .txt_box .title_02 {
  position: relative;
  z-index: 0;
}
.main_sec.visual .txt_box .title_02:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 15px;
  background: #019129;
  border-radius: 20px;
  z-index: -1;
  animation: mainTxt 1.9s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@keyframes mainTxt {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.main_sec .title {
  display: block;
  margin: 50px 0 60px 0;
}
.main_sec .title h2 {
  position: relative;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.main_sec .title h3 {
  display: block;
  max-width: 1000px;
  color: #666;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
}
.main_sec .title h4 {
  display: block;
  max-width: 1000px;
  color: #111111;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0 auto;
}
.main_sec.serviceItem {
  width: 100%;
  color: #000;
  text-align: center;
  background: #fff;
  padding:100px 0 60px 0;
}
.main_sec.serviceItem .inner {
  width: 96%;
  margin: 0 auto;
}
.main_sec.serviceItem .txt_box {
	width:96%;
	text-align: left;
	margin:0 auto;
}
.main_sec.serviceItem .txt_box h2 {
  font-size: 130px;
  color: #000;
  font-weight: 600;
  letter-spacing: -2px;
	line-height: 94%;
  text-transform: uppercase;
}
.main_sec.serviceItem .txt_box h2.title2 {
	color:#fff;
	text-shadow: 0px 0px 1px #000;
}
.main_sec.serviceItem .txt_box h3 {
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin: 40px auto 20px auto;
}
.main_sec.serviceItem .txt_box h3 span {
	color:#019129;
	font-weight: 500;
}
.main_sec.serviceItem .txt_box h5 {
  width: 100%;
  font-size: 17px;
  color: #666;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin: 20px auto;
}
.main_sec.serviceItem .line {
	display: block;
	width:100%;
	height:1px;
	background: #333;
	margin:80px 0 30px 0;
}
.main_sec.serviceItem .itemList {
  width: 100%;
  margin: 60px auto 0 auto;
}
.main_sec.serviceItem .itemList ul li {
  display: inline-block;
  width: 24%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  vertical-align: top;
}
.main_sec.serviceItem .itemList ul li h3 {
  display: block;
	color:#019129;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}
.main_sec.serviceItem .itemList ul li p.text {
  display: block;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}

.main_sec.serviceItem .itemList ul li .service_icon {
  width: 68px;
  height: 68px;
  text-align: center;
	border:2px solid #333;
	border-radius: 50%;
  margin: 0 auto 15px auto;
	background-size: 56px 56px !important;
}
.main_sec.serviceItem .itemList ul li:nth-child(1) .service_icon {
  background: url(../../images/main_serviceItem_icon01.png) no-repeat center;
}
.main_sec.serviceItem .itemList ul li:nth-child(2) .service_icon {
  background: url(../../images/main_serviceItem_icon02.png) no-repeat center;
}
.main_sec.serviceItem .itemList ul li:nth-child(3) .service_icon {
  background: url(../../images/main_serviceItem_icon03.png) no-repeat center;
}
.main_sec.serviceItem .itemList ul li:nth-child(4) .service_icon {
  background: url(../../images/main_serviceItem_icon04.png) no-repeat center;
}

/* Main:cont */
.main_sec.cont {
}
.main_sec.cont .box {
  width: 100%;
  background: #fff;
}
.main_sec.cont .box:nth-child(1) {
	background: #f3f7f5;
}
.main_sec.cont .box dl {
  position: relative;
  display: flex;
	justify-content: space-between;
  width: 96%;
  align-items: center;
  margin: 0 auto;
}
.main_sec.cont .box dl {
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.main_sec.cont .box:nth-child(odd) dl {
  flex-flow: row-reverse wrap;
}
.main_sec.cont .box:nth-child(even) dl {
  flex-flow: row wrap;
}
.main_sec.cont .box dt {
  position: relative;
  width: 45%;
  text-align: right;
}
.main_sec.cont .box dt .img_box {
	width:100%;
}
.main_sec.cont .box dt .img_box img {
	width:100%;
	max-width:550px;
}
.main_sec.cont .box:nth-child(even) dt {
  text-align: left;
}
.main_sec.cont .box:nth-child(2) .imgBox {
  position: relative;
  width: 100%;
  height: 550px;
  background: url(../../images/main_imgbg_map.png) no-repeat left center;
	background-size: contain;
}
.main_sec.cont .box:nth-child(2) .imgBox .gameImg_case {
  position: relative;
  width: 320px;
  height: 528px;
  background: url(../../images/main_gameImg_case.png) no-repeat center center;	
  margin: 0 auto 0 auto;
	overflow: hidden;
}
.main_sec.cont .box:nth-child(2) .imgBox .slide {
  width: 243px;
  height: 422px;
  margin: 30px auto 0 auto;
  animation: game_fadein 3s;
  -moz-animation: game_fadein 3s; /* Firefox */
  -webkit-animation: game_fadein 3s; /* Safari and Chrome */
  -o-animation: game_fadein 3s;
}
.main_sec.cont .box:nth-child(2) .imgBox .slide img {
  transition: ease-in-out 0.3s;
  margin-top: 47px;
}
@keyframes game_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main_sec.cont .box dd {
  width: 46%;
}
.main_sec.cont .box dd .title {
  display: block;
  margin: 30px 0 30px 0;
}
.main_sec.cont .box dd .title span {
  display: block;
	color: #019115;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 25px;
}
.main_sec.cont .box dd .title h2 {
  position: relative;
  color: #000;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
	text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.main_sec.cont .box dd .title p.text {
  color: #666;
  font-size: 17px;
  margin: 30px 0 0 0;
}
.main_sec.cont .box dd .hashtag {
	display: block;
}
.main_sec.cont .box dd .hashtag .tag_list li {
	display: block;
}
.main_sec.cont .box dd .hashtag .tag_list .txt {
  display: inline-block;
	width:215px;
	height:36px;
	line-height: 34px;
	color:#333;
	font-size:15px;
	background: #f4f4f4;
	border:1px solid #ddd;
	border-radius: 30px;
  padding:0 10px 0 25px;
	margin:0 0 10px 0;
}
.main_sec.cont .box.anyone {
	background: #000 url(../../images/main_sec_img02.jpg) no-repeat center;
	background-size: cover;
	padding:100px 0;
}
.main_sec.cont .box.anyone dl {
	justify-content: space-around;
}
.main_sec.cont .box.anyone .title span  {
  color:#fcd418;
}
.main_sec.cont .box.anyone dd .title h2 {
	color:#fff;
}
.main_sec.cont .box.anyone dd .title p.text {
  color:rgba(255, 255, 255, 0.8);
}
.main_sec.cont .box.anyone dt {
	width:40%;
	margin-top:50px;
}
.main_sec.cont .box.anyone dt .imgBox .shape {
	position: relative;
  width: 177px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main_sec.cont .box.anyone dt .imgBox .shape:nth-child(2) {
	margin: -100px 0 0 192px;
}
.main_sec.cont .box.anyone dt .imgBox .shape:nth-child(3) {
	margin: 68px 0 0 96px;
}
.main_sec.cont .box.anyone dt .imgBox .shape:before {
	content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 45px solid rgba(255, 255, 255, 0.2);
}
.main_sec.cont .box.anyone dt .imgBox .shape:after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 45px solid rgba(255, 255, 255, 0.2);
}
.main_sec.cont .box.anyone dt .imgBox .shape .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
}


.main_sec.numbering {
  background: #fff;
  padding: 100px 0;
}
.main_sec.numbering h2 {
  font-size: 2.6em;
  color: #000;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.main_sec.numbering .itemList ul li {
  display: inline-block;
  width: 27%;
  text-align: center;
  margin: 0 3%;
  vertical-align: top;
}
.main_sec.numbering .itemList ul li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
.main_sec.numbering .itemList ul li:nth-child(1) .icon {
  background: url(../../images/main_numbering_icon01.png) no-repeat center;
}
.main_sec.numbering .itemList ul li:nth-child(2) .icon {
  background: url(../../images/main_numbering_icon02.png) no-repeat center;
}
.main_sec.numbering .itemList ul li:nth-child(3) .icon {
  background: url(../../images/main_numbering_icon03.png) no-repeat center;
}
.main_sec.numbering .itemList ul li h3 {
  display: block;
  width: 200px;
  height: 50px;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 5px auto;
}
.main_sec.numbering .itemList ul li .number {
  position: relative;
  width: 240px;
  height: 80px;
  color: #000;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -3px;
  text-align: center;
  background: url(../../images/main_numbering_arrowbg_off.png) no-repeat left bottom;
  background-size: 240px 35px;
  margin: 0 auto;
  padding: 0 0 0 0px;
  z-index: 0;
}
.main_sec.numbering .itemList ul li:nth-child(2) .number {
  padding: 0 0 0 0px;
}
.main_sec.numbering .itemList ul li .number:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 35px;
  background: url(../../images/main_numbering_arrowbg_on.png) no-repeat left bottom;
  background-size: 240px 35px;
  z-index: -1;
  animation: numbering 1.9s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes numbering {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.main_sec.numbering .itemList ul li .number strong {
  display: inline-block;
  color: #000;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3px;
  text-align: left;
  margin: 0px auto;
  z-index: 1;
}

/* Main-security */
.main_sec.security {
  position: relative;
  width: 100%;
  padding: 80px 0 100px 0;
  background: #000 url(../../images/main_security_img03.jpg) no-repeat center;
	background-size: cover;
}
.main_sec.security .title {
  margin: 30px 0 40px 0;
	opacity: 1;
}
.main_sec.security .title h2,
.main_sec.security .title h3{
  color:#fff;
}
.main_sec.security .itemList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 80px 0px 0 0px;
}
.main_sec.security .itemList ul {
  position: relative;
  width: 100%;
  z-index: 0;
}
.main_sec.security .itemList ul:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 150px;
  width: 70%;
  height: 3px;
  border-top: 3px dashed #d4d4d4;
  margin: 0 auto;
  z-index: -1;
}
.main_sec.security .itemList ul li {
  display: inline-block;
  width: 27%;
  text-align: center;
  margin: 0 3%;
}
.main_sec.security .itemList ul li .icon {
  display: inline-block;
  font-size: 0;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding: 25px;
  margin: 0 auto;
}
.main_sec.security .itemList ul li .icon span {
  display: inline-block;
  width: 98px;
  height: 98px;
}
.main_sec.security .itemList ul li:nth-child(1) .icon span {
  background: url(../../images/icon_security.png) no-repeat center;
}
.main_sec.security .itemList ul li:nth-child(2) .icon span {
  background: url(../../images/certificate_logo_gli.png) no-repeat center;
}
.main_sec.security .itemList ul li:nth-child(3) .icon span {
  background: url(../../images/certificate_logo_bmm.png) no-repeat center;
}
.main_sec.security .itemList ul li strong {
  display: block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

iframe.ft_iframe {
  padding: 0 0 30px 0;
}
#footer {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 0 0 0;
}
.footer .inner {
  display: block;
  width: 95%;
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}
.footer .ft_links {
  text-align: right;
  padding: 0 13px;
}
.footer .ft_links a {
  display: inline-block;
  font-size: 14px;
  margin-left: 18px;
}
.footer .ftBox {
  display: flex;
  justify-content: space-between;
  margin: 0px 0 0 0;
}
.footer .ft_info {
  display: block;
  margin: -30px 0 0 0;
}
.footer .ft_info .txt_logo {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .ft_info p {
  color: #888;
  font-size: 12px;
  font-family: Lato;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}
.footer .ft_info p em {
  display: inline-block;
  width: 1px;
  height: 9px;
  position: relative;
  z-index: 10;
  margin: auto 0;
  line-height: 1.2;
  background-color: #414141;
  margin: 0px 10px 0 10px;
}
.footer .ft_right p strong {
  color: #fff;
  font-weight: 600;
}

#footer #ft_partners {
  position: relative;
  width: 180px;
  height: 32px;
  margin-top: 20px;
}
#ft_partners span {
  position: relative;
  display: block;
  line-height: 34px;
  padding: 0 20px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  background: #f2f2f2;
  border-radius: 20px;
  z-index: 1;
}
#ft_partners span:after {
  content: '+';
  position: absolute;
  right: 20px;
}
#ft_partners ul {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  padding: 7px 15px 7px 15px;
  box-sizing: border-box;
  margin-bottom: -2px;
}
.ft_partners_on {
  display: block;
}
#ft_partners ul li {
  line-height: 1.4;
}
#ft_partners ul li span {
  font-size: 13px;
  color: #666;
}
#ft_partners ul li > a {
	display: block;
  font-size: 13px;
  color: #666;
	margin:2px 0;
}

/****************************************************************************/
/**** About ****/
/****************************************************************************/
.subWrap.about {
  background: #f2f2f2;
}
.about .sec01 {
  display: block;
  padding: 120px 13px 100px 13px;
  background: #f2f2f2;
}
.about .sec01 .sub_title h2 {
  margin-bottom: 30px;
}
.about .sec01 .imgBox {
  display: flex;
  position: relative;
  align-items: center;
  width: 1000px;
  height: 800px;
  background: url(../../images/about_sec01_bg.png) no-repeat center;
  margin: 40px auto 0 auto;
}
.about .sec01 .imgBox .title {
  display: flex;
  align-items: center;
  width: 298px;
  height: 298px;
  text-align: center;
  background: #019129;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}
.about .sec01 .imgBox .title span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}
.about .sec01 .imgBox .item {
  position: absolute;
  width: 290px;
  height: 290px;
  background: #fff;
  border-radius: 50%;
  padding: 30px 20px;
}

.about .sec01 .imgBox .item:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: company01 1.3s ease-in-out 1.3s both;
}
.about .sec01 .imgBox .item:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: company02 1.3s ease-in-out 1.3s both;
}
.about .sec01 .imgBox .item:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: company03 1.3s ease-in-out 1.3s both;
}

.about .sec01 .imgBox .item:nth-child(4) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: company04 1.3s ease-in-out 1.3s both;
}
@keyframes company01 {
  0% {
  }
  100% {
    top: 205px;
    left: 205px;
  }
}
@keyframes company02 {
  0% {
  }
  100% {
    top: 205px;
    left: 800px;
    transform: ;
  }
}
@keyframes company03 {
  0% {
  }
  100% {
    top: 605px;
    left: 205px;
  }
}
@keyframes company04 {
  0% {
  }
  100% {
    top: 605px;
    left: 800px;
  }
}
.about .sec01 .imgBox .item .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.about .sec01 .imgBox .item:nth-child(1) .icon {
  background: url(../../images/about_sec01_icon01.png) no-repeat center;
}
.about .sec01 .imgBox .item:nth-child(2) .icon {
  background: url(../../images/about_sec01_icon02.png) no-repeat center;
}
.about .sec01 .imgBox .item:nth-child(3) .icon {
  background: url(../../images/about_sec01_icon03.png) no-repeat center;
}
.about .sec01 .imgBox .item:nth-child(4) .icon {
  background: url(../../images/about_sec01_icon04.png) no-repeat center;
}
.about .sec01 .imgBox .item strong {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 5px 5px 15px 5px;
}
.about .sec01 .imgBox .item p.txt {
  display: block;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0 15px;
}
.about .sec02 {
  position: relative;
  display: block;
  padding: 80px 0 60px 0;
  background: #f2f2f2;
}
.about .sec02 .sub_title {
  padding-bottom: 80px;
}
.about .sec02 .itemBox {
  width: 100%;
}
.about .sec02 .itemBox .item {
  background: #fff;
  border-radius: 15px;
  padding: 0 50px;
  margin: 0 2% 50px 2%;
}
.about .sec02 .itemBox .item dl {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
}
.about .sec02 .itemBox .item:nth-child(odd) dl {
  flex-flow: row-reverse wrap;
}
.about .sec02 .itemBox .item:nth-child(even) dl {
  flex-flow: row wrap;
}
.about .sec02 .itemBox .item dt {
  position: relative;
  width: calc(50% + 80px);
  text-align: right;
}
.about .sec02 .itemBox .item dt img {
  width: 85%;
}
.about .sec02 .itemBox .item:nth-child(even) dt {
  text-align: left;
}
.about .sec02 .itemBox .item dd {
  width: calc(50% - 80px);
}
.about .sec02 .itemBox .item .title {
  display: block;
  margin: 20px 0 30px 0;
}
.about .sec02 .itemBox .item .title span {
  display: block;
  color: #019129;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about .sec02 .itemBox .item .title h3 {
  position: relative;
  color: #000;
  font-size: 1.6em;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.about .sec02 .itemBox .item .title p.text {
  color: #777;
  font-size: 16px;
  line-height: 1.4;
  margin: 30px 0 0 0;
}
.about .sec02 .certificate {
  display: block;
  padding: 0 0 50px 0;
  text-align: center;
  overflow: hidden;
}
.about .sec02 .certificate li {
  display: inline-block;
  width: 30%;
  text-align: center;
  font-size: 0;
  margin: 0 0.5% 20px 0.5%;
  vertical-align: top;
}
.about .sec02 .certificate li .imgs {
  display: inline-block;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.about .sec02 .certificate li .imgs img {
  width: 170px;
}
.about .sec02 .certificate li strong {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.about .sec03 {
  padding: 80px 0 20px 0;
  background: #f2f2f2;
}
.about .sec03 .partnerBox {
  margin: 70px 0 0 0;
}
.about .sec03 .partnerBox .partner_list {
  overflow: hidden;
}
.about .sec03 .partnerBox .partner_list li {
  display: flex;
  align-items: center;
  width: 48%;
  position: relative;
  float: left;
  height: 210px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 5px;
  margin: 0 1% 30px 1%;
}
.about .sec03 .partnerBox .partner_list li .imgs {
  width: 50%;
}
.about .sec03 .partnerBox .partner_list li .imgs img {
  width: 150px;
}
.about .sec03 .partnerBox .partner_list li .info_box {
  padding: 0px 0 0 0px;
}
.about .sec03 .partnerBox .partner_list li .info_box strong {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about .sec03 .partnerBox .partner_list li .info_box .txt {
  color: #777;
  font-size: 0.85em;
  line-height: 1.4;
}
.about .sec04 {
  margin: 0;
  padding: 80px 30px 0px 30px;
  background: #f2f2f2;
}
.about .sec04 .historyWrap .title_box {
  margin: 50px 0;
}
.about .sec04 .historyWrap .title_box h3 {
  color: #333;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.about .sec04 .historyWrap .title_box h5 {
  color: #666;
  font-size: 18px;
}
.about .sec04 .historyWrap .historyBox {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 80px;
}
.about .sec04 .historyBox .imgs {
  width: calc(50% - 20px);
  margin-right: 30px;
}
.about .sec04 .historyBox .imgs img {
  width: 100%;
}
.about .sec04 .historyBox .history_list {
  position: relative;
  width: 40%;
  padding-left: 30px;
}
.about .sec04 .historyBox .history_list .line {
  position: absolute;
  left: 0;
  top: 20px;
  height: calc(100% - 100px);
  border-left: 1px solid #ddd;
}
.about .sec04 .historyBox .history_list dl {
  padding-bottom: 30px;
}
.about .sec04 .historyBox .history_list dl dt {
  position: relative;
  color: #333;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}
.about .sec04 .historyBox .history_list dl dt:after {
  content: '';
  position: absolute;
  top: 15px;
  left: -33px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
.about .sec04 .historyBox .history_list dl dd {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

/****************************************************************************/
/**** Platform ****/
/****************************************************************************/
.subWrap.platform {
  background: #f7f7f7;
}
.platform .sec_rng {
  padding: 100px 0px 80px 0px;
  background: #f2f2f2;
}
.platform .sec_rng .inner {
	width:98%;
}
.platform .sec_rng .sub_title h1 {
  color: #000;
  font-size: 40px;;
}
.platform .sec_rng .sub_title h4 {
  font-size: 17px;
  color: #414141;
  font-weight: 400;
}
.platform .sub_title img {
  width: 250px;
  height: auto;
}
.platform .sec_rng .videoWrap {
  margin: 70px 0 30px 0;
}
.platform .sec_rng .video_box {
  position: relative;
  width: 740px;
  height: auto;
  background: url(../../images/platform_video_bg.jpg) no-repeat top;
  background-size: 740px 463px;
  text-align: center;
  padding: 28px 0 0 0;
  margin: 40px auto 0px auto;
}
.platform .sec_rng .video_box video {
  width: 616px;
  height: 345px;
}
.platform .sec_rng .video_box .video_bottom {
  display: none;
}
.platform .sec_rng .video_box .maskBox {
  position: absolute;
  display: block;
  top: 25px;
  left: 60px;
  width: 618px;
  height: 348px;
  border-radius: 2px;
  overflow: hidden;
}
.platform .sec_rng .video_box .maskBox .mask_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 364px;
  background: #0a0907;
  border-radius: 2px 0 0 2px;
  animation: videoRng 3s ease-in-out;
}
@keyframes videoRng {
  0% {
    width: 322px;
  }
  70% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}

.platform .sec_rng .video_box .maskBox .mask_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 364px;
  background: #0a0907;
  border-radius: 0 2px 2px 0;
  animation: videoRng 3s ease-in-out;
}
@keyframes videoRng {
  0% {
    width: 320px;
  }
  70% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}

.platform .sec_rng .video_box .remoteWrap {
}
.platform .sec_rng .video_box .remoteWrap .remote_box_inner {
  background: none;
  padding: 10px 5px;
  text-align: center;
}
.platform .sec_rng .video_box .remoteWrap .remote_box_inner .imgs {
  display: none;
}
.platform .sec_rng .videoWrap .btn_box {
  text-align: center;
  margin: 70px auto 40px 0;
}
.platform .sec_rng .videoWrap .btn_box .btn_more {
  display: inline-block;
  min-width: 180px;
  line-height: 36px;
  background: #fff;
  color: #414141;
  font-size: 14px;
  text-align: center;
  font-family: 'Lato';
  border-radius: 20px;
  padding: 0 15px;
  margin: 0 5px 3px 5px;
  transition: ease 0.3s;
}
.platform .sec_rng .videoWrap .btn_box .btn_more.on {
  background: #212121;
  color: #fff;
}
.platform .sec_rng .videoWrap .btn_box a:hover .btn_more {
  background: #212121;
  color: #fff;
  transition: ease 0.3s;
}
.platform .sec_rng .sub_txt {
  display: block;
  font-size:17px;
  color: #414141;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  padding: 0 30px;
}
.platform .sec_rng .icon_box {
  width: 100%;
	max-width: 1200px;
  text-align: center;
  margin: 60px auto;
}
.platform .sec_rng .icon_box ul {
  position: relative;
  width: 100%;
}
.platform .sec_rng .icon_box li {
  display: inline-block;
  width: 100%;
  margin: 0 auto 40px auto;
}
.platform .sec_rng .icon_box li:last-child {
  margin: 0 auto 0 auto;
}
.platform .sec_rng .icon_box .item {
  display: inline-block;
  width: 13.5%;
  vertical-align: top;
  margin: 0 auto;
}
.platform .sec_rng .icon_box .item .icons {
  position: relative;
  display: block;
  width: 105px;
  height: 105px;
  text-align: center;
	background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.platform .sec_rng .icon_box .item .icons img {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 80px;
	height: auto;
}
.platform .sec_rng .icon_box .item strong {
  display: block;
  color: #414141;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.platform .sec01 {
  background: #fff;
  padding: 100px 0px 50px 0;
}
.platform .sec01 .inner {
  width: 98%;
  margin: 0 auto;
}
.platform .sec01 .sub_title h1 {
  color: #000;
  font-size: 40px;
  letter-spacing: -1px;
}
.platform .sec01 .wlottoBox {
  width: 96%;
  display: flex;
  justify-content: space-around;
  margin: 50px auto 0 auto;
}
.platform .sec01 .wlottoBox .icon_box {
  display: block;
  width: 55%;
  text-align: center;
	margin-top:50px;
}
.platform .sec01 .wlottoBox .icon_box ul {
	position: relative;
  display: block;
  text-align: center;	
}
.platform .sec01 .wlottoBox .icon_box ul::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 3px dotted #d4d4d4;
	z-index: 0;
}
.platform .sec01 .wlottoBox .icon_box ul li {
  padding: 0px 0;	
}
.platform .sec01 .wlottoBox .icon_box .item {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  text-align: center;
  margin: 0 10px;
}
.platform .sec01 .wlottoBox .icon_box .item .icons {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  text-align: center;
  background: #f4f7fb;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
}
.platform .sec01 .wlottoBox .icon_box .item .icons img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: auto;
}
.platform .sec01 .wlottoBox .icon_box .item strong {
  display: block;
  color: #414141;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-top: 8px;
}
.platform .sec01 .wlottoBox .img_box {
  width: 45%;
  text-align: center;
  background: url() no-repeat center;
}
.platform .sec01 .wlotto_img_box {
  position: relative;
  height: 570px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  scale: 0.9;
}
.platform .sec01 .wlotto_img_box .imgs {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.platform .sec01 .wlotto_img_box .wlotto_img_box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, 0.5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

.platform .sec02 {
  background: #f6f6f6;
  padding: 80px 0 40px 0;
}
.platform .sec02 .sub_title h1 {
  color: #000;
  font-size: 40px;
}
.platform .sec02 .sub_title h4 {
  color: #414141;
  font-size: 16px;
}
.platform .sec02 .sub_title h5 {
  color: #414141;
  font-size: 16px;
}
.platform .sec02 .iconBox {
	width:95%;
	background: #fff;
	border-radius: 20px;
  margin: 60px auto 0px auto;
}
.platform .sec02 .iconBox ul {
  display: block;
  overflow: hidden;
}
.platform .sec02 .iconBox ul li {
  position: relative;
  display: inline-block;
  width: 33%;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 8px 10px 8px 12px;
}
.platform .sec02 .iconBox ul li:nth-child(3),
.platform .sec02 .iconBox ul li:nth-child(6) {
  border-right: none;
}
.platform .sec02 .iconBox ul li:nth-child(7),
.platform .sec02 .iconBox ul li:nth-child(8) {
  border-bottom: none;
}
.platform .sec02 .iconBox ul li .icons {
  display: inline-block;
  width: 90px;
  text-align: center;
  padding: 0px;
}
.platform .sec02 .iconBox ul li .icons img {
	width:80px;
	height: auto;
}
.platform .sec02 .iconBox ul li strong {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  color: #414141;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  vertical-align: top;
  padding-right: 15px;
}
.platform .sec03 {
  padding: 80px 0;
}

.platform .sec04 {
  background:;
  padding: 80px 0 80px 0;
}
.platform .sec04 .sub_title {	
	text-align: center;
	background: url(../../images/platform_donation_img01.jpg) no-repeat center;
	background-size: cover;
	padding:160px 50px;
}
.platform .sec04 .sub_title h1 {
	color:#fff;
  position: relative;
  display: inline-block;
  font-size: 52px;
  margin: 50px auto 0  auto;
}
.platform .sec04 .sub_title h2 {
	color:#fff;
  padding: 0;
  line-height: 1.1;
}
.platform .sec04 .sub_title h4 {
  width: 92%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.platform .sec04 .imgBox {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.platform .sec04 .imgBox .txt_box {
  width: 90%;
  color: #111;
  font-size: 18px;
  margin: 0 auto;
  padding: 40px 0px 30px 0px;
}
.platform .sec04 .itemBox {
  position: relative;
  width: 100%;
  height: 900px;
  background: url(../../images/platform_donation_icon_bg.png) no-repeat top center;
  background-size: contain;
  margin-top: 50px;
}
.platform .sec04 .itemBox .item {
  position: absolute;
  display: inline-block;
  width: 270px;
  height: 270px;
  background: #fff;
  border-radius: 50%;
  padding: 10px 0 0 0;
}
.platform .sec04 .itemBox .item:nth-child(1) {
  top: 150px;
  left: 30px;
}
.platform .sec04 .itemBox .item:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.platform .sec04 .itemBox .item:nth-child(3) {
  top: 80px;
  right: 10px;
}
.platform .sec04 .itemBox .item:nth-child(4) {
  top: 350px;
  left: 50%;
}
.platform .sec04 .itemBox .item:nth-child(5) {
  top: 600px;
  left: 18%;
}
.platform .sec04 .itemBox .item .icon {
  width: 100px;
  margin: 0 auto 0px auto;
}
.platform .sec04 .itemBox .item .icon span {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
}
.platform .sec04 .itemBox .item .icon span img {
  width: 95px;
  height: auto;
}
.platform .sec04 .itemBox .item .txt_box {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  vertical-align: top;
}
.platform .sec04 .itemBox .item .txt_box strong {
  display: block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.platform .sec04 .itemBox .item .txt_box p.txt {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

/****************************************************************************/
/**** Games ****/
/****************************************************************************/
.games .inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.games .sec01 {
  background: #eef3fa;
  padding: 80px 0;
}
.games .sec02,
.games .sec04 {
  padding: 80px 0;
}
.games .sec03 {
  background: #eaeaf7;
  padding: 80px 0;
}
.games .sub_title {
  margin: 0 0 20px 10px;
}
.games .sub_title h2.title {
  display: block;
  font-size: 3em;
  color: #000;
  font-weight: 700;
  letter-spacing: -2px;
  padding: 0 0 10px 0;
}
.games .sub_title .txt_desc p {
  color: #333;
  font-size: 16px;
	line-height: 1.3;
}
.games .game_list {
  display: block;
}
.games .game_list li {
  position: relative;
  display: inline-block;
  width: 23%;
  height: 440px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  padding: 13px 13px 20px 13px;
  margin: 0 0.7%;
  vertical-align: top;
}
.games .game_list li .imgs {
  position: relative;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: url(../../images/game_list_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 3px 0;
  overflow: hidden;
}
.games .game_list.lotto li .imgs:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  width: 65px;
  height: 30px;
  background: url(../../images/game_logo_wlotto.png) no-repeat left top;
  background-size: 65px auto;
}
.games .game_list.numbers li .imgs:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  width: 70px;
  height: 30px;
  background: url(../../images/game_logo_numbers.png) no-repeat left top;
  background-size: 70px auto;
}
.games .game_list.powerball li .imgs:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  width: 70px;
  height: 30px;
  background: url(../../images/game_logo_powerball.png) no-repeat left top;
  background-size: 70px auto;
}
.games .game_list.instants li .imgs {
  background: none;
}
.games .game_list.instants li .imgs img {
  width: 100%;
}
.games .game_list li .game_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.games .game_list li .game_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.games .game_list li .game_name h3 {
  color: #111;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  padding: 5px 5px;
}
.games .game_list li .game_name .coin_logo img {
  width: 25px;
}
.games .game_list li .game_info {
  display: block;
  margin: 20px 0 20px 0;
}
.games .game_list li .game_info h2 {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.4;
  margin: 0 0 8px 0;
}
.games .game_list li .game_info h2 em {
  color: #000;
  font-size: 21px;
  font-style: normal;
  letter-spacing: 0;
}
.games .game_list li .game_info .txt_sub {
  color: #414141;
  font-size: 13px;
  text-align: center;
  padding-bottom: 10px;
}
.games .game_list li .game_info .desc {
  padding: 0 0 0 10px;
}
.games .game_list li .game_info .desc p.txt {
  position: relative;
  color: #888;
  font-size: 13px;
  padding-left: 10px;
}
.games .game_list li .game_info .desc p.txt strong {
  font-weight: 500;
}
.games .game_list li .game_info .desc p.txt:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #d4d4d4;
  border-radius: 50%;
}
.games .game_list li .btn_box {
  display: block;
  text-align: center;
}
.games .game_list li .btn_box .btn {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  min-width: 130px;
  background: #f4f3f3;
  text-align: center;
  border-radius: 3px;
  padding: 0 10px;
}
.games .game_list li .btn_box .btn a {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
}
.games .game_list li .btn_box .btn a:hover {
  color: #111;
}
.games .sec03 .game_list {
}

.gamesInfo .infoWrap {
  position: relative;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.08);
  padding: 25px 40px 35px 40px;
  margin: 0px auto 150px auto;
}
.gamesInfo .infoWrap .game_btn {
  display: block;
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.gamesInfo .infoWrap .game_btn .btn_left {
  position: absolute;
  top: 40%;
  left: 20px;
  width: 60px;
  height: 60px;
  background: url(../../images/game_btn_left.png) no-repeat center;
  margin-left: -60px;
  z-index: 1;
}
.gamesInfo .infoWrap .game_btn .btn_right {
  position: absolute;
  top: 40%;
  right: -40px;
  width: 60px;
  height: 60px;
  background: url(../../images/game_btn_right.png) no-repeat center;
  z-index: 1;
}
.gamesInfo .info_top {
  display: block;
  width: 74%;
  margin: 0 0 20px 0;
}
.gamesInfo .info_top h3,
.gamesInfo .info_top .tab_menu {
  display: block;
  vertical-align: top;
}
.gamesInfo .info_top .tab_menu a {
  display: inline-block;
  line-height: 36px;
  border: 1px solid #eaeaea;
  border-radius: 25px;
  padding: 0 12px;
  margin: 0 4px;
}
.gamesInfo .info_top .tab_menu a span {
  color: #666;
  font-size: 13.5px;
  text-transform: uppercase;
}
.gamesInfo .info_top .tab_menu a.on,
.gamesInfo .info_top .tab_menu a:hover {
  color: #fff;
  text-decoration: none;
  background: #111;
}
.gamesInfo .info_top .tab_menu a.on span,
.gamesInfo .info_top .tab_menu a:hover span {
  color: #fff;
}
.gamesInfo .gameBox {
  display: block;
  width: 70%;
}
.gamesInfo .gameBox .game_img {
  width: 95%;
  text-align: center;
}
.gamesInfo .gameBox .game_img img {
  width: 100%;
}
.gamesInfo .gameBox .game_cont {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.gamesInfo .gameBox .game_cont .imgs {
  display: block;
  margin: 0 0 20px 0;
}
.gamesInfo .gameBox .descBox {
  display: block;
  margin: 60px 0 20px 0;
}
.gamesInfo .gameBox .descBox h3.title {
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.gamesInfo .gameBox .descBox .desc_list {
  display: block;
  margin: 0 0 40px 0;
}
.gamesInfo .gameBox .descBox .desc_list li {
  position: relative;
  color: #777;
  font-size: 0.85em;
  padding: 2px 0 2px 10px;
}
.gamesInfo .gameBox .descBox .desc_list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #d4d4d4;
  border-radius: 50%;
}
.gamesInfo .gameBox .descBox .desc_list li strong {
  color: #000;
  font-weight: 500;
}
.gamesInfo .gameBox .descBox .game_info_add {
  margin: 10px 0 0 0;
}
.gamesInfo .gameBox .descBox .game_info_add dl {
  display: block;
  margin: 15px 0;
}
.gamesInfo .gameBox .descBox .game_info_add dt {
  display: block;
  color: #111;
  font-size: 1.1em;
  font-weight: 500;
  padding: 5px 0;
}
.gamesInfo .gameBox .descBox .game_info_add dd {
  display: block;
  color: #666;
  font-size: 0.9em;
}
.gamesInfo .gameBox .descBox .winning_rate {
  width: 100%;
}
.gamesInfo .gameBox .descBox .winning_rate .sub_title {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.gamesInfo .gameBox .descBox .winning_rate .rate_box {
  width: 100%;
  background: #f7f7f7;
  padding: 10px 15px;
  border-radius: 10px;
}
.gamesInfo .gameBox .descBox .winning_rate .rate_box li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 0;
}
.gamesInfo .gameBox .descBox .winning_rate .rate_box li:last-child {
  border: none;
}
.gamesInfo .gameBox .descBox .winning_rate .rate_box li p {
  display: inline-block;
  width: 100%;
  color: #414141;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
.gamesInfo .gameBox .descBox .winning_rate .rate_box li p.title {
  color: #000;
  font-size: 0.85em;
  font-weight: 500;
}
.gamesInfo .gameBox .descBox .winning_rate .rate_box li p strong {
}
.gamesInfo .gameBox .game_info {
  position: absolute;
  right: 20px;
  top: 110px;
  width: 30%;
}
.gamesInfo .gameBox .game_info .game_name {
  text-align: right;
  margin-top: -70px;
}
.gamesInfo .gameBox .game_info .game_name img {
  max-width: 250px;
}
.gamesInfo .gameBox .game_info .info_box {
  width: 100%;
  max-width: 775px;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  margin: 17px 0 0 0;
}
.gamesInfo .gameBox .game_info h3 {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0px 0 10px 5px;
}
.gamesInfo .gameBox .game_info .info_summary {
  background: #f9f9f9;
  padding: 17px 12px 20px 12px;
}
.gamesInfo .gameBox .game_info .info_summary ul {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
}
.gamesInfo .gameBox .game_info .info_summary li {
  display: inline-block;
  width: 46.6%;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 7px 3px;
  margin: 3px 1.6%;
}
.gamesInfo .gameBox .game_info .info_summary li .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  margin: 0 auto;
  color: #888;
  font-size: 12px;
  line-height: 1.3;
}
.gamesInfo .gameBox .game_info .info_summary li em {
  color: #a07a43;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 4px 0px 0;
}
.gamesInfo .gameBox .game_info .info_summary li strong {
  display: block;
  color: #0376ba;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.2;
  margin: 2px 0 8px 0;
}
.gamesInfo .gameBox .game_info .info_summary li strong.win {
  padding: 0 5px;
  width: 100%;
}

.gamesInfo .gameBox .game_info .item_box {
  padding: 0 0 25px 0;
  margin: 20px 20px 25px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.gamesInfo .gameBox .game_info .item_box:last-child {
  border: none;
  margin-bottom: 0;
}
.gamesInfo .gameBox .game_info .item_box dl {
  display: block;
}
.gamesInfo .gameBox .game_info .item_box dl > * {
  font-size: 13px;
}
.gamesInfo .gameBox .game_info .item_box dt,
.gamesInfo .gameBox .game_info .item_box dd {
  display: inline-block;
}
.gamesInfo .gameBox .game_info .item_box dt {
  position: relative;
  width: 70%;
  color: #888;
  padding-left: 10px;
}
.gamesInfo .gameBox .game_info .item_box dt:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #d4d4d4;
  border-radius: 50%;
}
.gamesInfo .gameBox .game_info .item_box dd {
  width: 28%;
  color: #000;
  text-align: center;
}

/****************************************************************************/
/**** Media ****/
/****************************************************************************/
.media .inner {
  width: 95%;
  max-width: 1200px;
}
.media .media_list {
  overflow: hidden;
}
.media .media_list a {
  text-decoration: none;
}
.media .media_list .list_item {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 260px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 25px 30px 10px 30px;
  margin: 0 1.5% 30px 1.5%;
  vertical-align: top;
}
.media .media_list .list_item:hover {
  background: #019129;
}
.media .media_list a:hover div > * {
  color: #fff !important;
}
.media .media_list .list_item.windyplan .media_logo {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 130px;
  height: 30px;
  background: url(../../images/media_logo_windyplan.png) no-repeat left bottom;
  background-size: 110px auto;
}
.media .media_list .list_item.wlotto .media_logo {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 130px;
  height: 30px;
  background: url(../../images/media_logo_wlotto.png) no-repeat left bottom;
  background-size: 80px auto;
}
.media .media_list .list_item.wlotto {
  background-size: 140px auto;
}
.media .media_list .list_item .thumb_cont span.date {
  display: block;
  color: #31a90f;
  font-size: 16px;
  margin-bottom: 25px;
}
.media .media_list .list_item .thumb_cont h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
  overflow: hidden;
}
.media .media_list .list_item .thumb_cont p.txt {
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mediaView {
  padding: 0 0 80px 0;
}
.mediaView .imgArea {
  display: block;
  text-align: center;
  margin: 60px auto;
}
.mediaView .view_head {
  overflow: hidden;
  position: relative;
  padding: 30px 35px;
  border: 1px solid #e9e9e9;
  border-left: 0 none;
  border-right: 0 none;
  background-color: #fafafa;
}
.mediaView .view_head h3 {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.mediaView .view_detail {
  font-size: 15px;
  margin: 20px 35px;
}
.mediaView .view_detail strong {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0;
}

.contact {
  margin: 10px 0 40px 0;
}
.contact .sec01 .cs_list {
  display: flex;
  justify-content: space-around;
  margin: 0 100px;
}
.contact .sec01 .cs_list li {
  text-align: center;
}
.contact .sec01 .cs_list li .csimg {
  display: inline-block;
  width: 130px;
  height: 130px;
  padding: 15px;
}
.contact .sec01 .cs_list li .csimg span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.contact .sec01 .cs_list li .csimg.telegram span {
  background: #fae7a8 url(../../images/contact_icon_telegram.png) no-repeat center;
  background-size: 68px 68px;
}
.contact .sec01 .cs_list li .csimg.email span {
  background: #d0f4c9 url(../../images/contact_icon_email.png) no-repeat center;
  background-size: 68px 68px;
}
.contact .sec01 .cs_list li h3 {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin: 10px 0;
}
.contact .sec01 .cs_list li .channel_name,
.contact .sec01 .cs_list li .channel_name a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0 20px 0;
}
.contact .sec02 {
  margin: 60px 20px 120px 20px;
}
.contact .sec02 h3 {
  display: block;
  font-size: 26px;
  font-weight: 500;
}
.contact .sec02 .contact_info {
  margin: 10px 0 0 0;
}
.contact .sec02 .contact_info ul {
  margin: 0 0 60px 0;
  border-top: 1px solid #eaeaea;
}
.contact .sec02 .contact_info ul li {
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 10px;
}

.contact .imgBox {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.contact .imgBox .video_box video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.contact .imgBox .txt_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 98%;
  text-align: center;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.contact .imgBox .txt_box h2.title {
  display: block;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px;
}
.contact .imgBox .txt_box .cs_info {
  display: inline-block;
  width: 500px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  margin: 30px auto 0 auto;
}
.contact .imgBox .txt_box .cs_info .sns_info {
  display: flex;
  justify-content: space-around;
}
.contact .imgBox .txt_box .cs_info .sns_info .txt,
.contact .imgBox .txt_box .cs_info .sns_info .txt a {
  color: #fff;
  font-size: 16px;
}
.contact .imgBox .txt_box .cs_info p.address {
  color: #fff;
  font-size: 13px;
  padding-top: 10px;
  opacity: 0.8;
}

.contWrap {
  width: 100%;
}
.ethicsArea {
  margin: 40px 0 80px 0;
  border-top: 1px solid #333;
}
.ethicsArea .itemBox {
  padding: 120px 0;
}
.ethicsArea .itemBox:nth-child(2) {
  padding: 120px 0 0 0;
}
.ethicsArea .itemBox:nth-child(even) {
  background: #f4f4f4;
}
.ethicsArea .itemBox:nth-child(even) dl {
  flex-flow: row-reverse wrap;
}
.ethicsArea .itemBox dl {
  display: flex;
  align-items: center;
  position: relative;
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
}
.ethicsArea .itemBox:nth-child(2) {
  padding: 60px 0 0 0;
}
.ethicsArea .itemBox dl dt {
  position: relative;
  width: calc(25% + 110px);
  text-align: center;
}
.ethicsArea .itemBox dl dt .imgs {
  display: flex;
  align-items: center;
  width: 170px;
  height: 170px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.ethicsArea .itemBox:nth-child(odd) dl dt .imgs {
  background: #f7f7f7;
}
.ethicsArea .itemBox dl dt .imgs span {
  display: block;
  width: 100%;
  text-align: center;
}
.ethicsArea .itemBox dl dd {
  width: calc(75% - 110px);
}
.ethicsArea .itemBox dl dd h3 {
  display: block;
  color: #111;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.ethicsArea .itemBox dl dd .text {
  color: #666;
  font-size: 0.95em;
}
.ethicsArea .itemBox .desc_box {
  background: #1a9434;
  padding: 80px 0;
  margin-top: 120px;
}
.ethicsArea .itemBox .desc_box ul {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ethicsArea .itemBox .desc_box ul li {
  display: inline-block;
  width: 28%;
  min-height: 300px;
  background: #fff;
  padding: 25px 30px 30px 30px;
  border-radius: 15px;
  margin: 0 2.4%;
  vertical-align: top;
}
.ethicsArea .itemBox .desc_box ul li span {
  display: inline-block;
  width: 56px;
  height: 56px;
}
.ethicsArea .itemBox .desc_box ul li:nth-child(1) span {
  background: url(../../images/ethics_icon0201.png) no-repeat;
  background-size: 56px 56px;
}
.ethicsArea .itemBox .desc_box ul li:nth-child(2) span {
  background: url(../../images/ethics_icon0202.png) no-repeat;
  background-size: 56px 56px;
}
.ethicsArea .itemBox .desc_box ul li:nth-child(3) span {
  background: url(../../images/ethics_icon0203.png) no-repeat;
  background-size: 56px 56px;
}
.ethicsArea .itemBox .desc_box ul li h3 {
  display: block;
  color: #111;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0 20px 0;
}
.ethicsArea .itemBox .desc_box ul li .desc {
  color: #666;
  font-size: 0.95em;
  line-height: 1.4;
}
.ethicsArea .ethicsMsg {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 120px auto 30px auto;
}
.ethicsArea .ethicsMsg h1 {
  color: #000;
  font-size: 4.2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: -2px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 30px 0;
  margin-bottom: 10px;
}
.ethicsArea .ethicsMsg h3 {
  position: relative;
  display: block;
  color: #666;
  font-size: 1em;
  background: url(../../images/icon_quotes.png) no-repeat left top;
	background-size: 90px 90px;
  padding: 40px 50px 0 50px;
}
.ethicsArea .ethicsMsg h3 strong {
  display: block;
  font-size: 1.2em;
  color: #111;
  font-weight: 500;
  text-align: center;
  padding: 0 0 8px 0;
}
.ethicsArea .ethicsMsg .btn_box {
  text-align: center;
  margin: 40px 0 0 0;
}
.ethicsArea .ethicsMsg .btn_box a {
  display: inline-block;
  min-width: 250px;
  line-height: 38px;
  color: #777;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  padding: 0 30px;
}
.ethicsArea .ethicsMsg .btn_box a:hover {
  color: #111;
}
.career .inner {
  width: 98%;
  margin: 30px auto;
}
.career .tabMenu {
  display: block;
  text-align: center;
  margin: 20px auto 60px auto;
}
.career .tabMenu a:hover .tab {
  color: #111;
  border: 1px solid #191919;
  transition: ease-in-out 0.3s;
}
.career .tabMenu .tab {
  display: inline-block;
  min-width: 220px;
  line-height: 30px;
  color: #414141;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  padding: 6px 10px;
  margin: 0 5px;
  transition: ease-in-out 0.3s;
}
.career .tabMenu .tab.on {
  color: #fff;
  font-weight: 500;
  background: #191919;
}
.career .person_list {
  display: block;
  text-align: center;
}
.career .person_list .list_item {
  display: inline-block;
  width: 45%;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 40px 30px 30px 30px;
  margin: 0 2% 60px 2%;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.career .person_list .list_item .thumb_cont {
  display: block;
  padding: 0 10px;
}
.career .person_list .list_item .thumb_cont .imgs {
  display: block;
  text-align: center;
}
.career .person_list .list_item .thumb_cont .txt_box {
  display: block;
  min-height: 180px;
  text-align: left;
  padding: 0px 0 0 0px;
}
.career .person_list .list_item .thumb_cont .txt_box h3 {
  color: #111111;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.5px;
  padding-bottom: 10px;
}
.career .person_list .list_item .thumb_cont .txt_box p.desc {
  color: #777;
  font-size: 0.9em;
  line-height: 1.4;
}
.career .career_list {
  display: block;
}
.career .career_list .list_item {
  width: 96%;
  margin: 0 2%;
}
.career .career_list .list_item > a {
  text-decoration: none;
}
.career .career_list .list_item .title_box {
  display: block;
  border-top: 1px solid #d4d4d4;
  padding: 30px 25px 30px 25px;
}
.career .career_list .list_item .title_box:hover {
  background: #f9f9f9;
}
.career .career_list .list_item .title_box > * {
  display: inline-block;
  vertical-align: middle;
}
.career .career_list .list_item .title_box .category {
  width: 15%;
  color: #888;
  font-size: 15px;
}
.career .career_list .list_item .title_box h3.title {
  width: auto;
  color: #111;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.career .career_list .list_item .title_box small {
  float: right;
  color: #888;
  font-size: 0.8em;
}
.career .career_list .list_item.on .title_box > * {
  color: #019129 !important;
}
.career .career_list .list_item .career_view {
  display: none;
  position: relative;
  width: 96%;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 20px 20px 30px 20px;
  margin: 20px auto 80px auto;
}
.career .career_list .list_item .career_view .btn_close {
  content: '';
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 35px;
}
.career .career_list .list_item .career_view .btn_close span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../images/icon_close.png) no-repeat center;
  background-size: 40px 40px;
}
.career .career_list .list_item .career_view .view_head {
  border-bottom: 1px solid #191919;
  padding: 20px 0 20px 10px;
}
.career .career_list .list_item .career_view .view_head h3 {
  display: block;
  color: #000;
  font-size: 45px;
  font-weight: 600;
  font-family: 'Lato';
  text-transform: uppercase;
}
.career .career_list .list_item .career_view .view_head h3 em {
  display: inline-block;
  color: #888;
  font-size: 18px;
  font-family: 'Lato';
  font-style: normal;
  margin-left: 10px;
}
.career .career_list .list_item .career_view .view_head .txt_tag {
  display: block;
  margin: 20px 0 20px 0px;
}
.career .career_list .list_item .career_view .view_head .txt_tag .tag {
  display: inline-block;
  width: auto;
  line-height: 30px;
  font-size: 13px;
  padding: 0 15px;
  background: #eeeeee;
  border-radius: 25px;
  margin: 0 5px 10px 0;
}
.career .career_list .list_item .career_view .view_cont {
  margin: 50px 10px 40px 10px;
}
.career .career_list .list_item .career_view .view_cont dl {
  display: block;
  margin: 0 0 50px 0;
}
.career .career_list .list_item .career_view .view_cont dl.txt_box {
  display: block;
}
.career .career_list .list_item .career_view .view_cont dl.txt_box dt.title {
  color: #111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 15px;
}
.career .career_list .list_item .career_view .view_cont dl.txt_box dd.sub_title {
  display: block;
  width: 100%;
  color: #019129;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  padding: 15px 0 15px 0;
}
.career .career_list .list_item .career_view .view_cont dl.txt_box dd.bul {
  position: relative;
  display: block;
  color: #666;
  font-size: 0.9em;
  padding-left: 10px;
  margin-bottom: 8px;
}
.career .career_list .list_item .career_view .view_cont dl.txt_box dd.bul:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #d4d4d4;
  border-radius: 50%;
}

/*  POPUP  */
.modal_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 530px;
  height: 760px;
  z-index: 1000;
}
.modal_wrap .img_box {
  background: #fff;
  padding: 10px;
  font-size: 0;
}
.modal_wrap .img_box img {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.modal_wrap .btn_pop_close {
  position: absolute;
  display: inline-block;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
}
.modal_wrap .btn_pop_close span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../images/icon_pop_close.png) no-repeat center;
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/

@media screen and (max-width: 979px) {
  .header {
  }
  .header .container {
    height: 66px;
    padding: 10px 15px;
    background-color: rgb(255, 255, 255);
  }
  .header.btn_scroll .container {
    height: 55px;
  }
  .header .logo {
    width: 100px;
    height: 29px;
  }
  .header .logo a {
    width: 100px;
    height: 29px;
    background: url(../../images/logo.png) no-repeat left center;
    background-size: 90px auto;
  }
  .header.btn_scroll .logo a {
    width: 95px;
    height: 29px;
  }
  .header .topnav {
    margin-right: 0px;
  }
  .header .topnav .navbar {
    margin-right: 0;
  }
  .header .topnav .navbar li {
    margin-right: 27px;
  }
  .header .topnav .navbar li a {
    font-size: 0.925em;
  }
  .header .langBox {
    right: 10px;
    margin-left: 20px;
  }
  .header .langBox .lang li.active {
  }
  .header .topnav .nav_icon {
    top: 27px;
    right: 22px;
  }
  #offcanvas1 {
  }
  .offcanvas1-contents {
  }
  .offcanvas1-contents .offcanvas1-a {
    font-size: 50px;
  }
  .offcanvas1-contents .offcanvas1-a::before {
    bottom: 15px;
    height: 12px;
  }
  .offcanvas2-contents .company_info p.email {
    margin-bottom: 30px;
  }
  .offcanvas2-contents .company_info p.tel {
    font-size: 20px;
  }
  .offcanvas2-contents .company_info p.address {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .allnav .closebtn {
    right: 15px;
  }
  .offcanvas2-contents .closebtn {
  }
  #footer {
    padding: 20px 0 0 0;
  }
  #footer .inner {
    width: 100%;
    padding: 0 25px;
  }
  .footer .ft_left .ft_logo {
    display: none;
  }
  .footer .ft_links {
    text-align: center;
  }
  .footer .inner .ftBox {
    display: block;
    justify-content: center;
    margin: 15px 0 0 0;
  }
  .footer .ft_info {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
  }
  #footer #ft_partners {
    margin: 15px auto 20px auto;
  }
  iframe.ft_iframe {
    min-height: 230px;
    padding: 0 0 0px 0;
  }

  /**** Common(979) ****/
  .subWrap .inner {
    width: 100%;
  }
  .subWrap .sub_title h3 {
    font-size: 2em;
    letter-spacing: -0.5px;
  }
  .container_sub .sub_top_title {
    position: relative;
    width: 96%;
    height: 100vh;
    background: #fff;
    z-index: 3;
  }
  .sub_top_title h1 {
    font-size: 3.6em;
  }
  .sub_top_title h2 {
    font-size: 2.4em;
    line-height: 1.1;
  }
  .sub_top_title h3 {
    font-size: 1.2em;
  }
  .sub_top_title .vertical_line {
    width: 100%;
    margin: 40px 0 0px 0;
  }
  .sub_top_title .vertical_line span {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 70px;
    background: #d4d4d4;
    margin: 0 auto;
  }
  .container_sub .sub_top_title.cont h1 {
    font-size: 48px;
  }
  .container_sub .sub_top_title.cont h3 {
    font-size: 1.2em;
  }
  .subWrap .sub_title {
    padding: 0 0px;
    width: 96%;
    margin: 0 auto;
  }
  .subWrap .sub_title h2 {
    font-size: 2.2em;
  }
  .subWrap .sub_title h2 img {
  }
  .subWrap .sub_title h1 {
    font-size: 2em;
    line-height: 1.2;
  }
  .subWrap .sub_title h4 {
    font-size: 1em;
  }

  .main_sec .title h2 {
    font-size: 2.2em;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }
  .main_sec.visual {
    height: 600px;
    min-height: 600px;
		margin-top: 66px;
  }
  .main_sec.visual .txt_box {
    padding-left: 7%;
  }
  .main_sec.visual .txt_box h1 {
    font-size: 4.8rem;
  }
  .main_sec.serviceItem {
    padding: 50px 0 20px 0;
  }
	.main_sec.serviceItem .txt_box h2 {
    font-size: 90px;
		line-height: 98%;
  }
	.main_sec.serviceItem .txt_box h3 {
		font-size:18px;
	}
  .main_sec.serviceItem .txt_box h5 {
		font-size:15px;
	}
  .main_sec.serviceItem .itemList {
    margin: 40px 0 0 0;
  }
  .main_sec.serviceItem .itemList ul li {
    width: 47%;
    height: auto;
		min-height: 200px;
		margin: 0 1% 20px 1%;
  }
  .main_sec.serviceItem .itemList ul li h3 {
		font-size:26px;
    margin: 0 auto 5px auto;
  }
  .main_sec.cont .box dl {
    display: block;
    width: 100%;
		padding: 80px 0;
  }
  .main_sec.cont .box dt {
    position: relative;
    width: 100%;
    text-align: center;
  }
	.main_sec.cont .box dt .img_box {
		width:92%;
		margin:0 auto;
	}
	.main_sec.cont .box dt .img_box img {
		width: auto;
		max-width: unset;
		max-height: 400px;
	}
  .main_sec.cont .box dd {
    width: 100%;
    padding: 0 25px;
  }
  .main_sec.cont .box:nth-child(3) .imgBox .gameImg_case {
    margin: 0 auto;
  }
  .main_sec.cont .box dd .title {
    margin: 40px 0 20px 0;
  }
	.main_sec.cont .box dd .title span {
		margin-bottom:10px;
	}
  .main_sec.cont .box dd .title h2 {
    font-size:40px;
  }
  .main_sec.cont .box dd .title p.text {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
	.main_sec.cont .box dd .hashtag {
		margin-top:30px;
	}
	.main_sec.cont .box dd .hashtag .tag_list {
		overflow: hidden;
	}
	.main_sec.cont .box dd .hashtag .tag_list li {
    display:inline-block;
		margin:0 7px 0 0;
	}
	.main_sec.cont .box dd .hashtag .tag_list .txt {
		width: auto;
		min-width: 150px;
		font-size: 14px;
		padding: 0 10px 0 15px;
	}
	.main_sec.cont .box.anyone dt {
		width:100%;
		margin:30px 0 0 0;
	}
	.main_sec.cont .box.anyone dt .imgBox {
		width: 400px;
    margin: 0 auto;
	}
	.main_sec.cont .box.anyone dd {
		width:100%;
	}
	.main_sec.cont .box.anyone dd .title {
		margin:40px 0 20px 8%;
	}
  .main_sec.numbering {
    padding: 50px 0;
  }
  .main_sec.numbering .itemList ul li {
    width: 29%;
		min-height: 180px;
    margin: 0 1.5%;
  }
  .main_sec.numbering .itemList ul li h3 {
    font-size: 1em;
  }
  .main_sec.numbering .itemList ul li .number {
    width: 150px;
    height: 58px;
    font-size: 40px;
    background-size: 150px 22px;
    padding: 0 0 0 0px;
  }
  .main_sec.numbering .itemList ul li:nth-child(2) .number {
    padding: 0 0 0 0px;
  }
  .main_sec.numbering .itemList ul li .number strong {
    font-size: 46px;
  }
  .main_sec.numbering h2 {
    font-size: 2em;
    margin-bottom: 40px;
  }
  .main_sec.numbering .itemList ul li .number:before {
    height: 28px;
    background: url(../../images/main_numbering_arrowbg_on.png) no-repeat left bottom;
    background-size: 150px 22px;
  }
  .main_sec.security {
    padding: 40px 0 50px 0;
  }
  .main_sec.security .itemList ul:before {
    width: 60%;
  }
  .main_sec.security .itemList ul li {
    margin: 0 2%;
  }
  .main_sec.security .itemList {
    margin: 50px 0 0 0;
  }
  .main_sec.security .itemList ul li .icon span {
    width: 70px;
    height: 70px;
  }
  .main_sec.security .itemList ul li:nth-child(1) .icon span,
  .main_sec.security .itemList ul li:nth-child(2) .icon span,
  .main_sec.security .itemList ul li:nth-child(3) .icon span {
    background-size: 70px 70px;
  }
  .main_sec.security .itemList ul li strong {
    font-size: 14px;
    margin-top: 10px;
  }
  .about .sec01 {
    padding: 70px 13px 20px 13px;
  }
  .about .sec01 .imgBox {
    width: 100%;
    max-width: 800px;
    height: 100vh;
    max-height: 800px;
    background: url(../../images/about_sec01_bg.png) no-repeat center;
    background-size: 100%;
    margin: 20px auto 0 auto;
  }
  .about .sec01 .imgBox .title {
    width: 250px;
    height: 250px;
  }
  .about .sec01 .imgBox .title span {
    font-size: 2em;
  }
  .about .sec01 .imgBox .item {
    width: 240px;
    height: 240px;
    padding: 10px 10px 5px 10px;
  }
  .about .sec01 .imgBox .item .icon {
    width: 76px;
    height: 76px;
  }
  .about .sec01 .imgBox .item:nth-child(1) .icon,
  .about .sec01 .imgBox .item:nth-child(2) .icon,
  .about .sec01 .imgBox .item:nth-child(3) .icon,
  .about .sec01 .imgBox .item:nth-child(4) .icon {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
  }
  .about .sec01 .imgBox .item strong {
    font-size: 1.3em;
    padding: 2px 2px 10px 2px;
  }
  .about .sec01 .imgBox .item p.txt {
    font-size: 0.9em;
  }
  .about .sec01 .imgBox .item:nth-child(1),
  .about .sec01 .imgBox .item:nth-child(2),
  .about .sec01 .imgBox .item:nth-child(3),
  .about .sec01 .imgBox .item:nth-child(4) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @keyframes company01 {
    0% {
    }
    70% {
      top: 25%;
      left: 24%;
    }
    100% {
      top: 25%;
      left: 24%;
    }
  }
  @keyframes company02 {
    0% {
    }
    70% {
      top: 25%;
      left: 76%;
    }
    100% {
      top: 25%;
      left: 76%;
    }
  }
  @keyframes company03 {
    0% {
    }
    70% {
      top: 75%;
      left: 24%;
    }
    100% {
      top: 75%;
      left: 24%;
    }
  }
  @keyframes company04 {
    0% {
    }
    70% {
      top: 75%;
      left: 76%;
    }
    100% {
      top: 75%;
      left: 76%;
    }
  }
  .about .sec02 {
    padding: 50px 0 40px 0;
  }
  .about .sec02 .itemBox .item {
    padding: 0 20px;
  }
  .about .sec02 .itemBox .item dl {
    padding: 20px 0;
  }
  .about .sec02 .itemBox .item dt {
    width: 100%;
    max-width: 280px;
  }
  .about .sec02 .itemBox .item dt img {
    width: 280px;
    height: auto;
  }
  .about .sec02 .itemBox .item dd {
    width: 50%;
  }
  .about .sec02 .itemBox .item .title span {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .about .sec02 .itemBox .item .title h3 {
    font-size: 1.3em;
    letter-spacing: -0.5px;
  }
  .about .sec02 .itemBox .item .title p.text {
    font-size: 0.95em;
    margin: 15px 0 0 0;
  }
  .about .sec02 .certificate {
    padding: 0 0 20px 0;
    margin: 0;
  }
  .about .sec02 .certificate li {
    margin: 0 1% 20px 1%;
  }
  .about .sec02 .certificate li .imgs {
    padding: 5px;
  }
  .about .sec02 .certificate li .imgs img {
    width: 140px;
  }

  .about .sec03 {
    padding: 50px 0 30px 0;
  }
  .about .sec03 .partnerBox {
    margin: 40px 0 0 0;
  }
  .about .sec03 .partnerBox .partner_list li {
    float: unset;
    width: 90%;
    height: auto;
    min-height: 160px;
    max-width: 700px;
    padding: 20px 20px 20px 30px;
    margin: 0 auto 30px auto;
  }
  .about .sec03 .partnerBox .partner_list li .imgs {
    width: 40%;
  }
  .about .sec03 .partnerBox .partner_list li .info_box {
    width: 65%;
  }
  .about .sec04 {
    margin: 0px 0 0 0;
    padding: 50px 25px 0 25px;
  }
  .about .sec04 .historyWrap .title_box {
    margin: 20px 0;
  }
  .about .sec04 .historyWrap .title_box h3 {
    font-size: 1.6em;
  }
  .about .sec04 .historyWrap .title_box h5 {
    font-size: 1em;
  }
  .about .sec04 .historyWrap .historyBox {
    padding-bottom: 40px;
  }
  .about .sec04 .historyBox .imgs {
    margin-right: 20px;
  }
  .about .sec04 .historyBox .imgs img {
    width: 100%;
    max-width: 400px;
  }
  .about .sec04 .historyBox .history_list {
    width: 44%;
    margin-left: 20px;
  }
  .about .sec04 .historyBox .history_list .line {
    left: 0;
    top: 10px;
    height: calc(100% - 70px);
  }
  .about .sec04 .historyBox .history_list dl {
    padding-bottom: 20px;
  }
  .about .sec04 .historyBox .history_list dl dt {
    font-size: 1.6em;
  }
  .about .sec04 .historyBox .history_list dl dt:after {
    top: 10px;
  }
  .about .sec04 .historyBox .history_list dl dd {
    font-size: 0.9em;
  }
  .platform .sec_rng {
  }
  .platform .sec_rng .sub_title h1 {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
  .platform .sec_rng .sub_title h4 {
    font-size: 1em;
  }
  .platform .sec_rng .videoWrap {
    margin: 60px 0 0px 0;
  }
  .platform .sec_rng .video_box {
    width: 630px;
    height: auto;
    background-size: 630px 391px;
    text-align: center;
    padding: 22px 55px 0 55px;
    margin: 40px auto 0px auto;
  }
  .platform .sec_rng .video_box video {
    width: 100%;
    height: 295px;
  }
  .platform .sec_rng .videoWrap .btn_box .btn_more {
    min-width: 150px;
    margin: 0 3px 3px 3px;
  }
  .platform .sec_rng .video_box .maskBox {
    top: 20px;
    left: 53px;
    width: 523px;
    height: 295px;
    border-radius: 2px;
    overflow: hidden;
  }
	
  .platform .sec_rng .icon_box .item {
    width: 20%;
    margin: 0 10px;
  }
  .platform .sec_rng .icon_box {
    width: 90%;
		margin: 40px auto 0 auto;
  }
  .platform .sec_rng .icon_box ul:before {
    height: 200px;
  }
  .platform .sec_rng .icon_box li {
    margin: 0 auto 30px auto;
  }
  .platform .sec_rng .icon_box .item .icons {
    width: 95px;
    height: 95px;
  }
  .platform .sec_rng .icon_box .item .icons img {
    width: 75px;
  }
  .platform .sec_rng .icon_box .item strong {
    font-size: 13px;
    height: 60px;
		margin-top:8px;
  }
  .platform .sec_rng .sub_txt {
    font-size: 13px;
  }
  .platform .sec01 {
    padding: 100px 0 60px 0;
  }
  .platform .sec01 .inner {
    width: 98%;
    margin: 0 auto;
  }
  .platform .sec01 .wlottoBox {
    flex-flow: column-reverse;
    background: none;
    padding: 0px 0 0 0;
    margin: 0px auto 30px auto;
  }
  .platform .sec01 .sub_title h1 {
    font-size: 2.2rem;
    padding: 0 0 35px 0;
  }
  .platform .sec01 .wlottoBox .img_box {
    width: 100%;
  }
  .platform .sec01 .wlottoBox .img_box .wlotto_img_box {
    margin: 0 auto;
		scale: 0.85;
  }
  .platform .sec01 .wlottoBox .icon_box {
    width: 100%;
    margin: -15px 0 0 0;
  }
  .platform .sec01 .wlottoBox .icon_box .item {
    width: auto;
    width: 32%;
    max-width: 165px;
    margin: 0 5px;
  }
  .platform .sec01 .wlottoBox .icon_box .item .icons {
  }
	.platform .sec01 .wlottoBox .icon_box .item .icons img {
		width:70px;
	}
  .platform .sec02 .sub_title h1 {
    font-size: 2.4rem;
    padding-bottom: 35px;
  }
  .platform .sec02 .iconBox {
		width:96%;
		background: none;
    margin: 50px auto 0px auto;
  }
  .platform .sec02 .iconBox ul li {
    width: 46%;
    border: 1px solid #eaeaea;
		background: #fff;
    padding: 10px 10px;
    margin: 0 1.6% 15px 1.6%;
  }
  .platform .sec02 .iconBox ul li:nth-child(3),
  .platform .sec02 .iconBox ul li:nth-child(6) {
    border: 1px solid #eaeaea;
  }
  .platform .sec04 {
    padding: 20px 0 40px 0;
  }
	.platform .sec04 .sub_title {
		width:100%;
		padding: 120px 20px;
	}
	.platform .sec04 .sub_title h1 {
		font-size:42px;
	}
  .platform .sec04 .imgBox {
    margin: 40px 0 40px 0;
  }
  .platform .sec04 .itemBox {
    height: 800px;
    margin: 0;
  }
  .platform .sec04 .itemBox .item {
    width: 220px;
    height: 220px;
    padding: 5px 0 0 0;
  }
  .platform .sec04 .itemBox .item:nth-child(1) {
    top: 130px;
    left: 10px;
  }
  .platform .sec04 .itemBox .item:nth-child(2) {
    top: -30px;
  }
  .platform .sec04 .itemBox .item:nth-child(3) {
    top: 110px;
  }
  .platform .sec04 .itemBox .item:nth-child(4) {
    top: 260px;
    left: 38%;
  }
  .platform .sec04 .itemBox .item:nth-child(5) {
    top: 460px;
    left: 20%;
  }
  .platform .sec04 .imgBox img {
    width: 95%;
  }
  .platform .sec04 .itemBox .item .icon {
    width: 80px;
  }
  .platform .sec04 .itemBox .item .icon span {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  .platform .sec04 .itemBox .item .icon span img {
    width: 75px;
    height: auto;
  }
  .platform .sec04 .imgBox .txt_box {
    font-size: 1.1em;
    padding: 25px 30px;
  }
  .platform .sec04 .itemBox .item .txt_box {
    padding: 0px 5px 0 5px;
  }
  .platform .sec04 .itemBox .item .txt_box strong {
    font-size: 1em;
    line-height: 1.2;
  }
  .platform .sec04 .itemBox .item .txt_box p.txt {
    font-size: 0.8em;
  }
  .games .sub_title {
    margin: 0 auto 20px 30px;
  }
  .games .sec01 {
    padding: 60px 0 40px 0;
  }
  .games .gamelistBox {
    padding: 0 5px;
  }
  .games .game_list {
    display: block;
  }
  .games .game_list li {
    display: inline-block;
    width: 43.5%;
    height: 440px;
    background: #fff;
    padding: 13px 13px 20px 13px;
    margin: 0 3% 25px 3%;
  }
  .games .game_list li .imgs img {
    width: 100%;
    max-width: 140px;
  }
  .games .game_list li .game_info .desc {
    padding: 0 0 0 5px;
  }
  .games .game_list li .game_info h2 {
    font-size: 2.1em;
  }
  .games .game_list li .game_info h2 em {
    font-size: 18px;
  }
  .games .game_list.instants li .imgs img {
    width: 100%;
    max-width: 100%;
  }
  .games .sec03 {
    padding: 60px 0 40px 0;
  }
  .games .sec03 .game_list {
    width: 100%;
  }
  .games .sec02,
  .games .sec04 {
    padding: 50px 0 40px 0;
  }

  .gamesInfo .infoWrap {
    width: 95%;
    padding: 25px 30px 15px 30px;
    margin: 0 auto;
  }
  .gamesInfo .info_top {
    flex-flow: column;
    width: 100%;
  }
  .gamesInfo .info_top h3 {
    display: block;
    width: 100%;
  }
  .gamesInfo .info_top h3 img {
    width: 85px;
  }
  .gamesInfo .info_top .tab_menu {
    width: 100%;
    text-align: left;
  }
  .gamesInfo .info_top .tab_menu a {
    line-height: 32px;
    padding: 0 10px;
  }
  .gamesInfo .gameBox {
    flex-flow: column;
    width: 100%;
  }
  .gamesInfo .gameBox .game_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .gamesInfo .gameBox .game_img img {
    width: 100%;
    max-width: 775px;
  }
  .gamesInfo .gameBox .game_cont {
    flex-flow: column-reverse;
  }
  .gamesInfo .gameBox .game_info {
    position: relative;
    width: 100%;
    top: 50px;
    right: 0;
    margin: 0 auto 50px auto;
  }
  .gamesInfo .gameBox .game_info .game_name {
    position: absolute;
    right: 20px;
    top: -50px;
    width: 100%;
    max-width: 600px;
    text-align: right;
    margin: 0px auto 10px auto;
  }
  .gamesInfo .gameBox .game_info .info_box {
    width: 100%;
    margin: 0 auto;
  }
  .gamesInfo .gameBox .game_info .game_name img {
    width: 220px;
  }
  .gamesInfo .gameBox .descBox {
    display: block;
    margin: 40px 0 20px 0;
  }
  .gamesInfo .gameBox .descBox h3.title {
    font-size: 1.4em;
  }
  .gamesInfo .gameBox .descBox .winning_rate .sub_title {
    padding: 0;
  }

  .media .inner {
    width: 100%;
  }
  .media .media_list .list_item {
    width: 30.6%;
    height: 260px;
    padding: 20px 15px 10px 15px;
    margin: 0 1% 30px 1%;
  }
  .media .media_list .list_item.windyplan .media_logo {
    left: 15px;
    bottom: 15px;
    width: 130px;
    height: 30px;
    background: url(../../images/media_logo_windyplan.png) no-repeat left bottom;
    background-size: 90px auto;
  }
  .media .media_list .list_item.wlotto .media_logo {
    left: 15px;
    bottom: 15px;
    width: 130px;
    height: 30px;
    background: url(../../images/media_logo_wlotto.png) no-repeat left bottom;
    background-size: 70px auto;
  }
  .media .media_list .list_item .thumb_cont span.date {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .media .media_list .list_item .thumb_cont h3 {
    font-size: 16px;
    -webkit-line-clamp: 4;
  }
  .contact .imgBox {
    height: 400px;
  }
  .contact .imgBox .txt_box h2.title {
    font-size: 36px;
  }

  .ethicsArea .itemBox {
    padding: 60px 0;
  }
  .ethicsArea .itemBox:nth-child(2) {
    padding: 60px 0 0 0;
  }
  .ethicsArea .itemBox dl dt {
    position: relative;
    width: calc(25% + 50px);
    text-align: center;
  }

  .ethicsArea .itemBox dl dd {
    width: calc(75% - 50px);
  }
  .ethicsArea .itemBox dl dt .imgs {
    width: 130px;
    height: 130px;
		margin: 0 auto 30px auto;
  }
  .ethicsArea .itemBox dl dt .imgs img {
    width: 90px;
  }
  .ethicsArea .itemBox .desc_box {
    padding: 40px 0 40px 0;
    margin-top: 80px;
  }
  .ethicsArea .itemBox .desc_box ul li {
    width: 96%;
    min-height: auto;
    margin: 0 2% 40px 2%;
  }
  .ethicsArea .itemBox .desc_box ul li:last-child {
    margin-bottom: 0;
  }
  .ethicsArea .itemBox .desc_box ul li h3 {
    margin: 5px 0 10px 0;
  }
  .ethicsArea .ethicsMsg {
    padding: 0 20px;
    margin: 80px auto 30px auto;
  }
  .ethicsArea .ethicsMsg h1 {
    font-size: 3em;
		letter-spacing: -0.5px;
    line-height: 1.2;
  }
  .ethicsArea .ethicsMsg h3 {
    padding: 20px 40px 0 40px;
    background-size: 80px 80px;
  }
  .career .person_list .list_item .thumb_cont .txt_box h3 {
    font-size: 2em;
  }
  .career .career_list .list_item .title_box {
    padding: 30px 15px;
  }
  .career .career_list .list_item .title_box .category {
    width: 23%;
  }
  .career .career_list .list_item .title_box h3.title {
    font-size: 1.4em;
  }
  .career .career_list .list_item .career_view .btn_close span {
    background-size: 35px 35px;
  }
  .career .career_list .list_item .career_view .view_head h3 {
    font-size: 2.1em;
  }

  .modal_wrap {
    width: 65%;
    max-width: 530px;
  }
  .modal_wrap img {
    width: 100%;
    height: fit-content;
  }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/

@media screen and (max-width: 640px) {
  .header .container {
    min-width: 320px;
    height: 56px;
    padding: 5px 15px;
    /*box-shadow: 1px 2px 10px rgba(0,0,0,0.1);*/
  }
  .header .logo {
    width: 90px;
    height: 27px;
  }
  .header .topnav .navbar {
    display: none;
  }

  .header .langBox {
    top: -13px;
    right: -20px;
  }
  .header .langBox .lang li.active {
  }
  .header.btn_scroll .topnav .nav_icon {
    top: 18px;
  }
  .allnav {
    display: flex;
    flex-direction: column;
  }
  .header .topnav {
    margin-right: 40px;
  }
  .header .topnav .nav_icon {
    top: 19px;
    right: 17px;
  }
  .offcanvas1-contents {
    position: unset;
    top: 0;
    transform: none;
    padding: 50px 0 0 5%;
  }
  .offcanvas1-contents .offcanvas1-a {
    text-decoration: none;
    font-size: 32px;
    margin-bottom: 5px;
  }
  .offcanvas1-contents .offcanvas1-a::before {
    bottom: 9px;
    height: 10px;
  }
  #offcanvas2 {
    height: 40%;
    bottom: 0;
    top: unset;
  }
  #offcanvas2.mnav {
    width: 100% !important;
  }
  .offcanvas2-contents .infoBox {
    position: unset;
    top: 50%;
    transform: none;
    padding: 50px 0 0 5%;
  }
  .offcanvas2-contents .company_info {
    font-size: 16px;
  }
  .offcanvas2-contents .company_info p.tel {
    font-size: 16px;
  }
  .offcanvas2-contents .company_info p.email {
    margin-bottom: 30px;
  }
  .offcanvas2-contents .company_info p.address {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #offcanvas2 .closebtn {
    display: none;
  }
  .closebtn.closebtn_top {
    font-size: 40px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    position: absolute;
    top: -5px;
    right: 10px;
    transition: all 0.3s ease 0s;
  }
  .container_sub {
    min-width: 320px;
    margin-top: 60px;
  }

  .container_sub .sub_top_title {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 3;
    margin-top: -56px; /* header height*/
  }

  @keyframes topTitle {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -100vh;
    }
  }
  .container_sub .sub_top_title.cont {
    position: unset;
    height: auto !important;
    padding: 70px 15px 25px 15px;
    animation-play-state: paused;
  }
	.container_sub .sub_top_title.cont h2 {
		font-size: 34px;
	}
  .sub_top_title h1 {
    font-size: 2.6em;
  }
  .sub_top_title h3 {
    font-size: 1em;
  }
  .sub_top_title h5 {
    font-size: 0.9em;
  }
  .sub_top_title .vertical_line {
  }
  .sub_top_title .vertical_line span:after {
    animation: lineani 0.4s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.1s;
  }
  @keyframes lineani {
    0% {
      height: 0%;
    }
    70% {
      height: 100%;
    }
    100% {
      height: 100%;
    }
  }
  .container_sub .sub_top_title.cont h1 {
    font-size: 34px;
  }
  .container_sub .sub_top_title.cont h3 {
    font-size: 1em;
    line-height: 1.3;
  }
  .subWrap .sub_title h1 {
    font-size: 1.8em;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .subWrap .sub_title h2 {
    font-size: 1.8em;
  }
  .subWrap .sub_title h2 img {
    width: 200px;
  }
  .subWrap .sub_title h3 {
    font-size: 1.4em;
  }
  .subWrap .sub_title h4 {
    font-size: 14px;
  }
  .subWrap .sub_title h5 {
    font-size: 14px;
  }

  .main_sec .inner {
    padding: 0 13px;
  }
  .main_sec .title h3 {
    font-size: 0.85em;
  }
  .main_sec.visual {
    height: 400px;
    min-height: 400px;
		margin-top: 56px;
  }
  .main_sec.visual .txt_box {
    padding-left: 5%;
  }
  .main_sec.visual .txt_box h1 {
    font-size: 3rem;
  }
  .main_sec.serviceItem {
    padding: 35px 0 10px 0;
  }
  .main_sec.serviceItem .txt_box h2 {
    font-size:50px;
		letter-spacing: 0;
		line-height: 1;
  }
  .main_sec.serviceItem .txt_box h3 {
    font-size: 16px;
		margin: 20px 0 0px 0;
  }
  .main_sec.serviceItem .txt_box h5 {
    font-size: 13px;
    color: #666;
		margin: 20px 0 0 0;
  }
	.main_sec.serviceItem .line {
		margin: 40px 0 20px 0;
	}
  .main_sec.serviceItem .itemList ul li .service_icon {
		width: 64px;
    height: 64px;
		border: 1px solid #333;
    margin: 0 auto 8px auto;
		background-size: 48px 48px !important;
  }
  .main_sec.serviceItem .itemList {
    margin: 20px 0 20px 0;
  }
  .main_sec.serviceItem .itemList ul li {
    width: 48%;
		min-height: 150px;
		padding: 0 7px;
		margin: 0 0.2% 25px 0.2%;
  }

  .main_sec.serviceItem .itemList ul li h3 {
    font-size: 18px;
  }
  .main_sec.serviceItem .itemList ul li p.text {
    font-size: 13px;
    line-height: 1.1;
  }
  .main_sec.cont .box {
  }
  .main_sec.cont .box dl {
    padding: 40px 0;
  }
  .main_sec.cont .box dt img {
    width: 243px;
    height: 422px;
  }
	.main_sec.cont .box dt .img_box {
		width:95%;
		max-height: 350px;
		margin: 0 auto;
		overflow: hidden;
	}
	.main_sec.cont .box dt .img_box img {
		width:95%;
	}
  .main_sec.cont .box dd .title span {
    font-size: 0.95em;
    margin-bottom: 15px;
  }
  .main_sec.cont .box dd .title {
    margin: 25px 0 10px 0;
  }
  .main_sec.cont .box dd .title h2 {
    font-size: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
  .main_sec.cont .box dd .title p.text {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 15px 0 0 0;
  }
	.main_sec.cont .box:nth-child(2) dl dd {
		margin-top:-40px;
	}
	.main_sec.cont .box:nth-child(2) .imgBox .gameImg_case {
		scale: 0.9;
		margin-top: -20px;
	}
	.main_sec.cont .box dd .hashtag .tag_list .txt {
		width: auto;
		height: 34px;
		line-height: 32px;
		min-width: 140px;
		font-size: 13px;
		padding: 0 10px 0 13px;
	}
	.main_sec.cont .box.anyone {
		padding:60px 0;
	}
	.main_sec.cont .box.anyone dt {
		width:100%;
		margin:0;
	}
	.main_sec.cont .box.anyone dt .imgBox {
		scale: 0.75;
    width: 340px;
	}
	.main_sec.cont .box.anyone dd .title {
		margin:20px 0 0px 4%;
	}
  .main_sec.numbering h2 {
    font-size: 1.6em;
    letter-spacing: -1px;
  }
  .main_sec.numbering .itemList ul li {
    width: 96%;
		min-height: 150px;
    margin: 0 3% 20px 3%;
  }
  .main_sec.numbering .itemList ul li h3 {
		width:90%;
    height: auto;
    font-size: 0.9em;
    margin: 0 auto 5px auto;
  }
  .main_sec.numbering .itemList ul li .icon {
    margin: 0 auto 5px auto;
  }
  .main_sec.numbering .itemList ul li .number {
    width: 195px;
    height: 54px;
		font-size:36px;
    background-size: 190px 28px;
    padding: 0 0 0 0px;
    margin-top: -8px;
  }
  .main_sec.numbering .itemList ul li .number:before {
    height: 35px;
    background-size: 190px 28px;
  }
  .main_sec .title h2 {
    font-size: 1.6em;
    margin-bottom: 25px;
  }
  .main_sec.security {
    padding: 20px 0 50px 0;
  }
  .main_sec.security .itemList ul {
    display: flex;
    justify-content: space-between;
  }
  .main_sec.security .itemList ul:before {
    top: 43%;
    left: 50px;
		width:80%;
		border-top: 3px dotted #d4d4d4;
  }
  .main_sec.security .itemList ul li .icon {
    padding: 5px;
  }
  .main_sec.security .itemList ul li:nth-child(1) .icon span,
  .main_sec.security .itemList ul li:nth-child(2) .icon span,
  .main_sec.security .itemList ul li:nth-child(3) .icon span {
    background-size: 50px 50px;
  }
  .main_sec.security .itemList ul li strong {
    font-size: 0.8em;
		line-height: 1.2;
    margin-top: 5px;
  }
  iframe.ft_iframe {
    padding: 0 0 0px 0;
    min-height: 300px;
  }
  .about .sec01 {
    padding: 50px 13px 0 13px;
    min-width: 320px;
  }
  .about .sec01 .sub_title {
    width: 100%;
  }
  .about .sec01 .sub_title h2 {
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .about .sec01 .sub_title h4 {
    font-size: 0.9em;
    line-height: 1.3;
  }
  .about .sec01 .imgBox {
  }
  .about .sec01 .imgBox {
    position: relative;
    display: block;
    height: 500px;
    max-width: none;
    max-height: none;
    margin: 0px auto 0 auto;
  }
  .about .sec01 .imgBox .title {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
  }
  .about .sec01 .imgBox .title span {
    font-size: 1.3em;
    margin-top: 46%;
  }
  .about .sec01 .imgBox .title span br {
    display: none;
  }
  .about .sec01 .imgBox .item {
    display: inline-block;
    float: left;
    width: 46%;
    height: auto;
    min-height: 180px;
    border-radius: 40px;
    margin: 50px 2% 50px 2%;
    padding: 2px 4px 10px 4px;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .about .sec01 .imgBox .item:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: company01 1.3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.3s;
  }
  .about .sec01 .imgBox .item:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: company02 1.3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.3s;
  }
  .about .sec01 .imgBox .item:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: company03 1.3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.3s;
  }
  .about .sec01 .imgBox .item:nth-child(4) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: company04 1.3s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 1.3s;
  }
  @keyframes company01 {
    0% {
      display: none;
    }
    20% {
      display: none;
    }
    70% {
      top: 15%;
      left: 22%;
      display: block;
    }
    100% {
      top: 15%;
      left: 22%;
    }
  }
  @keyframes company02 {
    0% {
      display: none;
    }
    20% {
      display: none;
    }
    70% {
      top: 15%;
      left: 74%;
      display: block;
    }
    100% {
      top: 15%;
      left: 74%;
    }
  }
  @keyframes company03 {
    0% {
      display: none;
    }
    20% {
      display: none;
    }
    70% {
      top: 65%;
      left: 22%;
      display: block;
    }
    100% {
      top: 65%;
      left: 22%;
    }
  }
  @keyframes company04 {
    0% {
      display: none;
    }
    20% {
      display: none;
    }
    70% {
      top: 65%;
      left: 74%;
      display: block;
    }
    100% {
      top: 65%;
      left: 74%;
    }
  }
  .about .sec01 .imgBox .item .icon {
    width: 56px;
    height: 56px;
  }
  .about .sec01 .imgBox .item:nth-child(1) .icon,
  .about .sec01 .imgBox .item:nth-child(2) .icon,
  .about .sec01 .imgBox .item:nth-child(3) .icon,
  .about .sec01 .imgBox .item:nth-child(4) .icon {
    background-size: 56px 56px;
    height: 60px;
  }
  .about .sec01 .imgBox .item strong {
    font-size: 1em;
    line-height: 1.1;
    padding: 2px 2px 5px 2px;
  }
  .about .sec01 .imgBox .item p.txt {
    font-size: 0.8em;
    line-height: 1.2;
    padding: 0 2px;
  }
  .about .sec02 {
    padding: 40px 10px 10px 10px;
  }
  .about .sec02 .sub_title {
    width: 100%;
    padding-bottom: 40px;
  }
  .about .sec02 .itemBox .item dl {
    display: block;
  }
  .about .sec02 .itemBox .item dt {
    text-align: center;
    margin: 0 auto;
  }
  .about .sec02 .itemBox .item dd {
    width: 100%;
  }
  .about .sec02 .itemBox .item .title span {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .about .sec02 .itemBox .item .title h3 {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .about .sec02 .itemBox .item .title p.text {
    font-size: 0.85em;
  }
  .about .sec02 .certificate {
    display: inline-block;
    padding: 0;
  }
  .about .sec02 .certificate li {
    width: 43%;
    margin: 0 3% 30px 3%;
  }
  .about .sec02 .certificate li .imgs img {
    width: 100%;
    height: auto;
  }
  .about .sec03 .partnerBox {
    margin: 25px 0 0 0;
  }
  .about .sec03 .partnerBox .partner_list li {
    display: block;
    height: auto;
    padding: 10px 15px 15px 15px;
    border-radius: 10px;
    margin: 0 auto 18px auto;
  }
  .about .sec03 .partnerBox .partner_list li:before {
    display: none;
    width: calc(100% - 30px);
    padding: 0;
    border-bottom: 15px solid #fff;
    border-left: 15px solid #e9eff0;
    border-right: 15px solid #e9eff0;
  }
  .about .sec03 .partnerBox .partner_list li:after {
    display: none;
    width: calc(100% - 30px);
    border-top: 15px solid #fff;
    border-left: 15px solid #e9eff0;
    border-right: 15px solid #e9eff0;
  }
  .about .sec03 .partnerBox .partner_list li .imgs {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
  }
  .about .sec03 .partnerBox .partner_list li .imgs img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .about .sec03 .partnerBox .partner_list li .info_box {
    width: 100%;
    padding: 0 0 0 5px;
  }
  .about .sec03 .partnerBox .partner_list li .info_box strong {
    font-size: 1.1em;
  }
  .about .sec04 {
    margin: 0;
    padding: 30px 20px 0 20px;
  }
  .about .sec04 .historyWrap .title_box h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .about .sec04 .historyWrap .title_box h5 {
    font-size: 0.95em;
    line-height: 1.3;
  }
  .about .sec04 .historyBox .imgs {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .sec04 .historyWrap {
    margin: 30px 0 0 0;
  }
  .about .sec04 .historyWrap .historyBox {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 20px 0;
    margin-bottom: 0px;
  }
  .about .sec04 .historyWrap .historyBox:last-child {
    border: none;
  }
  .about .sec04 .historyWrap .title_box {
    margin: 40px 0 20px 0;
  }
  .about .sec04 .historyBox .history_list {
    width: 100%;
    margin-left: 5px;
  }
  .about .sec04 .historyBox .history_list dl dt {
    font-size: 1.2em;
  }
  .about .sec04 .historyBox .history_list dl dd {
    font-size: 0.9em;
  }
  .platform .sec_rng {
    padding: 60px 5px 40px 5px;
    margin: 0;
  }
  .platform .sec_rng .sub_title h1 {
    font-size: 1.1em;
    letter-spacing: 0px;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
  .platform .sec_rng .sub_title h4 {
    font-size: 14px;
  }
  .platform .sec_rng .videoWrap {
    position: relative;
    min-width: 320px;
    margin: 20px 0 20px 0;
  }
  .platform .sec_rng .video_box {
    position: relative;
    width: 95%;
    height: auto;
    text-align: center;
    border: 0px solid #212121;
    border-radius: 5px;
    background: none;
    padding: 0;
    font-size: 0;
    margin: 20px auto 10px auto;
  }
  .platform .sec_rng .video_box .video_bottom {
    display: inline-block;
    width: 211px;
    height: 87px;
    background: url(../../images/tv_bottom_mobile.jpg) no-repeat center bottom;
    margin: 0 auto;
    z-index: -1;
  }
  .platform .sec_rng .video_box video {
    width: 100%;
    min-width: 320px;
    height: auto;
    min-height: 205px;
    background: url(../../images/platform_video_bg_mobile.png) no-repeat top;
    background-size: cover;
    border: 1px solid rgba(239, 233, 216, 0.5);
    border-radius: 5px;
    padding: 13px;
  }
  .platform .sec_rng .video_box .maskBox {
    top: 15px;
    left: 15px;
    width: 91%;
    height: 100%;
    border-radius: 2px;
    display: none;
  }
  .platform .sec_rng .video_box .maskBox .mask_left,
  .platform .sec_rng .video_box .maskBox .mask_right {
    display: none;
  }
  .platform .sec_rng .videoWrap .btn_box {
    text-align: center;
    margin: 0px auto 10px 0;
  }
  .platform .sec_rng .videoWrap .btn_box .btn_more {
    min-width: 130px;
    max-width: 150px;
    font-size: 13px;
    padding: 0 5px;
    margin: 0 3px 5px 3px;
  }
  .platform .sec_rng .icon_box {
		width: 100%;
		margin:30px auto 0px auto;
  }
  .platform .sec_rng .icon_box ul:before {
    display: none;
  }
  .platform .sec_rng .icon_box li {
    margin: 0 auto 0px auto;
  }
  .platform .sec_rng .icon_box .item {
    width: 31%;
    margin: 0 0.5% 15px 0.5%;
  }
  .platform .sec_rng .icon_box .item .icons {
    width: 75px;
    height: 75px;
    padding: 8px 0 0 0px;
  }
  .platform .sec_rng .icon_box .item .icons img {
    width: 65px;
  }
  .platform .sec_rng .icon_box .item strong {
    height: auto;
    font-size: 0.8em;
		margin-top: 5px;
  }
  .platform .sec_rng .sub_txt {
    font-size: 14px;
    padding: 0 10px;
  }
  .platform .sec01 {
    padding: 60px 0px 10px 0px;
  }
  .platform .sec01 .sub_title h1 {
    font-size: 1.6em;
    letter-spacing: -0.5px;
    padding: 0 0 15px 0;
  }
  .platform .sec01 .wlottoBox {
    width: 100%;
    margin: 0 0 30px 0;
  }
	.platform .sec01 .wlottoBox .icon_box ul::before {
		display: none;
	}
  .platform .sec01 .wlottoBox .img_box {
    background-size: contain;
    height: 380px;
  }

  .platform .sec01 .wlottoBox .img_box .wlotto_img_box {
    overflow: unset;
    transform-origin: top center;
		height: 500px;
  }
  .wlotto_img_box {
    width: 100%;
    height: 480px;
  }
  .platform .sec02 .sub_title h1 {
    font-size: 1.4em;
  }

  .platform .sec01 .wlottoBox .img_box img {
    max-width: 240px;
  }
  .platform .sec01 .wlottoBox .icon_box {
    margin: 20px 0 0 0;
  }
  .platform .sec01 .wlottoBox .icon_box ul li {
    padding: 0px 0 12px 0;
  }
  .platform .sec01 .wlottoBox .icon_box .item {
    width: 30%;
    margin: 0 1%;
  }
  .platform .sec01 .wlottoBox .icon_box ul li:nth-child(odd) .item {
    width: 40%;
    margin: 0 2%;
  }
  .platform .sec01 .wlottoBox .icon_box .item .icons {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin: 0 auto;
  }
  .platform .sec01 .wlottoBox .icon_box .item .icons img {
    width: 65px;
  }
  .platform .sec01 .wlottoBox .icon_box .item strong {
    font-size: 0.8em;
  }
  .platform .sec02 {
    padding: 40px 0 20px 0;
  }
  .platform .sec02 .sub_title h4 {
    font-size: 14px;
  }
  .platform .sec02 .sub_title h5 {
    font-size: 14px;
  }
  .platform .sec02 .iconBox {
    margin: 20px 10px 15px 10px;
  }
  .platform .sec02 .iconBox ul li {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 8px 0 8px;
    margin: 0;
  }
  .platform .sec02 .iconBox ul li:last-child {
    border: none;
  }
  .platform .sec02 .iconBox ul li:nth-child(3),
  .platform .sec02 .iconBox ul li:nth-child(6) {
    border: none;
    border-bottom: 1px solid #eaeaea;
  }
	.platform .sec02 .iconBox ul li:nth-child(7) {
		border-bottom: 1px solid #eaeaea;
	}
  .platform .sec02 .iconBox ul li .icons {
    width: 75px;
    height: auto;
  }
  .platform .sec02 .iconBox ul li .icons img {
    width: 60px;
  }
  .platform .sec02 .iconBox ul li strong {
		left:90px;
    font-size: 0.85em;
    margin-top: 0px;
  }
  .platform .sec04 .imgBox .txt_box {
    width: 95%;
    min-height: 110px;
    font-size: 0.9em;
    padding: 10px 5px;
  }
  .platform .sec04 .sub_title h3 {
    font-size: 1.2em;
    padding-bottom: 20px;
  }
  .platform .sec04 .sub_title h1 {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .platform .sec04 .sub_title h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
  }
  .platform .sec04 .sub_title strong {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
	.platform .sec04 .imgBox {
		margin: 20px 0 50px 0;
	}
  .platform .sec04 .itemBox {
    height: 700px;
    background-repeat: repeat-y;
  }
  .platform .sec04 .itemBox .item {
    width: 45%;
    height: auto;
    min-height: 200px;
    border-radius: 45px;
    padding: 0px 5px 10px 5px;
  }
  .platform .sec04 .itemBox .item:nth-child(1) {
    top: -45px;
    left: 4%;
  }
  .platform .sec04 .itemBox .item:nth-child(2) {
    top: 80px;
    left: unset;
    right: 4%;
    transform: unset;
  }
  .platform .sec04 .itemBox .item:nth-child(3) {
    top: 220px;
    left: 4%;
  }
  .platform .sec04 .itemBox .item:nth-child(4) {
    top: 340px;
    left: unset;
    right: 4%;
    transform: unset;
  }
  .platform .sec04 .itemBox .item:nth-child(5) {
    top: 500px;
    left: 4%;
  }
  .platform .sec04 .itemBox .item .icon {
    display: block;
  }
  .platform .sec04 .itemBox .item .icon span {
    width: 70px;
    height: auto;
    padding: 0;
  }
  .platform .sec04 .itemBox .item .icon span img {
    width: 70px;
  }
  .platform .sec04 .itemBox .item .txt_box {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: -10px;
  }
  .platform .sec04 .itemBox .item .txt_box strong {
    font-size: 1em;
    line-height: 1.2;
    margin: 5px 0 4px 0;
  }
  .platform .sec04 .itemBox .item .txt_box p.txt {
    font-size: 0.8em;
    padding: 0 8px;
  }
  .games .sub_title {
    margin: 0 auto 20px 15px;
  }
  .games .sub_title h2.title {
    font-size: 1.6em;
    padding: 0 0 10px 0px;
  }
  .games .sub_title .txt_desc p {
    display: block;
    font-size: 15px;
    line-height: 1.1;
    margin: 0 0 5px 0;
  }
  .games .sec01 {
    padding: 40px 0 20px 0;
  }

  .games .game_list {
    display: block;
    text-align: center;
  }
  .games .game_list li {
    width: 100%;
    max-width: 300px;
    height: auto;
    background: #fff;
    padding: 13px 13px 60px 13px;
    margin: 0 auto 20px auto;
  }
  .games .game_list li .game_info {
    margin: 5px 0 15px 0;
  }
  .games .game_list li .imgs img {
    width: 100%;
    max-width: 120px;
  }
  .games .game_list.instants li .imgs img {
    width: 100%;
    max-width: 100%;
  }
  .games .game_list li .game_name {
    border: none;
  }
  .games .game_list li .game_name h3 {
    font-size: 15px;
    padding: 2px 5px;
  }
  .games .game_list li .game_name .coin_logo img {
    width: 20px;
  }
  .games .game_list li .game_info .desc p.txt {
    text-align: left;
  }
  .games .sec02,
  .games .sec04 {
    padding: 50px 0 20px 0;
  }
  .gamesInfo .infoWrap {
    padding: 20px 15px 15px 15px;
  }
  .gamesInfo .infoWrap .game_btn {
    display: none;
  }
  .gamesInfo .info_top {
    width: 100%;
  }
  .gamesInfo .gameBox .game_img {
    margin-bottom: 0px;
  }
  .gamesInfo .info_top h3 img {
    width: 80px;
  }
  .gamesInfo .info_top .tab_menu a {
    width: 46%;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
    padding: 0 7px;
    margin: 0 5px 8px 0;
  }
  .gamesInfo .info_top .tab_menu a span {
    font-size: 0.8em;
  }
  .gamesInfo .gameBox .descBox h3.title {
    font-size: 1.2em;
  }
  .gamesInfo .gameBox .game_info .game_name {
    right: 10px;
    top: -40px;
  }
  .gamesInfo .gameBox .game_info .game_name img {
    width: 180px;
  }
  .gamesInfo .gameBox .game_info h3 {
    font-size: 1em;
  }

  .media .media_list .list_item {
    width: 96%;
    height: auto;
    padding: 20px 20px 50px 20px;
    margin: 0 2% 30px 2%;
  }
  .media .media_list .list_item .thumb_cont h3 {
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
  }
  .mediaView .view_head {
    padding: 20px 25px;
  }
  .mediaView .view_head h3 {
    font-size: 18px;
  }
  .mediaView .view_detail {
    font-size: 14.5px;
    margin: 20px 25px;
  }
  .contact .sec01 .cs_list {
    display: block;
    margin: 0 auto;
  }
  .contact .sec01 .cs_list li {
    margin: 0 auto;
  }
  .contact .sec01 .cs_list li .csimg {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .contact .sec01 .cs_list li .csimg.telegram span {
    background-size: 52px 52px;
  }
  .contact .sec01 .cs_list li .csimg.email span {
    background-size: 52px 52px;
  }
  .contact .sec01 .cs_list li h3 {
    font-size: 0.9em;
    margin: 0 0 10px 0;
    line-height: 1.1;
  }
  .contact .sec01 .cs_list li .channel_name,
  .contact .sec01 .cs_list li .channel_name a {
    font-size: 14px;
  }
  .contact .sec02 {
    margin: 20px 20px 40px 20px;
  }
  .contact .sec02 .contact_info ul {
    margin: 0 0 30px 0;
  }
  .contact .sec02 h3 {
    font-size: 1.3em;
  }
  .contact .sec02 .contact_info ul li {
    font-size: 0.9em;
  }

  .contact .imgBox {
    height: 350px;
  }
  .contact .imgBox .txt_box h2.title {
    font-size: 26px;
  }
  .contact .imgBox .txt_box .cs_info {
    width: 90%;
    padding: 20px 10px;
  }
  .contact .imgBox .txt_box .cs_info p.address {
    font-size: 11px;
  }
  .contact .imgBox .txt_box .cs_info .sns_info {
    display: block;
  }
  .contact .imgBox .txt_box .cs_info .sns_info .txt {
    font-size: 14.5px;
  }
  .contact .imgBox .txt_box .cs_info .sns_info .txt a {
    color: #fff;
    font-size: 14.5px;
  }

  .ethicsArea .itemBox dl {
    display: block;
    margin: 0 15px;
  }
  .ethicsArea {
    margin: 40px 0 40px 0;
  }
  .ethicsArea .itemBox dl dt {
    width: 100%;
  }
  .ethicsArea .itemBox dl dd {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .ethicsArea .itemBox dl dd h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
  }
  .ethicsArea .itemBox dl dd .text {
    font-size: 0.9em;
  }
  .ethicsArea .itemBox .desc_box ul li {
    width: 94%;
    padding: 20px 15px 25px 15px;
    margin: 0 3% 20px 3%;
  }
  .ethicsArea .ethicsMsg {
    margin: 40px auto 30px auto;
  }
  .ethicsArea .ethicsMsg h1 {
		font-size: 30px;
  }
  .ethicsArea .ethicsMsg h3 {
    font-size: 0.9em;
    padding: 30px 15px 0 15px;
    background-size: 50px 50px;
  }
  .ethicsArea .ethicsMsg h3 strong {
    font-size: 1.4em;
  }
  .ethicsArea .ethicsMsg .btn_box a {
    font-size: 0.85em;
    padding: 5px 15px;
    line-height: 18px;
  }
  .career .tabMenu {
    margin: 10px auto 40px auto;
  }
  .career .tabMenu .tab {
    min-width: 100px;
    line-height: 26px;
    font-size: 0.8em;
    padding: 3px 8px;
  }
  .career .person_list .list_item {
    width: 90%;
    min-width: 300px;
    padding: 30px 15px 30px 15px;
    margin: 0 auto 50px auto;
  }
  .career .person_list .list_item .thumb_cont .imgs img {
    width: 95%;
    max-width: 200px;
  }
  .career .person_list .list_item .thumb_cont .txt_box {
    min-height: auto;
  }
  .career .person_list .list_item .thumb_cont .txt_box h3 {
    font-size: 1.8em;
  }
  .career .career_list .list_item .title_box {
    position: relative;
    padding: 25px 10px 20px 10px;
  }
  .career .career_list .list_item .title_box > * {
    display: block;
    line-height: 1.5;
  }
  .career .career_list .list_item .title_box .category {
    width: auto;
    font-size: 0.8em;
  }
  .career .career_list .list_item .title_box h3.title {
    padding-top: 3px;
  }
  .career .career_list .list_item .title_box small {
    position: absolute;
    top: 26px;
    right: 10px;
    float: none;
    font-size: 0.8em;
  }
  .career .career_list .list_item .career_view {
    padding: 20px 15px 20px 15px;
    margin: 10px auto 40px auto;
  }
  .career .career_list .list_item .career_view .btn_close {
    top: 15px;
    right: 15px;
  }
  .career .career_list .list_item .career_view .btn_close span {
    background-size: 30px 30px;
  }
  .career .career_list .list_item .career_view .view_head {
    padding: 0 0 10px 0;
  }
  .career .career_list .list_item .career_view .view_head h3 {
    width: 90%;
    font-size: 1.6em;
    line-height: 1.2;
  }
  .career .career_list .list_item .career_view .view_head .txt_tag {
    display: block;
    margin: 15px 0 5px 0px;
  }
  .career .career_list .list_item .career_view .view_head .txt_tag .tag {
    font-size: 0.75em;
  }
  .career .career_list .list_item .career_view .view_cont {
    margin: 30px 0px 20px 0px;
  }
  .career .career_list .list_item .career_view .view_cont dl {
    margin: 20px 0 30px 0;
  }
  .career .career_list .list_item .career_view .view_cont dl.txt_box dt.title {
    font-size: 1.2em;
  }
  .career .career_list .list_item .career_view .view_cont dl.txt_box dd.sub_title {
    font-size: 0.95em;
    padding: 15px 0 10px 0;
  }
  .career .career_list .list_item .career_view .view_cont dl.txt_box dd.bul {
    font-size: 0.825em;
    padding-left: 8px;
    margin-bottom: 5px;
  }
  .modal_bg {
    position: absolute;
  }
  .modal_wrap {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: fit-content;
  }
  .modal_wrap .btn_pop_close {
    width: 30px;
    height: 30px;
    top: -40px;
    right: -25px;
  }
  .modal_wrap .btn_pop_close span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../images/icon_pop_close.png) no-repeat center;
  }
  .modal_wrap {
    max-width: 100%;
  }
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
