:root {
  --white: #fff;
  --black: #000;
  --primary: #222;
  --secondary: #e2abab;
  --orange: #d47a33;
  --33: #332c27;
  --5e: #5e5651;
  --7c: #7c553d;
  --7f:#7fd1ae;
  --8c: #8c837e;
  --a2: #AAA2A0;
  --b6: #b6b6b6;
  --bd: #bda694;
  --be: #beb4af;
  --d4: #d47a33;
  --d9: #d9d9d9;
  --e5: #e5c8b6;
  --f0: #f0f0f0;
  --f2: #f2f2f2;
  --f2e: #f2e8e2;
  --f4: #fff4e9;
  --f6: #fff6ec;
  --f8: #f8f8f8;
  --fd: #ffd8b4;
  --ff: #fff6ec;
  --14: 0.875rem;
  --15: 0.938rem;
  --15dot: 0.969rem;
  --18: 1.125rem;
  --22: 1.375rem;
  --24: 3.80vw;
  --26: 4.20vw;
  --30: 1.875rem;
  --32: 2rem;
  --34: 2.125rem;
  --36: 2.25rem;
  --38: 2.375rem;
  --40: 2.5rem;
  --48: 3rem;
  --64: 4rem;
  --96: 6rem;
  --128: 8rem;
  --box: 0.00vw 0.53vw 1.33vw rgba(0, 0, 0, 10%);
  --futura: "Futura PT", sans-serif;
  --noto: "Noto Sans KR", sans-serif;
  --pre: "Pretendard", sans-serif;
}

/* scrollbar css(chrome) */
::-webkit-scrollbar {
  width: 0.40vw;
  height: 1.33vw;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 0.67vw;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  /* background: #fff; */
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
body * {
  font-family: var(--futura);
}

.app {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app .platform {
  position: relative;
  width: 100vw;
  margin-top: 4.67vw;
  display: flex;
  justify-content: end;
}
.app .platform .lang { 
  display: flex;
  align-items: center;
margin-right:2vw;
}
.app .platform .lang li {
  width: auto;
  margin: 0 auto;
}
.app .platform .lang li a {
  display: flex;
  width: auto;
	padding:0 2.67vw; align-items:center; justify-content:center; height:8.53vw;
box-shadow:var(--box); border-radius:100vw;

}
.app .platform .lang li a span {
  color: var(--b6);
  font-size: var(--24);
  font-family: var(--futura);
}
.app .platform .lang .active_lang a {
  border-bottom:none;
background:#d63d17;
color:#fff;
}
.app .platform .lang li a img{width:3vw; margin-right:2vw;}
.app .platform .lang .active_lang a img{margin-right:2vw;}
.app .platform .lang .active_lang span {
  color: #fff;
}
.app .platform .lang li:first-child {
  margin-right: 2.00vw;
}
.app .platform .platformer {
  width: 8.53vw;
  height: 8.53vw;
  border-radius: 100%;
  box-shadow: var(--box);
  margin-right: 4.00vw;
}
.app .platform .platformer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app .platform .platformer:first-of-type {
  margin-right: 2.00vw !important;
}
.app .gotoWrap {
  position: relative;
  width: 100vw;
  margin-top: 2.67vw;
  height: 46.67vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.app .gotoWrap > .coverImg {
  width: calc(100vw - 4.00vw);
  height: 46.67vw;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 4.00vw;
  border-top-right-radius: 4.00vw;
  overflow: hidden;
}
.app .gotoWrap > .coverImg .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
}
.app .gotoWrap .goto {
  position: absolute;
  right: 4.53vw;
  bottom: 2.67vw;
  width: 5.87vw;
  height: 5.87vw;
  box-shadow: var(--box);
  border-radius: 100%;
  z-index: 100;
}
.app .gotoWrap .goto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app .gotoWrap h2 {
  margin-top: 2.67vw;
  position: relative;
  z-index: 100;
  margin-left: 4.40vw;
  color: var(--white);
  font-size: var(--26);
}
.app .gotoWrap .gotoSite {
  margin-top: 2.67vw;
  width: calc(100vw - 9.33vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app .gotoWrap .list {
  z-index: 300;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.93vw;
       column-gap: 2.93vw;
  row-gap: 0.67vw;
  margin-top: 4.00vw;
  margin-left: 4.67vw;
}
.app .gotoWrap .list li {
  font-size: var(--15dot);
  color: var(--white);
  line-height: 1.7;
  letter-spacing: -0.01em;
  font-weight: 300;
  white-space: nowrap;
}
.app .gotoWrap .list li em {
  font-size: var(--24);
}
.app .gotoBasic .coverImg {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4.00vw;
  border-bottom-right-radius: 4.00vw;
}
.app .gotoBasic .goto {
  bottom: 2.67vw;
}
.app .gotoBasic h2 {
  margin-top: 2.67vw;
}
.app .gotoBasic .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.00vw;
       column-gap: 0.00vw;
  row-gap: 0.67vw;
  width: calc(100vw - 9.33vw);
}
.app .gotoBasic .list li {
  width: 17.33vw;
  white-space: nowrap;
  font-size: var(--15dot);
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 300;
}
.app .gotoBasic .list li em {
  font-size: var(--24);
}
.app .gotoWrap:last-child {
  margin-bottom: 25vw;
}
.app .gotoWrap:last-child .gotoSite h4 {
  width: 32.67vw;
}/*# sourceMappingURL=mobile_select.css.map */