@font-face {
  font-family: 'NanumSquareRoundR';
  src: url('../fonts/NanumSquareRoundR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareRoundB';
  src: url('../fonts/NanumSquareRoundB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareRoundEB';
  src: url('../fonts/NanumSquareRoundEB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'yg-jalnan';
  src: url('../fonts/Jalnan.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url('../fonts/Noto-Sans-KR-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-900.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@media all and (min-width: 320px) {
  .neibus .desktop {
    display: none;
  }
  .neibus .mobile {
    display: block;
  }
}

@media all and (min-width: 1024px) {
  .neibus .desktop {
    display: block;
  }
  .neibus .mobile {
    display: none;
  }
}



a:link {
  color: rgba(141,137,165,1);
  text-decoration: none;
}
a:visited {
  color: rgba(141,137,165,1);
  text-decoration: none;
}
a:hover {
  color: rgba(141,137,165,1);
  text-decoration: none;
}
a:active {
  color: rgba(141,137,165,1);
  text-decoration: none;
}



body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: NanumSquareRoundR;
  font-weight: 500;
}

footer {
  color: rgba(141,137,165,1);
}



.stress {
  font-family: NanumSquareRoundEB;
}



#container {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}



.body_top_set {
  width: 100%;
  height: 1273px;
  background: rgba(60,203,218,1);
  position: absolute;
  top: 0px;
  left: 0px;
}

.body_top_set_mobile {
  width: 100%;
  height: 960px;
  background: rgba(60,203,218,1);
  position: absolute;
  top: 0px;
  left: 0px;
}

.body_top_all {
  height: 800px;
}



.circle_pink {
  width: 100%;
  height: 100%;
  margin-top: -40px;
  background-image: url("../images/img_circle_pink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1600px;
}

.circle_pink_mobile {
  width: 100%;
  height: 100%;
  margin-top: -300px;
  background-image: url("../images/img_circle_pink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1600px;
}

.illustrations {
  width: 100%;
  height: 100%;
  margin-top: -242px;
  background-image: url("../images/img_transportations.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1840px;
}

.illustrations_mobile {
  width: 100%;
  height: 100%;
  margin-top: -648px;
  background-image: url("../images/img_transportations_mobile.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 384px;
}



.title_set {
  width: 100%;
  height: 234px;
  position: absolute;
  top: 104px;
}

.title_set_mobile {
  width: 100%;
  height: 234px;
  position: absolute;
  top: 32px;
}

.title_all {
  margin: 0 auto;
}

.title_small {
  width: 100%;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Noto Sans KR";
  font-size: 33px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  letter-spacing: -2px;
}

.title_small_shape_mobile {
  width: 195px;
  height: 40px;
  border: 1.6px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 auto;
}

.title_small_mobile {
  color: rgba(255,255,255,1);
  font-family: "Noto Sans KR";
  font-size: 15px;
  text-align: center;
  padding-top: 7px;
  letter-spacing: -1.3px;
}

.title_big {
  width: 100%;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 66px;
  left: 0px;
  font-family: Roboto;
  font-size: 72px;
  line-height: 84px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}

.title_big_mobile {
  width: 100%;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 62px;
  font-family: Roboto;
  font-size: 37px;
  line-height: 48px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}



.btn_set {
  width: 100%;
  height: 96px;
  position: absolute;
  top: 394px;

}

.btn_set_mobile {
  width: 100%;
  height: 60px;
  background: rgba(52,53,121,1);
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
}

.btn_all {
  width: 100%;
  height: 100%;
}

.btn_all_mobile {
  width: 100%;
  height: 100%;
}

.btn_action {
  width: 400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.btn_action_mobile {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 3;
  letter-spacing: -0.9px;
  font-family: NanumSquareRoundEB;
}

.btn_google_play {
  width: 200px;
  height: 60px;
  background: rgba(52,53,121,1);
  border-radius: 30px;
  text-align: center;
}

.btn_google_play_img {
  margin-top: 17px;
}

.btn_app_store {
  width: 200px;
  height: 60px;
  background: rgba(52,53,121,1);
  border-radius: 30px;
  margin-left: 10px;
  text-align: center;
}

.btn_app_store_img {
  margin-top: 15px;
}

.btn_google_play_mobile {
  left: 0%;
  right: 0%;
  margin-top: 16px;
}

.down_description {
  color: rgba(255,255,255,1);
  font-family: "Noto Sans KR";
  font-size: 15px;
  text-align: center;
  margin: -20px auto 0px auto;
  letter-spacing: -0.7px;
}

.down_description_all_mobile {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0%;
  right: 0%;
  bottom: 60px;
  background: linear-gradient(90deg, #F7CED7 0%, #CECCFF 100%);
  opacity: 0.96;
}

.down_description_mobile {
  width: 100%;
  font-family: "Noto Sans KR";
  font-size: 13px;
  text-align: center;
  margin: 6.5px 0;
  color: rgba(96,104,178,1);
}



.phone_set {
  position: absolute;
  top: 550px;
  left: 50%;
  margin-left: -149px;
}

.phone_set_mobile {
  position: absolute;
  top: 289px;
  left: 50%;
  margin-left: -149px;
}

.phone_all {
  width: 100%;
  height: 100%;
}

.phone_white_box {
  width: 298px;
  height: 592px;
  background: rgba(255,255,255,1);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.phone_purple_box {
  width: 270px;
  height: 480px;
  background: rgba(96,104,178,1);
  position: absolute;
  top: 56px;
  left: 14px;
}

.neitoken_image {
  width: 160px;
  height: 121px;
  position: absolute;
  top: 95px;
  left: 69px;
  overflow: hidden;
}

.neitoken_now_title {
  width: 238px;
  color: rgba(205,204,255,1);
  position: absolute;
  top: 240px;
  left: 30px;
  font-family: NanumSquareRoundEB;
  font-size: 15px;
  text-align: center;
}

.neitoken_now_number {
  width: 238px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 267px;
  left: 30px;
  font-family: yg-jalnan;
  font-size: 34px;
  text-align: center;
}

.neitoken_description {
  width: 238px;
  color: rgba(205,204,255,1);
  position: absolute;
  top: 442px;
  left: 30px;
  font-family: NanumSquareRoundB;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.neitoken_horizon {
  width: 224px;
  height: 1px;
  background: rgba(205,204,255,1);
  position: absolute;
  top: 415px;
  left: 37px;
  border-top-left-radius: 0.5px;
  border-top-right-radius: 0.5px;
  border-bottom-left-radius: 0.5px;
  border-bottom-right-radius: 0.5px;
}



#footer_section {
  width: 100%;
  height: 525px;
  background: rgba(248,248,255,1);
  position: absolute;
  top: 1273px;
  left: 0px;
}

#footer_section_mobile {
  width: 100%;
  height: 642px;
  background: rgba(248,248,255,1);
  position: absolute;
  top: 960px;
  left: 0px;
}

.footer_set {
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

.footer_set_mobile {
  width: 100%;
  height: 100%;
}

.footer_head {
  width: 100%;
  padding: 30px 0 0 0;
}

.footer_logo {
  display: inline-block;
  width: 50%;
  padding: 8px 0 0 4px;
  font-size: 18px;
}

.footer_logo_img {
  width: 85px;
  height: 20px;
}

.btn_social {
  display: inline-block;
  float: right;
  padding-right: 16px;
}

.btn_social_facebook {
  display: inline-block;
}

.btn_social_space {
  width: 4px;
  display: inline-block;
}

.btn_social_instagram {
  display: inline-block;
}

.footer_top {
  margin: 44px 0 0 16px;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
}

.footer_mid {
  margin: 24px 0 0 16px;
  font-size: 15px;
  text-align: left;
}

.footer_bottom {
  margin: 24px 0 0 16px;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
}

.footer_company {
  margin: 24px 0 0 16px;
  font-size: 13px;
  text-align: left;
}

#popup { width:100%; height:100%; position:fixed; left:0; top:0; background:rgba(0,0,0,0.8); z-index:1; display:none; }
#popup > .inner { width:1020px; height:100%; margin:0 auto; }
#popup > .inner > div { display:table; width:100%; height:100%; }
#popup > .inner > div > div { display:table-cell; vertical-align:middle; }
#popup .content { background:#fff; position:relative; }
#popup .content iframe { display:block; height:574px; }
#popup .content .body { display:none; }
#popup .content .body dl { max-height:480px; padding:50px; overflow:auto; -webkit-overflow-scrolling:touch; }
#popup .content .body dl dt { font-size: 24px; font-weight:700; }
#popup .content .body dl dd { margin-top:10px; padding-top:40px; border-top:1px solid #999; font-size:14px; color:#555; line-height:180%; }
#popup .content > a { position:absolute; right:0; top:-60px; opacity:0.5; transition:opacity 0.3s; }
#popup .content > a:hover { opacity:1; }

.policy-title-wrapper {
  margin: 0 36px;
  font-size: 14px;
}

.version-date {
  margin: 10px 0;
}

@media screen and ( max-width:700px ) {
  #popup > .inner {
    width: 88%;
  }

  #popup .content iframe {
    height: 186px;
  }

  #popup .content .body dl {
    max-height: 400px;
    padding: 30px;
  }

  #popup .content .body dl dt {
    font-size: 24px;
  }

  #popup .content .body dl dd {
    padding-top: 30px;
    font-size: 13px;
  }

  #popup .content > a {
    width: 30px;
    height: 30px;
    top: -50px;
  }
}