@charset "UTF-8";
/**************************************** idx 공통 시작*/
/**************************************** idx 공통 끝*/
/**************************************** sec1 시작*/
.s1__wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hero_nav_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero_btn {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}
.hero_btn::after {
  display: none;
}
.hero_btn:hover {
  background-color: #fff;
}
.hero_btn:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/**************************************** sec1 끝*/
/**************************************** sec2 시작*/
.sec2 {
  padding: 80px 0 100px;
}

.s2__title_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.s2__title_wrap .bar {
  display: block;
  width: 2px;
  height: 35px;
  background-color: #222;
  margin-bottom: 30px;
}
.s2__title_wrap .title {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "EsaManru";
  text-align: center;
  margin-bottom: 20px;
}
.s2__title_wrap .cap_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 10px;
}
.s2__title_wrap .cap_wrap p {
  font-size: 1.125rem;
}
.s2__title_wrap .cap_wrap p span {
  font-weight: 700;
}

.s2__con_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.s2__con_wrap .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow: hidden;
}
.s2__con_wrap .int.animated {
  -webkit-animation: toRightSlide 1s forwards;
          animation: toRightSlide 1s forwards;
}
.s2__con_wrap .curr {
  width: 100%;
  position: relative;
  background-color: #96D5FF;
  padding: 55px 80px;
  height: 300px;
  overflow: hidden;
}
.s2__con_wrap .curr .title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.s2__con_wrap .curr .title h2 {
  font-family: "EsaManru";
  font-size: 1.875rem;
  font-weight: 700;
}
.s2__con_wrap .curr .title p {
  font-size: 1.125rem;
  font-weight: 500;
}
.s2__con_wrap .curr figure {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.s2__con_wrap .curr figure.animated {
  -webkit-animation: toRightIn 1s forwards ease-in-out;
          animation: toRightIn 1s forwards ease-in-out;
}
.s2__con_wrap .curr .more {
  position: absolute;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #030BB6;
}
.s2__con_wrap .curr .more img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.s2__con_wrap .curr .more:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.s2__con_wrap .sug {
  position: relative;
}
.s2__con_wrap .sug.animated {
  -webkit-animation: toLeftSlide 1s forwards;
          animation: toLeftSlide 1s forwards;
}
.s2__con_wrap .sug .title_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
  z-index: 5;
}
.s2__con_wrap .sug .title_wrap .title {
  font-family: "EsaManru";
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 150%;
}
.s2__con_wrap .sug .title_wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.s2__con_wrap .sug .title_wrap .info li a {
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 60px;
  border-radius: 100px;
  border: 2px solid #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.s2__con_wrap .sug .title_wrap .info li a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.s2__con_wrap .sug .title_wrap .info li a:hover {
  background-color: #fff;
  color: #222;
}
.s2__con_wrap .sug .title_wrap .info li a:hover img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

