@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans KR", Helvetica, "맑은 고딕", "malgun gothic",
    "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  color: #444;
  background-color: #eeeeee;
}

/* 공통요소 */
.clearfix::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.inner {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}

/* ham-menu */
.ham-wrap {
  position: fixed;
  display: block;
  z-index: 999;
}

.ham-menu {
  position: fixed;
  width: 100%;
  height: 963px;
  background-color: black;
  opacity: 0.7;
  visibility: hidden;
}

.ham-menu-open {
  visibility: visible;
}

.ham-left {
  position: fixed;
  width: 440px;
  height: 100%;
  left: -440px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 20%);
  padding: 62px 0 195px;
  z-index: 1000;
  opacity: 1;
}

.ham-left-open {
  left: 0;
}

.menu-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 23px;
}

.close-btn {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/set_gnb.png") no-repeat 0 -50px;
  background-color: #000;
}

.ham-menu-main {
  width: 100%;
  height: 706px;
  border: 1px solid #9fa1a7;
  overflow: auto;
}

.main-top {
  padding: 30px 0;
}

.main-top span:first-child {
  padding-left: 42px;
  padding-right: 9px;
}

.main-top .pc {
  height: 20px;
  color: #9fa1a7;
  font-size: 15px;
}

.main-top .mob {
  margin-right: 120px;
  height: 20px;
  color: #9fa1a7;
  font-size: 15px;
}

.main-top .service {
  display: inline-block;
  width: 80px;
  height: 32px;
  border: 2px solid #9fa1a7;
  padding-top: 6px;
  color: #9fa1a7;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}

.main-top .service:hover {
  background-color: #9fa1a7;
  color: #fff;
}

.main-cen {
  padding-left: 40px;
}

.main-cen h3 {
  display: block;
  color: #17191d;
  font-size: 12px;
  padding: 24px 0;
  font-weight: 700;
}

.main-cen li a {
  display: block;
  color: #737881;
  font-size: 12px;
  padding-bottom: 8px;
}

.main-cen-left {
  width: 50%;
  float: left;
}

.main-cen-right {
  width: 50%;
  float: left;
}

.menu-footer {
  width: 440px;
  height: 195px;
  background-color: #222426;
  overflow: hidden;
}

.menu-footer-top {
}

.menu-footer-top ul {
  padding: 30px 0 0 33px;
}

.menu-footer-top ul li {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  height: 38px;
  width: 120px;
  letter-spacing: normal;
}

.menu-footer-top ul li a {
  color: #fff;
  font-size: 12px;
  height: 18px;
}

.menu-footer-top ul li span {
  display: inline-block;
  margin-right: 5px;
}

.icon-1 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px 0px;
  background: cover;
}

.icon-2 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -50px;
  background: cover;
}

.icon-3 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -100px;
  background: cover;
}

.icon-4 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -150px;
  background: cover;
}

.icon-5 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -200px;
  background: cover;
}

.icon-6 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -250px;
  background: cover;
}

.icon-7 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -300px;
  background: cover;
}

.icon-8 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -350px;
  background: cover;
}

.icon-9 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/set_service.png") 0px -400px;
  background: cover;
}

.menu-footer-bottom a {
  display: block;
  width: 440px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #17191d;
  text-align: center;
}

.menu-footer-bottom a:hover {
  background-color: #0077ff;
}

/* top */

.left-menu {
  width: 107px;
  height: 62px;
  padding: 23px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin-right: 180px;
}

.left-menu-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/set_gnb.png") no-repeat left 0;
  background-color: #333;
  cursor: pointer;
  margin-right: 5px;
}

.left-menu-txt {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  vertical-align: 7px;
}

.logo {
  display: block;
  background: url("../images/top_nav_logo.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 200px;
}

.top-nav-right {
  padding-top: 15px;
  padding-right: 30px;
}

.top-nav-right .card-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/set_gnb_icon.png") 0px 0px;
  background: cover;
  background-color: #080410;
  margin-top: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

.top-nav-right .pc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/set_gnb_icon.png") 0px -49px;
  background: cover;
  background-color: #080410;
  vertical-align: middle;
  margin-right: 10px;
}

