@charset "UTF-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-size: 14px;
    color: #111;
    letter-spacing: -0.45px;
}
ul{
  list-style: none;
}
body, html {
  font-synthesis: none;
}
@font-face {
    font-family: 'Pretendard';
    src: url("/fonts/Pretendard/PretendardVariable.woff2") format('woff');
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url("/fonts/Pretendard/Pretendard-Regular.woff2") format('woff');
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url("/fonts/Pretendard/Pretendard-SemiBold.woff2") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url("/fonts/Pretendard/Pretendard-Medium.woff2") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url("/fonts/Pretendard/Pretendard-Bold.woff2") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url("/fonts/Pretendard/Pretendard-Light.woff2") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body{
  background-color: #222;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.landing {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 999999;
  }
  .footer{
    width: 100%;
    height: 100vh;
  }
  .landing .clickBg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
  }
  
  .landing .text-Slide {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .landing .click {
    position: fixed;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    opacity: 0;    
    pointer-events: none;
  }
  .landing .click.on {
    opacity: 1;  
    pointer-events: auto; 
  }
  
  .landing .click p {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  
  .landing .text-Slide * {
    font-family: "Pretendard";
    color: #fff;
  }
  
  .landing .text-Slide .d-flex {
    width: 100%;
    max-width: 1708px;
  }
  
  .landing .text-Slide h1 {
    font-size: 110px;
    font-weight: 900;
    width: 100%;
    max-width: 650px;
    line-height: 1;
  }
  
  .landing .text-Slide .txt-wrap {
    height: 100%;
    min-height: 596px;
    width: 100%;
    min-width: calc(100% - 650px);
  }
  
  .landing .text-Slide .txt-wrap p {
    font-size: 95px;
    font-weight: 900;
  }
  
  .landing .text-Slide .txt-wrap p:not(:last-of-type) {
    margin-bottom: 36px;
  }
  
  .landing .text-Slide .txt-wrap p span {
    font-size: 30px;
    font-weight: 700;
  }
  
  .landing .text-Slide .txt-wrap p:has(span) {
    font-size: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.2;
  }
  
  .hide-m {
    display: block;
  }
  
  .view-m {
    display: none;
  }
  .footer{
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .app-footer {
    background: #2d2d2d;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .app-footer .footer-container{
      width: 100%;
      max-width: 1080px;
      padding: 25px 0;
  }
  footer .footer-container .flex-box .moongu-info p {
    color: rgba(255, 255, 255, 0.7);
    font-family: "NanumSquare", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 12px;
}
footer .flex-box{
  display: flex;
  align-items: center;
}
footer .footer-container .flex-box .logo-box{
  margin-right: 40px;
}
footer .footer-container .flex-box .moongu-info {
  padding-left: 20px;
  position: relative;
}
footer .footer-container .flex-box .moongu-info:before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  height: 84px;
  width: 1px;
  left: 0;
}
footer .footer-container .flex-box .moongu-info ul{
  display: flex;
}
footer .footer-container .flex-box .moongu-info ul:nth-of-type(2){
  margin-bottom: 12px;

}
footer .footer-container .flex-box .moongu-info ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: "NanumSquare", sans-serif;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
}
footer .footer-container .flex-box .moongu-info small {
  color: rgba(255, 255, 255, 0.5);
  font-family: "NanumSquare", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
  @media (max-width: 1570px) {
    .landing .text-Slide .d-flex {
      max-width: 1400px;
    }
    .landing .text-Slide h1 {
      max-width: 470px;
      font-size: 100px;
    }
    .landing .text-Slide .txt-wrap {
      min-height: 504px;
      min-width: calc(100% - 470px);
    }
    .landing .text-Slide .txt-wrap p {
      font-size: 80px;
    }
    .landing .text-Slide .txt-wrap p span {
      font-size: 25px;
    }
    .landing .click {
      bottom: 20px;
    }
  }
  @media (max-width: 1500px) {
    .hide-m {
      display: none;
    }
    .view-m {
      display: block;
    }
    .clickBg {
      display: none;
    }
    .landing .text-Slide .d-flex {
      max-width: 420px;
      flex-direction: column;
      padding: 0 30px;
    }
    .landing .text-Slide h1 {
      max-width: none;
      font-size: 45px;
      margin-bottom: 46px;
    }
    .landing .text-Slide .txt-wrap p {
      font-size: 30px;
      word-break: keep-all;
    }
    .landing .text-Slide .txt-wrap {
      min-height: 342px;
      min-width: auto;
    }
    .landing .text-Slide .txt-wrap p span {
      font-size: 15px;
    }
    .app-footer .footer-container{
      padding: 25px 10px;
    }
    footer .footer-container .flex-box .logo-box {
      margin-right: 10px;
    }
    footer .footer-container .flex-box .moongu-info ul {
      display: flex;
      flex-direction: column;
  }
  footer .footer-container .flex-box .moongu-info:before{
    top: 50%;
    transform: translateY(-50%);
  }
  .app-footer .footer-container{
    max-width: fit-content;
  }
  }
 