@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");
ul, li {
  list-style-type: none;
}

/*/////////커스텀 컬러*/
.info-sec {
  margin-top: 120px;
  margin-bottom: 100px;
}
.info-sec ._con {
  display: flex;
}
.info-sec ._con .left-tex-box {
  width: 50%;
  padding-left: 30px;
}
.info-sec ._con .left-tex-box h1 {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  font-family: "Montserrat", sans-serif;
  color: #bdc0cc;
}
.info-sec ._con .left-tex-box h3 {
  margin-top: 30px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #44464d;
  text-align: left;
}
.info-sec ._con .left-tex-box p {
  margin-top: 15px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #44464d;
  text-align: left;
}
.info-sec ._con .left-tex-box p span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #44464d;
}
.info-sec ._con .right-tex-box {
  width: 50%;
}
.info-sec ._con .right-tex-box img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 1200px) {
  .info-sec {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .info-sec ._con {
    display: flex;
  }
  .info-sec ._con .left-tex-box {
    width: 50%;
    padding-left: 30px;
  }
  .info-sec ._con .left-tex-box h1 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    font-family: "Montserrat", sans-serif;
    color: #bdc0cc;
  }
  .info-sec ._con .left-tex-box h3 {
    margin-top: 30px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .right-tex-box {
    width: 50%;
  }
  .info-sec ._con .right-tex-box img {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .info-sec {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .info-sec ._con {
    display: flex;
    flex-wrap: wrap;
  }
  .info-sec ._con .left-tex-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .info-sec ._con .left-tex-box h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    font-family: "Montserrat", sans-serif;
    color: #bdc0cc;
  }
  .info-sec ._con .left-tex-box h3 {
    margin-top: 30px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .right-tex-box {
    position: relative;
    width: 100%;
    display: flex;
  }
  .info-sec ._con .right-tex-box img {
    position: relative;
    padding-top: 40px;
    padding-left: 30px;
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .info-sec {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .info-sec ._con {
    display: flex;
    flex-wrap: wrap;
  }
  .info-sec ._con .left-tex-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .info-sec ._con .left-tex-box h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    font-family: "Montserrat", sans-serif;
    color: #bdc0cc;
  }
  .info-sec ._con .left-tex-box h3 {
    margin-top: 30px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p {
    margin-top: 15px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .right-tex-box {
    position: relative;
    width: 100%;
    display: flex;
  }
  .info-sec ._con .right-tex-box img {
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .info-sec {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .info-sec ._con {
    display: flex;
    flex-wrap: wrap;
  }
  .info-sec ._con .left-tex-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .info-sec ._con .left-tex-box h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    font-family: "Montserrat", sans-serif;
    color: #bdc0cc;
  }
  .info-sec ._con .left-tex-box h3 {
    margin-top: 30px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .right-tex-box {
    position: relative;
    width: 100%;
    display: flex;
  }
  .info-sec ._con .right-tex-box img {
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 419.99px) {
  .info-sec {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .info-sec ._con {
    display: flex;
    flex-wrap: wrap;
  }
  .info-sec ._con .left-tex-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-sec ._con .left-tex-box h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    font-family: "Montserrat", sans-serif;
    color: #bdc0cc;
  }
  .info-sec ._con .left-tex-box h3 {
    margin-top: 20px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .left-tex-box p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #44464d;
  }
  .info-sec ._con .right-tex-box {
    position: relative;
    width: 100%;
    display: flex;
  }
  .info-sec ._con .right-tex-box img {
    position: relative;
    padding-top: 30px;
    padding-left: 10px;
    width: 210px;
    height: 210px;
  }
}
@keyframes upOver {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(-110%);
  }
}
@keyframes upLimit {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes leftOut {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(-150%);
  }
}
.four-sec {
  margin-top: 100px;
  padding-bottom: 100px;
}
.four-sec ._con #fourImage-box {
  width: 100%;
  padding: 0 0px;
}
.four-sec ._con #fourImage-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.four-sec ._con #fourImage-box ul li {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.four-sec ._con #fourImage-box ul li h3 {
  z-index: 100;
  position: absolute;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #ffffff;
  top: calc(50% - 40px);
  left: 20px;
  opacity: 0;
  transform: translateX(-150%);
  animation: leftOut 1.5s cubic-bezier(0.16, 0.72, 0.18, 0.97) 0s both;
}
.four-sec ._con #fourImage-box ul li p {
  z-index: 100;
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #ffffff;
  top: calc(50% + 20px);
  left: 20px;
  text-align: left;
  width: 60%;
  opacity: 0;
  transform: translateX(-150%);
  animation: leftOut 1.5s cubic-bezier(0.16, 0.72, 0.18, 0.97) 0s both;
}
.four-sec ._con #fourImage-box ul li::before {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: black;
  transform: translateY(110%);
  animation: fadeOut 2s ease 0s both;
}
.four-sec ._con #fourImage-box ul li::after {
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(110%);
  animation: fadeOut 2s ease 0s both;
}
.four-sec ._con #fourImage-box ul li:hover h3 {
  animation: leftIn 1.5s cubic-bezier(0.16, 0.72, 0.18, 0.97) 0.8s both;
}
.four-sec ._con #fourImage-box ul li:hover p {
  animation: leftIn 1.5s cubic-bezier(0.16, 0.72, 0.18, 0.97) 1s both;
}
.four-sec ._con #fourImage-box ul li:hover::before {
  animation: upOver 1.5s cubic-bezier(0, 0.37, 1, 0.48) 0s both;
}
.four-sec ._con #fourImage-box ul li:hover::after {
  animation: upLimit 1.3s cubic-bezier(0.92, 0.17, 0.92, 0.41) 0s both;
}