.top-nav-right .sign-up {
  display: inline-block;
  font-size: 14px;
  color: #17191d;
  margin-right: 10px;
}

.top-nav-right .card-icon span {
  position: absolute;
  top: 25px;
  right: 280px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 14px;
  height: 14px;
  background-color: #07f;
  border-radius: 50%;
}

.top-nav-right .pc span {
  position: absolute;
  top: 24px;
  right: 238px;
  width: 22px;
  height: 14px;
  display: block;
  background: url("../images/set_gnb_icon.png") no-repeat -50px -300px;
}

.top-nav-right .login-top {
  height: 36px;
  line-height: 36px;
  padding: 3px 18px;
  color: #080410;
  text-align: center;
  border-radius: 19px;
  border: 2px solid #17191d;
  font-weight: bold;
}

/* top-nav */
.top-nav {
  width: 100%;
  height: 62px;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
}

.left-menu {
  width: 107px;
  height: 62px;
  padding: 23px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin-right: 180px;
}

.left-menu-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/set_gnb.png") no-repeat left 0;
  background-color: #333;
  cursor: pointer;
  margin-right: 5px;
}

.left-menu-txt {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  vertical-align: 7px;
}

.logo {
  display: block;
  background: url("../images/top_nav_logo.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 200px;
}

.top-nav-right {
  padding-top: 15px;
  margin-right: 30px;
}

.top-nav-right .card-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/set_gnb_icon.png") 0px 0px;
  background: cover;
  background-color: #080410;
  margin-top: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

.top-nav-right .pc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/set_gnb_icon.png") 0px -49px;
  background: cover;
  background-color: #080410;
  vertical-align: middle;
  margin-right: 15px;
}

.top-nav-right .sign-up {
  display: inline-block;
  font-size: 14px;
  color: #17191d;
  margin-right: 10px;
}

.top-nav-right .card-icon span {
  position: absolute;
  top: 25px;
  right: 316px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 14px;
  height: 14px;
  background-color: #07f;
  border-radius: 50%;
}

.top-nav-right .pc span {
  position: absolute;
  top: 22px;
  right: 273px;
  width: 22px;
  height: 14px;
  display: block;
  background: url("../images/set_gnb_icon.png") no-repeat -50px -300px;
}

.top-nav-right .login-top {
  height: 36px;
  line-height: 36px;
  padding: 3px 18px;
  color: #080410;
  text-align: center;
  border-radius: 19px;
  border: 2px solid #17191d;
  font-weight: bold;
}

/* header */
.header {
  position: absolute;
  top: 63px;
  width: 100%;
  height: 300px;
  z-index: 990;
  overflow: hidden;
  display: block;
}

.header .inner {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  /* overflow: hidden; */
}

.main-logo {
  display: inline-block;
  width: 170px;
  height: 83px;
  background: url("../images/main_logo.png") no-repeat center;
  background-size: cover;
  vertical-align: top;
  margin-right: 25px;
}

.header .inner .gnb {
  display: inline-block;
}

.depth1 {
  white-space: nowrap;
  font-size: 0;
}

.depth1 > li {
  position: relative;
  display: inline-block;
  width: 175px;
  height: 83px;
  text-align: center;
  vertical-align: top;
}

.depth1 > li > a {
  display: block;
  line-height: 83px;
  font-size: 20px;
  color: #fff;
}

.depth1 > li > a:hover {
  color: orange;
}

.depth2 {
  position: absolute;
  top: 83px;
  width: 100%;
  display: none;
}

.depth2 li {
  text-align: center;
  width: 100%;
  line-height: 20px;
}

.depth2 li a {
  display: block;
  font-size: 13px;
  color: #a7acbc;
  height: 30px;
}

.depth2 li a:hover {
  color: orange;
}

.depth1 > li:hover .header {
  background-color: #333;
}

.depth1:hover .depth1 > li > a {
  color: #fff;
}

