@charset "utf-8";

* {
  box-sizing: border-box;
}

.main_wrap .mv {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 145px;
}

.mv_slide .items {
  position: relative;
  height: 655px;
}

.mv_slide .items img {
  margin: 0 auto;
}

.mv_slide .slick-prev.slick-arrow {
  font-size: 0;
  background-image: url('/image/main/m_arrow_l.png');
  width: 22px;
  height: 40px;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}

.mv_slide .slick-next.slick-arrow {
  font-size: 0;
  background-image: url('/image/main/m_arrow_r.png');
  width: 22px;
  height: 40px;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 50%;
  margin-right: -700px;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}

.mv .mv-contents {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 115px;
}

.mv-text {
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -600px;
  z-index: 99;
}

.mv-text .mv-text_01 {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -0.056em;
}

.mv-text .mv-text_02 {
  padding-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
}

.mv .mv-btn {
  padding-top: 50px;
}

.mv .mv-btn a {
  display: inline-block;
  padding: 15px 64px;
  border-radius: 5px;
}

.mv .mv-btn a:first-child {
  margin-right: 16px;
}

.mv .mv-btn p {
  font-size: 17px;
  font-weight: bold;
}

.mv .mv-btn .blue_btn {
  background-color: #2e8bef;
  color: #fff;
}

.mv .mv-btn .blue_btn:hover {
  background-color: #297dd6;
}

.mv .mv-btn .white_btn {
  background-color: #fff;
  color: #666;
}

.mv .mv-btn .white_btn:hover {
  background-color: #e6e6e6;
}

.section_tit {
  text-align: center;
  color: #333;
}

.section_tit br {
  display: none;
}

.section_tit p:first-child {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
  position: relative;
}

/* .section_tit p:first-child::after {
    content: "";
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color:#2e8bef;
    position: absolute;
    top:0;
    right:-10px;
} */

.section_tit p:nth-child(2) {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.education {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background: #f8f8f8;
}

.education_slide {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.education_slide .items {
  cursor: pointer;
  position: relative;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
  overflow: hidden;
  background: #fff;
  transition: all ease 0.5s;
}

.education_slide .items img {
  transition: all ease 0.5s;
}

.education_slide_img {
  overflow: hidden;
}

.education_slide a:hover {
  border: 1px solid #2e8bef;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.education_slide a:hover img {
  transform: scale(1.2);
}

.education_slide .items:last-child {
  margin-right: 0;
}

.education_slide .education_slide_img img {
  width: 100%;
  height: 200px;
  display: block;
}

.education_slide .slick-prev.slick-arrow {
  font-size: 0;
  background-image: url('/image/main/e_arrow_l.png');
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: -102px;
  top: 149px;
  z-index: 99;
  cursor: pointer;
}

.education_slide .slick-next.slick-arrow {
  font-size: 0;
  background-image: url('/image/main/e_arrow_r.png');
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: -102px;
  top: 149px;
  z-index: 99;
  cursor: pointer;
}

.education_slide .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
}

.education_slide .slick-dots li {
  display: inline;
  margin: 0 4px;
}

.education_slide .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 35px;
  height: 4px;
  border-radius: 0%;
  background-color: #ced4da;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: ease-in-out 0.3s;
}

.education_slide .slick-dots li.slick-active button {
  width: 60px;
  background-color: #2e8bea;
}

.edu_job {
  padding: 20px;
  color: #333;
}

.edu_job p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
}

