@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Special+Elite&display=swap");
@import url(fontawesome.min.css);
@import url(solid.css);
@import url(reset.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  margin: 0;
  width: 100%;
  -webkit-tap-highlight-color: transparent; }

.page-body {
  box-sizing: border-box;
  font-family: "Special Elite", cursive;
  color: #000; }
  .page-body .header {
    position: relative;
    width: 100%;
    z-index: 10; }
    .page-body .header .logo {
      display: block;
      position: absolute;
      top: 5vh;
      left: 11vw;
      font-family: "East Sea Dokdo", cursive;
      font-size: clamp(6em, 20vw, 12em);
      color: #ffedd8;
      transform: rotate(-13deg);
      cursor: default;
      text-decoration: none;
      text-shadow: -1px 1px 0px #fabf88, -3px 3px 0px #954556, -7px 7px 0px #500d61; }
      .page-body .header .logo:hover {
        text-shadow: -2px 2px 0px #fabf88, -6px 6px 0px #954556, -14px 14px 0px #500d61; }
    .page-body .header .social {
      position: absolute;
      display: block;
      top: 34vh;
      left: 9vw;
      height: 7vh;
      min-width: 7vh;
      width: auto; }
      .page-body .header .social .__list {
        display: block;
        width: calc(7vh*3);
        right: 5vh; }
        .page-body .header .social .__list .__platform {
          position: relative;
          width: 6vh;
          height: 6vh;
          cursor: pointer;
          z-index: 9999; }
          .page-body .header .social .__list .__platform img {
            display: inline-block;
            width: 5vh;
            height: 5vh;
            margin: .5vh 0; }
          .page-body .header .social .__list .__platform:hover {
            opacity: .6; }
  .page-body .main {
    display: block;
    position: relative;
    width: 100%; }
    .page-body .main .hero-content {
      height: 100vh;
      min-height: 960px;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      background: url(../images/banner-bg.png) repeat;
      border-width: 30px;
      border-top: 0;
      border-bottom: 0;
      border-style: solid;
      border-image: linear-gradient(to bottom, #ba5757, #cc6842) 1;
      box-shadow: inset 3px 0px 0px -2px #500d61, inset -3px 0px 0px -2px #500d61, inset 0px -50px 50px -50px #bbd5c3;
      z-index: auto; }
      .page-body .main .hero-content:before {
        content: "";
        position: absolute;
        display: block;
        background: url(../images/stain.png) repeat;
        width: 100%;
        height: 100%;
        transition: all ease-in-out 1s;
        opacity: .3; }
    .page-body .main .hero-content > .container.--left {
      margin-top: calc(8vh + 85px*2);
      position: relative;
      top: inherit !important;
      padding-top: 60px;
      width: 40%;
      min-width: 400px;
      background: url(../images/paper_texture.png) repeat;
      height: auto;
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      border-right: 1px solid rgba(0, 0, 0, 0.2); }
      .page-body .main .hero-content > .container.--left::before {
        content: '';
        position: absolute;
        top: -85px;
        width: 100%;
        height: 85px;
        background: url(../images/topbar.png) no-repeat; }
      .page-body .main .hero-content > .container.--left h2 {
        font-size: 2em;
        margin: 0 0 .5em 120px; }
      .page-body .main .hero-content > .container.--left ul {
        margin-left: 120px;
        list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='-1 -1 2 2'><circle r='0.5' /></svg>");
        line-height: 1.5em; }
        .page-body .main .hero-content > .container.--left ul :nth-last-child(1) {
          text-decoration: line-through; }
      .page-body .main .hero-content > .container.--left a {
        color: #881327;
        text-decoration: none; }
        .page-body .main .hero-content > .container.--left a:hover {
          text-decoration: underline; }
    .page-body .main .hero-content > .container.--right {
      margin-top: 80px;
      position: relative !important;
      width: 30vw;
      height: auto; }
      .page-body .main .hero-content > .container.--right img {
        animation: float 5s ease-out infinite; }
    .page-body .main .cta {
      position: relative;
      margin-bottom: .5em;
      width: 100%;
      display: block;
      text-align: center;
      font-size: 1.1em;
      transform: rotate(-3deg);
      z-index: 9999; }
    .page-body .main .portfolio {
      position: relative;
      background: url(https://grainy-gradients.vercel.app/noise.svg) rgba(61, 57, 77, 0.98);
      background-blend-mode: multiply; }
      .page-body .main .portfolio::before, .page-body .main .portfolio::after {
        content: '';
        position: absolute; }
      .page-body .main .portfolio::before {
        top: -351px;
        left: 0;
        width: 391px;
        height: 351px;
        background: url(../images/cloud-left.png) no-repeat; }
      .page-body .main .portfolio::after {
        top: -306px;
        right: 0;
        width: 304px;
        height: 306px;
        background: url(../images/cloud-right.png) no-repeat; }
  .page-body .general-animation {
    transition: all ease-in-out .2s; }
@keyframes float {
  50% {
    transform: translate(0, 10px); } }
  @media only screen and (max-width: 1200px) {
    .page-body .hero-content > .container.--right {
      width: 50vw !important; } }
  @media only screen and (max-width: 960px) {
    .page-body .hero-content > .container.--right {
      display: none !important; } }

/*# sourceMappingURL=main.css.map */
