@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@media screen and (max-width: 1023.9px) {
  .com_Main {
    background-image: url("../img/bg_m_member.png");
  }
}
.com_Main .main_container {
  padding-bottom: 0;
}
.com_Main .main_visual {
  position: relative;
}
.com_Main .main_visual .swiper .swiper-slide {
  width: 100%;
  text-align: center;
}
.com_Main .main_visual .swiper_ctrl {
  position: absolute;
  left: 50%;
  bottom: 66px;
  transform: translateX(-50%);
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding: 0 15px;
  width: auto;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .main_visual .swiper_ctrl {
    bottom: 11px;
    width: 60px;
    height: 20px;
  }
}
.com_Main .main_visual .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  width: 170px;
  height: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .main_visual .swiper-pagination {
    display: none;
  }
}
.com_Main .main_visual .swiper-pagination-bullet {
  position: absolute;
  left: 0;
  top: 0;
  padding-inline: 30px;
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}
.com_Main .main_visual .swiper-pagination-bullet .paging {
  position: absolute;
  top: 0;
  width: 30px;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  color: #FFF;
  display: none;
}
.com_Main .main_visual .swiper-pagination-bullet .paging.current {
  left: 0;
}
.com_Main .main_visual .swiper-pagination-bullet .paging.last {
  right: 0;
}
.com_Main .main_visual .swiper-pagination-bullet .progress_bar {
  margin-top: 8px;
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.com_Main .main_visual .swiper-pagination-bullet .gauge {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #FFF;
}
.com_Main .main_visual .swiper-pagination-bullet:last-child .paging.last {
  display: block;
}
.com_Main .main_visual .swiper-pagination-bullet-active .paging.current {
  display: block;
}
.com_Main .main_visual .swiper-pagination-bullet-active .progress_bar {
  opacity: 1;
}
.com_Main .main_visual .swiper-pagination-bullet-active .gauge {
  animation: GaugeBar 3.5s ease;
  animation-direction: alternate;
  animation-play-state: running;
}
@keyframes GaugeBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.com_Main .main_visual .icon_arrow {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow.png);
  width: 8px;
  min-width: 8px;
  height: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .main_visual .icon_arrow {
    width: 7px;
    height: 12px;
  }
}
.com_Main .main_visual .swiper-button-prev,
.com_Main .main_visual .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 28px;
  height: 18px;
  margin: 0;
}
.com_Main .main_visual .swiper-button-prev:after,
.com_Main .main_visual .swiper-button-next:after {
  content: none;
}
.com_Main .main_visual .swiper-button-prev .icon,
.com_Main .main_visual .swiper-button-next .icon {
  font-size: 1px;
  color: transparent;
  overflow: hidden;
}
.com_Main .main_visual .swiper-button-prev {
  margin-right: 10px;
}
.com_Main .main_visual .swiper-button-prev .icon_arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 1023.9px) {
  .com_Main .com_menu {
    margin-bottom: 134px;
  }
}
.com_Main .notice_sec .tit_field {
  padding: 81px 0;
  width: 100%;
  height: 350px;
  background: #16508B url("../img/notice_bg.png") no-repeat calc(50% - 697px) 0;
}
.com_Main .notice_sec .tit_field .com_center_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_Main .notice_sec .tit_field .tit {
  font-weight: 700;
  font-size: 65px;
  color: #FFF;
}
.com_Main .notice_sec .tit_field .btn_more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
  padding: 14px 29px;
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .tit_field {
    padding: 31px 0;
    height: 160px;
    background-size: 258px;
    background-position: -139px 0;
  }
  .com_Main .notice_sec .tit_field .tit {
    line-height: 29px;
    font-size: 24px;
  }
  .com_Main .notice_sec .tit_field .btn_more {
    margin-top: 20px;
    padding: 10px 19px;
    font-size: 13px;
  }
}
.com_Main .notice_sec .info_field {
  padding: 0 65px;
  width: 1530px;
  max-width: 100%;
  height: 300px;
  background: #E9EEF4;
  border-radius: 0 0 50px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field {
    padding: 0 20px 44px;
    width: auto;
    height: auto;
    border-radius: 0;
  }
}
.com_Main .notice_sec .info_field .notice_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 19px;
    width: 100%;
  }
  .com_Main .notice_sec .info_field .notice_box > * {
    width: calc((100% - 19px * 3) / 4);
    min-width: calc((100% - 19px * 3) / 4);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.com_Main .notice_sec .info_field .notice_box .item {
  margin-top: -60px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
  background: #FFF;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box .item {
    margin-top: 0;
    padding: 20px;
    width: 100%;
    gap: 10px;
  }
  .com_Main .notice_sec .info_field .notice_box .item:first-child {
    margin-top: -40px;
  }
}
.com_Main .notice_sec .info_field .notice_box .badge {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  color: #12385F;
  background: #F0F4FC;
  border-radius: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box .badge {
    padding: 3px 15px;
    font-size: 12px;
  }
}
.com_Main .notice_sec .info_field .notice_box .tit {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  color: #252726;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box .tit {
    line-height: 19px;
    font-size: 16px;
  }
}
.com_Main .notice_sec .info_field .notice_box .cont {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  white-space: normal;
  width: 100%;
  height: 75px;
  max-height: 75px;
  line-height: 25px;
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box .cont {
    height: auto;
    max-height: none;
    line-height: 20px;
    font-size: 13px;
  }
}
.com_Main .notice_sec .info_field .notice_box .date {
  line-height: 21px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .notice_sec .info_field .notice_box .date {
    line-height: 14px;
    font-size: 12px;
  }
}
.com_Main .slogan {
  padding-block: 92px 50px;
  text-align: center;
  color: #252726;
  width: 100%;
  line-height: 56px;
  font-weight: 700;
  font-size: 44px;
}
@media screen and (max-width: 1023.9px) {
  .com_Main .slogan {
    padding-block: 34px 25px;
    line-height: 35px;
    font-size: 24px;
  }
}
.com_Main .slogan,
.com_Main .slogan .com_point_txt {
  display: block;
  transition: none;
}