@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);
  }
}
#sub_cont {
  width: 100%;
  margin-top: 20px;
}
#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 .sub_title {
  font-size: 34px;
  font-weight: 400;
  line-height: 43px;
  font-family: "Noto Sans KR", sans-serif;
  color: #075ac1;
}
#sub_cont .cont .cont_wrap .cont_one .sub_title2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_one .title {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  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: 30px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_one .title2 span {
  font-weight: 700;
  color: #3d8701;
}
#sub_cont .cont .cont_wrap .cont_img_box {
  width: 100%;
}
#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_wrap {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
#sub_cont .cont .cont_wrap .cont_img_box .img_box_wrap .img_wrap .img_box {
  width: 100%;
  height: 490px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub_cont .cont .cont_wrap .cont_img_box .img_box_wrap .img_wrap .tex {
  width: 100%;
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_img_box .table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid #475366;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .h_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .h_ul .li {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #475366;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .h_ul .li.one {
  flex: 0.2;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ababab;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul .li {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul .li.one {
  flex: 0.2;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul .li.auto {
  height: auto;
  flex-direction: column;
  padding: 10px 0;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul .li.auto .f_li {
  width: 100%;
  line-height: 30px;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul .li.auto .f_li.cor {
  width: 100%;
  background-color: #5f92dc;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_img_box .table .b_ul .li.auto .f_li.cor2 {
  width: 100%;
  background-color: #d2c564;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .bt_box {
  width: 200px;
  margin: 0 auto 30px;
  background-color: #96a64c;
}
#sub_cont .cont .cont_wrap .bt_box .btn {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
#sub_cont .cont .cont_wrap .cont_two .table {
  width: 100%;
}
#sub_cont .cont .cont_wrap .cont_two .table .h_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sub_cont .cont .cont_wrap .cont_two .table .h_ul .li {
  flex: 1;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #475366;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two .table .h_ul .li.one {
  flex: 0.5;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ababab;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li {
  flex: 1;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.one {
  flex: 0.5;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.two {
  flex: 2;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.two.cor {
  width: 100%;
  background-color: #7bb67c;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box {
  flex: 3;
  display: flex;
  flex-direction: column;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .f_li {
  width: 100%;
  padding: 10px 0;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .f_li.cor {
  width: 100%;
  background-color: #5f92dc;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .f_li.cor2 {
  width: 100%;
  background-color: #d2c564;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .s_box {
  width: 100%;
  display: flex;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .s_box .s_box_li {
  flex: 1;
  padding: 10px 0;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .s_box .s_box_li.cor {
  width: 100%;
  background-color: #5f92dc;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .s_box .s_box_li.cor2 {
  width: 100%;
  background-color: #dcc75f;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_two .table .b_ul .li.li_box .s_box .s_box_li.cor3 {
  width: 100%;
  background-color: #dc9e5f;
  color: #ffffff;
}
#sub_cont .cont .cont_wrap .cont_three {
  width: 100%;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap {
  width: 100%;
  height: 1200px;
  display: flex;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .left {
  width: 935px;
  padding-right: 10px;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .left .box_one {
  width: 100%;
  height: 570px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .left .box_two {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .left .box_two .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Noto Sans KR", sans-serif;
  color: #c19100;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .left .box_two .s_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #0084d0;
  margin: 30px 0 10px;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .left .box_two .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  padding-left: 5px;
}
#sub_cont .cont .cont_wrap .cont_three .img_wrap .right .img {
  width: 100%;
  height: calc(33.3333333333% - 10px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub_cont .cont .hg_60 {
  height: 60px;
}

.imgSec {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #b7b7b7;
}
.imgSec .imgSec_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imgSec .imgSec_wrap .img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.imgSec .imgSec_wrap .img .h4 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.imgSec .imgSec_wrap .img img {
  width: 100%;
  max-width: 1000px;
  margin: 50px 0;
}

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