.header-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 310px;
  background-color: #2b2b37;
  display: none;
  transition: all 0.6s;
}

.header-bg > .inner {
  height: 100%;
  width: 100%;
  background: url("../images/top_menu_line.png") no-repeat center;
}

/* visual */
.visual {
  position: relative;
  display: block;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.sw-visual {
}
.sw-visual a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.sw-visual-bg-1 {
  background: url("../images/full-visual-1.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-2 {
  background: url("../images/full-visual-2.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-3 {
  background: url("../images/full-visual-3.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-4 {
  background: url("../images/full-visual-4.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-5 {
  background: url("../images/full-visual-5.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-6 {
  background: url("../images/full-visual-6.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-7 {
  background: url("../images/full-visual-7.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-8 {
  background: url("../images/full-visual-8.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-9 {
  background: url("../images/full-visual-9.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-10 {
  background: url("../images/full-visual-12.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-11 {
  background: url("../images/full-visual-13.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-12 {
  background: url("../images/full-visual-14.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-13 {
  background: url("../images/full-visual-15.jpg") no-repeat center;
  background-size: cover;
}
.sw-visual-bg-14 {
  background: url("../images/full-visual-16.jpg") no-repeat center;
  background-size: cover;
}

.sw-visual .visual-main-txt {
  position: absolute;
  top: 44%;
  left: 22%;
  display: block;
}

.sw-visual .visual-main-txt h2 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  line-height: 62px;
  text-align: left;
}

.sw-visual .visual-main-txt p {
  font-size: 19px;
  color: #fff;
  margin-top: 30px;
  font-weight: 200;
}

.mySwiper {
  position: relative;
  display: block;
}
.mySwiper .swiper-slide {
  position: relative;
  display: block;
  padding-top: 35px;
  width: 20%;
}
.swiper-slide-next {
}

.mySwiper .swiper-slide img {
  width: 35%;
}
.mySwiper p {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}
.mySwiper .swiper-wrapper .swiper-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.visual-list {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 93px;
  background: url("../images/visual_banner.png") no-repeat center;
  background-size: cover;
  z-index: 11;
  padding-top: 32px;
}

.visual-list .sw-visual-list {
  height: 42px;
  text-align: center;
}

.sw-visual-list .swiper-slide a > img {
  opacity: 0.5;
}
.sw-visual-list .swiper-slide a > p {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.sw-visual-list .swiper-slide a:hover > img {
  opacity: 1;
}
.sw-visual-list .swiper-slide a:hover > p {
  opacity: 1;
}
.sw-visual-list .swiper-slide-next {
  text-align: left;
}
.sw-visual-list .swiper-slide-next + .swiper-slide {
  text-align: right;
}

.sw-visual-list .swiper-slide-thumb-active a > img {
  opacity: 1;
  border: 2px solid #ffa500;
}
.sw-visual-list .swiper-slide-thumb-active a > p {
  opacity: 1;
}

.sw-visual-list a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sw-visual-list a > img {
  position: relative;
  display: block;
  width: 90px;
  height: 42px;
  float: left;
  margin-right: 15px;
}
.sw-visual-list a > p {
  position: relative;
  display: block;
  width: 100px;
  float: left;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  text-align: left;
}

.sw-visual-list-control {
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  z-index: 999;
}
.sw-visual-list-control .swiper-button-next {
  position: absolute;
  right: 15px;
  top: 60px;
  display: block;
  width: 15px;
  height: 20px;
  background: url("../images/next.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.sw-visual-list-control .swiper-button-next::after {
  display: none;
}

.sw-visual-list-control .swiper-button-prev {
  position: absolute;
  left: 15px;
  top: 60px;
  display: block;
  width: 15px;
  height: 20px;
  background: url("../images/prev.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.sw-visual-list-control .swiper-button-prev::after {
  display: none;
}

.sw-visual-list-control .swiper-pagination {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #fff;
  transform: translateX(-10px);
}

.sw-visual-list-dd {
  position: absolute;
  display: block;
  top: 7px;
  left: 52%;
  width: 18px;
  height: 18px;
  background: url("../images/window.png") no-repeat center;
  background-size: cover;
}

/* login */
.login {
  height: 180px;
  width: 100%;
  background: url("../images/login_bg.png") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}

.login .inner {
  display: flex;
  justify-content: space-between;
}

.update {
  position: relative;
  margin-top: 30px;
  width: 450px;
  white-space: nowraps;
}

.update-img {
  display: inline-block;
  margin-right: 20px;
}

.update-txt {
  position: absolute;
  top: 40px;
  display: inline-block;
}

.update-txt h3 {
  display: block;
  font-size: 24px;
  color: #f68500;
  margin-bottom: 5px;
}

.update-txt span {
  font-size: 15px;
  color: #a9a9a9;
}

.login-img {
  position: absolute;
  left: 38.5%;
  top: -45px;
  display: block;
  width: 252px;
  height: 252px;
  background: url("../images/main_game_str_bg.png") no-repeat center;
  background-size: cover;
  z-index: 99;
}

.login-img p {
  position: absolute;
  top: 225px;
  left: 44px;
  background: url("../images/main_game_down.png") no-repeat center;
  background-size: cover;
  width: 163px;
  height: 29px;
  z-index: 1;
}

.login-box {
  margin-top: 30px;
}

.blue-btn {
  display: inline-block;
}

.orange-btn {
  display: inline-block;
}

.login-box-bottom {
  position: relative;
  margin-top: 10px;
}

.qr-login {
  display: inline-block;
  position: relative;
  width: 134px;
  height: 38px;
  background-color: #1a191c;
  border: 0;
}

.qr-login p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 18px;
  background: url("../images/qr_login.png") no-repeat center;
  background-size: cover;
}

.sns-login {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 289px;
  height: 38px;
  background: url("../images/sns_login_bg.png") no-repeat center;
  background-size: cover;
  border: 0;
}

.sns-box {
  margin-left: 140px;
}

.sns-box a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

/* update */
.mpale-update {
  height: 100%;
  margin-bottom: 100px;
}

.update-top {
  margin-bottom: 50px;
}

.cash-item {
  position: relative;
  width: 380px;
  height: 320px;
  float: left;
}

.cash-info {
  position: absolute;
  width: 119px;
  height: 115px;
  object-fit: contain;
  z-index: 9;
}

/* update */

.maple-guide {
  position: relative;
  background: url("../images/update_bg_new.png") no-repeat center;
  background-size: cover;
  width: 790px;
  height: 320px;
  float: right;
  overflow: hidden;
}

.maple-guide-left {
  width: 64.5%;
}

.maple-guide-left li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 18px;
}

.maple-guide-left li .first-notioce {
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: url("../images/notice_radius.png") no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.maple-guide-left li span {
  display: block;
  float: left;
  width: 45px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  background: url("../images/notice_radius_s.png") no-repeat center;
  background-size: cover;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 200;
}

.first-txt {
  display: block;
  line-height: 20px;
  font-size: 17px;
  color: #333;
  padding-bottom: 0 !important;
}

.maple-guide-left li .second-txt {
  color: #888;
  font-size: 15px;
}

.maple-guide-left li p {
  display: inline-block;
  padding-left: 20px;
  line-height: 25px;
  padding-bottom: 15px;
  font-size: 17px;
  color: #333;
}

.maple-guide-right {
  position: absolute;
  right: -20px;
  top: 30px;
  width: 35%;
}

.maple-guide-right a {
  display: block;
}

.maple-guide-right a:nth-child(1) {
  padding-bottom: 20px;
}

.maple-guide-left li:last-child {
  border: 0;
}

.update-bottom {
}

.update-bottom-left {
  float: left;
  width: 380px;
}

.update-bottom-left p a {
  display: block;
}

.update-bottom-left a img {
  width: 100%;
  height: 74px;
}

.update-bottom-right {
  float: right;
  width: 790px;
  height: 74px;
  background: url("../images/bug_bg.png") no-repeat center;
  background-size: cover;
}

.update-bottom-right a {
  display: block;
  float: left;
  padding-top: 20px;
  padding-left: 40px;
}

.update-bottom-right a img {
}

/* issue */

.issue {
  width: 100%;
  height: 90px;
  background: url("../images/issue_bg.png") no-repeat center;
  background-size: cover;
}

.issue .inner img {
  display: block;
  float: left;
  padding-top: 35px;
}

.issue-search {
  position: relative;
  float: left;
  color: #fff;
  height: 40px;
  width: 218px;
  background: url("../images/main_issu_search_bg.png") no-repeat center;
  background-size: cover;
  margin-left: 10px;
  margin-top: 23px;
  margin-right: 30px;
}

.issue-search::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 10px;
  background: url("../images/issu_search_btn.png") no-repeat center;
  background-size: cover;
  width: 21px;
  height: 21px;
}

.issue-search input {
  height: 40px;
  width: 173px;
  border-radius: 5px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.issue-icon {
  padding-top: 24px;
}

.issue-icon li {
  float: left;
  margin-right: 10px;
}

.issue-icon li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: #7394aa;
  padding: 0 10px;
  border-radius: 5px;
}

/* community */

.community {
  width: 100%;
  height: 1050px;
  background: url("../images/community_bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
  text-align: center;
}

.community h2 {
  color: #fff;
  display: inline-block;
  font-size: 42px;
  padding-top: 70px;
  font-weight: 300;
  margin-left: 430px;
}

.community .commu-btn {
  margin-left: 330px;
}

.community-board {
  padding-top: 50px;
}

.community-board li {
  position: relative;
  float: left;
  height: 370px;
  width: 279px;
  margin-left: 20px;

  background: url("../images/cm_text_bg.png") no-repeat center;
  background-size: cover;
}

.community-board li h4 {
  margin-top: 40px;
  color: #5897dc;
  font-size: 13px;
  text-align: left;
  margin-left: 35px;
}

.community-board li a {
  padding: 10px 30px !important;
}

.community-board li a h3 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.community-board li a {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}

.community-board li a p {
  display: block;
  width: 100%;
  height: 161px;
  overflow: hidden;
  color: #666;
  font-size: 13px;
  line-height: 23px;
}

.img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.community-board li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
}

.community-board li:last-child h4 {
  display: block;
  position: absolute;
  top: 250px;
  left: 30px;
}

.community-board li:last-child span {
  display: block;
}

.community-board li:last-child span a {
  display: inline-block;
  position: absolute;
  top: 220px;
  left: -57px;
}

.community-board .commu-bottom {
  padding-top: 40px;
  padding-left: 20px;
}

.community-board .commu-bottom img {
  display: block;
  float: left;
  padding-top: 6px;
}

.community-board .commu-bottom a {
  padding: 0;
  display: block;
  float: left;
  width: 80px;
  padding: 0 !important;
  margin-right: 70px;
}

.community-board .commu-bottom a span {
}

.community-board .commu-bottom span {
  font-size: 13px;
  color: #888;
}

.community-board .commu-picture {
  position: relative;
}

.community-board .commu-picture h4 {
  padding-top: 20px;
  margin: 0;
}

.community-board .commu-picture .pic-title {
  position: absolute;
  bottom: 50px;
  left: -58px;
}

.community-board .commu-picture .pic-title span {
}

.community-board .commu-picture .commu-bottom {
  position: absolute;
  bottom: 15px;
  left: 23px;
  padding: 0;
}

.community-board .commu-picture .commu-bottom a {
  display: inline-block;
  margin-right: 85px;
}

.community-board .commu-picture .commu-bottom span {
  display: inline-block;
}

.kodi-king {
  padding-top: 80px;
}

.kodi-king h3 {
  display: inline-block;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  margin-left: 430px;
}

.kodi-king span {
  font-size: 16px;
  color: #a7acbc;
  font-weight: 300;
  margin-left: 20px;
  margin-right: 220px;
}

.kodi-rank {
}

.kodi-rank li {
  float: left;
  padding-top: 40px;
}

.kodi-rank li:nth-child(1) {
  margin-left: 100px;
}

.kodi-rank li:nth-child(2) {
  margin-left: 220px;
}

.kodi-rank li:nth-child(3) {
  margin-left: 230px;
}

.kodi-rank li:nth-child(4) {
  margin-left: 240px;
}

.kodi-rank li:nth-child(5) {
  margin-left: 200px;
}

.kodi-character {
}

.kodi-character li {
  float: left;
}

.kodi-character li:nth-child(1) {
  margin-left: 30px;
  margin-top: 5px;
}

.kodi-character li:nth-child(2) {
  margin-left: 60px;
  margin-top: 41px;
}

.kodi-character li:nth-child(3) {
  margin-left: 66px;
  margin-top: 75px;
}

.kodi-character li:nth-child(4) {
  margin-left: 77px;
  margin-top: 41px;
}

.kodi-character li:nth-child(5) {
  margin-left: 45px;
  margin-top: 6px;
}

.kodi-character li a {
}

.kodi-character li a img {
}

.kodi-name {
}

.kodi-name li {
  float: left;
  margin-left: 85px;
}

.kodi-name li span {
  margin-right: 5px;
}

.kodi-name li a {
  display: block;
  float: right;
  color: #fff;
  font-weight: 300;
}

.kodi-name li:nth-child(2) {
  margin-left: 140px;
}

.kodi-name li:nth-child(3) {
  margin-left: 150px;
}

.kodi-name li:nth-child(4) {
  margin-left: 165px;
}

.kodi-name li:nth-child(5) {
  margin-left: 145px;
}

/* banner */

.banner {
  margin-bottom: 100px;
}

.banner .inner {
}

.banner .inner img {
  width: 100%;
  height: 120px;
}

/* info */
.info {
  background: url("../images/bg_main_section05.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 550px;
  text-align: center;
  overflow: hidden;
}

.info h2 {
  display: inline-block;
  padding-top: 50px;
  font-size: 42px;
  font-weight: 300;

  padding-left: 400px;
  padding-right: 350px;
}

.plus-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../images/spr_btn_main_more.png") no-repeat top;
  background-size: cover;
}

.quest {
  float: left;
  margin-right: 30px;
  padding-top: 70px;
}

.skill {
  float: left;
  margin-right: 30px;
  padding-top: 70px;
}

.security {
  float: left;
  padding-top: 70px;
}

.info-txt {
  padding-top: 20px;
}

.info-txt p {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.info-txt span {
  font-size: 13px;
  font-weight: 200;
  color: #fff;
}

/* sns */
.main-sns {
  width: 100%;
  height: 71px;
  background: url("../images/sns_bg.png") no-repeat center;
  background-size: cover;
}

.maple-hands {
  float: left;
  padding-top: 15px;
}

.maple-hands div {
  margin-right: 10px;
}

.maple-hands-icon {
  float: left;
}

.android {
  float: left;
  padding-top: 7px;
}

.ios {
  float: left;
  padding-top: 7px;
}

.go-sns {
  float: left;
  padding-top: 15px;
  margin-left: 110px;
}

.go-sns div {
  margin-right: 100px;
}

.go-facebook {
  float: left;
}

.go-twitter {
  float: left;
}

.go-youtube {
  float: left;
}

/* footer */
.footer {
  width: 100%;
  height: 220px;
  background: #2f3238;
}

.footer-top {
  padding-top: 30px;
}

.footer-top-left {
}

.footer-top-left a {
  padding-right: 10px;
  background: url("../images/footer_line.png") no-repeat 50px 10px;
}

.footer-top-left a span {
  color: #b1b3b9;
  font-size: 12px;
}

.footer-bottom {
  margin-top: 21px;
  font-size: 11px;
  color: #b1b3b9;
}

.bottom-last-txt {
  margin-top: 3px;
  font-size: 11px;
  color: #888888;
}

.footer-bottom a img {
  margin-top: 30px;
  display: block;
}
