@font-face {
  font-family: NotoSans;
  src: url("https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSans-Bold.ttf")/*tpa=https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSans-Bold.ttf*/;
  font-weight: 400;
}

@font-face {
  font-family: NotoSansKR-Medium;
  src: url("https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSansKR-Medium.otf")/*tpa=https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSansKR-Medium.otf*/;
  font-weight: 400;
}

@font-face {
  font-family: NotoSansSC-Medium;
  src: url("https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSansSC-Medium.otf")/*tpa=https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSansSC-Medium.otf*/;
  font-weight: 400;
}

@font-face {
  font-family: NotoSansTC-Medium;
  src: url("https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSansTC-Medium.otf")/*tpa=https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/NotoSansTC-Medium.otf*/;
  font-weight: 400;
}

@font-face {
  font-family: SCDream7;
  src: url("https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/SCDream7.otf")/*tpa=https://prod-wemix-front-wallet-lb-1562898265.ap-northeast-2.elb.amazonaws.com/assets/font/SCDream7.otf*/;
  font-weight: 800;
}

body {
  font-family: NotoSansKR-Medium, Apple SD Gothic Neo, Malgun Gothic, Helvetica,
    sans-serif;
  background-color: #fff;
  opacity: 1;
  -webkit-animation: ani-init 1s linear;
  -moz-animation: ani-init 1s linear;
  animation: ani-init 1s linear;
}

body,
h1,
h2,
h3,
p {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
}

