@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Libre+Baskerville&display=swap");
.wrap {
  min-width: 1900px;
}

@media (max-width: 1024px) {
  .wrap {
    min-width: auto;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 2rem;
  line-height: 7rem;
  color: #f2f2f2;
  width: 100%;
  min-width: 1900px;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.on {
  background: rgba(0, 0, 0, 0.75);
}
.header h1 {
  width: 11.5rem;
}
.header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
}
.header nav > ul > li > a {
  display: block;
  padding: 0 0.75rem;
}
.header .right a {
  font-size: 1.5rem;
  font-weight: 700;
}
.header .right i {
  font-size: 2.4rem;
  margin-right: 0.8rem;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .header {
    line-height: 9rem;
  }
  .header.on {
    background: transparent;
  }
  .header h1 {
    z-index: 10000;
  }
  .header h1 img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .header nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 4.5rem);
    height: 100vh;
    background: #d8534f;
    padding: 5rem 1rem 0 1rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header nav.on {
    left: 0;
  }
  .header nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 4rem;
    margin-top: 3rem;
  }
  .header nav > ul > li ~ li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .right {
    opacity: 0;
    position: fixed;
    bottom: 5rem;
    left: 1.5rem;
    z-index: 1000;
  }
  .header .right a {
    font-size: 2.5rem;
  }
  .header .right.on {
    opacity: 1;
    -webkit-transition: 0.4s 0.4s;
    transition: 0.4s 0.4s;
  }
}
@media (max-width: 768px) {
  .header {
    line-height: 7rem;
  }
  .header h1 img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header nav > ul {
    font-size: 0.8rem;
    line-height: 2rem;
  }
  .header .right a {
    font-size: 1.5rem;
  }
}
.visual {
  position: relative;
}
.visual:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.visual figure {
  height: 100vh;
}
.visual figure.item01 {
  background: url("../img/bg_intro01.jpg") no-repeat center center/cover;
}
.visual figure.item02 {
  background: url("../img/bg_intro02.jpg") no-repeat center center/cover;
}
.visual figure.item03 {
  background: url("../img/bg_intro03.jpg") no-repeat center center/cover;
}
.visual .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  color: #f2f2f2;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.visual .slogan strong {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.visual .slogan h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family: "Kaushan Script", "Noto Sans KR";
}
.visual .slogan p {
  font-weight: 300;
  line-height: 1.618;
}
.visual .slick-dots {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.visual .slick-dots > li {
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  margin: 0 0.25rem;
  overflow: hidden;
}
.visual .slick-dots > li button {
  display: none;
}
.visual .slick-dots > li:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #f00;
}
.visual .slick-dots > li.slick-active:after {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .visual .slogan {
    padding: 0 0.75rem;
  }
  .visual .slogan h2 {
    font-size: 10vw;
    line-height: 1.5;
  }
  .visual .slogan p {
    font-size: 3vw;
  }
}
.content {
  padding: 5rem 0;
  text-align: center;
}
.content h2 {
  font-size: 0.7rem;
  margin-bottom: 0.25em;
}
.content p {
  font-size: 2rem;
  font-family: "Kaushan Script", "Noto Sans KR";
  color: #87674e;
  margin-bottom: 1.5rem;
}
.content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 60rem;
  margin: 0 auto;
}
.content figure {
  width: 50%;
  padding: 0 0.75rem;
  position: relative;
}
.content figure img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content figure .case {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.content figure .case:before {
  content: "";
  display: block;
  content: attr(data-prnum);
  width: 9rem;
  background: #5bbfdd;
  color: #f2f2f2;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
  z-index: 998;
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}
.content figure .case:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.content figure .case:hover:before {
  width: 13rem;
}
.content figure h3 {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
.content figure strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: auto;
  }
  .content figure {
    width: 100%;
    padding: 0 2.5rem;
  }
  .content figure h3 {
    font-size: 4vw;
  }
  .content figure strong {
    display: block;
    font-size: 5vw;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .content figure {
    padding: 0 0.75rem;
  }
}
.customer {
  padding: 5rem 0 30rem 0;
  background: url("../img/bg_main2.jpg") no-repeat center center/cover;
  text-align: center;
  color: #f2f2f2;
}
.customer h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.customer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60rem;
  margin: 0 auto;
}
.customer .container li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.75rem;
}
.customer .container li a {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  padding: 4rem 0.75rem;
  border-radius: 1rem;
}
.customer h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.customer p {
  font-size: 0.71rem;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .customer {
    padding: 5rem 0 5rem 0;
    background: url("../img/bg_main2.jpg") no-repeat left bottom/cover;
  }
  .customer h2 {
    font-size: 5vw;
  }
  .customer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: auto;
    padding: 0 2.5rem;
  }
  .customer .container li {
    margin-bottom: 2rem;
  }
  .customer .container li a {
    padding: 4rem 5rem;
  }
}
@media (max-width: 768px) {
  .customer .container {
    padding: 0;
  }
  .customer .container li a {
    padding: 4rem 0.75rem;
  }
}
.footer {
  padding: 3rem 0;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 400;
  color: #444;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}
.footer ul li ~ li:before {
  content: "";
  display: block;
  display: inline-block;
  width: 1px;
  height: 0.5rem;
  background: #ddd;
  margin: 0 0.75rem;
}

@media (max-width: 1024px) {
  .footer {
    background: #333;
    padding: 3rem 0.5rem;
    color: #f2f2f2;
    font-weight: 300;
    line-height: 1.6;
  }
  .footer ul {
    display: block;
  }
  .footer ul li {
    display: inline-block;
    margin: 0 0.5rem;
  }
  .footer ul li ~ li:before {
    display: none;
  }
}
.mopen {
  display: none;
}

@media (max-width: 1024px) {
  .mopen {
    display: block;
    position: fixed;
    top: 2.5rem;
    right: 0.8rem;
    color: #f2f2f2;
    font-size: 2.2rem;
    padding: 0.25rem;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
}
@media (max-width: 768px) {
  .mopen {
    right: 1.5rem;
    font-size: 1.5rem;
  }
}