@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;
  overflow-x: hidden;
}

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;
}

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

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

.header {
  position: relative;
  display: block;
  font-size: 0;
  white-space: nowrap;
  z-index: 9999;
  height: 74px;
}

.logo-a {
  position: relative;
  display: block;
  float: left;
  width: 15%;
  height: 74px;
  /* font-size: 0;
  white-space: nowrap;
  overflow: hidden; */
}

.logo {
  position: relative;
  display: block;

  width: 100%;
  height: 74px;
  background-color: red;
}

.logoimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gnb {
  position: absolute;
  left: 15%;
  display: block;
  width: 73.5%;
  float: left;
}

.depth1 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.depth1 > li {
  position: relative;
  display: block;
  width: calc(100% / 5);
  height: 74px;
  float: left;
  font-size: 18px;
  text-align: center;
  /* vertical-align: top; */
  overflow: hidden;
  transition: height 0.3s;
  border: 1px solid #d9d9d9;
}

.depth1 > li > a {
  display: block;
  line-height: 74px;
  font-weight: 400;
}

.depth2 {
  position: absolute;
  left: 0;
  top: 73px;
  width: 100%;
  padding: 10px 0;
  background-color: #f7f7f7;
}

.depth2 li {
}

.depth2 li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
}

.header-right {
  position: relative;
  display: block;
  width: 11.5%;
  float: right;
}

.header-right .down {
  display: inline-block;
  background: url("../images/down.gif") no-repeat center;
  background-size: cover;
  width: 65%;
  height: 74px;
  font-size: 0;
}

.header-right .search {
  display: inline-block;
  background: url("../images/search.png") no-repeat 25px 25px;
  background-size: cover;
  width: 30%;
  height: 74px;
  margin-right: 10px;
}

/* visual */
.visual {
  margin-bottom: 70px;
}

.sw-visual .swiper-slide {
  width: 100%;
  position: relative;
  height: 745px;
}

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

.visual-1 {
  background: url(../images/visual1.png) no-repeat center;
  background-size: cover;
}

.visual-2 {
  background: url(../images/visual2.jpg) no-repeat center;
  background-size: cover;
}

.visual-3 {
  background: url(../images/visual3.jpg) no-repeat center;
  background-size: cover;
}

.visual-4 {
  background: url(../images/visual4.jpg) no-repeat center;
  background-size: cover;
}

.visual-5 {
  background: url(../images/visual5.jpg) no-repeat center;
  background-size: cover;
}

.visual-6 {
  background: url(../images/visual6.jpg) no-repeat center;
  background-size: cover;
}

.visual-7 {
  background: url(../images/visual7.jpg) no-repeat center;
  background-size: cover;
}

.visual-8 {
  background: url(../images/visual8.jpg) no-repeat center;
  background-size: cover;
}

.swiper-pagination-fraction {
  font-size: 18px;
  font-weight: bold;
}