.zh-cn h1 {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.zh-tw h1 {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.gl h1 {
  font-family: "NotoSans", sans-serif;
}

.ko h1 {
  letter-spacing: -2px;
}

h1 {
  font-family: "SCDream7", sans-serif;
  font-size: 52px;
  line-height: 1.2;
  word-break: break-word;
}

h2 {
  font-size: 30px;
  line-height: 1.4;
}

.zh-cn p {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.zh-tw p {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.gl p {
  font-family: "NotoSans", sans-serif;
}

.ko p {
  letter-spacing: -0.66px;
}

.en p {
  letter-spacing: 0px;
}

p {
  font-size: 22px;
  line-height: 1.5;
  word-break: break-word;
}

.zh-cn span {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.zh-tw span {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.gl span {
  font-family: "NotoSans", sans-serif;
}

.ko span {
  letter-spacing: -0.66px;
}

.en span {
  letter-spacing: -0.66px;
}

em {
  font-style: initial;
}

.zh-cn a {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.zh-tw a {
  font-family: "NotoSansSC-Medium", sans-serif;
}

.gl a {
  font-family: "NotoSans", sans-serif;
}

.ko a {
  letter-spacing: -0.66px;
}

a {
  color: #000;
}

ul {
  list-style: none;
}

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

.blind {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

main {
  position: relative;
  margin: 0 auto;
  /* max-width: 1280px;
  padding-left: 100px;
  padding-right: 100px; */
}

/* ------------------------------------------ */
/* header */
/* ------------------------------------------ */
header {
  position: relative;
  margin: 0 auto;
  max-width: calc(1280px + 10%);
  padding: 52px 5% 0 5%;
}

header .header__set {
  position: absolute;
}

header .header__set svg {
  display: block;
  width: 122px;
  height: 19px;
}

header .logo {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/logo.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/logo.png*/;
  background-size: 258px 71px;
  background-repeat: no-repeat;
  width: 258px;
  height: 71px;
}

header .locale__set {
  position: absolute;
  right: 5%;
  z-index: 10;
}

header .locale__group {
  overflow: hidden;
  position: relative;
  top: -4px;
  z-index: 10;
  width: 119px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}

header .locale__sel {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

header .locale__group.open .locale__sel span {
  padding-right: 0;
}

header .locale__sel span {
  padding-right: 6px;
}

header .locale__group.opn .locale__sel .arr {
  background-position: -182px -16px;
}

header .locale__group.open .locale__arrow {
  position: absolute;
  top: 18px;
  right: 12px;
  margin-top: -2px;
  border: 5px solid transparent;
  transform: rotate(-135deg);
  border: solid rgba(0, 0, 0, 0.6);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transition: all 0.3s;
  content: "";
}

header .locale__group .locale__arrow {
  position: absolute;
  top: 18px;
  right: 12px;
  margin-top: -5px;
  border: 5px solid transparent;
  transform: rotate(45deg);
  border: solid rgba(0, 0, 0, 0.6);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transition: all 0.3s;
  content: "";
}

header .locale__list-wrap {
  display: none;
  position: relative;
  border-top: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 8px 0 7px;
  font-size: 13px;
}

header .locale__group.open .locale__list-wrap {
  display: block;
}

header .locale__list-wrap a {
  display: block;
  padding-left: 10px;
  height: 26px;
  line-height: 25px;
  color: #333;
  text-decoration: none;
}

header .locale__list-wrap a {
  font-weight: normal;
  color: #555;
}

header .locale__list-wrap a.selected {
  color: #a514e4;
}

header .locale__list-wrap a:hover {
  background-color: #b80dff;
  color: #fff;
}

header .locale__list-wrap a.selected:hover {
  color: #fff;
}

/* ------------------------------------------ */
/* footer */
/* ------------------------------------------ */
footer {
  background: #333;
  color: #747474;
  padding: 40px 0 60px 0;
}

footer p {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.footer__set {
  position: relative;
  margin-bottom: 32px;
  max-width: calc(1280px + 10%);
  margin: 0 auto;
  height: 150px;
}

.footer__group {
  display: block;
  margin: 0 5%;
  position: relative;
  height: 150px;
}

/* content */
.footer__set a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  transition: all 0.5s;
}

.footer__set span.bar {
  padding: 0 12px;
  display: inline-block;
}

/* about */
.footer__about .footer__about-link a:first-child:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: transparent;
  vertical-align: -1px;
  margin: 0;
}

.footer__about .footer__about-link a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #5a5a5a;
  vertical-align: -1px;
  margin: 0 8px;
}

/* social */
.footer__social {
  position: absolute;
  top: 0;
  right: 0;
}

.footer__social .footer__social-telegram {
  position: relative;
  /* background: linear-gradient(235deg, #68cdfb, #1490d3); */
  background: #8e8e8e;
  color: #333;
  width: 45px;
  height: 45px;
  font-size: 28px;
  border-radius: 12px;
  text-align: center;
  line-height: 44px;
}

.footer__social .footer__social-telegram svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer__social .footer__social-medium {
  position: relative;
  background: #8e8e8e;
  color: #333;
  width: 45px;
  height: 45px;
  font-size: 28px;
  border-radius: 12px;
  text-align: center;
  line-height: 44px;
  margin: 0 5px;
}

.footer__social .footer__social-medium svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* info */
.footer__info {
  font-size: 14px;
}

.footer__address {
  position: absolute;
  bottom: 0;
}

.footer__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer__copyright span {
  position: relative;
  top: -15px;
}

.footer__copyright img {
  width: 40px;
  opacity: 0.4;
  display: inline-block;
  margin-left: 12px;
}

/* ------------------------------------------ */
/* new section */
/* ------------------------------------------ */
.new__section {
  position: relative;
  margin: 0 auto;
  max-width: calc(1280px + 5%);
  padding: 130px 5% 0 5%;
  word-break: keep-all;
}

.new__section p {
  color: #6d6d6d;
  font-size: 1.25rem;
}

.new__group {
  display: grid;
  grid-template-columns: auto 680px;
  text-align: left;
}

.new__content-set {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  padding: 30px 0;
  word-break: break-all;
}

.new__content-set h1 {
  color: #813ccc;
  padding-bottom: 30px;
  background: -webkit-linear-gradient(-35deg, #813ccc, #b80dff);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 2.9em;
}

.new__content-set h1.animation {
  animation-delay: 0.1s;
  animation-name: ani-blurIn;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.58, -0.23, 0.3, 1.3);
  animation-fill-mode: both;
}

.en .new__content-set h1 {
  letter-spacing: 0;
}

.new__content-set strong {
  color: #000;
  padding-right: 10px;
}

.new__image-set {
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  align-self: end;
}

.new__image-set img {
  width: 100%;
  height: auto;
}

.new__section .download_btn-wrap {
  margin: 30px 0;
  letter-spacing: -0.5px;
}

.new__section .new__link {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  border: 1.5px solid #707070;
  color: #000;
  height: 65px;
  line-height: 61px;
  border-radius: 50px;
  margin: 10px 0;
}

.ko .new__section .new__link {
  letter-spacing: -0.4px;
  min-width: 305px;
}

.en .new__section .new__link {
  min-width: 345px;
}

.gl .new__section .new__link {
  min-width: 365px;
}

.ja .new__section .new__link {
  min-width: 365px;
}

.zh-cn .new__section .new__link {
  min-width: 280px;
}

.zh-tw .new__section .new__link {
  min-width: 280px;
}

.new__section .new__link:before {
  height: 100%;
  width: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    -68deg,
    transparent 20%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 80%
  );
  transform: translateX(-200px);
  transition: none;
  z-index: 1;
  content: "";
}

.new__section .new__link:hover:before {
  transform: translateX(300px);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.new__section .new__link.apple {
  padding: 0 2em 0 4.9em;
}

.en .new__section .new__link.apple {
  padding: 0 2.6em 0 4.9em;
}

.gl .new__section .new__link.apple {
  padding: 0 2.6em 0 4.9em;
}

.ja .new__section .new__link.apple {
  padding: 0 2.6em 0 4.9em;
}

.zh .new__section .new__link.apple {
  min-width: 260px;
}

.new__section .new__link.apple::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store-black.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store-black.png*/;
  background-size: 30px 34px;
  background-repeat: no-repeat;
  width: 30px;
  height: 34px;
  vertical-align: top;
  position: absolute;
  top: -5px;
  left: 37px;
  bottom: 0;
  margin: auto;
  content: "";
}

.new__section .new__link.apple:hover::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store.png*/;
}

.new__section .new__link.google {
  padding: 0 2em 0 4.5em;
}

.new__section .new__link.google::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-google-store.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-google-store.png*/;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: top;
  position: absolute;
  top: -2px;
  left: 35px;
  bottom: 0;
  margin: auto;
  content: "";
}

.zh .new__section .new__link.apk {
  min-width: 260px;
}

.new__section .new__link.apk {
  padding: 0 2em 0 4.9em;
}

.new__section .new__link.apk::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-download-black.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-download-black.png*/;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: top;
  position: absolute;
  top: -3px;
  left: 35px;
  bottom: 0;
  margin: auto;
  content: "";
}

.new__section .new__link.apk:hover::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-download.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-download.png*/;
}

.zh .new__section .new__link.apk {
  min-width: 260px;
}

.new__section .new__link:hover {
  background-color: #222;
  color: #fff;
  border: 1.5px solid #111;
  transition: all 0.25s;
}

.new__section .new__link:focus:active {
  background-color: #111;
  color: #fff;
  border: 1.5px solid #111;
  box-shadow: 0 0 6px 0 #000;
  transition: all 0s;
}

/* ------------------------------------------ */
/* property section */
/* ------------------------------------------ */
.property__section {
  position: relative;
  margin: 0 auto;
  word-break: keep-all;
  background-color: #f5f5f5;
}

.property__section p {
  color: #6d6d6d;
  font-size: 1.25rem;
}

.property__group {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  text-align: left;
  max-width: calc(1280px + 5%);
  margin: auto;
}

.property__content-set {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  padding: 80px 10%;
  align-self: center;
  word-break: break-all;
}

.property__content-set h1 {
  color: #813ccc;
  font-size: 2.2rem;
  padding-bottom: 30px;
}

.property__content-set strong {
  color: #000;
  padding-right: 10px;
}

.property__image-set {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  align-self: end;
}

.property__image-set img {
  display: list-item;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: auto;
  padding-top: 120px;
}

/* ------------------------------------------ */
/* exchange section */
/* ------------------------------------------ */
.exchange__section {
  position: relative;
  margin: 0 auto;
  word-break: keep-all;
  background-color: #e8e8e8;
}

.exchange__section p {
  color: #6d6d6d;
  font-size: 1.25rem;
}

.exchange__group {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  text-align: left;
  max-width: calc(1280px + 5%);
  margin: auto;
}

.exchange__content-set {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  padding: 80px 10%;
  align-self: center;
  word-break: break-all;
}

.exchange__content-set h1 {
  color: #813ccc;
  font-size: 2.2rem;
  padding-bottom: 30px;
}

.exchange__content-set strong {
  color: #000;
  padding-right: 10px;
}

.exchange__image-set {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  align-self: end;
}

.exchange__image-set img {
  display: block;
  position: relative;
  top: 0;
  width: 80%;
  height: auto;
  padding-top: 120px;
}

/* ------------------------------------------ */
/* download section */
/* ------------------------------------------ */
.down__section {
  position: relative;
  margin: 0 auto;
  max-width: calc(1280px + 5%);
  padding: 0 5%;
  word-break: keep-all;
}

.down__section .down__content-set {
  margin: 180px 0 110px 0;
  text-align: center;
}

.down__section .down__link {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  border: 1.5px solid #707070;
  color: #000;
  min-width: 300px;
  height: 65px;
  line-height: 62px;
  border-radius: 50px;
  margin: 10px 15px;
  letter-spacing: -0.4px;
}

.down__section .down__link:before {
  height: 100%;
  width: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    -68deg,
    transparent 20%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 80%
  );
  transform: translateX(-200px);
  transition: none;
  z-index: 1;
  content: "";
}

.down__section .down__link:hover:before {
  transform: translateX(300px);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.down__section .down__link.apple {
  padding: 0 2em 0 4.9em;
}

.en .down__section .down__link.apple {
  padding: 0 2.6em 0 4.9em;
}

.gl .down__section .down__link.apple {
  padding: 0 2.6em 0 4.9em;
}

.ja .down__section .down__link.apple {
  padding: 0 2.6em 0 4.9em;
}

.zh .down__section .down__link.apple {
  min-width: 260px;
}

.down__section .down__link.apple::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store-black.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store-black.png*/;
  background-size: 30px 34px;
  background-repeat: no-repeat;
  width: 30px;
  height: 34px;
  vertical-align: top;
  position: absolute;
  top: -4px;
  left: 38px;
  bottom: 0;
  margin: auto;
  content: "";
}

.down__section .down__link.apple:hover::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-apple-store.png*/;
}

