@charset "UTF-8";
@import url("../fonts/pretendard.css");

html {
  --Width: 1200px;
  --width-padd: 50px;
  --Gray-Dark: #2c2e3d;
  --Gray-Mid: #6f737a;
  --Gray-Light: #9ea3ab;
  --Gray-Border: #dde0e4;
  --Gray-Pale: #f2f3f6;
  --Main-color: #ff7100;
  --Top-h: 88px;
  --Page-t: 100px;
}

/*공통*/
* {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo",
    "Pretendard", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
img {
  border: none;
  vertical-align: top;
}
html,
body {
  color: var(--Gray-Dark);
}
body {
  margin: 0;
  padding: 0;
  font-size: var(--Font-size);
  overflow-x: hidden;
  color: var(--Main-gray);
}

input,
select,
td,
th {
  font-size: var(--Font-size12);
}
span {
  font-size: inherit;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  font-size: inherit;
}
a:hover {
  color: var(--Main-color);
}
textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 6em;
  padding: 15px;
  font-size: 1rem;
}

/*----------checkbox----------*/
input[type="text"],
input[type="password"],
input[type="number"] {
  border: none;
  padding: 24px 0;
  border-radius: 3px;
  outline: none;
}
input[type="text"]::placeholder {
  color: var(--Gray-Light);
}
input {
  -webkit-appearance: none;
}
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  margin-right: 5px;
  background: var(--Gray-Border) url(../images/input/checkbox-check.svg)
    no-repeat center center;
  border-radius: 50%;
}
input[type="checkbox"]:checked + label:before {
  background-size: auto 40%;
  border: none;
  transition: 0.2s;
  background-color: var(--Main-color);
}

/*GNB*/
.gnb {
  position: fixed;
  width: 100%;
  z-index: 110;
  transition: 0.2s;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  height: var(--Top-h);
}
.gnb .gnb-in {
  height: 100%;
  width: var(--Width);
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.gnb .gnb-in .logo {
  padding: 30px 20px 30px 0;
}
.en .gnb .gnb-in .logo img {
  height: 20px;
}
.gnb .gnb-in .page-indicator {
  flex-grow: 1;
}
.gnb .gnb-in .page-indicator ul {
  display: flex;
  flex-grow: 1;
}
.gnb .gnb-in .page-indicator li {
  padding: 30px 20px;
}
.gnb .gnb-in .page-indicator li.active a,
.gnb .gnb-in .page-indicator li a.active {
  color: var(--Main-color);
}
.gnb .gnb-in .extra {
  position: relative;
}
.gnb .gnb-in .extra a {
  color: var(--Gray-Light);
}
.gnb .gnb-in .extra a img {
  margin-right: 10px;
  vertical-align: middle;
}
.gnb .gnb-in .extra ul {
  position: absolute;
  background-color: #fff;
  right: 0;
  border: 1px solid var(--Gray-Border);
  top: 40px;
  display: none;
}
.gnb .gnb-in .extra ul li {
  white-space: nowrap;
  padding: 15px;
  border-bottom: 1px solid var(--Gray-Border);
  font-size: 12px;
  text-align: right;
}
.gnb .gnb-in .extra ul li a:hover {
  color: var(--Main-color);
}
.gnb .gnb-in .extra ul li:last-child {
  border-bottom: 0;
}
.gnb .gnb-in .extra + .extra {
  margin-left: 30px;
}
.gnb .gnb-in .extra.language {
  margin-right: -5px;
}
.gnb .gnb-in .extra.language a {
  display: flex;
  align-items: center;
}
.gnb .gnb-in .extra.language a span {
  color: #fff;
  font-size: 0.6em;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Gray-Light);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  opacity: 0.6;
}
.gnb .gnb-in .extra.language ul a span {
  width: 24px;
  height: 24px;
  font-size: 0.5em;
}
.scrolled .gnb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0;
}

.pages {
}