.sw-visual-control {
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.visual-btn {
  position: absolute;
  bottom: 13px;
}

.swiper-button-next {
  position: absolute;
  left: 1020px;
  background: url("../images/visual_slide_btn.png") no-repeat right top;
  background-size: cover;
  width: 20px;
  height: 31px;
  border: 0;
}

.swiper-button-prev {
  position: absolute;
  left: 860px;
  background: url("../images/visual_slide_btn.png") no-repeat left top;
  background-size: cover;
  width: 20px;
  height: 31px;
  border: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* news */

.news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.news h3 {
  font-size: 26px;
  font-weight: 700;
}

.news h3 > span {
  margin-left: 11px;
  font-size: 15px;
  font-size: 400;
}

.news-item {
  width: 276px;
  margin-bottom: 40px;
}
.news-item img {
  width: 267px;
  height: 155px;
  overflow: hidden;
}
.news-item img:hover {
  opacity: 0.3;
  scale: 1.2;
}

.news-item h3 {
  font-size: 14px;
  color: #e60012;
  padding: 15px 0;
}

.news-item p {
  height: 66px;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 22px;
}

.news-item span {
  display: block;
  font-size: 13px;
  color: #737373;
}

.news-item-date {
  padding-top: 10px;
}

/* buy */
.buy {
  background: url("../images/buy.gif") no-repeat center;
  background-size: cover;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* game */

.game {
}

.game h3 {
  font-size: 26px;
  font-weight: 700;
}

.game h3 > span {
  margin-left: 11px;
  font-size: 15px;
  font-size: 400;
}

.game-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
}

.game-item {
  position: relative;
  width: 276px;
  margin-bottom: 40px;
}

.game-item h3 {
  display: inline-block;
  font-size: 14px;
  color: #e60012;
  padding: 15px 0;
  margin-right: 95px;
}

.game-item .pk {
  display: inline-block;
  text-align: center;
  width: 30px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #e60012;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

.game-item .dl {
  display: inline-block;
  text-align: center;
  width: 30px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #e60012;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.game-item p {
  height: 44px;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 22px;
}

.game-item span {
  display: block;
  font-size: 13px;
  color: #737373;
}

.game-item-date {
  padding-top: 10px;
}

.game-item img {
  width: 276px;
  height: 160px;
  overflow: hidden;
}

.game-item img:hover {
  opacity: 0.3;
  scale: 1.2;
}

.soft-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.soft-item {
  margin-bottom: 50px;
}

.game-item .langs {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 37px;
  background: url("../images/ico_lang_foreign_s.png") no-repeat bottom;
  background-size: cover;
}

/* download */

.download h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}

.down-container {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.down-item {
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #111;
  width: 398px;
  height: 118px;
  text-align: left;
  padding-top: 35px;
}

.item-1 {
  border-right: 0;
  background: url("../images/down1.png") no-repeat 60px 0;
  padding-left: 136px;
}

.item-2 {
  border-right: 0;
  background: url("../images/down1.png") no-repeat 60px -118px;
  padding-left: 136px;
}

.item-3 {
  background: url("../images/down1.png") no-repeat 60px -238px;
  padding-left: 136px;
}

.down-item p:first-child {
  padding-top: 15px;
}

.notice {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 50px;
}

.notice span {
  display: inline-block;
  position: relative;
  padding: 20px 21px;
  line-height: 18px;
}

.notice .notice-plus-btn {
  position: absolute;
  top: 20px;
  left: 115px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

.red-1 {
  margin-left: 90px;
  margin-right: 50px;
}

.notice-plus-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.red-1::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e60012;
  margin-right: 20px;
}

.red-2::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e60012;
  margin-right: 20px;
}

/* gotop */

.gotop {
  background-color: red;
  padding: 35px 0;
}

.gotop .inner {
  position: relative;
  height: 50px;
}

.gotop-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.gogotop {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.2s;
}

.gogotop::after {
  display: block;
  content: "";
  position: absolute;
  right: 4px;
  top: 6px;
  background: url("../images/gotop.png") no-repeat center;
  background-size: cover;
  width: 12px;
  height: 7px;
}

.gogotop:hover {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 66px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 0;
}

.gogotop:hover::after {
  background: url("../images/btn_switch_main_gotoTop_over.png") no-repeat center;
  background-size: cover;
}

.gogotop:hover::before {
  content: "TOP";
  display: block;
  position: absolute;
  top: 1px;
  left: 10px;
  color: #e60012;
  font-size: 14px;
  font-weight: 700;
}

/* intro */

.sns {
  margin-top: 40px;
  margin-bottom: 100px;
}

.sns a {
}

.intro1 {
  display: block;
  background: url("../images/intro.png") no-repeat -10px -77px;
  height: 60px;
  width: 60px;
  font-size: 0;
  float: left;
  border-radius: 5px;
  margin-right: 20px;
  margin-left: 2px;
}

.intro2 {
  display: block;
  background: url("../images/intro.png") no-repeat -100px -77px;
  height: 60px;
  width: 60px;
  font-size: 0;
  float: left;
  border-radius: 5px;
  margin-right: 20px;
}

.intro3 {
  display: block;
  background: url("../images/intro.png") no-repeat -190px -77px;
  height: 60px;
  width: 60px;
  font-size: 0;
  float: left;
  border-radius: 5px;
  margin-right: 20px;
}

.intro4 {
  display: block;
  background: url("../images/intro.png") no-repeat -280px -77px;
  height: 60px;
  width: 60px;
  font-size: 0;
  float: left;
  border-radius: 5px;
  margin-right: 20px;
}

.intro5 {
  display: block;
  background: url("../images/intro.png") no-repeat -370px -77px;
  height: 60px;
  width: 60px;
  font-size: 0;
  float: left;
  border-radius: 5px;
  margin-right: 40px;
}

.intro6 {
  display: block;
  background: url("../images/intro.png") no-repeat left top;
  height: 60px;
  width: 370px;
  font-size: 0;
  float: left;
  border-radius: 5px;
  margin-right: 25px;
}

.intro7 {
  display: block;
  background: url("../images/intro_amiibo.png") no-repeat left top;
  height: 60px;
  width: 370px;
  font-size: 0;
  float: left;
}

.intro-txt-box {
  margin-bottom: 50px;
}

.intro-txt {
  position: relative;
  float: left;
  text-align: center;
}

.intro-txt h3 {
  line-height: 50px;
  font-weight: 700;
}

.intro-txt p {
  color: #737373;
  font-weight: 300;
  line-height: 30px;
}

.intro-txt::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 3px;
  width: 18px;
  background: red;
}

.txt1 {
  margin-left: 100px;
  margin-right: 180px;
}

.txt2 {
  margin-right: 135px;
}

.txt3 {
  margin-right: 140px;
}

/* footer */

.footer {
  background-color: rgb(245, 245, 245);
  padding: 30px 0;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}

.footer-txt {
}

.footer-txt span {
}

.footer-txt span a {
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}

.footer-txt p {
}

.footer-left {
  float: left;
}

.footer-left-bar {
  border-left: 1px solid #737373;
  margin-left: 10px;
  padding-left: 10px;
}

.footer-rigth {
  float: right;
  text-align: right;
}

.footer-rigth p:last-child {
  margin-top: 10px;
  font-size: 12px;
}
