* {
  word-break: break-word;
}

#kv {
  padding: 7% 0 7%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#kv .w1200 {
  max-width: 1044px;
}

#kv .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#kv .inner .left {
  width: 50%;
  padding-right: 3%;
}

#kv .inner .left .btn_set {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#kv .inner .left .btn_set .btn_wrapper {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

#kv .inner .left .btn_set .btn-red {
  width: calc(100% * (5/6));
  font-size: 1.4rem;
}

#kv .inner .left .btn_set .info_set p {
  margin: 0;
  padding: 0;
}

#kv .inner .left .btn_set .info_set p span:nth-child(1) {
  width: 80px;
  color: #EF7192;
  display: inline-block;
}

#kv .inner .right {
  width: 50%;
}

#kv .inner .kv_title {
  width: 90%;
  max-width: 450px;
}

#kv .inner .h2,
#kv .inner p {
  margin-bottom: 40px;
}

@media screen and (min-width: 2560px) {
  #kv .inner .kv_title {
    max-width: 750px;
  }

  #kv .inner .left .btn_set .info_set p span:nth-child(1) {
    width: 210px;
  }
}

@media screen and (max-width: 1023px) {
  #kv {
    padding: calc(50px + 7%) 0 7%;
  }

  #kv .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #kv .inner .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
  }

  #kv .inner .left .btn_set .btn_wrapper {
    text-align: left;
  }

  #kv .inner .left .btn_set .btn_wrapper .btn-red {
    width: auto;
  }

  #kv .inner .right {
    width: 100%;
  }

  #kv .inner .kv_title {
    width: 70%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #kv {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #kv {
    padding: 50px 0;
  }

  #kv .inner .left .btn_set .info_set p span:nth-child(1) {
    width: 60px;
  }
}

@media screen and (max-width: 425px) {
  #kv .btn-red {
    min-width: 130px;
  }
}

@media screen and (min-width: 1024px) {
  #latest .readmore:hover #c {
    stroke-dashoffset: 140;
  }
}

#latest #c {
  stroke-dashoffset: 245;
  stroke-dasharray: 260.62 260.62;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#features {
  padding: 68px 0 0;
  overflow: hidden;
  background-color: #1d1d1d;
  background-image: url("../img/home/02_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#features .inner {
  padding-bottom: 50px;
}

@media screen and (min-width: 2560px) {
  #features .inner .main_padding {
    padding: 88px 0;
  }
}

@media screen and (max-width: 768px) {
  #features .main_padding {
    padding: 20px 0;
  }
}

@media screen and (max-width: 425px) {
  #features {
    padding: 0;
  }

  #features .article-cut50 .text {
    margin: 0;
  }
}

#showloop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#showloop .inner {
  position: relative;
}

#showloop .inner .swiper-pagination {
  margin-top: 50px;
}

#showloop .controls .control {
  width: 35px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

#showloop .controls .left {
  left: 0;
  -webkit-transform: translate(calc(-100% - 30px), -50%) rotate(180deg);
  -ms-transform: translate(calc(-100% - 30px), -50%) rotate(180deg);
  transform: translate(calc(-100% - 30px), -50%) rotate(180deg);
}

#showloop .controls .right {
  right: 0;
  -webkit-transform: translate(calc(100% + 30px), -50%);
  -ms-transform: translate(calc(100% + 30px), -50%);
  transform: translate(calc(100% + 30px), -50%);
}

@media screen and (min-width: 2560px) {
  #showloop .controls .control {
    width: 70px;
  }

  #showloop .controls .left {
    left: 0;
    -webkit-transform: translate(calc(-100% - 50px), -50%) rotate(180deg);
    -ms-transform: translate(calc(-100% - 50px), -50%) rotate(180deg);
    transform: translate(calc(-100% - 50px), -50%) rotate(180deg);
  }

  #showloop .controls .right {
    right: 0;
    -webkit-transform: translate(calc(100% + 50px), -50%);
    -ms-transform: translate(calc(100% + 50px), -50%);
    transform: translate(calc(100% + 50px), -50%);
  }
}

