@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

/* 텍스트 이펙트 */
.visu-top {
  animation: top 1s ease-out 0s both;
}

.visu-top2 {
  animation: top2 1s ease-out 0s both;
}

.visu-top3 {
  animation: top3 1s ease-out 0s both;
}

@keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}
@keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
/* 끝 */
/* 슬라이드 */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rightin {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
@keyframes leftscale {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes leftout {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes topdown {
  0% {
    opacity: 0;
    transform: translateY(-350%);
  }
  40% {
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sCont_one {
  width: 100%;
  padding: 30px 0 70px;
}
.sCont_one .contain {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.sCont_one .contain .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #c8cbcc;
}
.sCont_one .contain .box .title {
  width: 100%;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  font-family: "Frank Ruhl Libre", serif !important;
}
.sCont_one .contain .box .sub_title {
  margin-top: 20px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Frank Ruhl Libre", serif !important;
}
.sCont_one .contain .box .tex {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.sCont_one .contain .box .tex_b {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.sCont_one .contain .box .tex_box {
  width: 100%;
  padding: 20px 0;
}
.sCont_one .contain .box .tex_box .h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.sCont_one .contain .box .tex_box .p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.sCont_one .contain .box .box_p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #323333;
}
.sCont_one .contain .box .box_p.two {
  margin-top: 30px;
}
.sCont_one .contain .box .box_p.two span {
  font-weight: 500;
}

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