.page p {
  color: var(--Gray-Mid);
  font-size: 16px;
  word-break: keep-all;
  line-height: 1.4;
}
#page-1 {
}
.page p.ext {
  font-size: 14px;
  color: var(--Gray-Light);
  margin-top: 10px;
}

#page-1 {
  padding-top: 40px;
}
#page-1 .title.head {
  margin-bottom: 100px;
}
#page-1 .img {
  background: url(../images/img/main-visual@2x.png) no-repeat center;
  height: 520px;
  background-size: cover;
}
#page-3 {
  padding-top: 60px;
}
#page-4 {
  height: 50vw;
  background: url(../images/img/roadmap2@2x.png) no-repeat top center;
  background-size: 100% auto;
}
#page-4 .title {
  padding-top: 80px;
}

#page-5 {
  width: var(--Width);
  margin: auto;
  padding-bottom: 100px;
}
#page-5 .title {
  width: 100%;
}
#page-5 .title h2 {
  font-size: 24px;
  margin-top: 10px;
}
#page-5 .split {
  display: flex;
}
#page-5 .split li {
  width: 50%;
}
#page-5 .split li:first-child {
  padding-right: 50px;
}
#page-5 .split li:last-child {
  padding-left: 50px;
}
#page-5 .split li .link {
  margin-top: 30px;
  font-weight: bold;
}
#page-5 .split li .link a {
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
#page-5 .split li .link a::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--Gray-Dark);
  margin-top: 10px;
}
#page-5 .split li .link a:hover::after {
  border-top-color: var(--Main-color) !important;
  content: "";
}
#page-5 .split li .link a img {
  margin-right: 8px;
}
#page-5 .split li .link a + a {
  margin-left: 40px;
}
#page-5 .split li.whitepaper {
  background: url(../images/img/whitepaper@2x.png) no-repeat left bottom;
  background-size: auto 243px;
  height: 650px;
}

#page-5 .split li.app {
}
#page-5 .form {
  margin-top: 80px;
}
.form {
  font-size: 14px;
}
.form a {
  color: var(--Gray-Dark);
  text-decoration: underline;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--Gray-Border);
}
.form dl dt {
  flex-grow: 0;
  padding-right: 30px;
  font-weight: bold;
  color: var(--Gray-Dark);
  width: 110px;
  padding: 24px 0;
}
.form dl dd {
  flex-grow: 1;
}
.form dl dd input {
  width: 100%;
}
.form dl dd img {
  vertical-align: middle;
}
.form dl dd img + img {
  margin-left: 50px;
}
.form .agreement {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Gray-Border);
}
.form a.button {
  width: 100%;
  border: 3px solid var(--Gray-Dark);
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 70px;
  margin-top: 20px;
  display: block;
  line-height: 64px;
  text-decoration: none;
  text-align: center;
}
.form a.button:hover {
  border-color: var(--Main-color);
  background-color: var(--Main-color);
  color: #fff;
}
.form textarea {
  border: none;
}
.form .privacy {
  padding: 12px;
  border: 1px solid var(--Gray-Border);
  border-top: 0;
  height: 120px;
  overflow-y: auto;
  background-color: var(--Gray-Pale);
  font-size: 12px;
}

#page-6 {
  padding: 66px;
  border-top: 1px solid var(--Gray-Border);
  border-bottom: 1px solid var(--Gray-Border);
}
#page-6 .title {
  padding-top: 0;
  display: flex;
  align-items: center;
}
#page-6 .title .text {
  margin-top: 0;
  flex-grow: 1;
  padding-left: 34px;
}
#page-6 .title .text a {
  color: var(--Gray-Dark);
  text-decoration: underline;
}
#page-6 .title .link a {
  padding: 10px 0;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
#page-6 .title .link a::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--Gray-Dark);
  margin-top: 10px;
}
#page-6 .title .link a + a {
  margin-left: 30px;
}
#page-7 {
  background-color: var(--Gray-Pale);
}
#page-7 .title {
  padding-top: 80px;
}
.news {
  width: var(--Width);
  margin: auto;
}