.edu_job p:nth-child(2) {
  padding-top: 12px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.edu_date {
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 16px 20px;
}

.edu_date p b {
  margin-left: 10px;
}

.edu_date::before {
  content: '';
  width: 234px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 21px;
  top: 0;
}

.edu_plan {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #fab005;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.edu_ing {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #2e8bef;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.edu_end {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #343a40;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.special .special_bg {
  background-image: url(/image/main/special.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 740px;
}

.special .section_tit {
  text-align: center;
  color: #fff;
  padding-top: 120px;
}

.special_step {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

.special .special_step .special_box {
  padding-top: 110px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  height: 365px;
  margin-right: 2%;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
}

.special .special_step .special_box:last-child {
  margin-right: 0%;
}

.special .special_step .special_box p {
  color: #fff;
}

.special .special_step .special_box p:nth-child(2) {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

.special .special_step .special_box p:nth-child(3) {
  font-size: 22px;
  padding-top: 10px;
}

.special .special_step .special_box p:nth-child(4) {
  padding: 20px 100px 0 100px;
  opacity: 0;
}

.special .special_step .special_box:hover {
  background-color: #2e8bef;
  padding-top: 60px;
  border: 0;
}

.special .special_step .special_box:hover p:nth-child(4) {
  opacity: 1;
  transition: all ease 0.3s;
}

.community {
  padding-top: 130px;
  padding-bottom: 105px;
  max-width: 1200px;
  margin: 0 auto;
}

.community .section_tit {
  margin-bottom: 40px;
}
.community_more {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  margin-left: auto;
}
.community_more svg {
  width: 16px;
  height: 16px;
}
.community_cont .gallery-list {
  margin-bottom: 60px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  overflow: visible;
}
.community_cont .gallery-list__record {
  border-radius: 4px;
  border: 1px solid #dedede;
  transition: all 0.3s;
	overflow: hidden;
}
.community_cont .gallery-list__record:hover {
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.08);
}
.community_cont .gallery-list__thumb {
  aspect-ratio: 8 / 5;
  overflow: hidden;
}
.community_cont .gallery-list__thumb img {
  object-fit: cover;
}
.community_cont .gallery-list__text {
  padding: 25px 30px;
}
.community_cont .gallery-list__tit {
  white-space: normal;
  line-height: 1.4em;
  height: 1.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.community_cont .gallery-list__con {
  margin-top: 13px;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.community_cont .gallery-list__date {
  font-size: 15px;
  color: #999;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.community_cont .cont__contact {
  background-image: url(/image/main/cs_image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}

.community_cont .cont__contact p {
  color: #fff;
  font-size: 21px;
  line-height: 1.5em;
  text-align: center;
}

.community_cont .cont__contact a {
  display: block;
  width: 200px;
  line-height: 53px;
  height: 55px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}

.community_cont .cont__contact a:hover {
  color: #2e8bea;
  background-color: #fff;
}

.community .board {
  margin-right: 24px;
  border-top: 2px solid #000;
  width: 720px;
}

.community .board > li {
  /* display: table; */
  border-bottom: 1px solid #ddd;
  padding: 19px 10px;
  cursor: pointer;
  width: 100% !important;
}

.community .board .board__incruit {
  display: flex;
  position: relative;
}

.community .board .board__incruit .incruit__tit {
  width: 180px;
  font-size: 32px;
  font-weight: bold;
}

.community .board .board__incruit .incruit__tit .plus {
  margin-left: 30px;
  margin-top: 19px;
}

.community .board .board__incruit .incruit__cont {
  width: calc(100% - 180px);
}

.community .board .board__incruit .incruit__cont .slick-dots {
  position: absolute;
  top: 50px;
  left: -181px;
  text-align: center;
}

.community .board .board__incruit .incruit__cont .slick-dots li {
  display: inline;
  margin: 0 3px;
}

.community .board .board__incruit .incruit__cont .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ced4da;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.community .board .board__incruit .incruit__cont .slick-dots li.slick-active button {
  background-color: #1973c2;
}

.community .board .board__incruit .incruit__cont .item .txt01 {
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
}

.community .board .board__incruit .incruit__cont .item .txt02 {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.community .board .board__incruit .incruit__cont .item .txt02 span {
  border: 2px solid #26397f;
  padding: 2px 12px;
  border-radius: 20px;
  color: #26397f;
  margin-right: 20px;
}

.community .board .board__incruit .incruit__cont .item .date {
  display: flex;
  align-items: center;
}

.community .board .board__incruit .incruit__cont .item .date p {
  color: #999;
  margin-left: 7px;
}

.community .board .board_list div {
  display: table-cell;
}

.board .board_list.main {
  border-top: 0;
  margin-top: 0px;
}

.board .board_list .tit {
  position: relative;
  padding-left: 15px;
}

.board .board_list .tit p {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 1.5em;
}

.board .board_list .tit:before {
  content: '';
  background: #2e8bea;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 11px;
}

.board .board_list .num p {
  color: #666;
}

.board .board_date {
  text-align: center;
  width: 12%;
  margin-right: 2%;
  display: inline-block;
}

.board .board_notice {
  width: 85%;
  display: inline-block;
}

.board .board_date p:nth-child(1) {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  line-height: 1em;
}

.board .board_date p:nth-child(2) {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  padding-top: 8px;
}

.board .board_notice p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.board .board_notice p:nth-child(2) {
  font-size: 16px;
  color: #333;
  padding-top: 8px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 3.5em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.incruit {
  max-width: 450px;
  height: 327px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  padding: 40px 30px 0px 30px;
  position: relative;
}

.incruit .incruit_tit {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 67px;
}

.incruit_slide .incruit_contents p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;

  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 1.1em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.incruit_slide .incruit_contents p:nth-child(2) {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 20px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 1.1em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.incruit_slide .incruit_license {
  display: inline-block;
  border: 2px solid #26397f;
  padding: 2px 12px;
  border-radius: 20px;
  margin-bottom: 17px;
  margin-top: 43px;
  color: #26397f;
}

.incruit_slide .incruit_date {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.incruit .plus {
  position: absolute;
  right: 26px;
  top: 42px;
  cursor: pointer;
}

.incruit_slide .incruit_date img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.incruit_slide .incruit_date p {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #999;
}

.incruit .slick-dots {
  position: absolute;
  top: -93px;
  right: 19px;
  text-align: center;
}

.incruit .slick-dots li {
  display: inline;
  margin: 0 3px;
}

.incruit .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ced4da;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.incruit .slick-dots li.slick-active button {
  background-color: #1973c2;
}

.question .question_bg {
  background-image: url(/image/main/question_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 312px;
}

.question .question_text {
  color: #fff;
  text-align: center;
}

.question .question_text p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  line-height: 1em;
  padding-top: 70px;
  padding-bottom: 30px;
}

.question .question_text p:nth-child(2) {
  font-size: 16px;
  line-height: 1em;
}

.question .question_btn {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14px 90px;
  display: inline-block;
  margin: 60px 0;
  cursor: pointer;
  transition: all ease 0.3s;
}

.question .question_btn a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.question .question_btn:hover {
  background-color: #fff;
}

.question .question_btn:hover a {
  color: #2e8bef;
}

.main_banner {
  position: fixed;
  right: 50px;
  top: 25%;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.field__wrap {
  padding: 50px 0 55px;
  background-color: #f8f8f8;
}

.field__wrap ul {
  display: flex;
}

.field__wrap ul li {
  width: 25%;
  text-align: center;
}

.field__wrap ul li .img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field__wrap ul li .txt01 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  color: #130073;
}

.field__wrap ul li .txt02 {
  margin-top: 12px;
  font-size: 22px;
  color: #111;
  font-weight: 500;
}

.field__wrap.sub {
  margin-top: 75px;
}

.field__wrap.sub ul li .txt01 {
  font-size: 24px;
  margin-top: 12px;
}

.field__wrap.sub ul li .txt02 {
  font-size: 16px;
  margin-top: 4px;
}

/* 2023.05.16 사업영역 추가 */
.work-field {
  position: relative;
  background-color: #f7f8f9;
  padding: 100px 0 140px;
  overflow: hidden;
}
.work-field__bg {
  position: absolute;
}
.work-field__bg img {
  width: 100%;
  display: block;
}
.work-field__bg.style01 {
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
}
.work-field__bg.style02 {
  right: 0;
  bottom: 0;
  width: 60%;
  height: 60%;
}
.work-field__list li h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.work-field__list li p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.work-field .section_tit {
  margin-bottom: 60px;
}
.work-field  .work-field__list {
  width: calc(100% + 20px);
}
.work-field  .work-field__list li {
  margin-right: 20px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 410px;
}
.work-field  .work-field__list .work-field__text {
  height: 50%;
  padding: 0 30px 30px 35px;
}
.work-field  .work-field__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #2e8bef;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: -50px;
  transition: all 0.3s;
}
.work-field  .work-field__list li:hover a {
  margin-bottom: 0px;
}
.work-field  .work-field__list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  width: 35px;
  height: 55px;
  background-color: #2e8bef;
  z-index: 1;
}
.work-field  .work-field__list .slick-prev {
  background-image: url('/image/main/m_arrow_l.png');
  left: 0;
}
.work-field  .work-field__list .slick-next {
  background-image: url('/image/main/m_arrow_r.png');
  right: 20px;
}