@media screen and (max-width: 1200px) {
  .four-sec {
    margin-top: 80px;
  }
  .four-sec ._con #fourImage-box {
    width: 100%;
    padding: 0 10px;
  }
  .four-sec ._con #fourImage-box ul {
    width: 100%;
  }
  .four-sec ._con #fourImage-box ul li {
    width: 50%;
    height: 280px;
  }
  .four-sec ._con #fourImage-box ul li h3 {
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 20px);
    left: 20px;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li p {
    z-index: 100;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 0px);
    left: 20px;
    text-align: left;
    width: 70%;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: black;
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
  .four-sec ._con #fourImage-box ul li::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .four-sec {
    margin-top: 70px;
  }
  .four-sec ._con #fourImage-box {
    width: 100%;
    padding: 0 10px;
  }
  .four-sec ._con #fourImage-box ul {
    width: 100%;
  }
  .four-sec ._con #fourImage-box ul li {
    width: 50%;
    height: 230px;
  }
  .four-sec ._con #fourImage-box ul li h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 20px);
    left: 20px;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li p {
    z-index: 100;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 0px);
    left: 20px;
    text-align: left;
    width: 80%;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: black;
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
  .four-sec ._con #fourImage-box ul li::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
}
@media screen and (max-width: 768px) {
  .four-sec {
    margin-top: 60px;
  }
  .four-sec ._con #fourImage-box {
    width: 100%;
    padding: 0 10px;
  }
  .four-sec ._con #fourImage-box ul {
    width: 100%;
  }
  .four-sec ._con #fourImage-box ul li {
    width: 50%;
    height: 180px;
  }
  .four-sec ._con #fourImage-box ul li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 40px);
    left: 20px;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li p {
    z-index: 100;
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 25px);
    left: 20px;
    text-align: left;
    width: 80%;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: black;
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
  .four-sec ._con #fourImage-box ul li::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .four-sec {
    margin-top: 50px;
  }
  .four-sec ._con #fourImage-box {
    width: 100%;
    padding: 0 10px;
  }
  .four-sec ._con #fourImage-box ul {
    width: 100%;
  }
  .four-sec ._con #fourImage-box ul li {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
  }
  .four-sec ._con #fourImage-box ul li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 40px);
    left: 20px;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li p {
    z-index: 100;
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 25px);
    left: 20px;
    text-align: left;
    width: 80%;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: black;
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
  .four-sec ._con #fourImage-box ul li::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
}
@media (max-width: 419.99px) {
  .four-sec {
    margin-top: 40px;
  }
  .four-sec ._con #fourImage-box {
    width: 100%;
    padding: 0 10px;
  }
  .four-sec ._con #fourImage-box ul {
    width: 100%;
  }
  .four-sec ._con #fourImage-box ul li {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }
  .four-sec ._con #fourImage-box ul li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 40px);
    left: 20px;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li p {
    z-index: 100;
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    color: #ffffff;
    top: calc(50% - 25px);
    left: 20px;
    text-align: left;
    width: 80%;
    opacity: 0;
    transform: translateX(-150%);
  }
  .four-sec ._con #fourImage-box ul li::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: black;
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
  .four-sec ._con #fourImage-box ul li::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    animation: fadeOut 2s ease 0s both;
  }
}

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