.down__section .down__link.google {
  padding: 0 2em 0 4.5em;
}

.down__section .down__link.google::after {
  background-image: url("//cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-google-store.png")/*tpa=https://cdn-content-tw.t-time.com.tw/image/hongkong/pocketbuff/v1/ico-google-store.png*/;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: top;
  position: absolute;
  top: -2px;
  left: 35px;
  bottom: 0;
  margin: auto;
  content: "";
}

.zh .down__section .down__link.google {
  min-width: 260px;
}

.down__section .down__link:hover {
  background-color: #222;
  color: #fff;
  border: 1.5px solid #111;
  transition: all 0.25s;
}

.down__section .down__link:focus:active {
  background-color: #111;
  color: #fff;
  border: 1.5px solid #111;
  box-shadow: 0 0 6px 0 #000;
  transition: all 0s;
}

.down__soon-set {
  text-align: center;
  margin: 0 0 180px 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.4px;
  color: #727272;
  word-break: break-all;
}

.down__soon-set p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.4px;
  color: #727272;
}

@media only screen and (max-width: 1400px) {
  header {
    position: relative;
  }
}

@media (max-width: 1280px) {
  .new__content-set h1 {
    font-size: 2.2em;
    letter-spacing: -2px;
  }
}

@media (max-width: 1084px) {
  .new__section {
    position: relative;
    margin: 0 auto;
    max-width: calc(1280px + 5%);
    padding: 70px 5% 0 5%;
    word-break: keep-all;
  }

  .new__group {
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    text-align: left;
  }

  .new__section .download_btn-wrap {
    margin: 30px 0;
  }
}