.footer {
  background-color: var(--Gray-Pale);
  padding: 50px 0;
}
.footer .footer-in {
  width: var(--Width);
  margin: auto;
  display: flex;
  font-size: 12px;
  align-items: center;
}
.footer .footer-in .copyright .cp {
  font-weight: normal;
}
.footer .footer-in .copyright .cp strong {
  font-weight: bold;
  text-transform: uppercase;
}
.footer .footer-in .copyright {
  margin-left: 40px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--Gray-Mid);
  flex-grow: 1;
}
.footer .footer-in .copyright .addr {
  color: var(--Gray-Light);
}
.footer .footer-in .sns {
  font-size: 0;
}
.footer .footer-in .sns a {
  margin-left: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #c5c8cf;
}
.footer .footer-in .sns a:hover {
  background-color: var(--Gray-Dark);
}

.container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col {
  flex-basis: 24%;
}
.col:nth-child(4) {
  justify-self: flex-end;
}
/* Just to print out numbers */
div.item::before {
  /* counter-increment: items;
   content: counter(items); */
}

.item {
  margin-bottom: 20px;
  background-color: #fff;
  word-break: keep-all;
}
.item .thumb img {
  width: 100%;
}
.item .infos {
  padding: 30px;
}
.item .infos h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.item .infos h5 {
  color: var(--Gray-Light);
  font-size: 14px;
  margin-bottom: 10px;
}
.item .infos p {
  font-size: 14px;
}
.item .infos p.date {
  padding-top: 10px;
  color: var(--Gray-Light);
  font-size: 12px;
}

h1 {
  font-size: 42px;
  letter-spacing: -1px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 21px;
}
.title {
  width: var(--Width);
  margin: auto;
  padding-top: var(--Page-t);
}
.title strong {
  color: var(--Main-color);
}
.title .text {
  margin-top: 18px;
}
.title .text.split {
  display: flex;
}
.title .text.split p {
  width: 50%;
}
.title .text.split p:nth-child(odd) {
  padding-right: 50px;
}
.title .text.split p:nth-child(even) {
  padding-left: 50px;
}