@media screen and (max-width: 768px) {
  #showloop {
    /* padding-top: 90px !important; */
  }

  #showloop .inner {
    width: calc(85% - 60px);
  }

  #showloop .controls .control {
    width: 25px;
  }

  #showloop .controls .left {
    left: 0;
    -webkit-transform: translate(calc(-100% - 20px), -50%) rotate(180deg);
    -ms-transform: translate(calc(-100% - 20px), -50%) rotate(180deg);
    transform: translate(calc(-100% - 20px), -50%) rotate(180deg);
  }

  #showloop .controls .right {
    right: 0;
    -webkit-transform: translate(calc(100% + 20px), -50%);
    -ms-transform: translate(calc(100% + 20px), -50%);
    transform: translate(calc(100% + 20px), -50%);
  }
}

#download {
  padding-top: 50px;
  background-color: #1d1d1d;
  background-image: url(../img/home/gt3-background-download-3840x1600.png);
  background-size: cover;
  background-position: center;
}

#download>.w1200 {
  max-width: 900px;
}

#download .tagset {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#download .tagset .tag {
  width: 50%;
  padding: 10px;
  border-bottom: 3px solid #ccc;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  cursor: pointer;
}

#download .tagset .tag h4,
#download .tagset .tag small {
  color: #ccc;
}

#download .tagset .tag::after {
  content: '';
  width: 0;
  height: 0;
  margin: 10px auto 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #B40331 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
}

#download .tagset .tag.active {
  border-bottom: 3px solid #B40331;
}

#download .tagset .tag.active::after {
  opacity: 1;
}

#download .tagset .tag.active h4 {
  color: #fff;
}

#download .tagset .tag.active small {
  color: #fff;
}

#download .tagset .tag:hover {
  border-bottom: 3px solid #B40331;
}

#download .itembox {
  max-height: 560px;
  overflow: auto;
  display: none;
}

#download .itembox.active {
  display: block;
}

#download .item_center {
  text-align: center;
}

#download .item_center p {
  margin: 14px 0;
}

#download .item {
  margin: 0 0 10px;
  padding: 20px;
}

#download .item .ver {
  margin-bottom: 10px;
}

#download .item .ver h6 .last {
  padding: 2px 5px 2px 8px;
  background-color: #B40331;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
}

#download .item .ver h6 .last::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #B40331;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(98%, -50%);
  -ms-transform: translate(98%, -50%);
  transform: translate(98%, -50%);
}

#download .item .download_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#download .item .download_box .ti {
  margin-bottom: 10px;
  color: #ccc;
}

#download .item .download_box .btnbox a {
  margin-left: 10px;
}

#download .item:nth-child(odd) {
  background-color: #272727;
}

#download .item:nth-child(even) {
  background-color: #393939;
}

@media screen and (min-width: 2560px) {
  #download .itembox {
    max-height: 1000px;
  }

  #download .item .ver h6 .last::after {
    content: '';
    right: 1px;
    border-width: 20px 0 20px 15px;
  }
}

@media screen and (max-width: 620px) {
  #download .itembox {
    max-height: 320px;
  }
}

@media screen and (max-width: 500px) {
  #download {
    padding-top: 20px;
  }

  #download .tag h4 {
    max-width: 100px;
    margin: 0 auto;
  }

  #download .item .download_box .btnbox {
    width: 100%;
  }

  #download .item .download_box .btnbox a {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}

#feedback {
  background-image: url("../img/home/06_bg.png");
  background-color: #1d1d1d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#feedback .inner h4 {
  margin-bottom: 20px;
}

#feedback .inner p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #feedback {
    padding: 50px 0;
  }
}

#pic_swiper .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#discord {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#discord h4 {
  margin-bottom: 20px;
}

#discord svg {
  width: 60px;
}

#discord svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1024px) {
  #discord svg:hover path {
    fill: #7289DA;
  }
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading.active {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#loading .load-cricle {
  width: 50px;
  height: 50px;
  border: rgba(233, 233, 233, 0.6) 4px solid;
  border-right: transparent 4px solid;
  border-radius: 100%;
  position: relative;
  -webkit-animation: mawaru 2s infinite linear;
  animation: mawaru 2s infinite linear;
}

@-webkit-keyframes mawaru {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mawaru {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}