@media (max-width: 900px) {
  header {
    padding: 46px 5% 0 5%;
  }

  .new__section {
    position: relative;
    margin: 0 auto;
    max-width: calc(1280px + 5%);
    padding: 50px 5% 0 5%;
    word-break: keep-all;
  }

  .new__group {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
  }

  .new__content-set {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding: 30px 5%;
  }

  .new__section .download_btn-wrap {
    margin: 30px 0 0 0;
  }

  .new__image-set {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    align-self: end;
  }

  .footer__set {
    position: relative;
    margin-bottom: 32px;
    max-width: calc(1280px + 10%);
    margin: 0 5%;
    height: auto;
    text-align: center;
  }

  .footer__set a {
    display: inline-block;
    color: #777;
    font-size: 14px;
    transition: all 0.5s;
    padding: 5px;
  }

  .footer__group {
    height: auto;
  }

  .footer__about .footer__about-link a {
    display: block;
  }

  .footer__about .footer__about-link a:hover {
    color: #fff;
  }

  .footer__about .footer__about-link a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: transparent;
    vertical-align: -1px;
    margin: 0 0;
  }

  .footer__social {
    position: relative;
    right: 0;
    padding: 40px 0;
  }

  .footer__social a:hover {
    background-color: #fff;
  }

  .footer__address {
    position: relative;
    bottom: 0;
  }

  .footer__copyright {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 46px 0;
  }
}

