@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;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.sub_top_title {
  position: relative;
  padding: 45px 0;
  background-color: #175585;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sub_top_title .top_title {
  padding: 0 15px;
}
.sub_top_title .top_title .title_tex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.sub_top_title .top_title .title_tex .h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}
.sub_top_title .top_title .title_tex .p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.sub_top_title .top_title .title_tex .subMenu_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sub_top_title .top_title .title_tex .subMenu_box .subMenu_bt {
  padding: 10px 30px;
  margin: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  background-color: #ffffff;
}
.sub_top_title .top_title .title_tex .subMenu_box .subMenu_bt.active {
  background-color: #348bd9;
  color: #ffffff;
}
.sub_top_title .top_title .title_tex .bt_box {
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.sub_top_title .top_title .title_tex .bt_box .tex_bt {
  padding: 10px 35px;
  margin: 3px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.sub_top_title .top_title .title_tex .bt_box .tex_bt.active {
  color: #ffffff;
  background-color: #297bd1;
}

@media screen and (max-width: 1200px) {
  .sub_top_title {
    padding: 35px 0;
  }
  .sub_top_title .top_title .title_tex .h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .sub_top_title .top_title .title_tex .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sub_top_title .top_title .title_tex .subMenu_box {
    margin-top: 15px;
  }
  .sub_top_title .top_title .title_tex .subMenu_box .subMenu_bt {
    padding: 10px 30px;
    margin: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sub_top_title .top_title .title_tex .bt_box {
    margin-top: 10px;
  }
  .sub_top_title .top_title .title_tex .bt_box .tex_bt {
    padding: 10px 35px;
    margin: 3px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .sub_top_title {
    padding: 25px 0;
  }
  .sub_top_title .top_title .title_tex .h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 5px;
  }
  .sub_top_title .top_title .title_tex .p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sub_top_title .top_title .title_tex .subMenu_box {
    margin-top: 15px;
  }
  .sub_top_title .top_title .title_tex .subMenu_box .subMenu_bt {
    padding: 10px 30px;
    margin: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sub_top_title .top_title .title_tex .bt_box {
    margin-top: 10px;
  }
  .sub_top_title .top_title .title_tex .bt_box .tex_bt {
    padding: 10px 30px;
    margin: 3px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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