@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: 80px 0;
  border-bottom: 1px solid #afb2b3;
}
.sCont_one .contain {
  width: 100%;
  padding: 0 15px;
}
.sCont_one .contain .box {
  width: 100%;
}
.sCont_one .contain .box .tex {
  width: 100%;
  display: inline-block;
  font-size: 26px;
  font-weight: 300;
  line-height: 48px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sCont_one .contain .box .tex span {
  font-weight: 700;
}

.sCont_two {
  width: 100%;
  padding: 70px 0;
}
.sCont_two .contain {
  width: 100%;
  padding: 0 15px;
}
.sCont_two .contain .box {
  width: 100%;
}
.sCont_two .contain .box .left {
  display: flex;
  align-items: center;
  width: 350px;
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-transform: uppercase;
}
.sCont_two .contain .box .left:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 42px;
  margin-left: 230px;
  background-color: #303034;
}
.sCont_two .contain .box .right ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sCont_two .contain .box .right ul li {
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  margin-bottom: 15px;
}
.sCont_two .contain .box .right ul li .year {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  width: 130px;
}

.sCont_three {
  width: 100%;
  padding: 70px 0;
  background-color: #f5f8fa;
}
.sCont_three .contain {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.sCont_three .contain .title {
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.sCont_three .contain .box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.sCont_three .contain .box .left {
  width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sCont_three .contain .box .left .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  margin-bottom: 0;
}
.sCont_three .contain .box .left .sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sCont_three .contain .box .right {
  display: flex;
  align-items: center;
}
.sCont_three .contain .box .right img {
  max-width: 250px;
  margin-right: 10px;
}

.sCont_four {
  width: 100%;
  padding: 70px 0;
}
.sCont_four .contain {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.sCont_four .contain .title {
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sCont_four .contain .p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sCont_four .contain .p_box {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sCont_four .contain .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.sCont_four .contain .box .left {
  width: 33.3333333333%;
  height: 410px;
  padding-right: 10px;
}
.sCont_four .contain .box .left .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sCont_four .contain .box .center {
  width: 33.3333333333%;
  height: 410px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sCont_four .contain .box .center .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sCont_four .contain .box .center .img.one {
  width: 38%;
  height: 168px;
}
.sCont_four .contain .box .center .img.two {
  width: 60%;
  height: 168px;
}
.sCont_four .contain .box .center .img.three {
  width: 100%;
  height: 230px;
  margin-top: 10px;
}
.sCont_four .contain .box .right {
  width: 33.3333333333%;
  height: 410px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.sCont_four .contain .box .right .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sCont_four .contain .box .right .img.one {
  width: 100%;
  height: 200px;
}
.sCont_four .contain .box .right .img.two {
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

.sCont_five {
  width: 100%;
  padding: 70px 0;
}
.sCont_five .contain {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.sCont_five .contain .title {
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sCont_five .contain .box {
  width: 100%;
  display: flex;
}
.sCont_five .contain .box .left {
  width: 50%;
  margin-top: 30px;
}
.sCont_five .contain .box .left .title_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #afb2b3;
  padding-bottom: 10px;
  padding-top: 30px;
}
.sCont_five .contain .box .left .title_box .t {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sCont_five .contain .box .left .title_box .s {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sCont_five .contain .box .left .list {
  width: 100%;
}
.sCont_five .contain .box .left .list ul {
  width: 100%;
  padding: 15px 0;
}
.sCont_five .contain .box .left .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
}
.sCont_five .contain .box .left .list ul li img {
  margin-right: 20px;
}
.sCont_five .contain .box .left .list ul li .p {
  font-size: 18px;
  font-weight: 300;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.sCont_five .contain .box .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sCont_five .contain .box .right img {
  max-width: 100%;
}
.sCont_five .contain .box .right img.pc {
  display: flex;
}
.sCont_five .contain .box .right img.mo {
  display: none;
}

.sCont_six {
  width: 100%;
  padding: 0 0 70px;
}
.sCont_six .contain {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.sCont_six .contain .title {
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sCont_six .contain .box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sCont_six .contain .box .addr {
  width: 100%;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  margin-top: 15px;
}
.sCont_six .contain .box .addr span {
  font-weight: 700;
}
.sCont_six .contain .box .info {
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}

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