@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
.cursor-over {
  position: fixed;
  z-index: 999;
  border-radius: 1000%;
  overflow: hidden;
  width: 134px;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cursor-over .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/asset/img/share/view_cir.png) no-repeat center;
  background-size: 80% auto;
  animation: circle 10s infinite linear;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cursor-over i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 38px;
}
.cursor-over::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cursor-over.act {
  opacity: 1;
}
.cursor-over.act i {
  animation: chack 1s infinite alternate ease-in-out;
}
@keyframes chack {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  100% {
    transform: translate(-40%, -60%) rotate(-45deg);
  }
}
@media screen and (max-width: 820px) {
  .cursor-over {
    display: none;
  }
}
*[cursor] {
  cursor: none;
}
*[fade] {
  opacity: 0;
}
#back-star {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
::-moz-selection {
  background: #ff7300;
  color: #fff;
}
::selection {
  background: #ff7300;
  color: #fff;
}
body {
  overflow-x: hidden;
}
._wrap {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
._wrap[max="1280px"],
._wrap[max="1280"] {
  max-width: 1280px;
}
._wrap[max="1800px"],
._wrap[max="1800"] {
  max-width: 1800px;
}
._wrap .video {
  width: 80%;
  position: relative;
  overflow: hidden;
}
._wrap .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._wrap .video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

@media screen and (max-width: 1550px) {
  ._wrap .video {
    width: 90%;
  }
}

@media screen and (max-width: 820px) {
  ._wrap .video {
    border-radius: 10px;
  }
}



button {
  border: 0;
  background: none;
}
.fixObj {
  position: fixed;
  bottom: 14.4329896907%;
  right: 2.8645833333%;
  text-align: right;
  display: block;
  z-index: 9999;
}
.fixObj p {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Orbitron";
  padding: 0.25em 1em;
  white-space: nowrap;
  background: #0058d8;
  border-radius: 0 1.25em;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 1em;
}
.fixObj p::before {
  position: absolute;
  right: 13.8461538462%;
  bottom: 0;
  transform: translateY(100%);
  width: 14px;
  height: 9px;
  background: url(/asset/img/layout/fix_bubble.png) no-repeat center/cover;
  content: "";
}
@media screen and (max-width: 1280px) {
  .fixObj p {
    font-size: 16px;
  }
  .fixObj img {
    width: 80px;
  }
}
@media screen and (max-width: 820px) {
  .fixObj {
    bottom: 4.1237113402%;
  }
  .fixObj p {
    font-size: 12px;
  }
  .fixObj img {
    width: 50px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 38px 0;
  color: #fff;
  pointer-events: none;
}
header.__b {
  color: #000;
}
header.__b .logo {
  filter: invert(1);
}
header.__b .gnb .menu span {
  background: #000;
}
header ._wrap {
  display: flex;
  justify-content: space-between;
}
header .logo {
  pointer-events: all;
}
header .gnb {
  display: flex;
  align-items: center;
  pointer-events: all;
}
header .gnb .sound {
  font-size: 16px;
  margin-right: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .gnb .sound .eq {
  position: relative;
  width: 22px;
  height: 13px;
}
header .gnb .sound .eq span {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  bottom: 0;
}
header .gnb .sound .eq span:nth-of-type(1) {
  left: 0;
  height: 61.5384615385%;
}
header .gnb .sound .eq span:nth-of-type(2) {
  left: 5px;
}
header .gnb .sound .eq span:nth-of-type(3) {
  left: 10px;
  height: 38.4615384615%;
}
header .gnb .sound .eq span:nth-of-type(4) {
  left: 15px;
  height: 61.5384615385%;
}
header .gnb .sound .eq span:nth-of-type(5) {
  left: 20px;
  height: 84.6153846154%;
}
header .gnb .sound p {
  font-family: "Orbitron", sans-serif;
  margin-left: 1em;
}
header .gnb .menu {
  width: 30px;
  height: auto;
  position: relative;
  cursor: pointer;
  margin: 1vw;
}
header .gnb .menu span {
  position: absolute;
  height: 4px;
  background: #fff;
  transform: translateY(-50%);
}
header .gnb .menu span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 50%;
}
header .gnb .menu span:nth-of-type(2) {
  top: 50%;
  left: 0;
  width: 100%;
}
header .gnb .menu span:nth-of-type(3) {
  top: 100%;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 820px) {
  header {
    padding: 15px 0;
  }
  header .logo {
    width: 125px;
  }
  header .gnb .sound {
    font-size: 12px;
    margin-right: 2.375em;
  }
  header .gnb .menu {
    width: 25px;
    height: auto;
    margin: 2vw;
  }
  header .gnb .menu span {
    height: 3px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 15px 0;
  }
  header .logo {
    width: 100px;
  }
  header .gnb .sound {
    font-size: 10px;
  }
  header .gnb .sound p {
    display: none;
  }
}
footer {
  padding: 75px 0 70px;
  color: #fff;
  position: relative;
  background: #191d4c;
  background: linear-gradient(180deg, #191d4c 0%, #010210 100%);
  max-width: 1920px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.025em;
}
footer .cloud {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -98%);
  width: 100%;
  height: auto;
}
footer .cloud.cloud01 {
  z-index: 2;
}
footer .cloud.cloud02 {
  z-index: 1;
  transform: translate(-50%, -100%);
}
footer ._wrap {
  z-index: 3;
  box-sizing: border-box;
}
footer .adr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .seb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
footer .seb .sel {
  display: flex;
  align-items: center;
  margin: 0 -1.5625em;
}
footer .seb .sel p {
  margin: 0 1.5625em;
}
footer .seb .line {
  flex: 1;
  height: 1px;
  background: #fff;
  margin: 0 0.5vw;
}
@media screen and (max-width: 1280px) {
  footer .seb .sel {
    margin: 0 -0.78125em;
  }
  footer .seb .sel p {
    margin: 0 0.78125em;
  }
  footer .seb .line {
    margin: 0 10px;
  }
  footer .seb .sel img{
    margin: 5vw;
    width: 20%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  footer .seb {
    flex-wrap: wrap;
  }
  footer .seb > p {
    margin-top: 1.5em;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 820px) {
  footer .adr {
    flex-direction: column;
    justify-content: center;
  }
  footer .adr a {
    order: -1;
    margin-bottom: 1em;
  }
  footer .seb {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
  footer .seb .line {
    display: none;
  }
  footer .seb .sel {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .seb .sel img{
    margin: 5vw;
    width: 25%;
    height: auto;
  }
  footer .seb .sel p {
    margin: 1em 0.78125em 0;
  }
}
@media screen and (max-width: 480px) {
  footer {
    font-size: 12px;
  }
}
footer.sub {
  background: none;
  padding: 0;
}
footer.sub .cloud {
  display: none;
}
footer.sub h4 {
  display: none;
}
.stbx {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.stbx .b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #1b2364;
  transform: translateX(100%);
}
.stbx .w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #ff7300;
  transform: translateX(100%);
}
.stbx .sitemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  background: url(/asset/img/layout/sitemap.jpg) no-repeat center/cover;
  z-index: 7;
  transform: translateX(100%);
  pointer-events: all;
}
.stbx .sitemap .ilu {
  position: absolute;
  max-width: 776px;
  width: 40.4166666667vw;
  right: 4.0104166667%;
  bottom: 12.0408163265%;
}
.stbx .sitemap .s_gnb {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.stbx .sitemap .s_gnb > li {
  font-size: 50px;
  letter-spacing: -0.025em;
  display: flex;
  align-items: flex-start;
}
.stbx .sitemap .s_gnb > li + li {
  margin-top: 5%;
}
.stbx .sitemap .s_gnb > li dl dt {
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.stbx .sitemap .s_gnb > li dl dt::after {
  position: absolute;
  left: -0.5%;
  top: 50%;
  transform: translate(0, -50%);
  height: 10%;
  background: #ff7300;
  width: 0;
  content: "";
  transition: width 0.4s;
}
.stbx .sitemap .s_gnb > li dl dd {
  font-family: "Orbitron";
  font-size: 20px;
  margin-top: 1em;
  opacity: 0.5;
}
.stbx .sitemap .s_gnb > li dl:hover dt::after {
  width: 102.5%;
}
.stbx .sitemap .s_gnb > li .s_snb {
  display: flex;
  padding-left: 1.6666666667em;
  font-size: 30px;
  font-family: "Orbitron";
  font-weight: bold;
  align-items: flex-start;
  margin: 0.4em -0.9em 0;
}
.stbx .sitemap .s_gnb > li .s_snb li {
  padding: 0 0.9em;
  position: relative;
}
.stbx .sitemap .s_gnb > li .s_snb li a {
  display: block;
  transition: opacity 0.4s;
  opacity: 0.3;
}
.stbx .sitemap .s_gnb > li .s_snb li + li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0.3;
}
.stbx .sitemap .s_gnb > li .s_snb li:hover a {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .stbx .sitemap .s_gnb > li {
    font-size: 38px;
  }
  .stbx .sitemap .s_gnb > li dl dd {
    font-size: 18px;
  }
  .stbx .sitemap .s_gnb > li .s_snb {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  .stbx .sitemap {
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 100px;
  }
  .stbx .sitemap .ilu {
    width: 52.4324324324vw;
    bottom: 5%;
  }
  .stbx .sitemap .s_gnb > li {
    font-size: 24px;
    display: block;
  }
  .stbx .sitemap .s_gnb > li dl dt {
    display: inline-block;
  }
  .stbx .sitemap .s_gnb > li dl dd {
    font-size: 16px;
  }
  .stbx .sitemap .s_gnb > li .s_snb {
    font-size: 20px;
    margin-top: 1.5em;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .stbx .sitemap {
    padding-top: 80px;
  }
  .stbx .sitemap .s_gnb > li {
    font-size: 6.6666666667vw;
  }
  .stbx .sitemap .s_gnb > li + li {
    margin-top: 1em;
  }
  .stbx .sitemap .s_gnb > li dl dt {
    display: inline-block;
  }
  .stbx .sitemap .s_gnb > li dl dd {
    font-size: 14px;
  }
  .stbx .sitemap .s_gnb > li .s_snb {
    font-size: 16px;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .stbx .sitemap .s_gnb > li .s_snb li {
    white-space: nowrap;
    margin: 0.25em 0;
  }
  .stbx .sitemap .s_gnb > li .s_snb li + li::before {
    width: 3px;
  }
}
.privPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  font-family: "Pretendard";
  letter-spacing: -0.045em;
  font-size: 16px;
  font-weight: 400;
}
.privPop .eleBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.privPop .inn {
  width: 95%;
  max-width: 1280px;
  height: 60vh;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px;
}
.privPop .inn .cont {
  width: 100%;
  height: 100%;
  position: relative;
}
.privPop .inn .cont .close {
  position: absolute;
  bottom: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
}
.privPop .inn .cont .p {
  height: 100%;
  line-height: 1.3;
}
.privPop .inn .cont .p h1 {
  font-size: 24px;
  font-weight: 700;
}
.privPop .inn .cont .p strong {
  font-size: 18px;
  font-weight: 700;
}
.privPop.on {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 450px) {
  .privPop {
    font-size: 14px;
  }
  .privPop .inn {
    padding-right: 0;
  }
  .privPop .inn .cont .p h1 {
    font-size: 18px;
  }
  .privPop .inn .cont .p strong {
    font-size: 16px;
  }
}
._int {
  background-position: center;
  position: fixed;
  z-index: 10000000000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
._int .int {
  height: 100%;
  width: 100%;
  z-index: 4;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  background-image: url("/asset/img/intro/introBg.jpg");
  background-repeat: no-repeat;
}
._int .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #1b2364;
}
._int .w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ff7300;
}
._int #_intpar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  pointer-events: none;
}
._int dl {
  font-family: "Orbitron";
  color: #fff;
  text-align: center;
  font-weight: bold;
}
._int dl dt {
  font-size: 100px;
  letter-spacing: normal;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}
._int dl dt span {
  grid-row-start: 1;
  grid-column-start: 1;
  background-image: url(/asset/img/intro/noise.jpg);
  -webkit-background-clip: text;
  color: rgba(255, 255, 255, 0.1);
}
._int dl dd {
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 2.0833333333em;
}
@media screen and (max-width: 1280px) {
  ._int dl dt {
    font-size: 7.8125vw;
  }
  ._int dl dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 820px) {
  ._int dl dt {
    font-size: 9.765625vw;
  }
  ._int dl dd {
    font-size: 2.5vw;
  }
}
.s-intro {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100000;
  color: #fff;
  text-align: center;
}
.s-intro ._wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 100%;
  flex-direction: column;
}
.s-intro dl {
  word-break: keep-all;
}
.s-intro dl dt {
  font-family: "Orbitron";
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
.s-intro dl dt span {
  color: #ff7300;
}
.s-intro dl dd {
  font-family: "Orbitron";
  margin-top: 2em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}
.s-intro .btn-box {
  margin-top: 1em;
  font-size: 16px;
  display: flex;
}
.s-intro .btn-box .btn {
  font-size: inherit;
  width: 8.125em;
  height: 2.25em;
  border-radius: 1.125em;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-family: "NEXON Lv1 Gothic";
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: background 0.4s, border 0.4s;
  white-space: nowrap;
  flex: 0 0 auto;
  padding: 0;
}
.s-intro .btn-box .btn + .btn {
  margin-left: 1.25em;
}
.s-intro .btn-box .btn:hover {
  background: #ff7300;
  border-color: #ff7300;
}
@media screen and (max-width: 1280px) {
  .s-intro dl dt {
    font-size: 20px;
  }
  .s-intro dl dd {
    font-size: 16px;
  }
  .s-intro .btn-box {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .s-intro dl dt {
    font-size: 18px;
  }
  .s-intro dl dd {
    font-size: 14px;
  }
}
.m-back {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/asset/img/main/background.jpg) no-repeat;
  background-size: 100% auto;
  background-position: 50% 0%;
}
.c-t {
  text-align: center;
}
.c-t dt {
  font-size: 28px;
  color: #0058d8;
  font-family: "Orbitron";
  letter-spacing: -0.05em;
}
.c-t .d1 {
  font-size: 4vw;
  color: #fff;
  font-family: "Orbitron";
  font-weight: bold;
  margin-top: 0.1538461538em;
}
.c-t .d2 {
  font-family: "NEXON Lv1 Gothic";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.05em;
  margin-top: 2.2222222222em;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (max-width: 1480px) {
  .c-t .d1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1280px) {
  .c-t dt {
    font-size: 2vw;
  }
  .c-t .d1 {
    font-size: 5vw;
  }
  .c-t .d2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .c-t dt {
    font-size: 18px;
  }
  .c-t .d1 {
    font-size: 7.5vw;
  }
  .c-t .d2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .c-t dt {
    font-size: 16px;
  }
  .c-t .d2 {
    font-size: 12px;
  }
}
._m {
  overflow: hidden;
}
.s-1 ._wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s-1 .vs {
  text-align: center;
}
.s-1 .vs div {
  white-space: nowrap;
}
.s-1 .vs div.t1,
.s-1 .vs div.t3 {
  font-family: "Orbitron";
  font-size: 10vw;
  font-weight: bold;
  color: #ff7300;
  display: inline-flex;
  align-items: center;
  background-image: url(/asset/img/main/v_text.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-1 .vs div.t1 {
  position: relative;
  background-position: 0% -10%;
}
.s-1 .vs div.t1 .astronaut {
  position: absolute;
  width: 13.28125vw;
}
.s-1 .vs div.t1 h2:nth-of-type(2) {
  margin-left: 200px;
}
.s-1 .vs div.t2 {
  font-family: "DungGeunMo";
  font-size: 36px;
  color: #fff;
  display: flex;
}
.s-1 .vs div.t2 .hide {
  color: #ffd569;
  text-shadow: 0px 0px 1rem #ffd569;
  position: relative;
  flex: 0 0 auto;
}
.s-1 .vs div.t2 .hide .opa {
  opacity: 0;
}
.s-1 .vs div.t2 .hide .ing {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-1 .vs div.t2 p {
  flex: 1;
}
.s-1 .vs div.t3 {
  background-position: 0% 100%;
}
.s-1 .vs div.t3 .video {
  width: 20vw;
  position: relative;
  border-radius: 20px;
  margin-right: 3vw;
  overflow: hidden;
}
.s-1 .vs div.t3 .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-1 .vs div.t3 .video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
@media screen and (min-width: 1920px) {
  .s-1 .vs div.t1 .astronaut {
    width: 215px;
  }
}
@media screen and (max-width: 1550px) {
  .s-1 .vs div.t1,
  .s-1 .vs div.t3 {
    font-size: 10vw;
  }
  .s-1 .vs div.t2 {
    font-size: 1.5vw;
  }
  .s-1 .vs div.t3 .video {
    width: 25vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 820px) {
  .s-1 .vs div.t2 {
    letter-spacing: 0em;
    font-size: 2.5vw;
  }
  .s-1 .vs div.t2 .hide {
    letter-spacing: 0em;
  }
  .s-1 .vs div.t3 .video {
    border-radius: 10px;
  }
}
.s-2 {
  padding: 12.7604166667vw 0 20.5729166667vw;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: url(/asset/img/main/s_2Qu.png) no-repeat;
  background-position: 50% 30%;
  background-size: 93.75% auto;
}
.s-2 .metbx {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.s-2 .metbx .meteo {
  position: absolute;
}
.s-2 .metbx .meteo img {
  width: 100%;
}
.s-2 .metbx .meteo.meteo1 {
  width: 255px;
  top: 66.2393162393%;
  left: 51.4583333333%;
}
.s-2 .metbx .meteo.meteo2 {
  width: 114px;
  left: 29.1666666667%;
  top: 14.6011396011%;
}
.s-2 .metbx .meteo.meteo3 {
  width: 220px;
  right: 0;
  top: 22.792022792%;
}
@media screen and (min-width: 1920px) {
  .s-2 {
    padding: 245px 0 395px;
  }
}
@media screen and (max-width: 1280px) {
  .s-2 .metbx .meteo.meteo1 {
    width: 17.578125vw;
  }
  .s-2 .metbx .meteo.meteo2 {
    width: 8.90625vw;
  }
  .s-2 .metbx .meteo.meteo3 {
    width: 17.1875vw;
  }
}
.s2_plant {
  position: relative;
  display: block;
  pointer-events: none;
}
.s2_plant .over {
  position: absolute;
}
.s2_plant .over p {
  position: absolute;
  font-family: "NEXON Lv1 Gothic";
  font-size: 0.85vw;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.s2_plant dl {
  color: #fff;
  position: absolute;
  white-space: nowrap;
}
.s2_plant dl dt {
  font-size: 2vw;
  font-family: "Orbitron";
  font-weight: bold;
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.86);
}
.s2_plant dl dt p + p {
  margin-top: 0.1666666667em;
}
.s2_plant dl dd {
  font-size: 1vw;
  letter-spacing: 0.25em;
  font-family: "Orbitron";
  margin-top: 0.5882352941em;
}
.s2_plant.s2_plant-3 {
  max-width: 500px;
  width: 26.0416666667vw;
  margin: 0 auto;
}
.s2_plant.s2_plant-3 .over {
  left: 0;
  top: 50%;
}
.s2_plant.s2_plant-3 dl {
  left: 0;
  bottom: 0;
  transform: translate(-55%, -50%);
  text-align: left;
}
.s2_plant.s2_plant-1 {
  max-width: 250px;
  width: 111.4583333333vw;
  margin: 0 auto;
  position: absolute;
  top: 39.8199445983%;
  left: 65%;
}
.s2_plant.s2_plant-1 .over {
  left: 0;
  top: 50%;
  width: 200%;
}
.s2_plant.s2_plant-1 dl {
  right: 0;
  top: 50%;
  transform: translate(77%, 10%);
}
.s2_plant.s2_plant-1 dl p + p {
  text-align: right;
  margin-left: 0.5em;
}
.s2_plant.s2_plant-1 dl dd {
  text-align: right;
}
.s2_plant.s2_plant-2 {
  max-width: 320px;
  width: 16.6666666667vw;
  margin-left: 12.5%;
  margin-top: -2.5%;
}
.s2_plant.s2_plant-2 .over {
  right: 0;
  top: 50%;
  width: 150%;
}
.s2_plant.s2_plant-2 .over p {
  left: 52.5%;
}
.s2_plant.s2_plant-2 .obj {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(5%, -60%);
  width: 9.3229166667vw;
}
.s2_plant.s2_plant-2 dl {
  right: 0;
  bottom: 0;
  transform: translate(65%, 0%);
  text-align: right;
}
@media screen and (min-width: 1920px) {
  .s2_plant .over p {
    font-size: 0.6vw;
  }
  .s2_plant dl dt {
    font-size: 2vw;
  }
  .s2_plant dl dd {
    font-size: 1vw;
  }
  .s2_plant.s2_plant-2 .obj {
    width: 179px;
  }
}
@media screen and (max-width: 1280px) {
  .s2_plant .over {
    width: 125%;
  }
  .s2_plant .over p {
    font-size: 1vw;
  }
  .s2_plant dl dt {
    font-size: 2vw;
  }
  .s2_plant dl dd {
    font-size: 1vw;
  }
  .s2_plant.s2_plant-1 {
    width: 15vw;
  }
  .s2_plant.s2_plant-1 dl {
    transform: translate(50%, 10%);
  }
  .s2_plant.s2_plant-2 {
    width: 20.6451612903vw;
    margin-left: 6%;
  }
  .s2_plant.s2_plant-2 .obj {
    transform: translate(5%, -50%);
  }
  .s2_plant.s2_plant-3 {
    width: 32.2580645161vw;
  }
  .s2_plant.s2_plant-3 .over {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .s2_plant .over {
    display: none;
  }
  .s2_plant dl dt {
    font-size: 4vw;
  }
  .s2_plant dl dd {
    margin-top: 5px;
    font-size: 2.5vw;
  }
  .s2_plant.s2_plant-1 {
    width: 25vw;
    top: 50%;
    right: 20%;
    left: auto;
  }
  .s2_plant.s2_plant-2 {
    width: 25vw;
    margin-left: 6%;
    margin-top: 8%;
  }
  .s2_plant.s2_plant-2 .obj {
    transform: translate(5%, -50%);
    width: 17.48046875vw;
  }
  .s2_plant.s2_plant-3 {
    width: 39.0625vw;
  }
}
@media screen and (max-width: 480px) {
  .s2_plant dl dt {
    font-size: 4vw;
  }
  .s2_plant dl dd {
    font-size: 2.5vw;
  }
  .s2_plant.s2_plant-2 {
    margin-left: 2.5%;
  }
  .s2_plant.s2_plant-3 {
  }
}
#clonePlant {
  position: fixed;
  z-index: 999999;
}
.s-3 {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 320px;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.s-3 .ro-hu {
  position: absolute;
  left: 36.4583333333%;
  top: 39.6825396825%;
  width: 39.3229166667vw;
  z-index: 3;
}
.s-3 .tb {
  margin-left: 15%;
  position: relative;
  z-index: 4;
}
.s-3 .tb dt {
  font-size: 2.5vw;
  font-weight: 600;
  color: #fff;
  font-family: "Orbitron";
}
.s-3 .tb dd h2 {
  font-size: 4vw;
  color: #fff;
  font-family: "Orbitron";
  font-weight: bold;
  margin-top: 0.1538461538em;
}
.s-3 .tb dd .fl {
  display: flex;
  align-items: center;
  margin-top: 0.1538461538em;
  font-size: 5vw;
}
.s-3 .tb dd .fl h2 {
  margin-top: 0;
}
.s-3 .tb dd .m-over {
  width: 1.0307692308em;
  position: relative;
  border-radius: 1000px;
  background: #fff;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: inherit;
}
.s-3 .tb dd .m-over::after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.s-3 .tb dd .m-over .view-cir {
  width: 0.7692307692em;
  height: 0.7692307692em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/asset/img/share/view_news.png) no-repeat center/cover;
  animation: viewBangle 15s infinite linear;
}
@keyframes viewBangle {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.s-3 .tb dd .m-over i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 38px;
  transform-origin: center;
}
@media screen and (max-width: 1480px) {
  .s-3 .tb dd h2,
  .s-3 .tb dd .fl {
    font-size: 5vw;
  }
  .s-3 .tb dd .m-over i {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 1280px) {
  .s-3 .tb dt {
    font-size: 2.5vw;
  }
  .s-3 .tb dd h2,
  .s-3 .tb dd .fl {
    font-size: 5vw;
  }
  .s-3 .tb dd .m-over i {
    font-size: 2.5675675676vw;
  }
}
@media screen and (max-width: 820px) {
  .s-3 .tb {
    margin-left: 5%;
  }
  .s-3 .tb dt {
    font-size: 5vw;
  }
  .s-3 .tb dd h2,
  .s-3 .tb dd .fl {
    font-size: 7.5vw;
  }
  .s-3 .tb dd .m-over i {
    font-size: 2.96875vw;
  }
}
@media screen and (max-width: 480px) {
  .s-3 .tb dt {
    font-size: 7.5vw;
  }
  .s-3 .tb dd h2,
  .s-3 .tb dd .fl {
    font-size: 10vw;
  }
  .s-3 .tb dd .m-over i {
    font-size: 3.7109375vw;
  }
}
.s-3 .alm {
  margin-top: 1em;
  font-size: 0.8vw;
  font-weight: 400;
  position: relative;
  z-index: 4;
  width: 35%;
  margin-left: 60%;
}
.s-3 .alm p {
  line-height: 2;
  color: #fff;
  font-family: "NEXON Lv1 Gothic";
  display: inline-block;
  text-align: left;
}
.s-3 .stone svg,
.s-3 .stone2 svg {
  width: 100%;
}
.s-3 .stone {
  position: absolute;
  left: -1.6%;
  top: 60.9857978279%;
  width: 27.6041666667vw;
}
.s-3 .stone2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .s-3 .ro-hu {
    width: 755px;
  }
  .s-3 .stone {
    max-width: 530px;
  }
  .s-3 .stone2 {
    max-width: 980px;
  }
}
@media screen and (max-width: 1480px) {
  .s-3 {
    padding-bottom: 17.7083333333vw;
  }
  .s-3 .alm {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .s-3 .alm {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .s-3 {
    padding-bottom: 21.6216216216vw;
    padding-top: 16.8918918919vw;
  }
  .s-3 .ro-hu {
    width: 53vw;
    top: 36%;
  }
  .s-3 .stone {
    top: 55%;
    width: 37vw;
  }
  .s-3 .alm {
    margin-right: 5%;
    width: 90%;
    margin-left: auto;
    word-break: keep-all;
  }
}
@media screen and (max-width: 480px) {
  .s-3 .alm {
    font-size: 14px;
  }
}
.s-4 {
  padding-bottom: 120px;
  padding-top: 375px;
}
.s-4 .sbx {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 90px;
}
.s-4 .sbx .m-over {
  width: 134px;
  position: absolute;
  border-radius: 1000px;
  background: #fff;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.s-4 .sbx .m-over::after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.s-4 .sbx .m-over .view-cir {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/asset/img/share/view_cir.png) no-repeat center/cover;
  animation: viewBangle 15s infinite linear;
}
@keyframes viewBangle {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.s-4 .sbx .m-over i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 38px;
  letter-spacing: -0.05em;
}
.s-4 .sbx .img {
  border-radius: 1000px;
  position: relative;
}
.s-4 .sbx .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.s-4 .sbx .img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.s-4 .sbx .nbx {
  width: 100%;
  height: 3.1111111111em;
  font-size: 18px;
}
.s-4 .sbx .nbx .name {
  width: 0%;
  height: 100%;
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/asset/img/main/s_4NameTag.png) no-repeat center;
  background-size: 100% 100%;
  margin: -25px auto 0;
  position: relative;
  z-index: 2;
  transition: width 0.4s;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.05em;
}
.s-4 .sbx .nbx .name span {
  font-weight: normal;
  color: #0068ff;
}
@media screen and (max-width: 1280px) {
  .s-4 {
    padding-bottom: 9.375vw;
    padding-top: 27.734375vw;
  }
  .s-4 .sbx {
    margin-top: 7.03125vw;
  }
  .s-4 .sbx .nbx {
    font-size: 14px;
  }
  .s-4 .sbx .nbx .name {
    margin-top: -1.5625em;
  }
  .s-4 .sbx .m-over {
    width: 6.9791666667vw;
  }
  .s-4 .sbx .m-over .view-cir {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .s-4 .sbx .m-over i {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 820px) {
  .s-4 .sbx {
    margin-top: 10.9756097561vw;
  }
  .s-4 .sbx .nbx {
    font-size: 14px;
  }
  .s-4 .sbx .nbx .name {
    width: 100%;
  }
  .s-4 .sbx .m-over {
    width: 13.0859375vw;
    transform: translate(0);
    opacity: 1;
  }
  .s-4 .sbx .m-over .view-cir {
    width: 9.765625vw;
    height: 9.765625vw;
  }
  .s-4 .sbx .m-over i {
    font-size: 3.7109375vw;
  }
}
@media screen and (max-width: 480px) {
  .s-4 .sbx .nbx {
    font-size: 12px;
  }
  .s-4 .sbx .m-over {
    width: 16.3414634146vw;
  }
  .s-4 .sbx .m-over .view-cir {
    width: 12.1951219512vw;
    height: 12.1951219512vw;
  }
  .s-4 .sbx .m-over i {
    font-size: 4.6341463415vw;
  }
}
@media screen and (min-width: 821px) {
  .s-4 .sbx .swiper-slide:hover .m-over {
    transform: translate(0);
    opacity: 1;
  }
  .s-4 .sbx .swiper-slide:hover .nbx .name {
    width: 100%;
  }
}
.s-5 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-5 .s-w {
  perspective: 240px;
  margin-top: 5.9895833333vw;
}
.s-5 .s-w .client {
  margin: -4.4270833333vw -3.2552083333vw 0;
  transform-origin: 0 100% 0;
  transform: rotateX(25deg);
  -webkit-mask-image: linear-gradient(to bottom, transparent 15%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 15%, black 100%);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.s-5 .s-w .client li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.s-5 .s-w .client li::after {
  content: "";
  display: block;
  padding-bottom: 27.0072992701%;
}
@media screen and (max-width: 1280px) {
  .s-5 .s-w .client {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .s-5 .s-w .client li {
    flex: 0 1 20%;
    text-align: right;
  }
  .s-5 .s-w .client li:nth-of-type(3n) {
    text-align: left;
  }
  .s-5 .s-w .client li.middle {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .s-5 {
    height: auto;
    padding: 27vw 0;
  }
  .s-5 .s-w .client {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.s-6 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 220px 0 470px;
  position: relative;
}
.s-6 .back-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: url(/asset/img/main/s_6Shine.png);
  background-repeat: no-repeat;
  background-position: 0% 58%;
  background-size: auto;
}
.s-6 .obj {
  position: absolute;
}
.s-6 .obj svg {
  width: 100%;
}
.s-6 .obj.meteor01 {
  left: 26.5625%;
  bottom: 0;
  transform: translateY(-58%);
  width: 25.5208333333vw;
}
.s-6 .obj.meteor02 {
  left: 11.4583333333%;
  top: 38%;
  width: 7.8125vw;
}
.s-6 .obj.moon {
  opacity: 0.5;
  left: 27.0833333333%;
  top: 6.5963060686%;
  width: 15.46875vw;
}
.s-6 .r-t {
  text-align: right;
  margin-right: 8.0729166667%;
  position: relative;
  z-index: 2;
}
.s-6 .r-t .tb {
  display: inline-block;
  text-align: center;
}
.s-6 .r-t .tb dt {
  font-size: 28px;
  color: #0058d8;
  font-family: "Orbitron";
}
.s-6 .r-t .tb dd h2 {
  font-size: 5vw;
  color: #fff;
  font-family: "Orbitron";
  font-weight: bold;
  margin-top: 0.1538461538em;
}
.s-6 .r-t .tb dd .fl {
  display: flex;
  align-items: center;
  margin-top: 0.1538461538em;
  font-size: 130px;
}
.s-6 .r-t .tb dd .fl h2 {
  margin-top: 0;
}
.s-6 .r-t .tb dd p {
  font-family: "NEXON Lv1 Gothic";
  font-weight: normal;
  font-size: 1vw;
  color: #fff;
  line-height: 2.5;
}
.s-6 .r-t .tb dd .m-over {
  width: 1.0307692308em;
  position: relative;
  border-radius: 1000px;
  background: #fff;
  z-index: 2;
  right: 0;
  top: 0;
}
.s-6 .r-t .tb dd .m-over::after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.s-6 .r-t .tb dd .m-over .view-cir {
  width: 0.7692307692em;
  height: 0.7692307692em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/asset/img/share/view_swap.png) no-repeat center/cover;
  animation: viewBangle 15s infinite linear;
}
@keyframes viewBangle {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.s-6 .r-t .tb dd .m-over i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 38px;
}
@media screen and (max-width: 1480px) {
  .s-6 .r-t .tb dd h2,
  .s-6 .r-t .tb dd .fl {
    font-size: 6.7708333333vw;
  }
  .s-6 .r-t .tb dd .m-over i {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 1280px) {
  .s-6 .r-t .tb dt {
    font-size: 20px;
  }
  .s-6 .r-t .tb dd h2,
  .s-6 .r-t .tb dd .fl {
    font-size: 8.1081081081vw;
  }
  .s-6 .r-t .tb dd .m-over i {
    font-size: 2.5675675676vw;
  }
  .s-6 .r-t .tb dd p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 820px) {
  .s-6 .r-t .tb dt {
    font-size: 18px;
  }
  .s-6 .r-t .tb dd h2,
  .s-6 .r-t .tb dd .fl {
    font-size: 9.375vw;
  }
  .s-6 .r-t .tb dd .m-over i {
    font-size: 2.96875vw;
  }
  .s-6 .r-t .tb dd p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .s-6 .r-t .tb dt {
    font-size: 5vw;
  }
  .s-6 .r-t .tb dd h2,
  .s-6 .r-t .tb dd .fl {
    font-size: 9vw;
  }
  .s-6 .r-t .tb dd .m-over i {
    font-size: 3.7109375vw;
  }
  .s-6 .r-t .tb dd p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1920px) {
  .s-6 .obj.meteor01 {
    width: 490px;
  }
  .s-6 .obj.meteor02 {
    width: 150px;
  }
  .s-6 .obj.moon {
    width: 297px;
  }
}
@media screen and (max-width: 1280px) {
  .s-6 {
    padding: 14.8648648649vw 0 31.7567567568vw;
  }
}
@media screen and (max-width: 820px) {
  .s-6 .r-t {
    margin: 5%;
    text-align: center;
  }
  .s-6 .r-t .tb dd p {
    word-break: break-all;
    word-break: keep-all;
  }
  .s-6 .r-t .tb dd p br {
    display: none;
  }
  .s-6 .obj {
    position: absolute;
  }
  .s-6 .obj svg {
    width: 100%;
  }
  .s-6 .obj.meteor01 {
    left: 17%;
  }
  .s-6 .obj.meteor02 {
    left: 4%;
  }
  .s-6 .obj.moon {
    left: 15%;
  }
}
.s-7 {
  position: relative;
}
.s-7 .mq {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -25%);
  z-index: 2;
  display: flex;
}
.s-7 .mq .img {
  padding: 0 57.5px;
  flex: 0 0 auto;
}
.s-7 .ro-b {
  position: relative;
  transform: translateY(28.1124497992%);
}
.s-7 .ro-b .character {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  transform: translate(-50%, -35%);
}
.s-7 .ro-b .character .cha {
  width: 15.4166666667vw;
  max-width: 296px;
  margin: 0 auto;
}
.s-7 .ro-b .character .msg {
  background: #ff7300;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Orbitron";
  padding: 0.85em 0.65em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(10deg);
  transform-origin: bottom;
  white-space: nowrap;
  border-radius: 0 1em 0;
}
.s-7 .ro-b .character .msg::before {
  width: 0.85em;
  height: 0.7em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  background: url(/asset/img/main/s_7msg.png) no-repeat center/cover;
  content: "";
}
.s-7 .ro-b .character .msg::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/asset/img/main/s_7Star.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.s-7 .ro-b .rokect {
  width: 80%;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}
.s-7 .ro-b .rokect svg {
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .s-7 .ro-b .character .char {
    width: 296px;
  }
  .s-7 .ro-b .rokect {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .s-7 .mq .img {
    padding: 0 2.5%;
    flex: 0 0 60%;
  }
  .s-7 .ro-b .character .msg {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .s-7 {
    padding-top: 15vw;
  }
  .s-7 .ro-b .character .msg {
    font-size: 14px;
  }
  .s-7 .ro-b .rokect {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .s-7 .ro-b .character .msg {
    font-size: 12px;
  }
}
._bpur {
  background-color: #02183b;
  background-image: url(/asset/img/video/port/video_bg01.jpg);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.l_video .star {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 1000px;
  background: #fff;
  top: 0;
}
.l_video .tit {
  text-align: center;
  font-family: "Orbitron";
  font-weight: bold;
}
.l_video .tit dt {
  font-size: 90px;
}
.l_video .tit dd {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  margin-top: 3.3333333333em;
}
.l_video .tit dd a {
  padding: 0 2px 10px;
  position: relative;
}
.l_video .tit dd a + a {
  margin-left: 1.8333333333em;
}
.l_video .tit dd a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #fff;
  content: "";
  transition: 0.4s;
}
.l_video .tit dd a:hover::after {
  width: 100%;
}
.l_video .tit dd a.active::after {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l_video .tit dt {
    font-size: 70px;
  }
}
@media screen and (max-width: 820px) {
  .l_video .tit dt {
    font-size: 40px;
  }
  .l_video .tit dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .l_video .tit dt {
    font-size: 30px;
  }
  .l_video .tit dd {
    font-size: 14px;
  }
}
.l_video.in {
  padding: 150px 0 100px;
  color: #fff;
  position: relative;
}
.l_video.in .obj {
  position: absolute;
  z-index: 4;
}
.l_video.in .obj.obj01 {
  left: 70.3125%;
  bottom: 19.6815286624%;
  max-width: 436px;
  width: 22.7083333333vw;
}
.l_video.in .obj.obj02 {
  left: 89.5833333333%;
  bottom: 35.6687898089%;
  max-width: 148px;
  width: 7.7083333333vw;
  z-index: 6;
}
.l_video.in .obj.obj03 {
  left: 0;
  bottom: 39.4904458599%;
  max-width: 231px;
  width: 12.03125vw;
}
.l_video.in .obj.obj04 {
  right: 0;
  width: 64.4791666667%;
  z-index: 3;
  bottom: 42.0382165605%;
  max-width: 1238px;
}
.l_video.in .obj.obj05 {
  left: 0;
  max-width: 832px;
  width: 43.3333333333%;
  z-index: 3;
  bottom: 45.8598726115%;
}
.l_video.in .obj.obj06 {
  right: 20.5208333333%;
  top: 19.1082802548%;
  max-width: 70px;
  width: 3.6458333333vw;
}
.l_video.in .obj.obj07 {
  left: 20.2604166667%;
  top: 6.050955414%;
  max-width: 158px;
  width: 8.2291666667vw;
}
.l_video.in .water {
  background: url(/asset/img/video/port/water.png) no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  max-width: 358px;
  width: 18.6458333333vw;
  position: absolute;
  bottom: 22.019108%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  -webkit-mask: linear-gradient(to bottom, transparent 0%, black 50%);
}
.l_video.in .water::after {
  content: "";
  padding-bottom: 40.782122905%;
  display: block;
}
.l_video.in ._wrap {
  z-index: 5;
}
.l_video.in .sbx {
  margin-top: 111px;
  position: relative;
}
.l_video.in .sbx .prev,
.l_video.in .sbx .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 55px;
  color: #fff;
  z-index: 3;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.l_video.in .sbx .prev {
  left: 7.421875%;
}
.l_video.in .sbx .next {
  right: 7.421875%;
}
.l_video.in .sbx .img {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.l_video.in .sbx .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l_video.in .sbx .img .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l_video.in .sbx .img .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  content: "";
  -webkit-mask-image: linear-gradient(transparent 70%, black 100%);
  mask-image: linear-gradient(transparent 70%, black 100%);
  opacity: 0;
  transition: 0.4s;
}
.l_video.in .sbx .img::after {
  content: "";
  display: block;
  padding-bottom: 54.1202672606%;
}
.l_video.in .sbx .img p {
  position: absolute;
  left: 1.5384615385em;
  bottom: 1.5384615385em;
  right: 1.5384615385em;
  z-index: 3;
  color: #fff;
  font-size: 26px;
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s;
}
.l_video.in .sbx .swiper-slide.swiper-slide-active .img .bg {
  transform: scale(1);
  transition: 0.4s;
}
.l_video.in .sbx .swiper-slide.swiper-slide-active .img .bg::after {
  opacity: 1;
}
.l_video.in .sbx .swiper-slide.swiper-slide-active .img:hover .bg {
  transform: scale(1.1);
}
.l_video.in .sbx .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.l_video.in .btn {
  text-align: center;
  margin-top: 2.3913043478em;
  font-size: 23px;
}
.l_video.in .btn .l {
  font-size: 23px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  background: linear-gradient(100deg, #fe7202 0%, #e35b4f 100%);
  width: 14.0869565217em;
  height: 3.5217391304em;
  border-radius: 10000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  position: relative;
}
.l_video.in .btn .l i {
  margin-left: 0.8695652174em;
  transition: 0.4s;
}
.l_video.in .btn .l::after {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.5) inset;
  opacity: 0;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
}
.l_video.in .btn .l:hover::after {
  opacity: 1;
}
.l_video.in .btn .l:hover i {
  transform: scaleX(-1);
}
@media screen and (max-width: 1280px) {
  .l_video.in .btn .l {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .l_video.in .btn .l {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .l_video.in .btn .l {
    font-size: 14px;
  }
}
.l_video.in footer {
  padding-top: 370px;
}
@media screen and (max-width: 1280px) {
  .l_video.in .sbx .img p {
    font-size: 22px;
  }
  .l_video.in footer {
    padding-top: 300px;
  }
}
@media screen and (max-width: 820px) {
  .l_video.in .sbx {
    margin-top: 80px;
  }
  .l_video.in .sbx .img p {
    font-size: 18px;
  }
  .l_video.in .sbx .prev,
  .l_video.in .sbx .next {
    font-size: 45px;
  }
  .l_video.in .sbx .prev {
    left: 5%;
  }
  .l_video.in .sbx .next {
    right: 5%;
  }
  .l_video.in .water {
    width: 27.96875vw;
  }
  .l_video.in footer {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .l_video.in .sbx .img p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .l_video.in .sbx .prev,
  .l_video.in .sbx .next {
    font-size: 45px;
  }
  .l_video.in .sbx .prev {
    left: 2.5%;
  }
  .l_video.in .sbx .next {
    right: 2.5%;
  }
}
.l_video.__process {
  background: url(/asset/img/video/process/background.jpg) no-repeat
    center/cover;
  color: #fff;
  padding: 150px 0 100px;
}
.l_video.__process .plant {
  position: absolute;
}
.l_video.__process .plant.plant1 {
  left: 20.3125%;
  top: 5.7324840764%;
  max-width: 158px;
  width: 8.2291666667vw;
}
.l_video.__process .plant.plant2 {
  right: 21.09375%;
  top: 15.7961783439%;
  max-width: 70px;
  width: 3.6458333333vw;
}
.l_video.__process .water {
  position: absolute;
  left: 45%;
  top: 55.6603773585%;
  transform: translate(-50%, 0);
  max-width: 684px;
  width: 35.625vw;
  background: url(/asset/img/video/process/water.png) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.l_video.__process .water::after {
  content: "";
  display: block;
  padding-bottom: 40.350877193%;
}
.l_video.__process footer {
  padding-top: 240px;
}
@media screen and (max-width: 820px) {
  .l_video.__process .plant.plant1 {
    left: 10.4166666667%;
    width: 15.4296875vw;
  }
  .l_video.__process .plant.plant2 {
    right: 13.28125%;
    width: 6.8359375vw;
  }
  .l_video.__process .water {
    width: 80%;
    max-width: 380px;
  }
  .l_video.__process footer {
    padding-top: 0;
  }
}
.l_video._view {
  background-image: url(/asset/img/video/port/background.jpg);
}
.l_video._view .obj {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.l_video._view .obj.ob01 {
  left: 3.90625%;
  top: 43.9024390244%;
  max-width: 75px;
  width: 3.90625vw;
}
.l_video._view .obj.ob02 {
  left: 8.6458333333%;
  top: 49.6459480724%;
  max-width: 35px;
  width: 1.8229166667vw;
}
.l_video._view .obj.ob03 {
  right: 6.4583333333%;
  top: 37.5688434304%;
  max-width: 70px;
  width: 3.6458333333vw;
}
.l_video._view .obj.ob04 {
  right: 12.2916666667%;
  top: 49.5279307632%;
  max-width: 130px;
  width: 6.7708333333vw;
}
.l_video._view .obj.ob05 {
  left: 22.5520833333%;
  bottom: 30.6845003934%;
  max-width: 173px;
  width: 9.0104166667vw;
}
.l_video._view .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(/asset/img/video/port/wave.png);
  background-repeat: repeat-y;
  background-position: bottom;
  mix-blend-mode: screen;
  background-size: 110% auto;
}
.l_video._view .wave::after {
  content: "";
  padding-bottom: 14.5833333333%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l_video._view .wave {
    background-size: 125% auto;
  }
}
@media screen and (max-width: 820px) {
  .l_video._view .obj.ob01 {
    width: 5.0675675676vw;
  }
  .l_video._view .obj.ob02 {
    width: 2.3648648649vw;
  }
  .l_video._view .obj.ob03 {
    width: 4.7297297297vw;
  }
  .l_video._view .obj.ob04 {
    width: 8.7837837838vw;
  }
  .l_video._view .obj.ob05 {
    width: 11.6891891892vw;
  }
}
.mata-mix .tit {
  text-align: center;
  letter-spacing: -0.025em;
  font-family: "Orbitron";
  font-weight: bold;
}
.mata-mix .tit dt {
  font-size: 90px;
}
.mata-mix .tit dd {
  font-size: 50px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1280px) {
  .mata-mix .tit dt {
    font-size: 70px;
  }
  .mata-mix .tit dd {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) {
  .mata-mix .tit dt {
    font-size: 40px;
  }
  .mata-mix .tit dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mata-mix .tit dt {
    font-size: 30px;
  }
  .mata-mix .tit dd {
    font-size: 18px;
  }
}
.mata-mix._in {
  padding: 150px 0 100px;
  color: #fff;
  position: relative;
}
.mata-mix._in .orora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/asset/img/meatmix/metamix_aurora.png) no-repeat;
  background-size: 150% auto;
  z-index: 3;
  pointer-events: none;
}
.mata-mix._in .sky {
  background: url(/asset/img/meatmix/skyBg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: 100% 100%;
}
.mata-mix._in .sky .plant {
  position: absolute;
}
.mata-mix._in .sky .plant.plant01 {
  top: 310px;
  left: 15.625%;
  max-width: 252px;
  width: 13.125vw;
}
.mata-mix._in .sky .plant.plant02 {
  top: 180px;
  left: 12.2395833333%;
  max-width: 71px;
  width: 3.6979166667vw;
}
.mata-mix._in .sky .plant.plant03 {
  top: 450px;
  right: -4.84375%;
  max-width: 1023px;
  width: 53.28125vw;
}
.mata-mix._in .sky .earth-bg {
  background: url(/asset/img/meatmix/earth.png) no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 57.7707006369%;
  background-size: 100% 100%;
}
.mata-mix._in .sky .back {
  position: absolute;
  left: -3.9583333333%;
  bottom: 29.5541401274%;
  z-index: 3;
}
.mata-mix._in .obj {
  position: absolute;
  z-index: 4;
}
.mata-mix._in .obj .ob {
  position: absolute;
}
.mata-mix._in .obj.obj1 {
  left: 4.4270833333%;
  bottom: 31.0828025478%;
  max-width: 232px;
  width: 12.0833333333vw;
}
.mata-mix._in .obj.obj2 {
  right: 2.0833333333%;
  bottom: 22.9299363057%;
  max-width: 272px;
  width: 14.1666666667vw;
}
.mata-mix._in .obj.obj2 .ob {
  left: 5%;
  top: 2%;
  width: 60%;
}
.mata-mix._in .cirstal {
  position: absolute;
  z-index: 6;
}
.mata-mix._in .cirstal.cirs01 {
  max-width: 74px;
  left: 4.7916666667%;
  bottom: 7.1428571429%;
  width: 3.8541666667vw;
}
.mata-mix._in .cirstal.cirs02 {
  max-width: 60px;
  left: 27.6041666667%;
  bottom: 27.1428571429%;
  width: 3.125vw;
}
.mata-mix._in .cirstal.cirs03 {
  max-width: 102px;
  left: 62.5%;
  bottom: 23.3766233766%;
  width: 5.3125vw;
}
.mata-mix._in .cirstal.cirs04 {
  max-width: 140px;
  left: 89.1666666667%;
  bottom: 19.8051948052%;
  width: 7.2916666667vw;
}
.mata-mix._in ._wrap {
  z-index: 5;
}
.mata-mix._in .vid {
  border-radius: 10px;
  box-shadow: 1px 20px 27px 0px rgba(0, 0, 0, 0.47);
  width: 80%;
  max-width: 1110px;
  margin: 130px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.mata-mix._in .vid iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mata-mix._in .vid .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mata-mix._in .vid::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.mata-mix._in .b-b {
  text-align: center;
  margin-top: 4.7826086957em;
  font-size: 23px;
}
.mata-mix._in .b-b .l {
  font-size: 23px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  background: #685aff;
  width: 14.0869565217em;
  height: 3.5217391304em;
  border-radius: 10000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  position: relative;
}
.mata-mix._in .b-b .l i {
  margin-left: 0.8695652174em;
  transition: 0.4s;
}
.mata-mix._in .b-b .l::after {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.5) inset;
  opacity: 0;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
}
.mata-mix._in .b-b .l:hover::after {
  opacity: 1;
}
.mata-mix._in .b-b .l:hover i {
  transform: scaleX(-1);
}
@media screen and (max-width: 1280px) {
  .mata-mix._in .b-b .l {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .mata-mix._in .b-b .l {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .mata-mix._in .b-b .l {
    font-size: 14px;
  }
}
.mata-mix._in footer {
  padding-top: 215px;
}
@media screen and (max-width: 1280px) {
  .mata-mix._in footer {
    padding-top: 180px;
  }
}
@media screen and (max-width: 820px) {
  .mata-mix._in .cirstal.cirs01 {
    width: 5.78125vw;
  }
  .mata-mix._in .cirstal.cirs02 {
    width: 4.6875vw;
  }
  .mata-mix._in .cirstal.cirs03 {
    width: 7.96875vw;
  }
  .mata-mix._in .cirstal.cirs04 {
    width: 10.9375vw;
  }
  .mata-mix._in .sky .plant.plant01 {
    top: 29.4811320755%;
    width: 19.6875vw;
    left: 2.7083333333%;
  }
  .mata-mix._in .sky .plant.plant02 {
    top: 22.4056603774%;
    width: 5.546875vw;
  }
  .mata-mix._in .sky .plant.plant03 {
    top: 28.3018867925%;
    right: -4.84375%;
    width: 79.921875vw;
  }
  .mata-mix._in .sky .earth-bg {
    height: 65%;
    background-size: 100% 100%;
    background-position: 60% 50%;
  }
  .mata-mix._in .sky .back {
    bottom: 40%;
    width: 100%;
  }
  .mata-mix._in .b-b {
    margin-top: 3em;
  }
  .mata-mix._in .vid {
    margin-top: 80px;
  }
  .mata-mix._in footer {
    padding-top: 130px;
  }
}
@media screen and (max-width: 480px) {
  .mata-mix._in footer {
    padding-top: 80px;
  }
}
.mata-mix._view {
  background-image: url(/asset/img/meatmix/view_background.jpg);
}
.mata-mix._view .vid .btn .l {
  background: #ff355e;
  background: linear-gradient(90deg, #ff355e 0%, #ff8203 100%);
}
.mata-mix._view .cirstal {
  position: absolute;
  z-index: 2;
}
.mata-mix._view .cirstal.cirs01 {
  left: 6.25%;
  top: 37.9622344611%;
  width: 5.46875vw;
  max-width: 105px;
}
.mata-mix._view .cirstal.cirs02 {
  right: 6.4583333333%;
  top: 42.8796223446%;
  width: 6.0416666667vw;
  max-width: 116px;
}
.mata-mix._view .cirstal.cirs03 {
  right: 19.5833333333%;
  top: 51.0228166798%;
  width: 5.625vw;
  max-width: 108px;
}
.mata-mix._view .bbs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mata-mix._view .bbs::after {
  content: "";
  display: block;
  padding-bottom: 23.5140771637%;
}
.mata-mix._view .bbs .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 820px) {
  .mata-mix._view .cirstal.cirs01 {
    width: 7.0945945946vw;
  }
  .mata-mix._view .cirstal.cirs02 {
    width: 7.8378378378vw;
  }
  .mata-mix._view .cirstal.cirs03 {
    width: 7.2972972973vw;
  }
}
.l_content {
  padding: 260px 0 100px;
  color: #fff;
}
.l_content .contanier {
  display: flex;
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.l_content .contanier .side-menu {
  font-family: "Orbitron";
  font-size: 25px;
  font-weight: bold;
  width: 10.2em;
}
.l_content .contanier .side-menu li + li {
  margin-top: 1.6em;
}
.l_content .contanier .side-menu li.active {
  color: #a4a4a4;
}
.l_content .contanier .side-menu li a {
  color: inherit;
  position: relative;
}
.l_content .contanier .side-menu li a::after {
  position: absolute;
  left: -0.5%;
  top: 50%;
  transform: translate(0, -50%);
  height: 10%;
  background: #ff7300;
  width: 0;
  content: "";
  transition: width 0.4s;
}
@media screen and (min-width: 821px) {
  .l_content .contanier .side-menu li:hover:not(.active) a::after {
    width: 102.5%;
  }
}
.l_content .contanier .layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 1;
  gap: 65px 30px;
  max-width: 1280px;
}
.l_content .contanier .layout .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.l_content .contanier .layout .img .bg {
  background-color: #0aabac;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.l_content .contanier .layout .img::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.l_content .contanier .layout p {
  margin-top: 25px;
  font-size: 20px;
  font-family: "NEXON Lv1 Gothic";
  word-break: keep-all;
  line-height: normal;
}
.l_content .contanier .layout a:hover .img .bg {
  transform: scale(1.1);
}
.l_content footer {
  padding-top: 165px;
}
@media screen and (min-width: 821px) {
  .l_content .sideM .side-mob {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l_content .contanier .side-menu {
    font-size: 22px;
  }
  .l_content .contanier .layout p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .l_content .contanier .side-menu {
    font-size: 20px;
  }
  .l_content .contanier .layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .l_content {
    padding: 150px 0 100px;
  }
  .l_content .contanier {
    display: block;
  }
  .l_content .contanier .side-menu {
    width: auto;
  }
  .l_content .contanier .side-menu li {
    padding: 0.8em;
    border: 1px solid #fff;
    position: relative;
  }
  .l_content .contanier .side-menu li i {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .l_content .contanier .side-menu li:not(.active) {
    display: none;
  }
  .l_content .contanier .sideM {
    position: relative;
    z-index: 2;
  }
  .l_content .contanier .sideM .side-mob {
    border: 1px solid #fff;
    background: #000;
    border-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    display: none;
  }
  .l_content .contanier .sideM .side-mob a {
    display: block;
    font-family: "Orbitron";
    font-weight: bold;
    font-size: 20px;
    padding: 0.8em;
  }
  .l_content .contanier .layout {
    gap: 55px 25px;
    margin-top: 100px;
  }
  .l_content .contanier .layout p {
    font-size: 16px;
    margin-top: 20px;
  }
  .l_content footer {
    padding-top: 130px;
  }
}
@media screen and (max-width: 480px) {
  .l_content .contanier .side-menu {
    font-size: 20px;
  }
  .l_content .contanier .layout {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l_meta .tit {
  text-align: center;
  font-family: "Orbitron";
  font-weight: bold;
}
.l_meta .tit dt {
  font-size: 90px;
}
.l_meta .tit dd {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  margin-top: 3.3333333333em;
}
.l_meta .tit dd a {
  padding: 0 2px 10px;
  position: relative;
}
.l_meta .tit dd a + a {
  margin-left: 1.8333333333em;
}
.l_meta .tit dd a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  content: "";
}
@media screen and (max-width: 1280px) {
  .l_meta .tit dt {
    font-size: 70px;
  }
}
@media screen and (max-width: 820px) {
  .l_meta .tit dt {
    font-size: 40px;
  }
  .l_meta .tit dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .l_meta .tit dt {
    font-size: 30px;
  }
  .l_meta .tit dd {
    font-size: 14px;
  }
}
.l_meta._in {
  padding: 150px 0 85px;
  background: url(/asset/img/meta/metaverse_bg01.jpg) no-repeat;
  color: #fff;
  position: relative;
  background-position: 50% 70%;
  background-size: 100% 100%;
}
.l_meta._in .orora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  pointer-events: none;
  background: url(/asset/img/meta/metaverse_aurora.png) no-repeat;
  background-size: 125% auto;
}
.l_meta._in .plant {
  position: absolute;
}
.l_meta._in .plant.pl01 {
  top: 8%;
  left: 13.0208333333%;
  max-width: 161px;
  width: 8.3854166667vw;
}
.l_meta._in .plant.pl02 {
  top: 22.6666666667%;
  right: 16.6666666667%;
  max-width: 86px;
  width: 4.4791666667vw;
}
.l_meta._in .snowBg {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(/asset/img/meta/metaverse_bg02.jpg) no-repeat bottom;
  height: 38.4759525297%;
  pointer-events: none;
  background-size: 100% 100%;
}
.l_meta._in .snowBg .snow {
  position: absolute;
}
.l_meta._in .snowBg .snow.sw01 {
  left: 0;
  top: 0;
  transform: translateY(-80%);
  width: 6.1979166667vw;
  max-width: 119px;
}
.l_meta._in .snowBg .snow.sw02 {
  right: 0;
  top: 0;
  transform: translateY(-95%);
  width: 13.8541666667vw;
  max-width: 266px;
}
.l_meta._in .snowBg .snow.bsw01 {
  left: 0;
  bottom: 0;
  width: 55.625vw;
  max-width: 1068px;
}
.l_meta._in .snowBg .snow.bsw02 {
  left: 54.375%;
  bottom: 0;
  z-index: 2;
  width: 18.90625vw;
  max-width: 363px;
}
.l_meta._in .snowBg .snow.bsw03 {
  right: 0;
  bottom: 0;
  width: 39.7395833333vw;
  max-width: 763px;
}
.l_meta._in .sbx {
  margin-top: 220px;
  position: relative;
}
.l_meta._in .sbx .prev,
.l_meta._in .sbx .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 55px;
  color: #fff;
  z-index: 3;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.l_meta._in .sbx .prev {
  left: 7.421875%;
}
.l_meta._in .sbx .next {
  right: 7.421875%;
}
.l_meta._in .sbx .img {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.l_meta._in .sbx .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l_meta._in .sbx .img .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l_meta._in .sbx .img .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  content: "";
  -webkit-mask-image: linear-gradient(transparent 70%, black 100%);
  mask-image: linear-gradient(transparent 70%, black 100%);
  opacity: 0;
  transition: 0.4s;
}
.l_meta._in .sbx .img::after {
  content: "";
  display: block;
  padding-bottom: 54.1202672606%;
}
.l_meta._in .sbx .img p {
  position: absolute;
  left: 1.5384615385em;
  bottom: 1.5384615385em;
  right: 1.5384615385em;
  z-index: 3;
  color: #fff;
  font-size: 26px;
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s;
}
.l_meta._in .sbx .swiper-slide.swiper-slide-active .img .bg {
  transform: scale(1);
  transition: 0.4s;
}
.l_meta._in .sbx .swiper-slide.swiper-slide-active .img .bg::after {
  opacity: 1;
}
.l_meta._in .sbx .swiper-slide.swiper-slide-active .img:hover .bg {
  transform: scale(1.1);
}
.l_meta._in .sbx .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.l_meta._in .btn {
  text-align: center;
  margin-top: 2.3913043478em;
  font-size: 23px;
}
.l_meta._in .btn .l {
  font-size: 23px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  background: linear-gradient(100deg, #fe7202 0%, #e35b4f 100%);
  width: 14.0869565217em;
  height: 3.5217391304em;
  border-radius: 10000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  position: relative;
}
.l_meta._in .btn .l i {
  margin-left: 0.8695652174em;
  transition: 0.4s;
}
.l_meta._in .btn .l::after {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.5) inset;
  opacity: 0;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
}
.l_meta._in .btn .l:hover::after {
  opacity: 1;
}
.l_meta._in .btn .l:hover i {
  transform: scaleX(-1);
}
@media screen and (max-width: 1280px) {
  .l_meta._in .btn .l {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .l_meta._in .btn .l {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .l_meta._in .btn .l {
    font-size: 14px;
  }
}
.l_meta._in footer {
  padding-top: 200px;
}
.l_meta._in footer p,
.l_meta._in footer a {
  text-shadow: 0px 0px 14.22px #3170a8;
}
@media screen and (max-width: 1280px) {
  .l_meta._in .sbx .img p {
    font-size: 22px;
  }
  .l_meta._in .snowBg {
    height: 450px;
  }
}
@media screen and (max-width: 820px) {
  .l_meta._in {
  }
  .l_meta._in .plant.pl01 {
    width: 15.72265625vw;
  }
  .l_meta._in .plant.pl02 {
    width: 8.3984375vw;
  }
  .l_meta._in .snowBg .snow.sw01 {
    width: 11.62109375vw;
  }
  .l_meta._in .snowBg .snow.sw02 {
    width: 25.9765625vw;
  }
  .l_meta._in .sbx {
    margin-top: 80px;
  }
  .l_meta._in .sbx .img p {
    font-size: 18px;
  }
  .l_meta._in .sbx .prev,
  .l_meta._in .sbx .next {
    font-size: 45px;
  }
  .l_meta._in .sbx .prev {
    left: 5%;
  }
  .l_meta._in .sbx .next {
    right: 5%;
  }
  .l_meta._in footer {
    padding-top: 125px;
  }
  .l_meta._in .snowBg {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .l_meta._in {
  }
  .l_meta._in .sbx .img p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .l_meta._in .sbx .prev,
  .l_meta._in .sbx .next {
    font-size: 45px;
  }
  .l_meta._in .sbx .prev {
    left: 2.5%;
  }
  .l_meta._in .sbx .next {
    right: 2.5%;
  }
  .l_meta._in footer {
    padding-top: 100px;
  }
}
.l_meta._view {
  background-image: url(/asset/img/meta/view_background.jpg);
  color: #8888ff;
}
.l_meta._view .tit dd a.active::after {
  background: #8888ff;
}
.l_meta._view .sn {
  position: absolute;
}
.l_meta._view .sn.sn01 {
  top: 9.5200629426%;
  left: 11.9791666667%;
  width: 1.7708333333vw;
  max-width: 34px;
}
.l_meta._view .sn.sn02 {
  top: 11.5656963021%;
  left: 14.9479166667%;
  width: 3.6458333333vw;
  max-width: 70px;
}
.l_meta._view .sn.sn03 {
  top: 43.666404406%;
  right: 5.9375%;
  width: 3.6979166667vw;
  max-width: 71px;
}
.l_meta._view .sn.sn04 {
  top: 46.53815893%;
  right: 9.21875%;
  width: 6.1979166667vw;
  max-width: 119px;
}
.l_meta._view .sn.sn05 {
  top: 46.3808025177%;
  left: 4.4791666667%;
  width: 5.78125vw;
  max-width: 111px;
}
.l_meta._view .sn.sn06 {
  bottom: 1.8489378442%;
  left: 5.9895833333%;
  width: 10.9375vw;
  max-width: 210px;
}
.l_meta._view .snow {
  position: absolute;
  bottom: 0;
}
.l_meta._view .snow.so01 {
  left: 0;
  width: 65%;
}
.l_meta._view .snow.so01::after {
  padding-bottom: 12.2596153846%;
  display: block;
  content: "";
}
.l_meta._view .snow.so02 {
  right: 0;
  width: 46.5625%;
}
.l_meta._view .snow.so02::after {
  padding-bottom: 17.5615212528%;
  display: block;
  content: "";
}
.l_meta._view .snow .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .l_meta._view .sn.sn01 {
    width: 2.2972972973vw;
  }
  .l_meta._view .sn.sn02 {
    width: 4.7297297297vw;
  }
  .l_meta._view .sn.sn03 {
    width: 4.7972972973vw;
  }
  .l_meta._view .sn.sn04 {
    width: 8.0405405405vw;
  }
  .l_meta._view .sn.sn05 {
    width: 7.5vw;
  }
  .l_meta._view .sn.sn06 {
    width: 14.1891891892vw;
  }
}
.l_meta.__process .k-slide .slider {
  transform-origin: center 1200px;
}
.l_meta.__process .k-slide .slider .item {
  transform-origin: center 1200px;
}
@media screen and (max-width: 820px) {
  .l_meta.__process .snowBg {
    height: 430px;
  }
  .l_meta.__process .k-slide {
    height: 600px;
  }
  .l_meta.__process .k-slide .slider {
    transform-origin: center 800px;
  }
  .l_meta.__process .k-slide .slider .item {
    transform-origin: center 800px;
  }
  .l_meta.__process footer {
    padding-top: 0;
  }
}
.l_meta footer {
  color: #8888ff;
}
.l_meta footer .seb .line {
  background: #8888ff;
}
._culture {
  background: url(/asset/img/culture/background.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 100vh;
  padding: 255px 0 100px;
  overflow: hidden;
}
._culture .tit {
  position: relative;
  z-index: 2;
}
._culture .tit .line {
  position: absolute;
  left: -9.765625%;
  top: 20%;
  width: 100%;
  max-width: 935px;
  transform: translateY(-50%);
}
._culture .tit dl {
  letter-spacing: -0.025em;
  display: inline-block;
  position: relative;
  z-index: 2;
}
._culture .tit dl dt {
  font-size: 35px;
  color: #ff7500;
  font-family: "Orbitron";
  text-align: right;
}
._culture .tit dl dd {
  font-size: 90px;
  margin-top: 0.2222222222em;
  color: #fff;
  font-weight: bold;
  font-family: "Orbitron";
}
._culture .tit .links {
  font-size: 20px;
  margin-top: 3.5em;
}
._culture .tit .links li {
  color: #fff;
  font-family: "Orbitron";
}
._culture .tit .links li + li {
  margin-top: 1.5em;
}
._culture .tit .links li a {
  color: inherit;
  position: relative;
  padding-bottom: 4px;
  opacity: 0.2;
  transition: opacity 0.4s;
}
._culture .tit .links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  width: 0;
  transition: width 0.4s;
}
._culture .tit .links li a:hover {
  opacity: 1;
}
._culture .tit .links li a:hover::after {
  width: 100%;
}
._culture .tit .links li.act a {
  opacity: 1;
}
._culture .tit .links li.act a::after {
  width: 100%;
}
._culture .horizon {
  display: flex;
  align-items: flex-start;
}
._culture .horizon .item {
  position: relative;
  cursor: none;
  display: inline-block;
}
._culture .horizon .item .over {
  letter-spacing: -0.025em;
  color: #fff;
  font-family: "NEXON Lv1 Gothic";
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
._culture .horizon.work {
  padding-left: 275px;
  margin-top: 0;
}
._culture .horizon.work .item {
  flex: 0 0 auto;
}
._culture .horizon.work .item .over {
  min-width: 190px;
  font-size: 15px;
  background: url(/asset/img/culture/over.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 1em 2em;
}
._culture .horizon.work .item:nth-child(1) {
  margin-right: 160px;
  margin-top: 190px;
}
._culture .horizon.work .item:nth-child(2) {
  margin-top: -90px;
  margin-right: 145px;
}
._culture .horizon.work .item:nth-child(3) {
  margin-top: 205px;
  margin-left: 175px;
}
._culture .horizon.work .item:nth-child(4) {
  margin-left: 125px;
  margin-top: -65px;
}
._culture .horizon.work .item:nth-child(5) {
  margin-left: 155px;
  margin-top: 210px;
}
._culture .horizon.work .item:nth-child(6) {
  margin-top: -95px;
  margin-left: 157px;
}
._culture .horizon.welfare {
  padding-left: 270px;
}
._culture .horizon.welfare .item {
  flex: 0 0 auto;
}
._culture .horizon.welfare .item .over {
  font-size: 22px;
  min-width: 200px;
  padding: 0.5454545455em 1.3636363636em;
  background: url(/asset/img/culture/welfare_over.png) no-repeat center;
  background-size: 100% 100%;
}
._culture .horizon.welfare .item .tbx {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}
._culture .horizon.welfare .item .tbx p {
  margin-left: 0.9375em;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-family: "NEXON Lv1 Gothic";
  word-break: keep-all;
}
._culture .horizon.welfare .item:nth-of-type(1) {
  margin-top: 125px;
  margin-right: 145px;
}
._culture .horizon.welfare .item:nth-of-type(1) .tbx {
  margin-top: 30px;
}
._culture .horizon.welfare .item:nth-of-type(2) {
  margin-top: -30px;
}
._culture .horizon.welfare .item:nth-of-type(2) .tbx {
  margin-top: 25px;
}
._culture .horizon.welfare .item:nth-of-type(3) {
  margin-top: 145px;
  margin-left: 135px;
}
._culture .horizon.welfare .item:nth-of-type(3) .tbx {
  margin-top: 35px;
}
._culture .horizon.welfare .item:nth-of-type(4) {
  margin-top: -140px;
  margin-left: 131px;
  z-index: 2;
}
._culture .horizon.welfare .item:nth-of-type(4) .tbx {
  margin-top: 15px;
}
._culture .horizon.welfare .item:nth-of-type(5) {
  margin-top: 165px;
  margin-left: 136px;
}
._culture .horizon.welfare .item:nth-of-type(5) .tbx {
  margin-top: 35px;
}
._culture .horizon.welfare .item:nth-of-type(6) {
  margin-top: -125px;
  margin-left: 112px;
}
._culture .horizon.welfare .item:nth-of-type(6) .tbx {
  margin-top: 45px;
}
._culture .horizon.welfare .item:nth-of-type(7) {
  margin-top: 150px;
  margin-left: 180px;
}
._culture .horizon.welfare .item:nth-of-type(7) .tbx {
  margin-top: 35px;
}
._culture .horizon.welfare .item:nth-of-type(8) {
  margin-top: -128px;
  margin-left: 142px;
}
._culture .horizon.welfare .item:nth-of-type(8) .tbx {
  margin-top: 30px;
}
._culture .page {
  width: 95%;
  height: 1px;
  background: rgba(255, 255, 255, 0.43);
  max-width: 1280px;
  margin: 40px auto 0;
  position: relative;
}
._culture .page .bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 30%;
  background: #00c4a2;
}
._culture footer {
  padding-top: 270px;
}
._culture.mob {
  background-image: url(/asset/img/culture/background-m.jpg);
}
._culture.mob .horizon {
  display: block;
  width: 85%;
  margin: 0 auto;
}
._culture.mob .horizon.work {
  padding-left: 0;
  margin-top: 150px;
}
._culture.mob .horizon.work .item {
  cursor: auto;
  display: flex;
  align-items: center;
}
._culture.mob .horizon.work .item:nth-of-type(1),
._culture.mob .horizon.work .item:nth-of-type(2),
._culture.mob .horizon.work .item:nth-of-type(3),
._culture.mob .horizon.work .item:nth-of-type(4),
._culture.mob .horizon.work .item:nth-of-type(5),
._culture.mob .horizon.work .item:nth-of-type(6) {
  margin: 0;
}
._culture.mob .horizon.work .item .img {
  display: inline-block;
  position: relative;
  flex: 1;
}
._culture.mob .horizon.work .item .obx {
  flex: 1;
}
._culture.mob .horizon.work .item .over {
  position: static;
  margin-top: 0;
  opacity: 1 !important;
  min-width: auto;
  white-space: normal;
  display: block;
  word-break: keep-all;
  background-image: url(/asset/img/culture/over_m.png);
  line-height: 1.3333333333;
  margin-left: 1em;
}
._culture.mob .horizon.work .item ~ .item {
  margin-top: 25%;
}
._culture.mob .horizon.work .item:nth-of-type(even) .img {
  order: 1;
}
._culture.mob .horizon.work .item:nth-of-type(even) .over {
  margin-left: 0;
  margin-right: 1em;
}
._culture.mob .horizon.welfare {
  padding-left: 0;
  margin-top: 150px;
}
._culture.mob .horizon.welfare .item {
  cursor: auto;
  display: flex;
  align-items: center;
}
._culture.mob .horizon.welfare .item:nth-of-type(1),
._culture.mob .horizon.welfare .item:nth-of-type(2),
._culture.mob .horizon.welfare .item:nth-of-type(3),
._culture.mob .horizon.welfare .item:nth-of-type(4),
._culture.mob .horizon.welfare .item:nth-of-type(5),
._culture.mob .horizon.welfare .item:nth-of-type(6),
._culture.mob .horizon.welfare .item:nth-of-type(7),
._culture.mob .horizon.welfare .item:nth-of-type(8) {
  margin: 0;
}
._culture.mob .horizon.welfare .item:nth-of-type(1) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(2) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(3) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(4) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(5) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(6) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(7) .tbx,
._culture.mob .horizon.welfare .item:nth-of-type(8) .tbx {
  margin-top: 0;
}
._culture.mob .horizon.welfare .item ~ .item {
  margin-top: 25%;
}
._culture.mob .horizon.welfare .item .img,
._culture.mob .horizon.welfare .item .obx {
  flex: 1;
  min-width: 0;
}
._culture.mob .horizon.welfare .item .obx {
  margin-left: 1em;
}
._culture.mob .horizon.welfare .item .over {
  font-size: 16px;
  min-width: auto;
  background-image: url(/asset/img/culture/over_m.png);
  position: static;
  opacity: 1 !important;
  white-space: normal;
  word-break: keep-all;
  line-height: 1.25;
}
._culture.mob .horizon.welfare .item .tbx {
  font-size: 14px;
  flex: 0 0 100%;
  margin-top: 1.5em !important;
}
._culture.mob .horizon.welfare .item .tbx .icon {
  width: 20px;
  flex: 0 0 auto;
}
._culture.mob .horizon.welfare .item .tbx br {
  display: none;
}
._culture.mob .horizon.welfare .item:nth-of-type(even) .img {
  order: 1;
}
._culture.mob .horizon.welfare .item:nth-of-type(even) .obx {
  margin-left: 0;
  margin-right: 1em;
}
._culture.mob .page {
  display: none;
}
@media screen and (max-width: 1280px) {
  ._culture .tit dl dt {
    font-size: 30px;
  }
  ._culture .tit dl dd {
    font-size: 70px;
  }
  ._culture .tit .links {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  ._culture {
    padding: 150px 0 80px;
  }
  ._culture .tit dl dt {
    font-size: 24px;
  }
  ._culture .tit dl dd {
    font-size: 54px;
  }
  ._culture .tit .links {
    font-size: 18px;
    margin-top: 2.5em;
  }
  ._culture footer {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  ._culture .tit dl dt {
    font-size: 18px;
  }
  ._culture .tit dl dd {
    font-size: 36px;
  }
  ._culture .horizon.work {
    margin-top: 100px;
  }
  ._culture .horizon.work .item .over {
    font-size: 13px;
  }
  ._culture .horizon.work .item ~ .item {
    margin-top: 20%;
  }
  ._culture .horizon.welfare {
    margin-top: 100px;
  }
  ._culture .horizon.welfare .item .over {
    font-size: 14px;
  }
  ._culture .horizon.welfare .item .tbx {
    font-size: 12px;
  }
  ._culture .horizon.welfare .item ~ .item {
    margin-top: 20%;
  }
  ._culture footer {
    padding-top: 100px;
  }
}
._contact {
  color: #fff;
}
._contact .sec1 {
  background: url(/asset/img/contact/bg1.jpg) no-repeat center/cover;
}
._contact .sec1 .tit {
  letter-spacing: -0.05em;
}
._contact .sec1 .tit dt {
  font-size: 28px;
  color: #0058d8;
  font-family: "Orbitron";
}
._contact .sec1 .tit dd {
  font-size: 130px;
  font-weight: bold;
  font-family: "Orbitron";
}
._contact .sec1 .tit dd span {
  background-image: url(/asset/img/contact/text-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}
._contact .sec1 .adr {
  font-size: 20px;
  margin-top: 8.5em;
}
._contact .sec1 .adr ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.75em;
}
._contact .sec1 .adr ul li:nth-of-type(1) {
  flex: 1 1 100%;
}
._contact .sec1 .adr ul li:nth-of-type(1) ~ li {
  margin-right: 1.75em;
}
._contact .sec1 .adr ul li:last-child {
  margin-right: 0;
}
._contact .sec1 .adr ul li .co {
  margin-top: 1.75em;
}
._contact .sec1 .adr ul li .co dt {
  font-family: "Orbitron";
  font-weight: bold;
  color: #575768;
}
._contact .sec1 .adr ul li .co dd {
  font-size: 24px;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 1.35em;
  line-height: 1.3;
  word-break: break-all;
}
._contact .sec1 .vm {
  position: absolute;
  right: 0;
  top: 62.1568627451%;
  cursor: pointer;
}
._contact .sec1 .vm .log {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background: url(/asset/img/contact/vm.png) no-repeat center/cover;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: wave22 10s infinite linear;
}
@keyframes wave22 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
._contact .sec1 .vm .cir {
  width: 172px;
  height: 172px;
  background: #fff;
  border-radius: 1000px;
  position: relative;
}
._contact .sec1 .vm .cir i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: #000;
  transition: transform 0.4s;
}
._contact .sec1 .vm:hover .cir i {
  transform: translate(-50%, -50%) rotate(45deg);
}
._contact .sec1 .scroll {
  letter-spacing: -0.02em;
  color: #ffd569;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.7346938776%;
  text-align: center;
  font-family: "Orbitron";
  font-size: 18px;
  white-space: nowrap;
}
._contact .sec1 .scroll .btn {
  width: 20px;
  height: 32px;
  position: relative;
  margin: 25px auto 0;
}
._contact .sec1 .scroll .btn .scr {
  position: absolute;
}
._contact .sec1 .scroll .btn .scr:nth-of-type(1) {
  top: 0;
}
._contact .sec1 .scroll .btn .scr:nth-of-type(2) {
  top: 0;
}
._contact .sec1 .scroll .btn .scr:nth-of-type(3) {
  top: 0;
}
@media screen and (max-width: 1280px) {
  ._contact .sec1 .tit dt {
    font-size: 2.1875vw;
  }
  ._contact .sec1 .tit dd {
    font-size: 10.15625vw;
  }
  ._contact .sec1 .vm .cir {
    width: 142px;
    height: 142px;
  }
  ._contact .sec1 .vm .cir i {
    font-size: 36px;
  }
  ._contact .sec1 .adr {
    font-size: 18px;
  }
  ._contact .sec1 .adr ul li .co dd {
    font-size: 20px;
  }
  ._contact .sec1 .scroll {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  ._contact .sec1 .tit dt {
    font-size: 1.875vw;
  }
  ._contact .sec1 .tit dd {
    font-size: 9.6875vw;
  }
  ._contact .sec1 .vm .cir {
    width: 122px;
    height: 122px;
  }
  ._contact .sec1 .vm .cir i {
    font-size: 32px;
  }
  ._contact .sec1 .adr {
    font-size: 16px;
  }
  ._contact .sec1 .adr ul li .co dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  ._contact .sec1 .vm {
    display: none;
  }
  ._contact .sec1 .tit dt {
    font-size: 24px;
  }
  ._contact .sec1 .tit dd {
    font-size: 10.15625vw;
  }
  ._contact .sec1 .adr {
    font-size: 14px;
    margin-top: 5em;
  }
  ._contact .sec1 .adr ul li .co dd {
    font-size: 16px;
  }
  ._contact .sec1 .scroll {
    font-size: 16px;
    bottom: 2.5%;
  }
  ._contact .sec1 .scroll .btn {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 480px) {
  ._contact .sec1 .tit dt {
    font-size: 16px;
  }
  ._contact .sec1 .tit dd {
    font-size: 10.15625vw;
  }
  ._contact .sec1 .scroll {
    font-size: 14px;
  }
}
._contact .sec2 {
  background: url(/asset/img/contact/bg2.jpg) no-repeat center/cover;
  position: relative;
}
._contact .sec2 .moving_plant {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  width: 95%;
  transform: translateX(-50%);
  pointer-events: none;
}
._contact .sec2 .moving_plant #m_plant {
  position: absolute;
  left: 0;
  top: 28%;
  max-width: 555px;
  width: 28.90625vw;
  transform: translateX(-40%);
}
._contact .sec2 .page {
  display: flex;
  align-items: center;
  margin: 0 -2.5px;
  margin-bottom: 60px;
}
._contact .sec2 .page li {
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #fff;
  opacity: 0.34;
  margin: 0 2.5px;
}
._contact .sec2 .page li.act {
  opacity: 1;
  width: 99px;
}
._contact .sec2 .tit {
  margin-top: 3.25em;
  font-size: 20px;
}
._contact .sec2 .tit dt {
  letter-spacing: -0.02em;
  font-family: "Orbitron";
}
._contact .sec2 .tit dd {
  font-size: 45px;
  letter-spacing: -0.025em;
  margin-top: 0.4444444444em;
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.5;
}
._contact .sec2 .tit dd span {
  font-size: 18px;
}
._contact .sec2 .gri {
  display: grid;
}
._contact .sec2 .gri.rag {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5384615385em 0;
  font-size: 26px;
  margin-top: 80px;
}
._contact .sec2 .gri.rag input {
  display: none;
}
._contact .sec2 .gri .radio input:checked + label {
  background-image: url(/asset/img/contact/radio_click.png);
}
._contact .sec2 .gri .radio label {
  height: 4.5769230769em;
  letter-spacing: -0.02em;
  font-family: "Orbitron";
  background-image: url(/asset/img/contact/radio.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  line-height: 1.1538461538;
  padding: 0 1em;
  word-break: keep-all;
  transition: background 0.4s;
}
._contact .sec2 .gri .radio label span {
  font-size: 24px;
}
._contact .sec2 .gri .radio label:hover {
  background-image: url(/asset/img/contact/radio_click.png);
}
._contact .sec2 .gri.che {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8181818182em 1.5909090909em;
  font-size: 22px;
  letter-spacing: -0.025em;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 90px;
}
._contact .sec2 .gri.che input {
  display: none;
}
._contact .sec2 .gri .check input:checked + label {
  background: #0058d8;
  border-color: #0058d8;
}
._contact .sec2 .gri .check label {
  text-align: center;
  height: 3.6363636364em;
  border: 1px solid #aaaaaa;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 1em;
  word-break: keep-all;
  transition: background 0.4s, border 0.4s;
}
._contact .sec2 .gri .check label:hover {
  background: #0058d8;
  border-color: #0058d8;
}
._contact .sec2 .gri.fr2 {
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin-top: 45px;
}
._contact .sec2 .gri.fr2.gap2 {
  gap: 25px 40px;
  margin-top: 40px;
}
._contact .sec2 .gri .input label {
  margin-bottom: 1em;
  font-size: 16px;
  font-family: "NEXON Lv1 Gothic";
  display: inline-block;
}
._contact .sec2 .gri .input input {
  height: 3em;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "NEXON Lv1 Gothic";
  font-size: 20px;
  letter-spacing: -0.025em;
  padding: 0 1em;
  box-sizing: border-box;
  width: 100%;
  background: none;
  color: #fff;
}
._contact .sec2 .gri .input input::placeholder {
  color: #6e7188;
}
._contact .sec2 .gri .file {
  display: flex;
  align-items: center;
}
._contact .sec2 .gri .file input {
  display: none;
}
._contact .sec2 .gri .file .t {
  height: 3em;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "NEXON Lv1 Gothic";
  font-size: 20px;
  letter-spacing: -0.025em;
  padding: 0 1em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #6e7188;
  flex: 1;
}
._contact .sec2 .gri .file .t.white {
  color: #fff;
}
._contact .sec2 .gri .file label {
  font-family: "NEXON Lv1 Gothic";
  font-size: 16px;
  letter-spacing: -0.025em;
  height: 3.125em;
  width: 6.625em;
  background: #ff7300;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  display: flex;
  flex: 0 0 auto;
  margin-left: 1em;
  cursor: pointer;
  transition: background 0.4s;
}
._contact .sec2 .gri .file label:hover {
  background: #cf5d00;
}
._contact .sec2 .gri .textarea {
  grid-column: 1/3;
}
._contact .sec2 .gri .textarea textarea {
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "NEXON Lv1 Gothic";
  font-size: 20px;
  letter-spacing: -0.025em;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  background: none;
  color: #fff;
  height: 235px;
  resize: none;
}
._contact .sec2 .gri .textarea textarea::placeholder {
  color: #6e7188;
}
._contact .sec2 .gri .input2 p {
  font-size: 20px;
  letter-spacing: -0.025em;
  font-family: "Orbitron";
  margin-bottom: 0.75em;
}
._contact .sec2 .gri .input2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: -0.025em;
  height: 3em;
  color: #fff;
  font-family: "NEXON Lv1 Gothic";
  background: none;
  padding: 0 1em;
}
._contact .sec2 .gri .input2 input::placeholder {
  color: #6e7188;
}
._contact .sec2 .gri .input2.all {
  grid-column: 1/3;
}
._contact .sec2 .pageBtn {
  font-size: 30px;
  letter-spacing: -0.025em;
  font-family: "Orbitron";
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.5em -0.9166666667em 0;
}
._contact .sec2 .pageBtn li {
  margin: 0 0.9166666667em;
  opacity: 0.2;
  display: flex;
  align-items: center;
  cursor: pointer;
}
._contact .sec2 .pageBtn li.act {
  opacity: 1;
}
._contact .sec2 .finish {
  text-align: center;
}
._contact .sec2 .finish h2 {
  font-size: 20px;
  letter-spacing: -0.02em;
  font-family: "Orbitron";
  color: #0058d8;
}
._contact .sec2 .finish dl {
  font-size: 50px;
}
._contact .sec2 .finish dl dt {
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.025em;
  font-weight: bold;
  margin-top: 1.5em;
}
._contact .sec2 .finish dl dd {
  font-family: "NEXON Lv1 Gothic";
  font-size: 26px;
  letter-spacing: -0.025em;
  margin-top: 1.1538461538em;
}
._contact .sec2 .finish h3 {
  letter-spacing: -0.02em;
  font-family: "Orbitron";
  font-weight: bold;
  font-size: 40px;
  margin-top: 6.625em;
}
@media screen and (max-width: 1280px) {
  ._contact .sec2 .slide:not(.slide5) .page {
    margin-bottom: 50px;
  }
  ._contact .sec2 .tit {
    font-size: 18px;
  }
  ._contact .sec2 .tit dd {
    font-size: 3.515625vw;
  }
  ._contact .sec2 .tit dd span {
    font-size: 1.40625vw;
  }
  ._contact .sec2 .gri {
    display: grid;
  }
  ._contact .sec2 .gri.rag {
    font-size: 22px;
    margin-top: 60px;
  }
  ._contact .sec2 .gri .radio label span {
    font-size: 18px;
  }
  ._contact .sec2 .gri.che {
    margin-top: 70px;
    font-size: 20px;
  }
  ._contact .sec2 .gri.fr2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin-top: 45px;
  }
  ._contact .sec2 .gri.fr2.gap2 {
    gap: 25px 40px;
    margin-top: 40px;
  }
  ._contact .sec2 .gri .input input {
    height: 60px;
    font-size: 20px;
  }
  ._contact .sec2 .gri .textarea textarea {
    font-size: 20px;
  }
  ._contact .sec2 .gri .file .t {
    font-size: 20px;
  }
  ._contact .sec2 .gri .file label {
    font-size: 16px;
  }
  ._contact .sec2 .gri .input2 p {
    font-size: 18px;
  }
  ._contact .sec2 .gri .input2 input {
    font-size: 20px;
  }
  ._contact .sec2 .finish h2 {
    font-size: 18px;
  }
  ._contact .sec2 .finish dl {
    font-size: 36px;
    word-break: keep-all;
    line-height: 1.5;
  }
  ._contact .sec2 .finish dl dd {
    font-size: 22px;
  }
  ._contact .sec2 .finish h3 {
    font-size: 36px;
  }
  ._contact .sec2 .pageBtn {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  ._contact .sec2 .slide:not(.slide5) .page {
    margin-bottom: 40px;
  }
  ._contact .sec2 .tit {
    font-size: 18px;
  }
  ._contact .sec2 .tit dd {
    font-size: 4.39453125vw;
  }
  ._contact .sec2 .tit dd span {
    font-size: 1.7578125vw;
  }
  ._contact .sec2 .gri.rag {
    font-size: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
  ._contact .sec2 .gri .radio label span {
    font-size: 16px;
  }
  ._contact .sec2 .gri.che {
    margin-top: 50px;
    font-size: 16px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    line-height: 1.3;
  }
  ._contact .sec2 .gri.fr2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin-top: 45px;
  }
  ._contact .sec2 .gri.fr2.gap2 {
    gap: 25px 40px;
    margin-top: 40px;
  }
  ._contact .sec2 .gri .input input {
    height: 54px;
    font-size: 18px;
  }
  ._contact .sec2 .gri .textarea textarea {
    font-size: 18px;
    height: 185px;
  }
  ._contact .sec2 .gri .file .t {
    font-size: 18px;
  }
  ._contact .sec2 .gri .file label {
    font-size: 16px;
  }
  ._contact .sec2 .gri .input2 p {
    font-size: 16px;
  }
  ._contact .sec2 .gri .input2 input {
    font-size: 18px;
  }
  ._contact .sec2 .finish h2 {
    font-size: 18px;
  }
  ._contact .sec2 .finish dl {
    font-size: 32px;
  }
  ._contact .sec2 .finish dl dd {
    font-size: 20px;
  }
  ._contact .sec2 .finish h3 {
    font-size: 32px;
  }
  ._contact .sec2 .pageBtn {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  ._contact .sec2 .slide:not(.slide5) .page {
    margin-bottom: 30px;
  }
  ._contact .sec2 .tit {
    font-size: 16px;
    margin: 0;
  }
  ._contact .sec2 .tit dd {
    font-size: 24px;
  }
  ._contact .sec2 .tit dd span {
    font-size: 16px;
    display: inline-block;
  }
  ._contact .sec2 .finish h2 {
    font-size: 16px;
  }
  ._contact .sec2 .finish dl {
    font-size: 24px;
  }
  ._contact .sec2 .finish dl dd {
    font-size: 18px;
  }
  ._contact .sec2 .finish h3 {
    font-size: 24px;
  }
  ._contact .sec2 .gri.fr2 {
    grid-template-columns: 1fr;
  }
  ._contact .sec2 .gri .textarea {
    grid-column: 1;
  }
  ._contact .sec2 .pageBtn {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  ._contact .sec2 .tit {
    font-size: 14px;
  }
  ._contact .sec2 .tit dd {
    font-size: 18px;
  }
  ._contact .sec2 .tit dd span {
    font-size: 12px;
  }
  ._contact .sec2 .gri.rag {
    font-size: 14px;
    margin-top: 25px;
  }
  ._contact .sec2 .gri .radio label span {
    font-size: 12px;
  }
  ._contact .sec2 .gri.che {
    margin-top: 25px;
    font-size: 14px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  ._contact .sec2 .gri.fr2 {
    grid-template-columns: 1fr;
    gap: 15px 30px;
    margin-top: 25px;
  }
  ._contact .sec2 .gri.fr2.gap2 {
    gap: 20px 10px;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }
  ._contact .sec2 .gri .input label {
    margin-bottom: 0.5em;
    font-size: 14px;
  }
  ._contact .sec2 .gri .input input {
    height: 42px;
    font-size: 14px;
  }
  ._contact .sec2 .gri .file .t {
    font-size: 14px;
  }
  ._contact .sec2 .gri .file label {
    font-size: 14px;
  }
  ._contact .sec2 .gri .textarea {
    grid-column: 1;
  }
  ._contact .sec2 .gri .textarea textarea {
    font-size: 14px;
    height: 100px;
  }
  ._contact .sec2 .gri .input2 p {
    font-size: 12px;
  }
  ._contact .sec2 .gri .input2 input {
    font-size: 14px;
  }
  ._contact .sec2 .finish h2 {
    font-size: 14px;
  }
  ._contact .sec2 .finish dl {
    font-size: 20px;
  }
  ._contact .sec2 .finish dl dd {
    font-size: 16px;
  }
  ._contact .sec2 .finish h3 {
    font-size: 20px;
  }
  ._contact .sec2 .pageBtn {
    font-size: 16px;
    margin-top: 2.5em;
  }
}
._about {
  color: #fff;
  padding-bottom: 65px;
  background-size: cover;
  background-position: 50% 100vh;
  overflow: hidden;
}
._about .vs {
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
._about .vs iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._about .vs .bt {
  position: absolute;
  right: 3.90625%;
  top: 24.2268041237%;
  font-size: 130px;
  letter-spacing: -0.025em;
  font-family: "Orbitron";
  z-index: 2;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1480px) {
  ._about .vs .bt {
    font-size: 100px;
  }
}
@media screen and (max-width: 1280px) {
  ._about .vs .bt {
    font-size: 90px;
  }
}
@media screen and (max-width: 820px) {
  ._about .vs .bt {
    font-size: 8.7890625vw;
  }
}
@media screen and (max-width: 480px) {
  ._about .vs .bt {
    font-size: 10.9756097561vw;
  }
}
._about .wt {
  margin-top: 200px;
}
._about .wt ._wrap > .tit {
  font-size: 80px;
  letter-spacing: -0.025em;
  font-family: "Orbitron";
  font-weight: bold;
  text-align: center;
}
._about .wt .st {
  font-size: 40px;
  letter-spacing: -0.05em;
  font-family: "Orbitron";
  text-align: center;
  margin-top: 1.875em;
}
._about .wt .st dd {
  font-size: 18px;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 1.3888888889em;
  line-height: 1.4444444444;
}
._about .wt .grid {
  position: relative;
  width: 85%;
  margin: 190px auto 0;
}
._about .wt .grid .title {
  font-size: 60px;
  font-family: "Orbitron";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
._about .wt .grid .title img {
  margin-left: 18px;
  transform: translateY(-25%);
}
._about .wt .grid .col {
  display: flex;
}
._about .wt .grid .col ~ .col {
  margin-top: 150px;
}
._about .wt .grid .col.r .vid {
  margin-left: auto;
  position: relative;
}
._about .wt .grid .col.r .vid .cn {
  left: -28px;
  transform: translateX(-100%);
  text-align: right;
}
._about .wt .grid .col.r .vid .plus {
  transform: translate(0%, 0%);
  right: 0;
  left: auto;
}
@media screen and (min-width: 821px) {
  ._about .wt .grid .col.r .vid:hover .plus {
    transform: translate(100%, 100%);
  }
}
._about .wt .grid .col .vid {
  position: relative;
  flex: 0 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
._about .wt .grid .col .vid iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._about .wt .grid .col .vid::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
._about .wt .grid .col .vid .cn {
  position: absolute;
  right: -28px;
  bottom: 0;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  transform: translateX(100%);
  text-align: left;
}
._about .wt .grid .col .vid .cn dt {
  font-size: 26px;
  font-weight: bold;
}
._about .wt .grid .col .vid .cn dd {
  font-size: 18px;
  color: #848484;
  margin-top: 0.8333333333em;
}
._about .wt .grid .col .vid .plus {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
  opacity: 0;
  right: auto;
  z-index: -1;
  width: 5.5208333333vw;
  transition: opacity 0.4s, transform 0.4s;
}
@media screen and (min-width: 821px) {
  ._about .wt .grid .col .vid:hover .plus {
    transform: translate(-100%, 100%);
    opacity: 1;
  }
}
._about .wt .mt {
  margin-top: 350px;
}
._about .wt .mt .tit dt {
  font-size: 60px;
  font-family: "Orbitron";
  display: flex;
  align-items: center;
}
._about .wt .mt .tit dt img {
  margin-left: 18px;
  transform: translateY(-25%);
}
._about .wt .mt .tit dd {
  font-size: 18px;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 1.6666666667em;
}
._about .wt .mt .ibx {
  margin-top: 60px;
  position: relative;
}
._about .wt .mt .ibx .img {
  max-width: 700px;
  width: 54.6875%;
  position: relative;
}
._about .wt .mt .ibx .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._about .wt .mt .ibx .img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
._about .wt .mt .ibx .list {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
._about .wt .mt .ibx .list li {
  font-family: "Orbitron";
  font-size: 50px;
  letter-spacing: -0.05em;
  color: #686868;
}
._about .wt .mt .ibx .list li ~ li {
  margin-top: 0.8em;
}
._about .wt .mt .ibx .list li p {
  position: relative;
  display: inline-block;
}
._about .wt .mt .ibx .list li p span {
  position: absolute;
  left: 0;
  top: 0;
  color: #256bef;
  overflow: hidden;
  display: block;
  width: 0;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 1480px) {
  ._about .wt ._wrap > .tit {
    font-size: 60px;
  }
  ._about .wt .st {
    font-size: 36px;
  }
  ._about .wt .st dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  ._about .wt ._wrap > .tit {
    font-size: 48px;
  }
  ._about .wt .st {
    font-size: 32px;
  }
  ._about .wt .st dd {
    font-size: 16px;
  }
  ._about .wt .grid .title {
    font-size: 50px;
  }
  ._about .wt .grid .title img {
    width: 70px;
  }
  ._about .wt .mt .tit dt {
    font-size: 48px;
  }
  ._about .wt .mt .ibx .list li {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  ._about .wt .grid .title {
    font-size: 40px;
  }
  ._about .wt .grid .title img {
    width: 50px;
  }
  ._about .wt .mt .tit dt {
    font-size: 40px;
  }
  ._about .wt .mt .tit dt img {
    width: 50px;
  }
  ._about .wt .mt .ibx .list li {
    font-size: 38px;
  }
}
@media screen and (max-width: 820px) {
  ._about .wt {
    margin-top: 150px;
  }
  ._about .wt ._wrap > .tit {
    font-size: 38px;
  }
  ._about .wt .st {
    font-size: 28px;
  }
  ._about .wt .st dd {
    font-size: 16px;
  }
  ._about .wt .grid {
    margin-top: 120px;
    width: 100%;
  }
  ._about .wt .grid .title {
    font-size: 48px;
    position: static;
    margin-bottom: 0.5em;
  }
  ._about .wt .grid .title img {
    width: 60px;
  }
  ._about .wt .grid .col ~ .col {
    margin-top: 100px;
  }
  ._about .wt .grid .col .vid {
    flex: 0 0 60%;
  }
  ._about .wt .grid .col .vid .cn dt {
    font-size: 22px;
  }
  ._about .wt .mt {
    margin-top: 200px;
  }
  ._about .wt .mt .tit dt {
    font-size: 48px;
  }
  ._about .wt .mt .tit dt img {
    width: 60px;
  }
  ._about .wt .mt .tit dd {
    font-size: 16px;
  }
  ._about .wt .mt .ibx .list li {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  ._about .wt ._wrap > .tit {
    font-size: 26px;
  }
  ._about .wt .st {
    font-size: 20px;
  }
  ._about .wt .st dd {
    font-size: 14px;
  }
  ._about .wt .grid .title {
    font-size: 32px;
    position: static;
    margin-bottom: 0.8em;
  }
  ._about .wt .grid .title img {
    width: 40px;
  }
  ._about .wt .mt .tit dt {
    font-size: 32px;
  }
  ._about .wt .mt .tit dt img {
    width: 40px;
  }
  ._about .wt .mt .tit dd {
    font-size: 16px;
    line-height: 1.5;
  }
  ._about .wt .mt .ibx .img {
    width: 50%;
  }
  ._about .wt .mt .ibx .list li {
    font-size: 20px;
  }
}
._about .mt-m {
  margin-top: 420px;
  text-align: center;
  overflow: hidden;
}
._about .mt-m .tit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
._about .mt-m .tit img {
  transform: translateY(-28%);
}
._about .mt-m .tit dl {
  margin-left: 30px;
}
._about .mt-m .tit dl dt {
  font-family: "Orbitron";
  font-size: 20px;
  letter-spacing: -0.05em;
  text-align: left;
}
._about .mt-m .tit dl dd {
  font-size: 100px;
  font-family: "Orbitron";
}
._about .mt-m .cn {
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 45px;
  display: inline-block;
}
._about .mt-m .cn p {
  font-size: 18px;
  font-family: "NEXON Lv1 Gothic";
  line-height: 1.4444444444;
}
._about .mt-m .cn .rb {
  text-align: right;
}
._about .mt-m .cn .rb a {
  margin-top: 20px;
  font-size: 16px;
  display: inline-flex;
  align-items: flex-end;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
}
._about .mt-m .cn .rb a img {
  transform: translateY(-10%);
  margin-left: 10px;
  transition: transform 0.4s;
}
@media screen and (min-width: 821px) {
  ._about .mt-m .cn .rb a:hover img {
    transform: translateY(-10%) translateX(10%);
  }
}
@media screen and (max-width: 1480px) {
  ._about .mt-m .tit img {
    width: 78px;
  }
  ._about .mt-m .tit dl dt {
    font-size: 18px;
  }
  ._about .mt-m .tit dl dd {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  ._about .mt-m .tit img {
    width: 70px;
  }
  ._about .mt-m .tit dl dt {
    font-size: 16px;
  }
  ._about .mt-m .tit dl dd {
    font-size: 72px;
  }
}
@media screen and (max-width: 820px) {
  ._about .mt-m {
    margin-top: 220px;
  }
  ._about .mt-m .tit img {
    width: 52px;
  }
  ._about .mt-m .tit dl dt {
    font-size: 16px;
  }
  ._about .mt-m .tit dl dd {
    font-size: 62px;
  }
  ._about .mt-m .cn p {
    font-size: 16px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 480px) {
  ._about .mt-m .tit img {
    width: 38px;
  }
  ._about .mt-m .tit dl {
    margin-left: 15px;
  }
  ._about .mt-m .tit dl dt {
    font-size: 14px;
  }
  ._about .mt-m .tit dl dd {
    font-size: 38px;
  }
  ._about .mt-m .cn p {
    font-size: 14px;
  }
}
._about .mt-m .and {
  max-width: 279px;
  margin: 470px auto 0;
  width: 40%;
}
._about .mt-m .and .c {
  animation: play 10s infinite linear;
  transform-origin: center;
}
@keyframes play {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 820px) {
  ._about .mt-m .and {
    margin-top: 270px;
  }
}
._about .mt-m .line {
  position: relative;
  margin-top: 90px;
}
._about .mt-m .line ._wrap {
  padding-top: 235px;
  padding-bottom: 240px;
  display: flex;
  flex-direction: column;
}
._about .mt-m .line .icon {
  position: absolute;
}
._about .mt-m .line .icon.instar {
  top: 9.5874491575%;
  left: 28.515625%;
}
._about .mt-m .line .icon.youtu {
  top: 18.8843695526%;
  left: 20.703125%;
}
._about .mt-m .line .icon.kakao {
  top: 30.5055200465%;
  left: 26.5625%;
}
._about .mt-m .line .icon.tw {
  top: 40.6740267286%;
  left: 35.15625%;
}
._about .mt-m .line .icon.fb {
  top: 6.7983730389%;
  right: 34.0625%;
}
._about .mt-m .line .icon.blog {
  top: 14.235909355%;
  right: 23.90625%;
}
._about .mt-m .line .icon.cafe {
  top: 17.4317257408%;
  right: 28.125%;
}
._about .mt-m .line .icon.ticktok {
  top: 31.9581638582%;
  right: 21.484375%;
}
._about .mt-m .line .icon.tablet {
  top: 41.2550842533%;
  right: 35.546875%;
}
._about .mt-m .line .cir {
  width: 20px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #0a73f6;
  border-radius: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
._about .mt-m .line .jline {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 188px;
}
._about .mt-m .line .jline span {
  width: 2px;
  transform: scaleY(0);
  display: inline-block;
  background: #0a73f6;
  height: 100%;
}
._about .mt-m .line .jline2 {
  top: 38.9308541546%;
  height: 355px;
}
._about .mt-m .line .jline3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
}
._about .mt-m .line .p {
  writing-mode: vertical-lr;
  font-size: 20px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 0 auto 0;
  white-space: nowrap;
  position: relative;
}
._about .mt-m .line .p .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
._about .mt-m .line .p .img img {
  transform: scale(0);
}
._about .mt-m .line .p p {
  position: relative;
  z-index: 2;
}
._about .mt-m .line .p p:nth-of-type(2) {
  margin-top: 3em;
  margin-left: 0.75em;
}
._about .mt-m .line .p2 {
  position: relative;
  writing-mode: vertical-lr;
  font-size: 20px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 500px auto 0;
  white-space: nowrap;
}
._about .mt-m .line .p2 .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
._about .mt-m .line .p2 .img img {
  transform: scale(0);
}
._about .mt-m .line .p2 p {
  position: relative;
  z-index: 2;
}
._about .mt-m .line .vbx {
  display: flex;
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  z-index: 2;
}
._about .mt-m .line .vbx li {
  flex: 1;
}
._about .mt-m .line .vbx li + li {
  margin-left: 270px;
  margin-top: 230px;
}
._about .mt-m .line .vbx .onf {
  font-size: 20px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  text-align: right;
}
._about .mt-m .line .vbx .onf span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 10000px;
  background: #fff;
  margin-right: 9px;
}
._about .mt-m .line .vbx .onf span.on {
  background: #33ff99;
}
._about .mt-m .line .vbx .onf span.off {
  background: #ff558e;
}
._about .mt-m .line .vbx .vid {
  position: relative;
  margin-top: 20px;
}
._about .mt-m .line .vbx .vid iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._about .mt-m .line .vbx .vid::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
._about .mt-m .line .vbx .vid .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
._about .mt-m .line .vbx .vid::after {
  content: "";
  display: block;
  padding-bottom: 56.9230769231%;
}
@media screen and (max-width: 1480px) {
  ._about .mt-m .line .vbx li + li {
    margin-left: 30%;
  }
}
@media screen and (max-width: 1280px) {
  ._about .mt-m .line .icon.instar {
    left: 24.6621621622%;
  }
  ._about .mt-m .line .icon.youtu {
    left: 17.9054054054%;
  }
  ._about .mt-m .line .icon.kakao {
    left: 22.972972973%;
  }
  ._about .mt-m .line .icon.tw {
    left: 30.4054054054%;
  }
  ._about .mt-m .line .icon.fb {
    right: 29.4594594595%;
  }
  ._about .mt-m .line .icon.blog {
    right: 20.6756756757%;
  }
  ._about .mt-m .line .icon.cafe {
    right: 24.3243243243%;
  }
  ._about .mt-m .line .icon.ticktok {
    right: 18.5810810811%;
  }
  ._about .mt-m .line .icon.tablet {
    right: 30.7432432432%;
  }
}
@media screen and (max-width: 1024px) {
  ._about .mt-m .line .icon {
    transform: scale(0.7);
  }
  ._about .mt-m .line .icon.instar {
    left: 19.0104166667%;
  }
  ._about .mt-m .line .icon.youtu {
    left: 13.8020833333%;
  }
  ._about .mt-m .line .icon.kakao {
    left: 17.7083333333%;
  }
  ._about .mt-m .line .icon.tw {
    left: 23.4375%;
  }
  ._about .mt-m .line .icon.fb {
    right: 22.7083333333%;
  }
  ._about .mt-m .line .icon.blog {
    right: 15.9375%;
  }
  ._about .mt-m .line .icon.cafe {
    right: 18.75%;
  }
  ._about .mt-m .line .icon.ticktok {
    right: 14.3229166667%;
  }
  ._about .mt-m .line .icon.tablet {
    right: 23.6979166667%;
  }
  ._about .mt-m .line .p,
  ._about .mt-m .line .p2 {
    font-size: 18px;
  }
  ._about .mt-m .line .p2 {
    margin: 250px auto 0;
  }
}
@media screen and (max-width: 820px) {
  ._about .mt-m .line .icon {
    transform: scale(0.5);
  }
  ._about .mt-m .line .icon.instar {
    left: 25%;
  }
  ._about .mt-m .line .icon.youtu {
    left: 7.8%;
  }
  ._about .mt-m .line .icon.kakao {
    left: 16%;
  }
  ._about .mt-m .line .icon.tw {
    left: 33%;
  }
  ._about .mt-m .line .icon.fb {
    right: 32%;
  }
  ._about .mt-m .line .icon.blog {
    right: 5.98%;
  }
  ._about .mt-m .line .icon.cafe {
    right: 13.75%;
  }
  ._about .mt-m .line .icon.ticktok {
    right: 8%;
  }
  ._about .mt-m .line .icon.tablet {
    right: 22%;
  }
  ._about .mt-m .line .p,
  ._about .mt-m .line .p2 {
    font-size: 16px;
  }
  ._about .mt-m .line .vbx li + li {
    margin-left: 20%;
    margin-top: 150px;
  }
  ._about .mt-m .line .vbx .onf {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  ._about .mt-m .line .vbx .onf {
    font-size: 14px;
    white-space: nowrap;
  }
}
._about .mt-m .mr {
  display: flex;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.6em;
  font-family: "Pretendard";
  align-items: center;
  justify-content: space-between;
  margin: 375px 0 260px;
  white-space: nowrap;
}
._about .mt-m .mr p {
  text-align: center;
  flex: 1;
}
._about .mt-m .mr .sv {
  flex: 0 0 auto;
  width: 165px;
  margin-left: 90px;
}
._about .mt-m .mr .sv .bing {
  animation: wave 10s infinite linear;
  transform-origin: center;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1480px) {
  ._about .mt-m .mr {
    font-size: 4.7297297297vw;
    white-space: nowrap;
  }
  ._about .mt-m .mr .sv {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1280px) {
  ._about .mt-m .mr {
    margin: 255px 0 200px;
  }
  ._about .mt-m .mr .sv {
    width: 145px;
  }
}
@media screen and (max-width: 820px) {
  ._about .mt-m .mr {
    font-size: 5.8536585366vw;
    display: block;
    text-align: center;
    margin: 150px 0 100px;
  }
  ._about .mt-m .mr .sv {
    width: 125px;
    display: block;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 480px) {
  ._about .mt-m .mr .sv {
    width: 105px;
  }
}
._about .ss {
  position: absolute;
  opacity: 0.8;
}
._about .ss.ss1 {
  bottom: 6%;
  left: 13.1770833333%;
  width: 9.7916666667vw;
}
._about .ss.ss2 {
  bottom: 4%;
  right: 14.1666666667%;
  width: 14.3229166667vw;
}
._staff {
  color: #fff;
  background-size: cover;
  padding-top: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  ._staff {
    padding-top: 150px;
  }
}
._staff[zoom="center"] {
  transform: scale(0);
}
._staff[zoom="left"] {
  transform: scaleX(0);
}
._staff[zoom="right"] {
  transform: scaleX(0);
}
._staff[zoom="bottom"] {
  transform: scaleY(0);
}
._staff .tit {
  text-align: center;
}
._staff .tit dt {
  font-size: 80px;
  font-weight: bold;
  font-family: "Orbitron";
  letter-spacing: -0.025em;
}
._staff .tit dd {
  margin-top: 1.25em;
  font-size: 32px;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
}
@media screen and (max-width: 1280px) {
  ._staff .tit dt {
    font-size: 64px;
  }
  ._staff .tit dd {
    font-size: 28px;
  }
}
@media screen and (max-width: 820px) {
  ._staff .tit dt {
    font-size: 42px;
  }
  ._staff .tit dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  ._staff .tit dt {
    font-size: 30px;
  }
  ._staff .tit dd {
    font-size: 18px;
  }
}
._staff .web {
  background: url(/asset/img/about/webBg.jpg) no-repeat;
  text-align: center;
  box-sizing: border-box;
  margin-top: 100px;
  padding: 200px 0 80px;
}
._staff .web .web01 {
  width: 95%;
  margin: 0 auto;
}
._staff .web .web01 .img {
  width: 70%;
  max-width: 502px;
  margin: 0 auto;
  transform: scale(0);
}
._staff .web .web01 p {
  font-size: 20px;
  letter-spacing: -0.025em;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 1.5em;
  line-height: 1.5;
  word-break: keep-all;
}
._staff .web .web02 .img,
._staff .web .web03 .img {
  position: relative;
  display: inline-block;
}
._staff .web .web02 .img p,
._staff .web .web03 .img p {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  white-space: nowrap;
}
._staff .web .web02 {
  margin-top: 140px;
  margin-left: 5.9895833333vw;
  margin-right: 5.46875vw;
}
._staff .web .web03 {
  margin-left: auto;
  margin-top: 40px;
  width: 78.3783783784%;
  margin-right: 5.46875vw;
  text-align: right;
}
._staff .web .web04 {
  display: flex;
  margin-top: 40px;
  margin-right: 5.46875vw;
  margin-left: 4.1666666667vw;
}
._staff .web .web04 .lbx,
._staff .web .web04 .rbx {
  display: inline-block;
  position: relative;
}
._staff .web .web04 .lbx p,
._staff .web .web04 .rbx p {
  position: absolute;
  right: 1em;
  top: 1em;
  font-size: 20px;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  font-weight: bold;
  white-space: nowrap;
}
._staff .web .web04 .lbx p {
  left: 50%;
  right: auto;
  top: 6.7720090293%;
  transform: translateX(-50%);
}
._staff .web .web04 .rbx {
  margin-left: 40px;
}
._staff .web .web05 {
  width: 63.671875%;
  margin-left: auto;
  margin-right: 15px;
  margin-top: -11.1979166667vw;
  position: relative;
  z-index: 2;
}
._staff .web .web05 p {
  font-size: 20px;
  letter-spacing: -0.025em;
  font-family: "NEXON Lv1 Gothic";
  text-align: left;
  margin-top: 1em;
  line-height: 1.5;
  word-break: keep-all;
}
._staff .web .web05 .over {
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  ._staff .web .web01 p,
  ._staff .web .web02 .img p,
  ._staff .web .web03 .img p,
  ._staff .web .web04 .lbx p,
  ._staff .web .web04 .rbx p,
  ._staff .web .web05 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  ._staff .web {
    padding: 80px 0 75px;
  }
  ._staff .web .web01 p,
  ._staff .web .web02 .img p,
  ._staff .web .web03 .img p,
  ._staff .web .web04 .lbx p,
  ._staff .web .web04 .rbx p,
  ._staff .web .web05 p {
    font-size: 14px;
  }
  ._staff .web .web02 {
    margin-top: 90px;
  }
  ._staff .web .web03 {
    margin-top: 20px;
  }
  ._staff .web .web04 {
    margin-top: 20px;
  }
  ._staff .web .web04 .rbx {
    margin-left: 20px;
  }
  ._staff .web .web05 {
    width: 58.671875%;
  }
}
@media screen and (max-width: 480px) {
  ._staff .web .web01 p,
  ._staff .web .web02 .img p,
  ._staff .web .web03 .img p,
  ._staff .web .web04 .lbx p,
  ._staff .web .web04 .rbx p,
  ._staff .web .web05 p {
    font-size: 12px;
  }
}
._staff .web .middle {
  font-size: 3.125vw;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  position: relative;
  width: 95%;
  margin: 480px auto 0;
}
._staff .web .middle p {
  position: relative;
  z-index: 2;
  transform: scale(0);
}
._staff .web .middle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 39.4791666667vw;
  max-width: 758px;
}
@media screen and (min-width: 1920px) {
  ._staff .web .middle {
    font-size: 60px;
  }
}
@media screen and (max-width: 1480px) {
  ._staff .web .middle {
    font-size: 4.0540540541vw;
  }
  ._staff .web .middle img {
    width: 51.2162162162vw;
  }
}
@media screen and (max-width: 1024px) {
  ._staff .web .middle {
    font-size: 4.6875vw;
  }
  ._staff .web .middle img {
    width: 59.21875vw;
  }
}
@media screen and (max-width: 820px) {
  ._staff .web .middle {
    margin: 380px auto 0;
    font-size: 5.859375vw;
  }
  ._staff .web .middle img {
    width: 74.0234375vw;
  }
}
._staff .web .awz .t {
  font-size: 3.125vw;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 500px;
}
._staff .web .awz .t p {
  transform: scale(0);
}
._staff .web .awz .t span {
  position: relative;
  z-index: 2;
}
._staff .web .awz .t span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 150%;
  max-width: none;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  ._staff .web .awz .t {
    font-size: 54px;
  }
}
@media screen and (max-width: 1280px) {
  ._staff .web .awz .t {
    font-size: 4.0540540541vw;
  }
}
@media screen and (max-width: 820px) {
  ._staff .web .awz .t {
    font-size: 4.8828125vw;
    margin-top: 400px;
  }
}
._staff .web .awz ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 145px auto 0;
  box-sizing: border-box;
  padding: 0 50px;
}
._staff .web .awz ul li .z {
  display: inline-block;
}
._staff .web .awz ul li .z svg {
  width: 100%;
  min-width: 0;
}
._staff .web .awz ul li .over {
  opacity: 0;
}
._staff .web .awz ul li:nth-of-type(odd) {
  text-align: right;
}
._staff .web .awz ul li:nth-of-type(even) {
  text-align: left;
}
._staff .web .awz ul li:nth-of-type(1) {
  margin-right: 4.404167vw;
}
._staff .web .awz ul li:nth-of-type(1) p {
  text-align: right;
}
._staff .web .awz ul li:nth-of-type(2) {
  margin-top: 128px;
  margin-left: 3.552083vw;
}
._staff .web .awz ul li:nth-of-type(2) p {
  text-align: right;
}
._staff .web .awz ul li:nth-of-type(3) {
  margin-top: 10px;
  margin-right: 3.6625vw;
}
._staff .web .awz ul li:nth-of-type(3) p {
  text-align: left;
}
._staff .web .awz ul li:nth-of-type(4) {
  margin-left: 3.816667vw;
  margin-top: 250px;
}
._staff .web .awz ul li:nth-of-type(5) {
  margin-right: 5.4125vw;
}
._staff .web .awz ul li:nth-of-type(5) p {
  text-align: left;
}
._staff .web .awz ul li:nth-of-type(6) {
  margin-left: 80px;
  margin-top: 230px;
}
._staff .web .awz ul li:nth-of-type(6) p {
  text-align: center;
}
._staff .web .awz ul li:nth-of-type(7) {
  margin-right: 4.0625vw;
}
._staff .web .awz ul li:nth-of-type(7) p {
  text-align: left;
}
._staff .web .awz ul li:nth-of-type(8) {
  margin-left: 6.25vw;
  margin-top: 125px;
}
._staff .web .awz ul li:nth-of-type(8) p {
  text-align: center;
}
._staff .web .awz ul li p {
  font-size: 24px;
  letter-spacing: -0.025em;
  font-family: "NEXON Lv1 Gothic";
  line-height: 1.3;
  margin-top: 1em;
  text-align: left;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  ._staff .web .awz ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  ._staff .web .awz ul {
    column-gap: 17%;
    padding: 0 25px;
  }
  ._staff .web .awz ul li:nth-of-type(1),
  ._staff .web .awz ul li:nth-of-type(2),
  ._staff .web .awz ul li:nth-of-type(3),
  ._staff .web .awz ul li:nth-of-type(4),
  ._staff .web .awz ul li:nth-of-type(5),
  ._staff .web .awz ul li:nth-of-type(6),
  ._staff .web .awz ul li:nth-of-type(7),
  ._staff .web .awz ul li:nth-of-type(8),
  ._staff .web .awz ul li:nth-of-type(9) {
    margin-left: 0;
    margin-right: 0;
  }
  ._staff .web .awz ul li p {
    font-size: 16px;
  }
  ._staff .web .awz ul li p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  ._staff .web .awz ul li p {
    font-size: 14px;
  }
}
._staff .web .click {
  margin-top: 450px;
  margin-bottom: 220px;
}
._staff .web .click dt {
  position: relative;
}
._staff .web .click dt p {
  font-size: 3.125vw;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  position: relative;
  z-index: 2;
  transform: scale(0);
}
._staff .web .click dt img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 31.09375vw;
  max-width: 597px;
}
._staff .web .click dd {
  margin-top: 60px;
}
._staff .web .click dd a {
  position: relative;
  border: 1px solid #fff;
  border-radius: 10000px;
  display: block;
  max-width: 110px;
  margin: 0 auto;
  transition: 0.4s;
  transition-property: color, background;
}
._staff .web .click dd a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
._staff .web .click dd a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  letter-spacing: -0.025em;
  font-family: "Orbitron";
}
._staff .web .click dd a:hover {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 1920px) {
  ._staff .web .click dt p {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  ._staff .web .click dt p {
    font-size: 4.0540540541vw;
  }
  ._staff .web .click dt img {
    width: 40.3378378378vw;
  }
}
@media screen and (max-width: 1024px) {
  ._staff .web .click dd {
    margin-top: 40px;
  }
  ._staff .web .click dd a {
    max-width: 80px;
  }
  ._staff .web .click dd a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  ._staff .web .click {
    margin-top: 250px;
    margin-bottom: 160px;
  }
  ._staff .web .click dt p {
    font-size: 5.859375vw;
  }
  ._staff .web .click dt img {
    width: 58.30078125vw;
  }
}
@media screen and (max-width: 480px) {
  ._staff .web .click {
    margin-top: 200px;
    margin-bottom: 100px;
  }
  ._staff .web .click dt p {
    font-size: 7.3170731707vw;
  }
  ._staff .web .click dt img {
    width: 72.8048780488vw;
  }
}
._staff .ss {
  position: absolute;
  opacity: 0.8;
}
._staff .ss.ss1 {
  width: 9.7916666667vw;
  left: 30.2083333333%;
  top: 42.5959026537%;
}
._staff .ss.ss2 {
  width: 14.3229166667vw;
  right: 11.9791666667%;
  top: 44.2870892342%;
}
._staff .ss.ss3 {
  width: 16.6666666667vw;
  left: 13.0208333333%;
  top: 50.6668499931%;
}
._view {
  background-position: top center;
  background-size: cover;
  padding: 190px 0 125px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
}
._view .vid {
  margin-top: 90px;
}
._view .vid .vb {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
._view .vid .vb .img,
._view .vid .vb iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
._view .vid .vb::after {
  content: "";
  display: block;
  padding-bottom: 54.2253521127%;
}
._view .vid dl {
  margin-top: 1.9444444444em;
  letter-spacing: -0.05em;
  font-size: 36px;
  text-align: center;
  font-family: "NEXON Lv1 Gothic";
}
._view .vid dl dt {
  font-weight: bold;
}
._view .vid dl dd {
  font-size: 18px;
  margin-top: 1.6666666667em;
  word-break: keep-all;
  line-height: normal;
}
._view .vid .btn {
  text-align: center;
  margin-top: 3.2608695652em;
  font-size: 23px;
}
._view .vid .btn .l {
  font-size: 23px;
  font-family: "NEXON Lv1 Gothic";
  letter-spacing: -0.05em;
  background: linear-gradient(100deg, #f68920 0%, #fed11a 100%);
  width: 14.0869565217em;
  height: 3.5217391304em;
  border-radius: 10000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  position: relative;
}
._view .vid .btn .l i {
  margin-left: 0.8695652174em;
  transition: 0.4s;
}
._view .vid .btn .l::after {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.5) inset;
  opacity: 0;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
}
._view .vid .btn .l:hover::after {
  opacity: 1;
}
._view .vid .btn .l:hover i {
  transform: scaleX(-1);
}
@media screen and (max-width: 1280px) {
  ._view .vid .btn .l {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  ._view .vid .btn .l {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  ._view .vid .btn .l {
    font-size: 14px;
  }
}
._view .picks {
  position: relative;
  z-index: 3;
}
._view .picks .tit {
  font-size: 90px;
  margin-top: 2.1111111111em;
}
._view .picks .tit dt {
  font-size: inherit;
}
._view .picks .sbx {
  margin-top: 150px;
}
._view .picks .sbx .swiper-slide {
  text-align: center;
}
._view .picks .sbx .swiper-slide .img {
  position: relative;
  transition: box-shadow 0.4s;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
._view .picks .sbx .swiper-slide .img .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
._view .picks .sbx .swiper-slide .img::after {
  content: "";
  display: block;
  padding-bottom: 54.2435424354%;
}
._view .picks .sbx .swiper-slide p {
  font-size: 20px;
  letter-spacing: -0.05em;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 1.25em;
}
._view .picks .sbx .swiper-slide:hover .img {
  box-shadow: 1px 20px 27px 0px rgba(0, 0, 0, 0.47);
}
._view footer {
  padding-top: 330px;
}
@media screen and (max-width: 1280px) {
  ._view .vid .btn {
    font-size: 18px;
  }
  ._view .picks .tit {
    font-size: 70px;
  }
}
@media screen and (max-width: 1024px) {
  ._view .vid {
    margin-top: 95px;
  }
  ._view .vid dl {
    font-size: 28px;
  }
  ._view .vid dl dd {
    font-size: 18px;
    margin-top: 1.6666666667em;
  }
}
@media screen and (max-width: 820px) {
  ._view {
    padding: 125px 0 105px;
  }
  ._view .vid {
    margin-top: 80px;
  }
  ._view .vid dl {
    font-size: 24px;
  }
  ._view .vid dl dd {
    font-size: 16px;
  }
  ._view .picks .tit {
    font-size: 40px;
  }
  ._view .picks .sbx {
    margin-top: 100px;
  }
  ._view .picks .sbx .swiper-slide p {
    font-size: 16px;
  }
  ._view .picks .sbx .swiper-slide:hover .img {
    box-shadow: 1px 10px 17px 0px rgba(0, 0, 0, 0.47);
  }
  ._view footer {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  ._view .vid dl {
    font-size: 20px;
  }
  ._view .vid dl dd {
    font-size: 14px;
  }
  ._view .picks .tit {
    font-size: 30px;
  }
  ._view .picks .sbx {
    margin-top: 50px;
  }
  ._view .picks .sbx .swiper-slide p {
    font-size: 14px;
  }
}
.__process {
  overflow: hidden;
  position: relative;
}
.__process .k-slide {
  margin-top: 150px;
  position: relative;
  height: 710px;
  overflow: hidden;
  z-index: 2;
  -webkit-mask: linear-gradient(#01999e 80%, transparent 100%);
  mask: linear-gradient(#01999e 80%, transparent 100%);
}
.__process .k-slide .prev,
.__process .k-slide .next {
  position: absolute;
  font-size: 50px;
  color: #fff;
  top: 35%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.__process .k-slide .prev {
  left: 32%;
}
.__process .k-slide .next {
  right: 32%;
}
@media screen and (max-width: 1280px) {
  .__process .k-slide .prev {
    left: 24%;
  }
  .__process .k-slide .next {
    right: 24%;
  }
}
@media screen and (max-width: 1024px) {
  .__process .k-slide .prev {
    left: 20%;
  }
  .__process .k-slide .next {
    right: 20%;
  }
}
@media screen and (max-width: 820px) {
  .__process .k-slide .prev,
  .__process .k-slide .next {
    top: 30%;
    font-size: 30px;
  }
  .__process .k-slide .prev {
    left: 10%;
  }
  .__process .k-slide .next {
    right: 10%;
  }
}
@media screen and (max-width: 480px) {
  .__process .k-slide .prev {
    left: 2.5%;
  }
  .__process .k-slide .next {
    right: 2.5%;
  }
}
.__process .k-slide .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center 1400px;
}
.__process .k-slide .slider .item {
  perspective: 3000px;
  flex: 0 0 auto;
  position: absolute;
  transform-origin: center 1400px;
  top: 0;
  width: 290px;
}
.__process .k-slide .slider .item .obj {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  display: none;
}
.__process .k-slide .slider .item .obj img {
  transform: scale(0);
}
.__process .k-slide .slider .item .obj.obj1 {
  left: 0;
  top: 16.7381974249%;
  transform: translate(-60%, 0);
}
.__process .k-slide .slider .item .obj.obj2 {
  right: 0;
  top: 51.5021459227%;
  transform: translate(125%, 0);
}
.__process .k-slide .slider .item .obj.obj3 {
  right: 0;
  top: 74.0343347639%;
  transform: translate(50%, 0);
}
.__process .k-slide .slider .item .line {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  width: 185%;
  pointer-events: none;
}
.__process .k-slide .slider .item .line img {
  transform: scale(0);
}
.__process .k-slide .slider .item .card {
  position: relative;
  transition: 0.4s;
  transform-style: preserve-3d;
}
.__process .k-slide .slider .item .card .front,
.__process .k-slide .slider .item .card .back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.05em;
  text-align: center;
}
.__process .k-slide .slider .item .card .front dl,
.__process .k-slide .slider .item .card .back dl {
  font-size: 20px;
}
.__process .k-slide .slider .item .card .front dl dt,
.__process .k-slide .slider .item .card .back dl dt {
  font-family: "Orbitron";
}
.__process .k-slide .slider .item .card .front dl dd,
.__process .k-slide .slider .item .card .back dl dd {
  font-size: 42px;
  font-family: "NEXON Lv1 Gothic";
  margin-top: 0.4em;
  font-weight: bold;
}
.__process .k-slide .slider .item .card .front {
  background: url(/asset/img/video/process/front.png) no-repeat center/cover;
}
.__process .k-slide .slider .item .card .front dl {
  margin-top: 0.3em;
}
.__process .k-slide .slider .item .card .back {
  background: url(/asset/img/video/process/back.png) no-repeat center/cover;
  transform: rotateY(180deg);
  box-shadow: 0px 8px 20px 0px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.__process .k-slide .slider .item .card .back p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin-top: 3.125em;
  font-family: "NEXON Lv1 Gothic";
}
.__process .k-slide .slider .item .card::after {
  content: "";
  display: block;
  padding-bottom: 160.9589041096%;
}
.__process .k-slide .slider .item.act {
  z-index: 2;
}
.__process .k-slide .slider .item.act .card {
  transform: rotateY(180deg);
  box-shadow: 1px 20px 27px 0px rgba(0, 0, 0, 0.47);
}
.__process .k-slide .slider .item:hover .card {
  transform: rotateY(180deg);
}
@media screen and (max-width: 820px) {
  .__process {
  }
  .__process .k-slide {
    margin-top: 100px;
    height: 600px;
  }
  .__process .k-slide .slider {
    transform-origin: center 900px;
  }
  .__process .k-slide .slider .item {
    width: 200px;
    transform-origin: center 900px;
  }
  .__process .k-slide .slider .item .obj.obj1 {
    width: 130px;
  }
  .__process .k-slide .slider .item .obj.obj2 {
    width: 43px;
  }
  .__process .k-slide .slider .item .obj.obj3 {
    width: 55px;
  }
  .__process .k-slide .slider .item .card .front dl,
  .__process .k-slide .slider .item .card .back dl {
    font-size: 18px;
  }
  .__process .k-slide .slider .item .card .front dl dd,
  .__process .k-slide .slider .item .card .back dl dd {
    font-size: 30px;
  }
  .__process .k-slide .slider .item .card .back p {
    font-size: 14px;
  }
} /*# sourceMappingURL=./style.map */