.feat {
  width: var(--Width);
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
.feat li {
  text-align: center;
}
.en .feat li {
  width: calc(100% / 6);
}
.feat li .icon {
  height: 60px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat li .icon img {
}
.feat li h4 {
  margin-bottom: 8px;
}
.feat li p strong {
  display: block;
  font-weight: normal;
}

.primary .phone {
  background: url(../images/img/primary-bg@2x.png) no-repeat center;
  background-size: cover;
  text-align: center;
  width: var(--Width);
  margin: 150px auto;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary .strength {
  display: flex;
  justify-content: space-between;
  width: var(--Width);
  margin: auto;
  flex-wrap: wrap;
}
.primary .strength li {
  width: 50%;
  padding-right: 90px;
  margin-bottom: 90px;
}
.primary .strength li h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.primary .strength li:nth-child(odd) {
}
.primary .strength li:nth-child(even) {
  padding-left: 50px;
}
.primary .strength .icon {
  height: 153px;
  margin-bottom: 16px;
  text-align: left;
}
.primary .strength .icon img {
  flex-grow: 0;
  flex-shrink: 0;
}

.screen {
  background-color: #f1f3f8;
  height: 61vw;
  overflow: hidden;
}
.screen .shots {
  background: url(../images/img/screenshot@2x.png) no-repeat center;
  height: 61vw;
  background-size: 100% auto;
}

.logos {
  width: var(--Width);
  margin: auto;
}
.logos dt {
  margin-top: 60px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.logos dd {
  white-space: nowrap;
  font-size: 0;
}
.logos dd img {
  margin-right: 50px;
  height: auto;
  vertical-align: middle;
}

.org {
  width: var(--Width);
  margin: 50px auto 100px;
  border-top: 1px solid var(--Gray-Dark);
}
.org dl {
  display: flex;
  border-bottom: 1px solid var(--Gray-Border);
  padding: 30px 0 0 0;
}
.org dl dt {
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: bold;
}
.org dl dd {
  display: flex;
  flex-grow: 0;
  flex-wrap: wrap;
  width: 900px;
}
.org dl dd .member {
  display: flex;
  flex-grow: 0;
  width: 250px;
  margin-left: 50px;
  margin-bottom: 30px;
}
.org dl dd .member .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.org dl dd .member .infos h5 {
  font-size: 18px;
  margin-bottom: 4px;
}
.org dl dd .member .profile {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--Gray-Border);
  background-size: cover;
  background-position: center;
  margin-right: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}

.roadmap {
  width: var(--Width);
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.roadmap::before {
  content: "";
  height: 26px;
  width: 100%;
  display: block;
  position: absolute;
  top: -3px;
  background: url(../images/img/roadmap-line.svg) no-repeat left center;
}
.roadmap li p {
  padding-right: 20px;
  word-break: initial;
}
.roadmap li {
  width: calc(100% / 7);
}
.roadmap li h4 {
  color: var(--Main-color);
  margin-bottom: 10px;
}
.roadmap li h4::before {
  background: url(../images/icon/plus-orange.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  margin-bottom: 10px;
}

.roadmap li p {
  color: var(--Gray-Dark);
  font-size: 14px;
}
.roadmap li p + p {
  margin-top: 5px;
}
.en .roadmap li p {
  font-size: 0.8em;
}
.en .roadmap li p + p {
  margin-top: 8px;
}
.modal {
  width: 100%;
  height: 0%;
  z-index: -1;
  position: fixed;
  overflow: hidden;
}
.modal-poped .modal.privacy {
  z-index: 5 !important;
}
.modal .modal-in {
  transition: 0.2s;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  max-width: 50%;
  padding: 40px;
  color: var(--Gray-Mid);
  word-break: keep-all;
  position: relative;
  margin-top: -200%;
  max-height: 100%;
  min-width: 50%;
}
.modal .modal-in .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 24px;
  height: 1px;
  padding: 12px 0;
}
.modal .modal-in .close::before {
  content: "";
  border-top: 1px solid var(--Gray-Dark);
  transform: rotate(45deg);
  display: block;
  margin-top: -1px;
}
.modal .modal-in .close::after {
  content: "";
  border-top: 1px solid var(--Gray-Dark);
  transform: rotate(-45deg);
  display: block;
  margin-top: -1px;
}
.modal-poped {
  overflow: hidden;
}
.modal-poped .modal.active {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.modal-poped .modal .modal-in {
  margin-top: 0;
}
.modal-poped .modal .modal-in h2 {
  margin-bottom: 30px;
  color: var(--Gray-Dark);
}

.modal-poped .wrap {
  filter: blur(50px);
  transition: 0.2s;
}

.faq .list {
  overflow: hidden;
  border-top: 1px solid var(--Gray-Dark);
}
.faq .list li {
  border-bottom: 1px solid var(--Gray-Border);
}
.faq .list li a {
  display: block;
  font-weight: bold;
  color: var(--Gray-Dark);
  font-size: 18px;
  padding: 20px 0;
}
.faq .list li .a {
  padding-bottom: 20px;
  color: var(--Gray-Dark);
  display: none;
}

@keyframes loading-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

/*반응형*/
@media (max-width: 1024px) {
  html {
    --Width: calc(100% - 60px);
    --Top-h: initial;
    --Page-t: 40px;
  }
  body {
    font-size: 14px;
  }
  img {
    max-width: 100%;
  }
  h1 {
    font-size: 25px;
    word-break: keep-all;
  }
  h2 {
    font-size: 21px;
    margin-bottom: 0;
    word-break: keep-all;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
  }
  .modal .modal-in {
    padding: 24px;
    max-width: 100%;
  }
  .form .privacy {
    padding: 12px;
    font-size: 12px;
  }

  .page p {
    font-size: 12px;
  }
  #page-1 .title.head {
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: -1px;
  }
  #page-1 .img {
    height: 50vw;
  }
  .title .text {
    margin-top: 10px;
  }
  .title .text.split {
    display: block;
  }
  .title .text.split p {
    width: initial;
    font-size: 12px;
  }
  .title .text.split p:nth-child(odd),
  .title .text.split p:nth-child(even) {
    padding: 0;
    padding-bottom: 15px;
  }

  .gnb .gnb-in {
    margin: initial;
    font-size: 14px;
    width: 100%;
    padding-right: 20px;
  }
  .gnb .gnb-in .logo {
    padding: 20px 30px;
  }
  .gnb .gnb-in .logo img {
    height: 20px;
  }

  .gnb .gnb-in .page-indicator ul {
    display: block;
    position: fixed;
    right: 0;
    top: 60px;
    display: none;
  }
  .gnb .gnb-in .page-indicator li {
    padding: 5px 20px;
  }
  .gnb .gnb-in .download {
    font-size: 0;
  }
  .gnb .gnb-in .extra.download a img {
    height: 14px;
  }
  .gnb .gnb-in .extra + .extra {
    margin-left: 10px;
  }
  .gnb .gnb-in .extra.language > a > span {
    background-color: initial;
    color: var(--Gray-Mid);
    font-size: 1em;
  }
  .logos {
    width: initial;
    padding-left: 30px;
  }
  .logos dd {
    white-space: initial;
  }
  .logos dt {
    margin-top: 40px;
    margin-bottom: 18px;
  }
  .logos dd img {
    max-height: 50px;
    max-width: 64px;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .feat {
    flex-wrap: wrap;
    margin: 0 20px;
    width: initial;
  }
  .feat li,
  .en .feat li {
    width: 50%;
    margin-bottom: 10px;
  }
  .feat li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .feat li .icon {
    display: block;
    height: auto;
    margin-bottom: 15px;
  }
  .feat li .icon img {
    transform: scale(0.6);
    transform-origin: center bottom;
  }

  .roadmap,
  .org dl {
    display: block;
  }
  .org dl dd {
    width: initial;
    display: flex;
    flex-wrap: wrap;
  }
  .org dl dd .member {
    width: 50%;
  }

  .primary {
    margin: 60px auto 0;
  }
  .primary .phone {
    height: auto;
    margin: 80px auto;
    padding: 0 20px;
  }
  .primary .strength {
    width: initial;
  }
  .primary .strength .icon {
    height: auto;
    text-align: right;
    position: absolute;
    top: -10px;
    right: 20px;
  }
  .en .primary .strength .icon {
    top: 0;
  }
  .primary .strength .icon img {
    width: 40%;
  }
  .primary .strength li {
    padding-right: 0;
    margin-bottom: 30px;
    width: initial;
    position: relative;
    border-bottom: 1px solid var(--Gray-Border);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }
  .primary .strength li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .primary .strength li:nth-child(even) {
    padding-left: 30px;
  }
  .primary .strength li:nth-child(odd) {
    padding-right: 20px;
  }
  .primary .strength li h4 {
    font-size: 16px;
  }
  .en .primary .strength li h4 {
    padding-right: 120px;
  }
  .screen {
    height: auto;
    overflow-x: auto;
  }
  .screen .shots {
    height: 100vw;
    background-size: cover;
    width: 200vw;
  }

  .page p.ext {
    font-size: 10px;
  }
  .en .roadmap li p + p {
    margin-top: 3px;
  }
  #page-3 {
    padding-top: 0;
  }
  .org {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .org dl {
    padding-top: 20px;
  }
  .org dl dd .member {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .org dl dd .member:nth-child(odd) {
    padding-right: 10px;
  }
  .org dl dd .member:nth-child(even) {
    padding-left: 20px;
  }
  .org dl dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .org dl dd .member .profile {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .org dl dd .member .infos h5 {
    font-size: 14px;
  }
  .org dl:last-child {
    border-bottom: 0;
  }

  #page-4 {
    height: auto;
    background-size: cover;
    background-position: left top;
  }
  #page-4 .title {
    padding-top: 40px;
  }

  .roadmap {
    margin: 0;
    padding: 0;
  }
  .roadmap {
    padding: 30px 0;
    width: 100%;
  }
  .roadmap::before {
    display: none;
  }
  .roadmap li {
    display: flex;
    margin-bottom: 20px;
    width: initial;
  }
  .roadmap li h4 {
    margin-right: 15px;
    font-size: 14px;
    white-space: nowrap;
  }
  .roadmap li h4::before {
    width: 10px;
    height: 10px;
    background-size: cover;
    display: inline-block;
    margin-bottom: 0;
  }
  .roadmap li p {
    font-size: 12px;
    font-weight: normal;
  }

  #page-5 {
    width: initial;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  #page-5 p {
    padding-right: 20px;
  }
  #page-5 .split {
    display: block;
  }
  #page-5 .split li {
    width: initial;
  }
  #page-5 .title h2 {
    font-size: 18px;
    margin-top: 5px;
  }
  #page-5 .split li.whitepaper {
    height: auto;
    padding-right: 0;
    background-size: 60% auto;
    background-position: 130% bottom;
    padding-bottom: 10px;
  }
  #page-5 .split li .link {
    overflow: hidden;
  }
  #page-5 .split li .link a {
    font-size: 12px;
    display: block;
    float: left;
    clear: both;
  }
  #page-5 .split li .link a img {
    height: 12px;
  }
  #page-5 .split li .link a + a {
    margin-left: 0;
  }
  #page-5 .split li:last-child {
    padding-left: 0;
    margin-top: 30px;
    padding-right: 30px;
  }
  #page-5 .split li:last-child .text p {
    font-size: 0;
  }
  #page-5 .split li:last-child .text p:first-child:before {
    content: "지금 바로 다운로드하시고 즐거움과 혜택이 더해지는 \A 더해를 즐겨보세요.";
    font-size: 12px;
    white-space: pre;
  }
  #page-5 .split li.app .form {
    margin-top: 30px;
  }
  #page-5 .split li.app .form .agreement {
    display: none;
  }
  #page-5 .split li.app .form dl:first-of-type {
    display: none;
  }
  #page-5 .split li.app .form dl {
    border-bottom: 0;
    height: auto;
  }
  #page-5 .split li.app .form dt {
    display: none;
  }
  #page-5 .split li.app .form a.button {
    height: 60px;
    line-height: 54px;
    font-size: 0;
  }
  #page-5 .split li.app .form a.button::before {
    content: "지금 바로 앱 다운로드";
    font-size: 16px;
  }

  #page-6 {
    padding: 40px 0;
    display: block;
  }
  #page-6 .title {
    display: block;
  }
  #page-6 .title p {
    margin-top: 10px;
  }
  #page-6 .title .text {
    padding-left: 0;
  }
  #page-6 .link {
    margin-top: 30px;
  }

  .news {
    width: initial;
    margin: 0 20px;
  }
  .col {
    flex-basis: 100%;
  }
  #page-7 .title {
    padding-top: 40px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .footer-in {
    display: block;
  }
  .footer .footer-in .logo img {
    height: 20px;
  }
  .footer .footer-in .copyright {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-in .copyright p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer .footer-in .copyright p strong {
    width: 290px;
    display: inline-block;
  }
  /* .footer .footer-in .copyright .cp::before {
    content: "Copyright thehae by chainfarm. \A All Rights Reserved.";
    font-size: 10px;
    white-space: pre;
  }
  .footer .footer-in .copyright .addr::before {
    content: "[06244] 서울특별시 강남구 역삼로 147, 3층 304-1호. \A TEL 070 8280 0310. FAX 070 8280 0311.";
    font-size: 10px;
    white-space: pre;
  } */
  .footer .footer-in .sns a {
    margin-left: 0;
    margin-right: 10px;
  }
  .en .gnb .gnb-in .logo img {
    height: 16px;
  }
  /* .gnb .opener {height: 1px; background-color: var(--Gray-Dark);}
   .gnb .opener::before {content: ""; height: 1px; background-color: var(--Gray-Dark); display: block; margin-bottom: -10px;} */
}