@media (max-width: 768px) {
  header {
    padding: 36px 5% 0 5%;
  }

  /* 자산 */
  .property__group {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
    max-width: calc(1280px + 5%);
    margin: auto;
  }

  .property__content-set {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding: 80px 5% 0 5%;
    align-self: center;
  }

  .property__content-set h1 {
    color: #813ccc;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .property__section p {
    color: #6d6d6d;
    font-size: 0.985rem;
  }

  .property__image-set {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    align-self: end;
  }

  .property__image-set img {
    width: 80%;
    height: auto;
    padding-top: 20px;
  }

  /* 교환 */
  .exchange__group {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
    max-width: calc(1280px + 5%);
    margin: auto;
  }

  .exchange__content-set {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding: 80px 10% 0 10%;
    align-self: center;
  }

  .exchange__content-set h1 {
    color: #813ccc;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .exchange__section p {
    color: #6d6d6d;
    font-size: 0.985rem;
  }

  .exchange__image-set {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    align-self: end;
  }

  .exchange__image-set img {
    width: 80%;
    height: auto;
    padding-top: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* 다운로드 */
  .down__section .down__content-set {
    margin: 80px 0;
    text-align: center;
  }
}

@media (max-width: 540px) {
  header {
    padding: 26px 5% 0 5%;
  }

  .new__content-set h1 {
    font-size: 1.8em;
    padding-bottom: 15px;
  }

  .new__section p {
    color: #6d6d6d;
    font-size: 0.985rem;
  }

  header .header__set .logo {
    background-size: 141px 40px;
    background-repeat: no-repeat;
    width: 141px;
    height: 40px;
  }

  header .locale__set {
    position: absolute;
  }

  header .locale__set li {
    color: #000;
    font-size: 0.875rem;
  }

  header .locale__set li:last-child {
    float: right;
    padding-left: 10px;
  }

  .new__content-set h1 {
    font-size: 1.8em;
    padding-bottom: 15px;
  }

  .new__section p {
    color: #6d6d6d;
    font-size: 0.985rem;
  }

  .gl .new__section .new__link.apple em:first-child,
  .en .new__section .new__link.apple em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .new__section .new__link.google em:first-child,
  .en .new__section .new__link.google em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .new__section .new__link.apk em:first-child,
  .en .new__section .new__link.apk em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .new__section .new__link.apple em:last-child,
  .en .new__section .new__link.apple em:last-child {
    position: relative;
    top: 8px;
  }

  .gl .new__section .new__link.google em:last-child,
  .en .new__section .new__link.google em:last-child {
    position: relative;
    top: 8px;
  }

  .gl .new__section .new__link.apk em:last-child,
  .en .new__section .new__link.apk em:last-child {
    position: relative;
    top: 8px;
  }

  .gl .down__section .down__link.apple em:first-child,
  .en .down__section .down__link.apple em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .down__section .down__link.google em:first-child,
  .en .down__section .down__link.google em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .down__section .down__link.apk em:first-child,
  .en .down__section .down__link.apk em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .down__section .down__link.apple em:last-child,
  .en .down__section .down__link.apple em:last-child {
    position: relative;
    top: 8px;
  }

  .gl .down__section .down__link.google em:last-child,
  .en .down__section .down__link.google em:last-child {
    position: relative;
    top: 8px;
  }

  .gl .down__section .down__link.apk em:last-child,
  .en .down__section .down__link.apk em:last-child {
    position: relative;
    top: 8px;
  }

  .ja .new__section .new__link.apple em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .new__section .new__link.google em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .new__section .new__link.apk em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .new__section .new__link.apple em:last-child {
    position: relative;
    top: 8px;
  }

  .ja .new__section .new__link.google em:last-child {
    position: relative;
    top: 8px;
  }

  .ja .new__section .new__link.apk em:last-child {
    position: relative;
    top: 8px;
  }

  .ja .down__section .down__link.apple em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .down__section .down__link.google em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .down__section .down__link.apk em:first-child {
    position: absolute;
    top: -16px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .down__section .down__link.apple em:last-child {
    position: relative;
    top: 8px;
  }

  .ja .down__section .down__link.google em:last-child {
    position: relative;
    top: 8px;
  }

  .ja .down__section .down__link.apk em:last-child {
    position: relative;
    top: 8px;
  }

  .ko .new__section .new__link {
    min-width: 100%;
  }

  .en .new__section .new__link {
    min-width: 100%;
  }

  .gl .new__section .new__link {
    min-width: 100%;
  }

  .ja .new__section .new__link {
    min-width: 100%;
  }

  .zh-cn .new__section .new__link {
    min-width: 100%;
  }

  .zh-tw .new__section .new__link {
    min-width: 100%;
  }
}

@media (max-width: 360px) {
  .new__section .new__link.apple::after {
    background-size: 28px 32px;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    vertical-align: top;
    position: absolute;
    top: -5px;
    left: 24px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .ko .new__section .new__link,
  .zh .new__section .new__link {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 0.985rem;
    border: 1.5px solid #707070;
    color: #000;
    min-width: 100% !important;
    height: 60px;
    line-height: 55px;
    border-radius: 50px;
    margin: 10px 0;
    letter-spacing: -0.4px;
    padding-top: 0px !important;
  }

  .new__section .new__link {
    font-size: 0.985rem;
    color: #000;
    min-width: 100% !important;
    height: 65px;
    border-radius: 50px;
    margin: 10px 0;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    position: relative;
    padding-top: 9px !important;
  }

  .new__section .new__link.apple {
    padding: 0 1em 0 2.9em;
  }

  .new__section .new__link.google::after {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: top;
    position: absolute;
    top: -2px;
    left: 26px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .new__section .new__link.google {
    padding: 0 2em 0 3.5em;
  }

  .gl .new__section .new__link.google em:first-child,
  .en .new__section .new__link.google em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .new__section .new__link.google em:last-child,
  .en .new__section .new__link.google em:last-child {
    position: relative;
    top: 19px;
  }

  .gl .new__section .new__link.apple em:first-child,
  .en .new__section .new__link.apple em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .new__section .new__link.apple em:last-child,
  .en .new__section .new__link.apple em:last-child {
    position: relative;
    top: 19px;
  }

  .gl .new__section .new__link.apk em:first-child,
  .en .new__section .new__link.apk em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .new__section .new__link.apk em:last-child,
  .en .new__section .new__link.apk em:last-child {
    position: relative;
    top: 19px;
  }

  .gl .down__section .down__link.google em:first-child,
  .en .down__section .down__link.google em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .down__section .down__link.google em:last-child,
  .en .down__section .down__link.google em:last-child {
    position: relative;
    top: 19px;
  }

  .gl .down__section .down__link.apple em:first-child,
  .en .down__section .down__link.apple em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .gl .down__section .down__link.apple em:last-child,
  .en .down__section .down__link.apple em:last-child {
    position: relative;
    top: 19px;
  }

  .ja .new__section .new__link.google em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .new__section .new__link.google em:last-child {
    position: relative;
    top: 19px;
  }

  .ja .new__section .new__link.apple em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .new__section .new__link.apple em:last-child {
    position: relative;
    top: 19px;
  }

  .ja .down__section .down__link.google em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .down__section .down__link.google em:last-child {
    position: relative;
    top: 19px;
  }

  .ja .down__section .down__link.apple em:first-child {
    position: absolute;
    top: 5px;
    left: 82px;
    font-size: 0.8rem;
  }

  .ja .down__section .down__link.apple em:last-child {
    position: relative;
    top: 19px;
  }

  .down__section .down__link.apple::after {
    background-size: 28px 32px;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    vertical-align: top;
    position: absolute;
    top: -5px;
    left: 24px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .ko .down__section .down__link,
  .zh .down__section .down__link {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 0.985rem;
    border: 1.5px solid #707070;
    color: #000;
    min-width: 100% !important;
    height: 60px;
    line-height: 55px;
    border-radius: 50px;
    margin: 10px 0;
    letter-spacing: -0.4px;
    padding-top: 0px !important;
  }

  .down__section .down__link {
    font-size: 0.985rem;
    color: #000;
    min-width: 100% !important;
    height: 65px;
    border-radius: 50px;
    margin: 10px 0;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    position: relative;
    padding-top: 9px !important;
  }

  .down__section .down__link.apple {
    padding: 0 1em 0 2.9em;
  }

  .down__section .down__link.google::after {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: top;
    position: absolute;
    top: -2px;
    left: 26px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .down__section .down__link.google {
    padding: 0 1em 0 3.5em;
  }

  .new__section .new__link.apk::after {
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 23px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .down__section .down__link.google {
    padding: 0 1em 0 3.5em;
  }

  .down__section {
    position: relative;
    margin: 0 auto;
    max-width: calc(1280px + 15%);
    padding: 0 10%;
    word-break: keep-all;
  }

  .ko .new__section .new__link {
    min-width: 100%;
  }

  .en .new__section .new__link {
    min-width: 100%;
  }

  .gl .new__section .new__link {
    min-width: 100%;
  }

  .ja .new__section .new__link {
    min-width: 100%;
  }

  .zh-cn .new__section .new__link {
    min-width: 100%;
  }

  .zh-tw .new__section .new__link {
    min-width: 100%;
  }
}

@-webkit-keyframes ani-init {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  25% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes ani-init {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  25% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
}

@keyframes ani-init {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes ani-blurIn {
  0% {
    transform: translate3d(0, -60px, 0) scale(0.9, 2);
    filter: blur(3px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
