@charset "UTF-8";
/* 오버레이 */
@keyframes down {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes left-t {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-d {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-p {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(35deg);
  }
}
#tab_cont {
  width: 100%;
  margin-top: 50px;
}
#tab_cont .cont {
  width: 100%;
  padding: 0 15px;
}
#tab_cont .cont .cont_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#tab_cont .cont .cont_wrap .tab_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#tab_cont .cont .cont_wrap .tab_box .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#tab_cont .cont .cont_wrap .tab_box .tabs {
  width: 100%;
  display: flex;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #00A0D1;
  border-bottom: 1px solid #00A0D1;
}
#tab_cont .cont .cont_wrap .tab_box .tabs .tab_bt {
  padding: 7px 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  border: 1px solid #00A0D1;
  margin: 0 5px;
}
#tab_cont .cont .cont_wrap .tab_box .tabs .tab_bt.act {
  color: #ffffff;
  background-color: #00A0D1;
}

#sub_cont {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
#sub_cont .cont {
  width: 100%;
  padding: 0 15px;
}
#sub_cont .cont .cont_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#sub_cont .cont .cont_wrap .cont_one {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
#sub_cont .cont .cont_wrap .cont_one .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_one .title span {
  font-weight: 700;
  color: #cc4343;
}
#sub_cont .cont .cont_wrap .cont_one .title2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #00A0D1;
}
#sub_cont .cont .cont_wrap .cont_one .title3 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_one .p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .img_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 30px;
}
#sub_cont .cont .cont_wrap .img_title .title_tex {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #426493;
}
#sub_cont .cont .cont_wrap .img_title .p_tex {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #426493;
}
#sub_cont .cont .cont_wrap .img_title .h4_tex {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383b3f;
}
#sub_cont .cont .cont_wrap .img_title.mt {
  margin-top: 50px;
}
#sub_cont .cont .cont_wrap .cont_img_box {
  width: 100%;
  margin-top: 10px;
}
#sub_cont .cont .cont_wrap .cont_img_box .img_box_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sub_cont .cont .cont_wrap .cont_img_box .img_box_wrap .img_box {
  width: calc(50% - 10px);
  height: 490px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub_cont .cont .cont_wrap .cont_img_box .pt {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  margin-top: 20px;
}
#sub_cont .cont .cont_wrap .cont_img_box.mb {
  margin-bottom: 50px;
}

#sub_cont2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}
#sub_cont2 .cont {
  width: 100%;
  padding: 0 15px;
}
#sub_cont2 .cont .cont_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#sub_cont2 .cont .cont_wrap .cont_one {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
#sub_cont2 .cont .cont_wrap .cont_one .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont2 .cont .cont_wrap .cont_one .title span {
  font-weight: 700;
  color: #cc4343;
}
#sub_cont2 .cont .cont_wrap .cont_one .title2 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #00A0D1;
}
#sub_cont2 .cont .cont_wrap .cont_one .title3 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont2 .cont .cont_wrap .cont_one .p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont2 .cont .cont_wrap .cont_img_box {
  width: 100%;
}
#sub_cont2 .cont .cont_wrap .cont_img_box .img_box_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sub_cont2 .cont .cont_wrap .cont_img_box .img_box_wrap .img_box {
  width: calc(50% - 10px);
  height: 490px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub_cont2 .cont .cont_wrap .cont_img_box .pt {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  margin-top: 20px;
}

/*# sourceMappingURL=sub-cont16.css.map */
