@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
* {
  word-break: keep-all; }

@media (max-width: 1024px) {
  html.m-scroll-lock, body.m-scroll-lock {
    overflow: hidden;
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none; }
    html.m-scroll-lock .container, body.m-scroll-lock .container {
      touch-action: none;
      /* 이외의 브라우저 */
      overscroll-behavior: none; } }

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none; }
  body.scrollHidden .container {
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none; }

.inner {
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .inner {
      padding: 0 16px; } }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 500; }

.container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  background-color: #11131a;
  padding-top: 130px;
  padding-bottom: 325px; }
  @media (max-width: 1024px) {
    .container {
      padding: 65px 0 0; } }
  .container.fullpage {
    padding: 0; }
  @media (max-width: 1024px) {
    .container {
      overflow: hidden;
      min-width: 100%;
      width: 100%; } }

.web {
  display: initial; }
  .web.web-inline {
    display: inline; }
  @media (max-width: 1024px) {
    .web {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block; } }

@media (max-width: 1024px) {
  .mobile-enter {
    display: block; } }

input[type=button], input[type=submit] {
  cursor: pointer; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background-color: #0f1017; }
  @media (max-width: 1024px) {
    header {
      border-bottom: 1px solid #1F232E; } }
  header .header-info {
    width: calc(100% - 40px);
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px; }
    @media (max-width: 1024px) {
      header .header-info {
        width: calc(100% - 32px);
        height: 64px; } }
    header .header-info .mobile-menu-box {
      display: none; }
      @media (max-width: 1024px) {
        header .header-info .mobile-menu-box {
          display: inline-flex; }
          header .header-info .mobile-menu-box .mobile-menu-btn {
            position: relative;
            right: -10px;
            display: inline-flex;
            width: 40px;
            height: 35px;
            background: url("../img/ic_mobile_menu.svg") no-repeat center; }
            header .header-info .mobile-menu-box .mobile-menu-btn.on {
              background: url("../img/ic_mobile_menu_close.svg") no-repeat center; } }
    header .header-info h1.logo a {
      background: url("../img/img_logo.svg") no-repeat center/cover;
      width: 129px;
      height: 25px; }
    header .header-info .info-form-box {
      display: inline-flex;
      align-items: center; }
      @media (max-width: 1024px) {
        header .header-info .info-form-box {
          display: none; } }
      header .header-info .info-form-box > div {
        height: 32px;
        display: inline-flex;
        align-items: center; }
        header .header-info .info-form-box > div + div {
          margin-left: 50px;
          position: relative; }
          header .header-info .info-form-box > div + div:after {
            content: '';
            position: absolute;
            left: -25px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 18px;
            background-color: #333645; }
      header .header-info .info-form-box .price-box .price-txt {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px; }
      header .header-info .info-form-box .price-box .unit-txt {
        padding-left: 5px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #16A246; }
      header .header-info .info-form-box .user-box .user-txt {
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
      header .header-info .info-form-box .user-box .profile-box {
        margin-left: 12px; }
        header .header-info .info-form-box .user-box .profile-box img {
          max-width: 100%; }
      header .header-info .info-form-box .logout-box .logout-btn {
        font-size: 14px;
        line-height: 20px;
        color: #16A246; }
  header .header-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f1017;
    border-top: 1px solid #1F232E;
    border-bottom: 1px solid #1F232E; }
    @media (max-width: 1024px) {
      header .header-nav {
        display: none;
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        overflow-y: auto;
        border: 0;
        background-color: #11131A; } }
    header .header-nav .mobile-info-box {
      display: none;
      width: calc(100% - 32px);
      padding: 20px 64px;
      margin: 20px auto;
      border: 1px solid #1F232E;
      background-color: #15171D;
      position: relative;
      border-radius: 8px; }
      @media (max-width: 1024px) {
        header .header-nav .mobile-info-box {
          display: block; } }
      header .header-nav .mobile-info-box .profile-box {
        position: absolute;
        left: 16px;
        top: 20px;
        width: 32px;
        height: 32px; }
        header .header-nav .mobile-info-box .profile-box img {
          width: 100%;
          max-width: 100%; }
      header .header-nav .mobile-info-box .user-box {
        font-size: 14px;
        line-height: 20px;
        color: #F5F5F5; }
      header .header-nav .mobile-info-box .logout-box {
        padding-top: 2px;
        padding-bottom: 20px; }
        header .header-nav .mobile-info-box .logout-box .logout-btn {
          color: #16A246;
          font-size: 14px;
          line-height: 20px; }
      header .header-nav .mobile-info-box .price-box {
        display: flex; }
        header .header-nav .mobile-info-box .price-box + .price-box {
          margin-top: 5px; }
        header .header-nav .mobile-info-box .price-box .price-txt {
          font-weight: 700;
          font-size: 16px;
          line-height: 25px;
          color: #fff; }
        header .header-nav .mobile-info-box .price-box .unit-txt {
          padding-left: 2px;
          color: #16A246;
          font-size: 14px;
          line-height: 25px; }
    header .header-nav nav {
      display: inline-flex;
      align-items: center; }
      @media (max-width: 1024px) {
        header .header-nav nav {
          display: block;
          flex-direction: column;
          width: 100%; } }
      header .header-nav nav ul.depth2 {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 48px;
        background-color: #11131A;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        min-width: 144px;
        z-index: 100;
        overflow: hidden; }
        @media (max-width: 1024px) {
          header .header-nav nav ul.depth2 {
            transform: none;
            display: block;
            position: static;
            border: 0;
            width: 100%;
            min-width: 100%; } }
        header .header-nav nav ul.depth2 .depth2-box .depth2-btn {
          font-size: 14px;
          line-height: 22px;
          color: #A2A2A2;
          padding: 0 23px;
          height: 44px;
          display: flex;
          align-items: center; }
          @media (max-width: 1024px) {
            header .header-nav nav ul.depth2 .depth2-box .depth2-btn {
              padding: 0 16px; } }
          header .header-nav nav ul.depth2 .depth2-box .depth2-btn:hover {
            background-color: #181a21; }
            @media (max-width: 1024px) {
              header .header-nav nav ul.depth2 .depth2-box .depth2-btn:hover {
                background: transparent; } }
          header .header-nav nav ul.depth2 .depth2-box .depth2-btn.on {
            color: #fff;
            background-color: #1d1f26; }
      header .header-nav nav ul.depth1 {
        display: flex; }
        @media (max-width: 1024px) {
          header .header-nav nav ul.depth1 {
            width: 100%;
            flex-direction: column; } }
        header .header-nav nav ul.depth1 .depth1-box {
          position: relative; }
          @media (max-width: 1024px) {
            header .header-nav nav ul.depth1 .depth1-box {
              padding: 16px 0;
              border-bottom: 1px solid #262B38; } }
          header .header-nav nav ul.depth1 .depth1-box + .depth1-box {
            margin-left: 24px; }
            @media (max-width: 1024px) {
              header .header-nav nav ul.depth1 .depth1-box + .depth1-box {
                margin: 0 0 0 0; } }
          header .header-nav nav ul.depth1 .depth1-box.on .depth1-btn .depth1-txt.type-depth:after {
            background: url("../img/ic_header_nav_on.svg") no-repeat center/cover; }
          header .header-nav nav ul.depth1 .depth1-box.on ul.depth2 {
            display: block; }
        header .header-nav nav ul.depth1 .depth1-btn {
          height: 53px;
          display: flex;
          align-items: center;
          padding: 0 36px;
          min-width: 144px;
          justify-content: center; }
          @media (max-width: 1024px) {
            header .header-nav nav ul.depth1 .depth1-btn {
              min-width: 100%;
              padding: 0 16px;
              height: 44px;
              justify-content: flex-start; } }
          header .header-nav nav ul.depth1 .depth1-btn .depth1-txt {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            line-height: 21px;
            position: relative; }
            header .header-nav nav ul.depth1 .depth1-btn .depth1-txt.type-depth:after {
              content: '';
              position: absolute;
              right: -24px;
              top: -2px;
              background: url("../img/ic_header_nav_off.svg") no-repeat center/cover;
              width: 24px;
              height: 24px; }
              @media (max-width: 1024px) {
                header .header-nav nav ul.depth1 .depth1-btn .depth1-txt.type-depth:after {
                  display: none; } }

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 84px;
  background-color: #101117;
  border-top: 1px solid #1F232E; }
  @media (max-width: 1024px) {
    footer {
      position: relative;
      padding: 28px 0 50px; } }
  footer .wrap {
    display: flex; }
    @media (max-width: 1024px) {
      footer .wrap {
        flex-direction: column; } }
  footer .footer-box + .footer-box {
    margin-left: 117px; }
    @media (max-width: 1024px) {
      footer .footer-box + .footer-box {
        margin: 38px 0 0 0; } }
  footer .footer-box .tit-box {
    color: #fff;
    font-family: "Gilroy";
    font-weight: 900;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    padding-bottom: 40px; }
  footer .footer-box .info-box .row {
    display: flex; }
    footer .footer-box .info-box .row .subject-box {
      min-width: 57px;
      font-size: 12px;
      line-height: 24px;
      color: #676767; }
    footer .footer-box .info-box .row .con-box {
      font-size: 12px;
      line-height: 24px;
      color: #A2A2A2; }
  footer .footer-box .copyright-box {
    padding-top: 17px;
    font-size: 10px;
    line-height: 17px;
    color: #A2A2A2; }

section.join {
  background: #11131A;
  min-height: 100vh;
  padding: 120px 0; }
  @media (max-width: 1024px) {
    section.join {
      padding: 40px 0;
      background: #11131A; } }
  section.join .wrap {
    border-radius: 24px;
    max-width: 490px;
    width: calc(100% - 40px);
    margin: 0 auto;
    background-color: #11131A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 62px 60px 0; }
    @media (max-width: 1024px) {
      section.join .wrap {
        padding: 40px 20px 0; } }
  section.join .logo-box {
    margin: 0 auto;
    background: url("../img/img_join_logo.svg") no-repeat center/cover;
    width: 154px;
    height: 34px; }
  section.join .form-list {
    padding: 50px 0 40px; }
    @media (max-width: 1024px) {
      section.join .form-list {
        padding: 40px 0 16px; } }
    section.join .form-list .form-box + .form-box {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    section.join .form-list .row + .row {
      margin-top: 8px; }
    section.join .form-list .row .subject-box {
      padding-bottom: 8px;
      position: relative; }
      @media (max-width: 1024px) {
        section.join .form-list .row .subject-box {
          padding-bottom: 4px; } }
      section.join .form-list .row .subject-box .subject-txt {
        color: #fff;
        font-size: 14px;
        line-height: 24px; }
    section.join .form-list .row .con-box .item-box {
      display: flex;
      align-items: center; }
    section.join .form-list .row .con-box .item-msg-box {
      color: #EA4F4F;
      font-size: 12px;
      line-height: 16px; }
    section.join .form-list .row .menu-btn-box {
      align-items: center;
      margin-left: 12px; }
      section.join .form-list .row .menu-btn-box .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 98px;
        border-radius: 4px;
        color: #fff;
        background-color: #16A246;
        font-weight: 500;
        padding-top: 2px;
        font-size: 14px; }
        section.join .form-list .row .menu-btn-box .menu-btn.full {
          width: 100%; }
  section.join .form-submit-box {
    padding-top: 60px; }
    @media (max-width: 1024px) {
      section.join .form-submit-box {
        padding-top: 30px; } }
    section.join .form-submit-box .form-submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 100%;
      border-radius: 4px;
      color: #fff;
      background-color: #16A246;
      font-weight: 500;
      padding-top: 2px;
      font-size: 14px; }
  section.join .divide-box {
    position: relative;
    text-align: center; }
    section.join .divide-box:before {
      z-index: 1;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      opacity: 0.1;
      height: 1px; }
    section.join .divide-box .divide-txt {
      z-index: 1;
      position: relative;
      background-color: #11131a;
      padding: 0 27px;
      color: #fff;
      font-size: 14px;
      line-height: 19px; }
  section.join .social-box {
    padding: 50px 0;
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      section.join .social-box {
        padding: 16px 0 50px; } }
    section.join .social-box .social-btn {
      display: inline-flex;
      width: 42px;
      height: 42px; }
      section.join .social-box .social-btn + .social-btn {
        margin-left: 24px; }
      section.join .social-box .social-btn.type-facebook {
        background: url("../img/ic_social_facebook.svg") no-repeat center/cover; }
      section.join .social-box .social-btn.type-code {
        background: url("../img/ic_social_code.svg") no-repeat center/cover; }
      section.join .social-box .social-btn.type-google {
        background: url("../img/ic_social_google.svg") no-repeat center/cover; }
      section.join .social-box .social-btn.type-twitter {
        background: url("../img/ic_social_twitter.svg") no-repeat center/cover; }
  section.join .link-box {
    margin: 0 -60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media (max-width: 1024px) {
      section.join .link-box {
        margin: 0 -20px; } }
    section.join .link-box .link-btn {
      padding: 24px 62px;
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      width: 100%; }
      @media (max-width: 1024px) {
        section.join .link-box .link-btn {
          padding: 24px 20px; } }
      section.join .link-box .link-btn b {
        color: #16A246;
        text-decoration: underline;
        text-underline-position: under; }

section.login {
  background: #11131A url("../img/img_login_bg.png") no-repeat center/auto 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%; }
  @media (max-width: 1024px) {
    section.login {
      background: #11131A url("../img/img_login_bg_m.png") no-repeat center/auto 100%; } }
  section.login .wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1293px;
    display: flex;
    justify-content: space-between;
    padding: 200px 185px 224px;
    align-items: center; }
    @media (max-width: 1024px) {
      section.login .wrap {
        height: 100%;
        flex-direction: column;
        padding: 68px 20px 54px;
        justify-content: flex-start; } }
  @media (max-width: 1024px) {
    section.login .logo-box {
      padding-bottom: 44px;
      max-width: 160px;
      margin: 0 auto; } }
  section.login .logo-box img {
    max-width: 100%; }
  section.login .login-form {
    display: inline-flex;
    flex-direction: column;
    background-color: #11131a;
    max-width: 490px;
    width: 100%;
    padding: 60px 62px 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    @media (max-width: 1024px) {
      section.login .login-form {
        padding: 20px 20px 0;
        border-radius: 16px; } }
    section.login .login-form .tit-box {
      text-align: center;
      padding-bottom: 50px;
      font-family: "Gilroy";
      color: #fff;
      font-weight: 900;
      font-size: 36px;
      line-height: 48px; }
      @media (max-width: 1024px) {
        section.login .login-form .tit-box {
          display: none; } }
    section.login .login-form .form-box .row + .row {
      margin-top: 24px; }
    section.login .login-form .form-box .row .subject-box {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 4px; }
      @media (max-width: 1024px) {
        section.login .login-form .form-box .row .subject-box {
          padding-bottom: 8px; } }
    section.login .login-form .form-box .row .con-box input {
      width: 100%;
      border-radius: 4px;
      background-color: #1E2026;
      height: 40px;
      padding: 0 16px;
      color: #fff;
      font-size: 14px;
      line-height: 19px;
      outline: none; }
      section.login .login-form .form-box .row .con-box input::placeholder {
        color: #44474E; }
    section.login .login-form .menu-box {
      padding: 45px 0 40px; }
      @media (max-width: 1024px) {
        section.login .login-form .menu-box {
          padding: 45px 0 16px; } }
      section.login .login-form .menu-box .menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background-color: #16A246;
        color: #fff;
        height: 40px;
        font-weight: 700;
        font-size: 14px; }
    section.login .login-form .divide-box {
      position: relative;
      text-align: center; }
      section.login .login-form .divide-box:before {
        z-index: 1;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        opacity: 0.1;
        height: 1px; }
      section.login .login-form .divide-box .divide-txt {
        z-index: 1;
        position: relative;
        background-color: #11131a;
        padding: 0 27px;
        color: #fff;
        font-size: 14px;
        line-height: 19px; }
    section.login .login-form .social-box {
      padding: 50px 0;
      display: flex;
      justify-content: center; }
      @media (max-width: 1024px) {
        section.login .login-form .social-box {
          padding: 16px 0 50px; } }
      section.login .login-form .social-box .social-btn {
        display: inline-flex;
        width: 42px;
        height: 42px; }
        section.login .login-form .social-box .social-btn + .social-btn {
          margin-left: 24px; }
        section.login .login-form .social-box .social-btn.type-facebook {
          background: url("../img/ic_social_facebook.svg") no-repeat center/cover; }
        section.login .login-form .social-box .social-btn.type-code {
          background: url("../img/ic_social_code.svg") no-repeat center/cover; }
        section.login .login-form .social-box .social-btn.type-google {
          background: url("../img/ic_social_google.svg") no-repeat center/cover; }
        section.login .login-form .social-box .social-btn.type-twitter {
          background: url("../img/ic_social_twitter.svg") no-repeat center/cover; }
    section.login .login-form .join-box {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0 -30px;
      padding: 24px 62px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1024px) {
        section.login .login-form .join-box {
          margin: 0 -20px;
          padding: 24px 20px; } }
      section.login .login-form .join-box .join-txt-box {
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
      section.login .login-form .join-box .join-btn {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #16A246; }

section.main-visual .inner {
  max-width: 1432px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    section.main-visual .inner {
      padding: 0; } }

section.main-visual .main-visual-swiper {
  padding: 53px 0 58px; }
  @media (max-width: 1024px) {
    section.main-visual .main-visual-swiper {
      padding: 20px 0 23px; } }

section.main-visual .swiper-slide {
  position: relative; }
  @media (max-width: 1024px) {
    section.main-visual .swiper-slide {
      padding: 0 16px; } }
  section.main-visual .swiper-slide.visual-1 .item-box {
    background: url("../img/img_main_visual1.png") no-repeat center/cover; }
  section.main-visual .swiper-slide.visual-1 .img-box {
    right: -50px; }
    @media (max-width: 1024px) {
      section.main-visual .swiper-slide.visual-1 .img-box {
        bottom: -40px;
        right: -4px;
        max-width: 158px; } }
  section.main-visual .swiper-slide.visual-2 .item-box {
    background: url("../img/img_main_visual2.png") no-repeat center/cover; }
  @media (max-width: 1024px) {
    section.main-visual .swiper-slide.visual-2 .img-box {
      bottom: -20px;
      right: -0px;
      max-width: 158px; } }
  section.main-visual .swiper-slide .img-box {
    position: absolute;
    top: -53px;
    right: 0; }
    @media (max-width: 1024px) {
      section.main-visual .swiper-slide .img-box {
        top: auto; } }
    section.main-visual .swiper-slide .img-box img {
      max-width: 100%; }
  section.main-visual .swiper-slide .item-box {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 430px;
    padding: 100px 60px; }
    @media (max-width: 1024px) {
      section.main-visual .swiper-slide .item-box {
        padding: 22px 20px;
        height: 176px;
        border-radius: 8px; } }
    section.main-visual .swiper-slide .item-box .con-box .sub-box {
      opacity: 0.7;
      color: #fff;
      font-size: 20px;
      line-height: 22px; }
      @media (max-width: 1024px) {
        section.main-visual .swiper-slide .item-box .con-box .sub-box {
          font-size: 14px;
          line-height: 17px; } }
    section.main-visual .swiper-slide .item-box .con-box .main-box {
      font-family: "Gilroy";
      font-weight: 900;
      font-size: 60px;
      line-height: 80px;
      color: #F5F5F5; }
      @media (max-width: 1024px) {
        section.main-visual .swiper-slide .item-box .con-box .main-box {
          font-size: 28px;
          line-height: 37px; } }
    section.main-visual .swiper-slide .item-box .menu-box {
      padding-top: 80px; }
      @media (max-width: 1024px) {
        section.main-visual .swiper-slide .item-box .menu-box {
          padding-top: 40px; } }
      section.main-visual .swiper-slide .item-box .menu-box .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #16A246;
        color: #fff;
        border-radius: 4px;
        height: 45px;
        width: 170px;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px; }
        @media (max-width: 1024px) {
          section.main-visual .swiper-slide .item-box .menu-box .menu-btn {
            padding-top: 2px;
            width: 109px;
            height: 36px;
            font-size: 14px;
            line-height: 22px; } }

section.main-notice {
  padding-bottom: 217px; }
  @media (max-width: 1024px) {
    section.main-notice {
      padding-bottom: 60px; } }
  section.main-notice .tit-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 77px; }
    @media (max-width: 1024px) {
      section.main-notice .tit-box {
        height: 64px; } }
    section.main-notice .tit-box .tit-txt {
      color: #fff;
      font-weight: 900;
      font-size: 24px;
      letter-spacing: 0.02em;
      line-height: 35px; }
      @media (max-width: 1024px) {
        section.main-notice .tit-box .tit-txt {
          font-size: 20px;
          line-height: 29px; } }
    section.main-notice .tit-box .more-btn {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: #16A246; }
  section.main-notice .list-box .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    height: 52px;
    border-bottom: 1px solid #1F232E; }
    section.main-notice .list-box .row .subject-box {
      min-width: 0; }
      section.main-notice .list-box .row .subject-box .subject-txt {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-wrap: normal;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #A2A2A2; }
    section.main-notice .list-box .row .date-box {
      white-space: nowrap;
      font-size: 14px;
      line-height: 19px;
      color: #A2A2A2;
      padding-left: 20px; }

section.page-intro {
  padding: 50px 0 70px; }
  @media (max-width: 1024px) {
    section.page-intro {
      padding: 20px 0 30px; } }
  section.page-intro .page-intro-form {
    display: flex;
    align-items: center;
    border-radius: 8px;
    height: 75px;
    padding: 0 28px; }
    @media (max-width: 1024px) {
      section.page-intro .page-intro-form {
        height: auto;
        padding: 22px 20px;
        flex-direction: column;
        align-items: flex-start; } }
    section.page-intro .page-intro-form.type-1 {
      background: transparent linear-gradient(90deg, #BF2CBA 0%, #673FEB 100%) 0% 0% no-repeat padding-box; }
    section.page-intro .page-intro-form.type-2 {
      background: transparent linear-gradient(90deg, #F06430 0%, #C73F59 100%) 0% 0% no-repeat padding-box; }
    section.page-intro .page-intro-form.type-3 {
      background: transparent linear-gradient(90deg, #1779FF 0%, #4437E2 100%) 0% 0% no-repeat padding-box; }
    section.page-intro .page-intro-form .main-box {
      display: inline-flex;
      align-items: center; }
      @media (max-width: 1024px) {
        section.page-intro .page-intro-form .main-box {
          align-items: flex-start;
          flex-direction: column; } }
      section.page-intro .page-intro-form .main-box .tit-box {
        color: #fff;
        font-size: 20px;
        line-height: 29px;
        font-weight: 900; }
        @media (max-width: 1024px) {
          section.page-intro .page-intro-form .main-box .tit-box {
            font-size: 16px;
            line-height: 23px; } }
      section.page-intro .page-intro-form .main-box .sub-box {
        color: rgba(245, 245, 245, 0.7);
        padding-left: 8px;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px; }
        @media (max-width: 1024px) {
          section.page-intro .page-intro-form .main-box .sub-box {
            font-size: 14px;
            line-height: 22px;
            padding-top: 4px;
            padding-left: 0; } }

section.evolution-list .list-wrap {
  padding-bottom: 80px; }
  @media (max-width: 1024px) {
    section.evolution-list .list-wrap {
      padding-bottom: 30px; } }
  section.evolution-list .list-wrap ul {
    display: flex;
    flex-flow: row wrap;
    margin: -20px -12px; }
    @media (max-width: 1024px) {
      section.evolution-list .list-wrap ul {
        margin: -12px -5px; } }
    section.evolution-list .list-wrap ul li {
      margin: 20px 12px;
      width: calc(20% - 24px); }
      @media (max-width: 1024px) {
        section.evolution-list .list-wrap ul li {
          width: calc(33.33% - 10px);
          margin: 12px 5px; } }
      section.evolution-list .list-wrap ul li .item-box {
        display: flex;
        overflow: hidden;
        border-radius: 20px;
        position: relative; }
        section.evolution-list .list-wrap ul li .item-box:hover .img-box img {
          transform: scale(1.1);
          transition: all 0.3s linear; }
        section.evolution-list .list-wrap ul li .item-box .img-box {
          overflow: hidden;
          border-radius: 20px;
          will-change: transform; }
          section.evolution-list .list-wrap ul li .item-box .img-box img {
            max-width: 100%;
            transition: all 0.3s linear; }
        section.evolution-list .list-wrap ul li .item-box .info-box {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          padding: 0 10px 33px; }
          @media (max-width: 1024px) {
            section.evolution-list .list-wrap ul li .item-box .info-box {
              padding: 0 5px 14px; } }
          section.evolution-list .list-wrap ul li .item-box .info-box .subject-box {
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #F5F5F5; }
            @media (max-width: 1024px) {
              section.evolution-list .list-wrap ul li .item-box .info-box .subject-box {
                font-size: 13px;
                line-height: 19px; } }

section.my-wallet {
  padding: 66px 0 60px;
  border-top: 1px solid #1F232E; }
  @media (max-width: 1024px) {
    section.my-wallet {
      padding: 10px 0 30px;
      border-bottom: 1px solid #1F232E; } }
  section.my-wallet .wallet-list {
    display: flex; }
    @media (max-width: 1024px) {
      section.my-wallet .wallet-list {
        flex-direction: column; } }
    section.my-wallet .wallet-list .wallet-box {
      display: inline-flex;
      justify-content: center;
      width: 100%;
      background-color: #12131A;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #1F232E;
      padding: 48px 40px; }
      @media (max-width: 1024px) {
        section.my-wallet .wallet-list .wallet-box {
          padding: 30px 16px; } }
      section.my-wallet .wallet-list .wallet-box + .wallet-box {
        margin-left: 25px; }
        @media (max-width: 1024px) {
          section.my-wallet .wallet-list .wallet-box + .wallet-box {
            margin: 16px 0 0; } }
  section.my-wallet .summary-box {
    width: 100%;
    margin: -14px 0 0; }
    section.my-wallet .summary-box .row {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #1F232E;
      padding: 16px 18px; }
      @media (max-width: 1024px) {
        section.my-wallet .summary-box .row {
          padding: 16px 0; } }
      section.my-wallet .summary-box .row .subject-box {
        font-size: 14px;
        line-height: 19px;
        color: #A2A2A2; }
      section.my-wallet .summary-box .row .con-box .price-box {
        display: inline-flex;
        align-items: center; }
        section.my-wallet .summary-box .row .con-box .price-box .price-txt {
          font-weight: 900;
          color: #F5F5F5;
          font-size: 16px;
          line-height: 23px; }
        section.my-wallet .summary-box .row .con-box .price-box .unit-txt {
          font-size: 16px;
          line-height: 21px;
          color: #16A246;
          padding-left: 8px; }
  section.my-wallet .exchange-box {
    width: 100%; }
    section.my-wallet .exchange-box .head-box {
      padding: 0 0 16px;
      display: flex; }
      @media (max-width: 1024px) {
        section.my-wallet .exchange-box .head-box {
          padding: 0 0 16px; } }
      section.my-wallet .exchange-box .head-box .item-box + .item-box {
        margin-left: 65px;
        position: relative; }
        section.my-wallet .exchange-box .head-box .item-box + .item-box:after {
          content: '';
          position: absolute;
          left: -46px;
          bottom: 4px;
          background: url("../img/ic_exchange_arrow.svg") no-repeat center/cover;
          width: 24px;
          height: 24px; }
      section.my-wallet .exchange-box .head-box .item-box .subject-box {
        color: #A2A2A2;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 4px; }
      section.my-wallet .exchange-box .head-box .item-box .con-box {
        color: #fff;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px; }
    section.my-wallet .exchange-box .body-box {
      display: flex; }
      section.my-wallet .exchange-box .body-box .input-box {
        position: relative;
        width: 100%; }
        section.my-wallet .exchange-box .body-box .input-box input {
          width: 100%;
          text-align: right;
          background-color: #1E2026;
          border-radius: 4px;
          padding: 0 34px;
          height: 40px;
          color: #fff;
          font-weight: 900;
          outline: none; }
        section.my-wallet .exchange-box .body-box .input-box .unit-box {
          position: absolute;
          right: 12px;
          top: 11px;
          color: #16A246;
          font-size: 16px;
          line-height: 21px; }
    section.my-wallet .exchange-box .foot-box {
      padding-top: 20px;
      display: flex; }
      section.my-wallet .exchange-box .foot-box .quick-box {
        width: 100%;
        display: flex; }
        section.my-wallet .exchange-box .foot-box .quick-box .quick-btn {
          display: inline-flex;
          align-items: center;
          height: 30px;
          background-color: #818286;
          color: #fff;
          border-radius: 8px;
          width: 100%;
          font-size: 14px;
          line-height: 19px;
          justify-content: center; }
          section.my-wallet .exchange-box .foot-box .quick-box .quick-btn + .quick-btn {
            margin-left: 8px; }
      section.my-wallet .exchange-box .foot-box .menu-box .menu-btn {
        height: 30px; }
    section.my-wallet .exchange-box .menu-box {
      margin-left: 12px; }
      section.my-wallet .exchange-box .menu-box .menu-btn {
        width: 80px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding-top: 2px; }
        section.my-wallet .exchange-box .menu-box .menu-btn.type-1 {
          background-color: #16A246; }
        section.my-wallet .exchange-box .menu-box .menu-btn.type-2 {
          background-color: #917B5B; }

article.section-tit-box {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    article.section-tit-box {
      min-height: 64px;
      height: auto; } }
  article.section-tit-box .tit-box .tit-txt {
    color: #F5F5F5;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.02em;
    font-weight: 900; }
  article.section-tit-box .option-list {
    display: inline-flex; }
    @media (max-width: 1024px) {
      article.section-tit-box .option-list.m-type-column {
        padding-bottom: 20px;
        flex-direction: column; } }
    @media (max-width: 1024px) {
      article.section-tit-box .option-list .option-box.m-full {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 9px; }
        article.section-tit-box .option-list .option-box.m-full .option-btn {
          width: 100% !important;
          height: 40px; } }
    article.section-tit-box .option-list .option-box + .option-box {
      margin-left: 12px; }
      @media (max-width: 1024px) {
        article.section-tit-box .option-list .option-box + .option-box {
          margin-left: 8px; } }
    article.section-tit-box .option-list .option-box .date-group-box {
      display: inline-flex;
      align-items: flex-end; }
      article.section-tit-box .option-list .option-box .date-group-box .date-input-box {
        display: inline-flex;
        align-items: center; }
        @media (max-width: 1024px) {
          article.section-tit-box .option-list .option-box .date-group-box .date-input-box {
            flex-direction: column;
            align-items: flex-start;
            width: 100%; } }
        article.section-tit-box .option-list .option-box .date-group-box .date-input-box + .date-input-box {
          margin-left: 28px; }
          @media (max-width: 1024px) {
            article.section-tit-box .option-list .option-box .date-group-box .date-input-box + .date-input-box {
              margin-left: 8px; } }
        article.section-tit-box .option-list .option-box .date-group-box .date-input-box .label-box {
          color: #676A74;
          font-size: 14px;
          line-height: 18px;
          font-weight: 500;
          padding-right: 20px; }
          @media (max-width: 1024px) {
            article.section-tit-box .option-list .option-box .date-group-box .date-input-box .label-box {
              padding: 0 0 5px 0; } }
        article.section-tit-box .option-list .option-box .date-group-box .date-input-box input {
          height: 40px;
          width: 150px;
          padding: 2px 16px 0;
          border-radius: 4px;
          background-color: #1E2026;
          outline: none;
          color: #fff;
          font-size: 14px;
          line-height: 19px; }
          @media (max-width: 1024px) {
            article.section-tit-box .option-list .option-box .date-group-box .date-input-box input {
              width: 100%; } }
          article.section-tit-box .option-list .option-box .date-group-box .date-input-box input::placeholder {
            color: #44474E; }
      article.section-tit-box .option-list .option-box .date-group-box .date-toggle-box {
        margin-left: 12px;
        display: inline-flex; }
        @media (max-width: 1024px) {
          article.section-tit-box .option-list .option-box .date-group-box .date-toggle-box .option-btn {
            height: 40px;
            width: 68px; } }
    article.section-tit-box .option-list .option-box .option-btn {
      border-radius: 4px;
      height: 40px;
      width: 120px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 14px;
      padding-top: 2px; }
      @media (max-width: 1024px) {
        article.section-tit-box .option-list .option-box .option-btn {
          width: 96px;
          height: 30px; } }
      article.section-tit-box .option-list .option-box .option-btn.small {
        width: 90px; }
      article.section-tit-box .option-list .option-box .option-btn.type-1 {
        background-color: #917B5B; }
      article.section-tit-box .option-list .option-box .option-btn.type-2 {
        background-color: #16A246; }
      article.section-tit-box .option-list .option-box .option-btn.type-3 {
        background-color: #818286; }

section.my-exchange-history {
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    section.my-exchange-history {
      padding-bottom: 60px; } }

section.section-common-bg {
  background: url("../img/img_section_bottom_bg.png") no-repeat center bottom -67px; }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box.m-scroll {
    overflow-x: auto; }
    article.list-table-layout1 .table-box.m-scroll table {
      table-layout: fixed; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box .m-200 {
    width: 200px !important; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box .m-100 {
    width: 100px !important; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box .m-140 {
    width: 140px !important; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box .m-170 {
    width: 170px !important; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box table {
    border-collapse: separate; } }

article.list-table-layout1 .table-box table .left-align {
  text-align: left; }

article.list-table-layout1 .table-box table .right-align {
  text-align: right; }

article.list-table-layout1 .table-box table .center-align {
  text-align: center; }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box table .m-center-align {
    text-align: center; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box table .m-left-align {
    text-align: left; } }

@media (max-width: 1024px) {
  article.list-table-layout1 .table-box table .m-right-align {
    text-align: right; } }

article.list-table-layout1 .table-box table thead tr.bg-type1 {
  background-color: #1A1D26; }
  article.list-table-layout1 .table-box table thead tr.bg-type1 th:first-child {
    border-radius: 4px 0 0 4px; }
  article.list-table-layout1 .table-box table thead tr.bg-type1 th:last-child {
    border-radius: 0 4px 4px 0; }

article.list-table-layout1 .table-box table thead tr th {
  padding: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }
  @media (max-width: 1024px) {
    article.list-table-layout1 .table-box table thead tr th {
      font-size: 12px;
      line-height: 16px;
      padding: 8px;
      border-top: 1px solid #1F232E;
      border-bottom: 1px solid #1F232E; }
      article.list-table-layout1 .table-box table thead tr th:first-child {
        border-radius: 8px 0 0 8px;
        border-left: 1px solid #1F232E; }
      article.list-table-layout1 .table-box table thead tr th:last-child {
        border-radius: 0 8px 8px 0;
        border-right: 1px solid #1F232E; } }

article.list-table-layout1 .table-box table tbody tr {
  border-bottom: 1px solid #1F232E; }
  @media (max-width: 1024px) {
    article.list-table-layout1 .table-box table tbody tr {
      border-bottom: 0; } }
  article.list-table-layout1 .table-box table tbody tr td {
    height: 52px;
    padding: 12px;
    font-size: 14px;
    line-height: 19px;
    color: #A2A2A2; }
    @media (max-width: 1024px) {
      article.list-table-layout1 .table-box table tbody tr td {
        height: 64px;
        font-size: 12px;
        line-height: 16px;
        padding: 8px;
        border-bottom: 1px solid #1F232E; } }
    article.list-table-layout1 .table-box table tbody tr td.f-type1 {
      color: #917B5B; }
    article.list-table-layout1 .table-box table tbody tr td .state-txt.type-1 {
      color: #16A246; }
    article.list-table-layout1 .table-box table tbody tr td .state-txt.type-2 {
      color: #EA4F4F; }

article.table-menu-box {
  display: inline-flex; }
  article.table-menu-box .table-menu-btn {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px; }
    article.table-menu-box .table-menu-btn + .table-menu-btn {
      margin-left: 8px; }
    article.table-menu-box .table-menu-btn.type-1 {
      border: 1px solid rgba(145, 123, 91, 0.3);
      color: #917B5B; }
    article.table-menu-box .table-menu-btn.type-2 {
      min-width: 62px;
      background-color: rgba(162, 162, 162, 0.1);
      color: #16A246; }
      @media (max-width: 1024px) {
        article.table-menu-box .table-menu-btn.type-2 {
          min-width: auto; } }
    article.table-menu-box .table-menu-btn.type-3 {
      min-width: 62px;
      background-color: rgba(162, 162, 162, 0.1);
      color: #A2A2A2; }
      @media (max-width: 1024px) {
        article.table-menu-box .table-menu-btn.type-3 {
          min-width: auto; } }

section.follow-setting .follow-setting-form {
  padding: 50px;
  background-color: rgba(18, 19, 26, 0.6);
  border: 1px solid #1F232E;
  border-radius: 20px;
  text-align: center; }
  @media (max-width: 1024px) {
    section.follow-setting .follow-setting-form {
      padding: 34px 16px; } }
  section.follow-setting .follow-setting-form .form-box {
    display: inline-flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      section.follow-setting .follow-setting-form .form-box {
        width: 100%; } }
    section.follow-setting .follow-setting-form .form-box .row {
      text-align: left; }
      section.follow-setting .follow-setting-form .form-box .row + .row {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #1F232E; }
      section.follow-setting .follow-setting-form .form-box .row .subject-box {
        font-size: 12px;
        line-height: 16px;
        color: #F5F5F5;
        padding-bottom: 2px; }
      section.follow-setting .follow-setting-form .form-box .row .con-box {
        display: inline-flex; }
        @media (max-width: 1024px) {
          section.follow-setting .follow-setting-form .form-box .row .con-box {
            width: 100%; } }
        section.follow-setting .follow-setting-form .form-box .row .con-box .item-box {
          width: 310px;
          position: relative; }
          @media (max-width: 1024px) {
            section.follow-setting .follow-setting-form .form-box .row .con-box .item-box {
              width: 100%; } }
          @media (max-width: 1024px) {
            section.follow-setting .follow-setting-form .form-box .row .con-box .item-box .sbox {
              width: 100%;
              height: 36px; } }
          section.follow-setting .follow-setting-form .form-box .row .con-box .item-box input {
            width: 100%;
            height: 40px;
            background-color: #1E2026;
            border-radius: 4px;
            padding: 0 16px;
            font-size: 14px;
            color: #fff;
            outline: none; }
            @media (max-width: 1024px) {
              section.follow-setting .follow-setting-form .form-box .row .con-box .item-box input {
                height: 36px;
                padding: 0 12px; } }
            section.follow-setting .follow-setting-form .form-box .row .con-box .item-box input::placeholder {
              color: #44474E; }
        section.follow-setting .follow-setting-form .form-box .row .con-box .menu-box {
          display: inline-flex;
          margin-left: 8px; }
          @media (max-width: 1024px) {
            section.follow-setting .follow-setting-form .form-box .row .con-box .menu-box {
              margin-left: 16px; } }
          section.follow-setting .follow-setting-form .form-box .row .con-box .menu-box .menu-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            color: #fff;
            border-radius: 4px;
            width: 120px;
            padding-top: 2px;
            font-size: 14px; }
            @media (max-width: 1024px) {
              section.follow-setting .follow-setting-form .form-box .row .con-box .menu-box .menu-btn {
                height: 36px;
                font-size: 14px; } }
            section.follow-setting .follow-setting-form .form-box .row .con-box .menu-box .menu-btn.type-1 {
              background-color: #16A246; }
            section.follow-setting .follow-setting-form .form-box .row .con-box .menu-box .menu-btn.type-2 {
              background-color: #917B5B; }

section.follow-recommend {
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    section.follow-recommend {
      margin-top: 30px;
      border-top: 1px solid #1F232E;
      padding: 5px 0 60px; } }

article.section-form-box {
  padding: 50px;
  background-color: rgba(18, 19, 26, 0.6);
  border: 1px solid #1F232E;
  border-radius: 20px;
  text-align: center; }
  @media (max-width: 1024px) {
    article.section-form-box {
      border-radius: 8px;
      padding: 34px 16px; } }

section.inquiry-reg {
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    section.inquiry-reg {
      padding-bottom: 60px; } }
  section.inquiry-reg .form-list .form-box + .form-box {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  section.inquiry-reg .form-list .row + .row {
    margin-top: 34px; }
  section.inquiry-reg .form-list .row .subject-box {
    padding-bottom: 8px;
    position: relative; }
    @media (max-width: 1024px) {
      section.inquiry-reg .form-list .row .subject-box {
        padding-bottom: 2px; } }
    section.inquiry-reg .form-list .row .subject-box .subject-txt {
      color: #fff;
      font-size: 12px;
      line-height: 16px; }
  section.inquiry-reg .form-list .row .con-box .item-box {
    display: flex;
    align-items: center; }
  section.inquiry-reg .form-list .row .con-box .item-msg-box {
    color: #EA4F4F;
    font-size: 12px;
    line-height: 16px; }
  section.inquiry-reg .form-list .row .menu-btn-box {
    align-items: center;
    margin-left: 12px; }
    section.inquiry-reg .form-list .row .menu-btn-box .menu-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 98px;
      border-radius: 4px;
      color: #fff;
      background-color: #16A246;
      font-weight: 700;
      padding-top: 2px;
      font-size: 14px; }
      section.inquiry-reg .form-list .row .menu-btn-box .menu-btn.full {
        width: 100%; }
  section.inquiry-reg .form-submit-box {
    padding-top: 40px; }
    @media (max-width: 1024px) {
      section.inquiry-reg .form-submit-box {
        padding-top: 30px; } }
    section.inquiry-reg .form-submit-box .form-submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 100%;
      border-radius: 4px;
      color: #fff;
      background-color: #16A246;
      font-weight: 700;
      padding-top: 2px;
      font-size: 14px; }

article.form-layout .form-box .row {
  display: flex; }
  @media (max-width: 1024px) {
    article.form-layout .form-box .row {
      flex-direction: column; } }
  article.form-layout .form-box .row + .row {
    margin-top: 16px; }
  article.form-layout .form-box .row .subject-box {
    text-align: left;
    padding-top: 10px;
    min-width: 72px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px; }
    @media (max-width: 1024px) {
      article.form-layout .form-box .row .subject-box {
        padding-top: 0;
        min-width: 100%;
        padding-bottom: 13px; } }
  article.form-layout .form-box .row .con-box {
    width: 100%; }
    article.form-layout .form-box .row .con-box .item-box {
      width: 100%; }

article.form-layout .form-menu-box {
  padding-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 1024px) {
    article.form-layout .form-menu-box {
      padding-top: 30px; } }
  article.form-layout .form-menu-box .form-menu-btn {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding-top: 2px;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px; }
    article.form-layout .form-menu-box .form-menu-btn + .form-menu-btn {
      margin-left: 12px; }
    article.form-layout .form-menu-box .form-menu-btn.type-1 {
      width: 80px;
      background-color: rgba(162, 162, 162, 0.1);
      color: #A2A2A2; }
      @media (max-width: 1024px) {
        article.form-layout .form-menu-box .form-menu-btn.type-1 {
          width: 20%; } }
    article.form-layout .form-menu-box .form-menu-btn.type-2 {
      background-color: #16A246;
      width: 120px; }
      @media (max-width: 1024px) {
        article.form-layout .form-menu-box .form-menu-btn.type-2 {
          width: 80%; } }

section.my-password {
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    section.my-password {
      padding-bottom: 60px; } }
  section.my-password .form-group {
    max-width: 310px;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 1024px) {
      section.my-password .form-group {
        max-width: 100%;
        padding: 0 8px; } }
  section.my-password .form-list .form-box + .form-box {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  section.my-password .form-list .row + .row {
    margin-top: 34px; }
  section.my-password .form-list .row .subject-box {
    padding-bottom: 8px;
    position: relative; }
    @media (max-width: 1024px) {
      section.my-password .form-list .row .subject-box {
        padding-bottom: 2px; } }
    section.my-password .form-list .row .subject-box .subject-txt {
      color: #fff;
      font-size: 12px;
      line-height: 16px; }
  section.my-password .form-list .row .con-box .item-box {
    display: flex;
    align-items: center; }
  section.my-password .form-list .row .con-box .item-msg-box {
    color: #EA4F4F;
    font-size: 12px;
    line-height: 16px; }
  section.my-password .form-list .row .menu-btn-box {
    align-items: center;
    margin-left: 12px; }
    section.my-password .form-list .row .menu-btn-box .menu-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 98px;
      border-radius: 4px;
      color: #fff;
      background-color: #16A246;
      font-weight: 700;
      padding-top: 2px;
      font-size: 14px; }
      section.my-password .form-list .row .menu-btn-box .menu-btn.full {
        width: 100%; }
  section.my-password .form-submit-box {
    padding-top: 40px; }
    @media (max-width: 1024px) {
      section.my-password .form-submit-box {
        padding-top: 30px; } }
    section.my-password .form-submit-box .form-submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 100%;
      border-radius: 4px;
      color: #fff;
      background-color: #16A246;
      font-weight: 500;
      padding-top: 2px;
      font-size: 14px; }

section.inquiry-list {
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    section.inquiry-list.m-border-none {
      border-top: 0;
      margin-top: 0;
      padding: 0 0 60px; } }
  @media (max-width: 1024px) {
    section.inquiry-list {
      margin-top: 30px;
      border-top: 1px solid #1F232E;
      padding: 5px 0 60px; } }

section.deposit {
  padding-bottom: 60px; }
  section.deposit .deposit-info-group {
    display: flex; }
    @media (max-width: 1024px) {
      section.deposit .deposit-info-group {
        flex-direction: column; } }
    section.deposit .deposit-info-group .deposit-how-box {
      width: 100%;
      background-color: rgba(18, 19, 26, 0.6);
      border: 1px solid #1F232E;
      border-radius: 20px 0 0 20px;
      text-align: center;
      padding: 47px 50px; }
      @media (max-width: 1024px) {
        section.deposit .deposit-info-group .deposit-how-box {
          border-radius: 8px 8px 0 0;
          padding: 28px; } }
      section.deposit .deposit-info-group .deposit-how-box .how-list .how-box + .how-box {
        margin-top: 30px; }
      section.deposit .deposit-info-group .deposit-how-box .how-list .how-box .how-tit-box {
        position: relative;
        text-align: left;
        padding-left: 15px; }
        section.deposit .deposit-info-group .deposit-how-box .how-list .how-box .how-tit-box:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 3px;
          height: 16px;
          border-radius: 2px;
          background-color: #917B5B; }
        section.deposit .deposit-info-group .deposit-how-box .how-list .how-box .how-tit-box .tit-txt {
          color: #fff;
          font-size: 16px;
          line-height: 21px; }
      section.deposit .deposit-info-group .deposit-how-box .how-list .how-box .how-con-box {
        padding-top: 11px;
        padding-left: 15px; }
        section.deposit .deposit-info-group .deposit-how-box .how-list .how-box .how-con-box .row {
          text-indent: -16px;
          padding-left: 16px;
          text-align: left;
          font-size: 14px;
          line-height: 22px;
          color: #fff; }
          section.deposit .deposit-info-group .deposit-how-box .how-list .how-box .how-con-box .row b {
            color: #917B5B; }
      section.deposit .deposit-info-group .deposit-how-box .how-info-box {
        margin-top: 24px;
        margin-left: 15px;
        border-radius: 8px;
        border: 1px solid #1F232E;
        padding: 24px 30px;
        text-align: left; }
        @media (max-width: 1024px) {
          section.deposit .deposit-info-group .deposit-how-box .how-info-box {
            margin-left: 0;
            padding: 24px; } }
        section.deposit .deposit-info-group .deposit-how-box .how-info-box .row {
          display: flex; }
          @media (max-width: 1024px) {
            section.deposit .deposit-info-group .deposit-how-box .how-info-box .row {
              flex-direction: column; } }
          section.deposit .deposit-info-group .deposit-how-box .how-info-box .row + .row {
            margin-top: 10px; }
          section.deposit .deposit-info-group .deposit-how-box .how-info-box .row .subject-box {
            color: #917B5B;
            font-size: 14px;
            line-height: 26px;
            min-width: 103px; }
          section.deposit .deposit-info-group .deposit-how-box .how-info-box .row .con-box {
            width: 100%;
            color: #fff;
            font-size: 14px;
            line-height: 26px; }
    section.deposit .deposit-info-group .deposit-apply-box {
      min-width: 464px;
      border: 1px solid #1F232E;
      border-left: 0;
      border-radius: 0 20px 20px 0;
      text-align: center;
      background-color: rgba(21, 23, 31, 0.6); }
      @media (max-width: 1024px) {
        section.deposit .deposit-info-group .deposit-apply-box {
          border-radius: 0 0 8px 8px;
          border-top: 0;
          min-width: 100%;
          border-left: 1px solid #1F232E; } }
      section.deposit .deposit-info-group .deposit-apply-box .apply-tit-box {
        height: 114px;
        display: flex;
        align-items: center;
        padding: 0 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        font-weight: 900;
        font-size: 20px;
        line-height: 27; }
        @media (max-width: 1024px) {
          section.deposit .deposit-info-group .deposit-apply-box .apply-tit-box {
            padding: 36px 24px 28px;
            border: 0; } }
      section.deposit .deposit-info-group .deposit-apply-box .apply-con-box {
        padding: 37px 40px; }
        @media (max-width: 1024px) {
          section.deposit .deposit-info-group .deposit-apply-box .apply-con-box {
            padding: 0 24px 30px; } }
        section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row {
          display: flex; }
          @media (max-width: 1024px) {
            section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row {
              flex-flow: row wrap; } }
          section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row + .row {
            margin-top: 38px; }
            @media (max-width: 1024px) {
              section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row + .row {
                margin-top: 25px; } }
          section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .subject-box {
            text-align: left;
            min-width: 107px;
            font-size: 16px;
            line-height: 21px;
            font-weight: 700;
            color: #fff; }
            @media (max-width: 1024px) {
              section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .subject-box {
                min-width: auto; } }
          section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .con-box {
            display: inline-flex;
            align-items: flex-start;
            text-align: left;
            flex-direction: column;
            width: 100%; }
            @media (max-width: 1024px) {
              section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .con-box {
                padding-left: 5px;
                width: auto; } }
            section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .con-box .sub-txt-box {
              font-size: 14px;
              line-height: 18px;
              color: #626262; }
              @media (max-width: 1024px) {
                section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .con-box .sub-txt-box {
                  display: none; } }
            section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .row .con-box .main-txt-box {
              color: #16A246;
              font-size: 16px;
              line-height: 21px;
              font-weight: 700; }
        section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .mobile-sub-txt-box {
          width: 100%;
          font-size: 12px;
          line-height: 16px;
          color: #626262;
          display: none;
          text-align: left;
          padding-top: 5px; }
          @media (max-width: 1024px) {
            section.deposit .deposit-info-group .deposit-apply-box .apply-con-box .mobile-sub-txt-box {
              display: block; } }
      section.deposit .deposit-info-group .deposit-apply-box .apply-foot-box {
        padding-top: 40px;
        width: calc(100% - 80px);
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
        @media (max-width: 1024px) {
          section.deposit .deposit-info-group .deposit-apply-box .apply-foot-box {
            padding: 30px 0;
            width: calc(100% - 48px); } }
        section.deposit .deposit-info-group .deposit-apply-box .apply-foot-box .input-box {
          position: relative; }
        section.deposit .deposit-info-group .deposit-apply-box .apply-foot-box .apply-btn-box {
          padding-top: 40px; }
          @media (max-width: 1024px) {
            section.deposit .deposit-info-group .deposit-apply-box .apply-foot-box .apply-btn-box {
              padding-top: 30px; } }
          section.deposit .deposit-info-group .deposit-apply-box .apply-foot-box .apply-btn-box .apply-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            width: 100%;
            border-radius: 4px;
            color: #fff;
            background-color: #16A246;
            font-weight: 500;
            padding-top: 2px;
            font-size: 14px; }

section.join-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0E1017;
  height: 66px;
  padding: 0 50px; }
  @media (max-width: 1024px) {
    section.join-footer {
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      padding: 15px 24px; } }
  section.join-footer .footer-txt {
    color: #464C60;
    font-size: 14px;
    line-height: 19px; }
    @media (max-width: 1024px) {
      section.join-footer .footer-txt {
        font-size: 13px;
        line-height: 17px; } }
  section.join-footer .footer-menu {
    display: inline-flex;
    align-items: center; }
    section.join-footer .footer-menu .unit-box {
      padding: 5px;
      color: #464C60;
      font-size: 14px;
      line-height: 19px; }
      @media (max-width: 1024px) {
        section.join-footer .footer-menu .unit-box {
          font-size: 13px;
          line-height: 17px; } }
    section.join-footer .footer-menu .footer-link {
      text-decoration: underline;
      text-underline-position: under;
      color: #464C60;
      font-size: 14px;
      line-height: 19px; }
      @media (max-width: 1024px) {
        section.join-footer .footer-menu .footer-link {
          font-size: 13px;
          line-height: 17px; } }

section.inquiry-view {
  padding-bottom: 150px; }
  @media (max-width: 1024px) {
    section.inquiry-view {
      padding-bottom: 60px; } }
  section.inquiry-view .view-info-box {
    display: flex;
    align-items: center;
    padding-bottom: 23px; }
    @media (max-width: 1024px) {
      section.inquiry-view .view-info-box {
        flex-direction: column;
        align-items: flex-start; } }
    section.inquiry-view .view-info-box .item-box {
      display: inline-flex;
      align-items: center; }
      section.inquiry-view .view-info-box .item-box + .item-box {
        margin-left: 63px; }
        @media (max-width: 1024px) {
          section.inquiry-view .view-info-box .item-box + .item-box {
            margin: 16px 0 0 0; } }
      section.inquiry-view .view-info-box .item-box .subject-box {
        font-size: 16px;
        line-height: 21px;
        color: #676A74; }
        @media (max-width: 1024px) {
          section.inquiry-view .view-info-box .item-box .subject-box {
            font-size: 14px;
            line-height: 18px; } }
      section.inquiry-view .view-info-box .item-box .con-box {
        padding-left: 4px;
        font-size: 16px;
        line-height: 21px;
        color: #F5F5F5;
        font-weight: 500; }
        @media (max-width: 1024px) {
          section.inquiry-view .view-info-box .item-box .con-box {
            padding-left: 10px;
            font-size: 14px;
            line-height: 18px; } }
  section.inquiry-view .view-con-box .item-box {
    background-color: #1E2026;
    border-radius: 4px; }
    section.inquiry-view .view-con-box .item-box + .item-box {
      margin-top: 16px; }
    section.inquiry-view .view-con-box .item-box .con-box {
      display: flex;
      flex-direction: column;
      padding: 26px 29px 25px;
      justify-content: flex-start; }
      @media (max-width: 1024px) {
        section.inquiry-view .view-con-box .item-box .con-box {
          padding: 20px 16px; } }
      section.inquiry-view .view-con-box .item-box .con-box .label-box {
        text-align: left;
        padding-bottom: 11px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500; }
        section.inquiry-view .view-con-box .item-box .con-box .label-box.type-1 {
          color: #917B5B; }
        section.inquiry-view .view-con-box .item-box .con-box .label-box.type-2 {
          color: #16A246; }
      section.inquiry-view .view-con-box .item-box .con-box .txt-box {
        text-align: left;
        color: #F5F5F5;
        font-size: 14px;
        line-height: 24px; }
    section.inquiry-view .view-con-box .item-box .info-box {
      text-align: left;
      padding: 30px 29px;
      border-top: 1px solid #282D3C; }
      @media (max-width: 1024px) {
        section.inquiry-view .view-con-box .item-box .info-box {
          padding: 20px 16px; } }
      section.inquiry-view .view-con-box .item-box .info-box .date-box {
        text-align: left;
        display: inline-flex;
        align-items: center; }
        section.inquiry-view .view-con-box .item-box .info-box .date-box + .date-box {
          margin-left: 40px; }
          @media (max-width: 1024px) {
            section.inquiry-view .view-con-box .item-box .info-box .date-box + .date-box {
              margin: 16px 0 0 0; } }
        section.inquiry-view .view-con-box .item-box .info-box .date-box .subject-box {
          font-size: 14px;
          line-height: 18px;
          color: #676A74; }
        section.inquiry-view .view-con-box .item-box .info-box .date-box .txt-box {
          padding-left: 8px;
          font-size: 14px;
          line-height: 18px;
          color: #F5F5F5;
          font-weight: 500; }
  section.inquiry-view .view-menu-box {
    padding-top: 40px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      section.inquiry-view .view-menu-box {
        padding-top: 30px; } }
    section.inquiry-view .view-menu-box .view-menu-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #16A246;
      font-size: 14px;
      padding-top: 2px;
      border-radius: 4px;
      border: 1px solid #16A246;
      height: 40px;
      width: 120px; }
      @media (max-width: 1024px) {
        section.inquiry-view .view-menu-box .view-menu-btn {
          width: 100%; } }

section.main-img-visual {
  padding: 54px 0 70px; }
  @media (max-width: 1024px) {
    section.main-img-visual {
      padding: 20px 0 30px; } }
  section.main-img-visual .main-img-list {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      section.main-img-visual .main-img-list {
        flex-direction: column; } }
    section.main-img-visual .main-img-list .main-img-box {
      width: 100%;
      display: block;
      border-radius: 20px;
      overflow: hidden;
      font-size: 0;
      height: 220px; }
      @media (max-width: 1024px) {
        section.main-img-visual .main-img-list .main-img-box {
          height: 0;
          border-radius: 8px;
          width: 100%;
          padding-bottom: 50%;
          position: relative; } }
      section.main-img-visual .main-img-list .main-img-box + .main-img-box {
        margin-left: 26px; }
        @media (max-width: 1024px) {
          section.main-img-visual .main-img-list .main-img-box + .main-img-box {
            margin: 15px 0 0 0; } }
      section.main-img-visual .main-img-list .main-img-box img {
        max-width: 100%;
        width: 100%;
        max-height: 100%; }
        @media (max-width: 1024px) {
          section.main-img-visual .main-img-list .main-img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%; } }

/*# sourceMappingURL=style.css.map */