@-webkit-keyframes toRightSlide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes toRightSlide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes toLeftSlide {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes toLeftSlide {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes toRightIn {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes toRightIn {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
/**************************************** sec2 끝*/
/**************************************** sec3 시작*/
.sec3 {
  background: rgba(162, 214, 249, 0.15);
  padding: 100px 0;
}

.s3__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.s3__top .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.s3__top .title_wrap h2 {
  font-family: "EsaManru";
  font-size: 1.875rem;
  font-weight: 500;
}
.s3__top .title_wrap p {
  font-size: 1.125rem;
}

.s3__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.s3__tab li {
  cursor: pointer;
  width: 190px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "EsaManru";
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 100px;
  color: #CCCCCC;
}
.s3__tab li.active {
  background: #030BB6;
  -webkit-box-shadow: 10px 10px 15px rgba(3, 11, 182, 0.15);
          box-shadow: 10px 10px 15px rgba(3, 11, 182, 0.15);
  color: #fff;
}

.s3__container {
  position: relative;
  display: none;
}

.s3__con {
  position: relative;
  max-width: 335px;
  height: 450px;
  padding: 50px 40px;
  overflow: hidden;
}
.s3__con .info_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.s3__con .info_wrap .title .name {
  font-family: "EsaManru";
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}
.s3__con .info_wrap .title .name span {
  display: block;
}
.s3__con .info_wrap .title .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ccc;
}
.s3__con .info_wrap .title .graduate {
  font-size: 1.125rem;
  color: #96D5FF;
  display: none;
}
.s3__con .info_wrap .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: -99;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.s3__con .info_wrap .info li {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}
.s3__con .thum {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.s3__con .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s3__con::after {
  content: "";
  position: absolute;
  background-color: rgba(3, 11, 182, 0.8);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 200%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.s3__con.active .info_wrap .title .name {
  color: #fff;
}
.s3__con.active .info_wrap .title .graduate {
  display: block;
}
.s3__con.active .info_wrap .info {
  z-index: 0;
  opacity: 1;
}
.s3__con.active::after {
  left: 50%;
}

.s3__btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.15));
}
.s3__btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.s3__btn::after {
  display: none;
}

.s3__prev {
  left: -25px;
}

.s3__next {
  right: -25px;
}

/**************************************** sec3 끝*/
/**************************************** sec4 시작*/
.sec4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**************************************** sec4 끝*/
@media screen and (max-width: 1440px) {
  .s3__prev {
    left: 10px;
  }
  .s3__next {
    right: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .s2__con_wrap .curr {
    padding: 55px 30px;
  }
  .s2__con_wrap .curr .title h2 {
    font-size: 1.625rem;
  }
  .s2__con_wrap .curr .title p {
    font-size: 1.0625rem;
  }
  .s2__con_wrap .curr .title p .br_mo {
    display: block;
  }
  .s2__con_wrap .curr figure {
    max-width: 200px;
  }
  .s2__con_wrap .sug {
    position: relative;
  }
  .s2__con_wrap .sug .title_wrap {
    padding: 0 30px;
  }
  .s2__con_wrap .sug .title_wrap .title {
    font-size: 1.625rem;
  }
  .s2__con_wrap .sug .title_wrap .info {
    row-gap: 10px;
  }
  .s2__con_wrap .sug .title_wrap .info li a {
    min-width: 140px;
    height: 45px;
    border: 1px solid #FFFFFF;
    font-size: 0.875rem;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .s2__con_wrap .sug .title_wrap .info li a img {
    max-width: 15px;
  }
  .s3__con {
    height: 400px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hero_btn {
    width: 40px;
    height: 40px;
  }
  .hero_btn img {
    max-width: 8px;
  }
  .sec2 {
    padding: 60px 0 80px;
  }
  .s2__wrap.wrapper {
    padding: 0;
  }
  .s2__con_wrap .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .s2__con_wrap .curr {
    padding: 55px 30px;
    height: 250px;
  }
  .s2__con_wrap .curr .title h2 {
    font-size: 1.625rem;
  }
  .s2__con_wrap .curr .title p {
    font-size: 1.0625rem;
  }
  .s2__con_wrap .curr .title p .br_mo {
    display: block;
  }
  .s2__con_wrap .curr figure {
    max-width: 200px;
  }
  .s2__con_wrap .sug {
    height: 300px;
  }
  .s2__con_wrap .sug .title_wrap {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  .s2__con_wrap .sug .title_wrap .title {
    font-size: 1.125rem;
  }
  .s2__con_wrap .sug .title_wrap .info {
    row-gap: 10px;
  }
  .s2__con_wrap .sug .title_wrap .info li a {
    min-width: 120px;
    height: 35px;
    font-size: 0.875rem;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .s2__con_wrap .sug .title_wrap .info li a img {
    max-width: 12px;
  }
  .s2__con_wrap .sug figure {
    width: 100%;
    height: 100%;
  }
  .s2__con_wrap .sug figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc((100% + 300px) / 2);
       object-position: calc((100% + 300px) / 2);
  }
  .sec3 {
    padding: 80px 0;
  }
  .s3__top {
    margin-bottom: 40px;
  }
  .s3__top .title_wrap {
    row-gap: 10px;
  }
  .s3__tab {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .s3__tab li {
    width: 140px;
    height: 50px;
    font-size: 1.125rem;
  }
  .s3__con {
    padding: 40px 20px;
  }
  .s3__con .info_wrap .title .name {
    font-size: 1.875rem;
  }
  .s3__con .info_wrap .title .more_btn {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .s3__con .info_wrap .title .more_btn img {
    max-width: 12px;
  }
  .s3__con .info_wrap .title .graduate {
    font-size: 1rem;
  }
  .s3__btn {
    width: 40px;
    height: 40px;
  }
  .s3__btn img {
    max-width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .s2__con_wrap .sug picture {
    width: 100%;
    height: 100%;
  }
  .s2__con_wrap .sug picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 540px) {
  .hero_btn {
    width: 35px;
    height: 35px;
  }
  .hero_btn img {
    max-width: 6px;
  }
  .sec2 {
    padding: 50px 0 70px;
  }
  .s2__title_wrap {
    margin-bottom: 40px;
  }
  .s2__title_wrap .bar {
    height: 25px;
    margin-bottom: 20px;
  }
  .s2__title_wrap .title {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
  .s2__title_wrap .cap_wrap {
    row-gap: 5px;
  }
  .s2__title_wrap .cap_wrap p {
    font-size: 1.0625rem;
  }
  .s2__con_wrap .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .s2__con_wrap .curr {
    padding: 35px 20px;
    height: 180px;
  }
  .s2__con_wrap .curr .title h2 {
    font-size: 1.375rem;
    font-weight: 500;
  }
  .s2__con_wrap .curr .title p {
    font-size: 1.0625rem;
  }
  .s2__con_wrap .curr .title p .br_mo {
    display: block;
  }
  .s2__con_wrap .curr figure {
    max-width: 150px;
  }
  .s2__con_wrap .curr .more {
    bottom: 35px;
  }
  .s2__con_wrap .sug {
    height: 270px;
  }
  .s2__con_wrap .sug .title_wrap {
    padding: 0 20px;
  }
  .s2__con_wrap .sug .title_wrap .title {
    font-size: 1rem;
    font-weight: 500;
  }
  .s2__con_wrap .sug .title_wrap .info li a {
    min-width: 110px;
    height: 30px;
  }
  .s2__con_wrap .sug .title_wrap .info li a img {
    max-width: 10px;
  }
  .sec3 {
    padding: 70px 0;
  }
  .s3__top {
    margin-bottom: 40px;
  }
  .s3__top .title_wrap {
    row-gap: 10px;
  }
  .s3__top .title_wrap h2 {
    font-size: 1.625rem;
  }
  .s3__top .title_wrap p {
    font-size: 1.0625rem;
  }
  .s3__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .s3__tab li {
    width: 90px;
    height: 35px;
    font-size: 1rem;
  }
  .s3__con {
    height: 350px;
    max-width: none;
    padding: 40px 20px;
  }
  .s3__con .info_wrap .title .name {
    font-size: 1.875rem;
  }
  .s3__con .info_wrap .title .more_btn {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .s3__con .info_wrap .title .more_btn img {
    max-width: 12px;
  }
  .s3__con .info_wrap .title .graduate {
    font-size: 1rem;
  }
  .s3__con .thum img {
    height: auto;
  }
  .s3__btn {
    width: 35px;
    height: 35px;
  }
  .s3__btn img {
    max-width: 6px;
  }
}/*# sourceMappingURL=main.css.map */