@charset "UTF-8";
/* *******************************************************
 * filename : main.scss
 * description : mobile mainPage CSS
 * date : 2023-05-23
******************************************************** */
.agro {
  font-family: "Aggro-Medium";
}

.gaud {
  font-family: "AsiaGEUDHB";
}

/* 인트로 ================ */
.main-hero {
  position: relative;
  width: 100%;
  /*min-height: calc( 100vh - 170px );*/
  max-height: 640px; /* 20230921 kh */
  overflow: hidden;
}
.main-hero .bgimg {
  width: 100%;
  height: 580px !important /* update 2023/09/22 jh */;
  /*background-size: cover;*/
  /*background-position: center;*/
  background-size: 100% 100%; /* 20230921 kh */
  background-position: top; /* 20230921 kh */
  background-repeat: no-repeat;
  position: relative;
}
.main-hero .bgimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: radial-gradient(229.24% 150.13% at 76.76% 29.32%, #000000 0%, #00000029 80%); 20230921 kh */
  z-index: 1;
}
.main-hero .bgimg.swiper-slide-active .innerbx-kv .cont h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all ease 1.2s;
  transition-delay: .2s;
  margin-bottom: 10px;
}
.main-hero .bgimg.swiper-slide-active .innerbx-kv .cont p {
  opacity: 1;
  transform: translateY(0);
  transition: all ease .8s;
  transition-delay: .6s;
}
.main-hero .bgimg.swiper-slide-active .innerbx-kv .cont .btn_start {
  opacity: 1;
  transform: translateY(0);
  transition: all ease .8s;
  transition-delay: 1.2s;
}
.main-hero .bgimg .innerbx-kv {
  max-width: 1000px;
  margin: auto;
  z-index: 2;
  position: relative;
  height: 100%;
}
.main-hero .bgimg .innerbx-kv .cont {
  position: relative;
  /*top: 30%; update 2023/09/21 jh*/
  /*transform: translateY(-50%); update 2023/09/21 jh*/
  padding-top: 100px;/*  create 2023/09/21 jh*/
}
.main-hero .bgimg .innerbx-kv .cont h2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 124%;
  /* 59.52px */
  opacity: 0;
  transform: translateY(50%);
  transition: all ease .7s;
}
.main-hero .bgimg .innerbx-kv .cont h2 em {
  color: #f98242;   /* update 2023/09/19 lyh */
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 133%;
  /* 21.28px */
  display: block;
}
.main-hero .bgimg .innerbx-kv .cont h2 strong {
  font-weight: 700;
}
.main-hero .bgimg .innerbx-kv .cont p {
  padding: 10px 0 40px;
  color: #8F8F8F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  opacity: 0;
  transform: translateY(60%);
  transition: all ease .6s;
}
.main-hero .bgimg .innerbx-kv .cont .btn_start {
  min-width: 300px;
  display: block;
  background-color: #1976d2;
  color: #fff;
  text-align: center;
  height: 40px;
  font-size: 15px;
  line-height: 39px;
  font-weight: 700;
  display: inline-block;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(40%);
  transition: all ease .6s;
}
.main-hero .swiper-nav {
  max-width: 1200px;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}
.main-hero .swiper-nav .arr {
  background: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  transition: all ease .4s;
}
.main-hero .swiper-nav .arr:after {
  font-size: 25px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Helvetica;
}
.main-hero .swiper-nav .arr:hover {
  transition: all ease .3s;
  cursor: pointer;
  background: #1976D2;
}
.main-hero .swiper-nav .arr:hover:after {
  color: #fff;
}
.main-hero .swiper-nav .arr.kv-prev {
  margin-top: 20px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.main-hero .swiper-nav .arr.kv-prev:after {
  content: "<";
}
.main-hero .swiper-nav .arr.kv-prev:hover {
  transform: translateX(-5px);
}
.main-hero .swiper-nav .arr.kv-next {
  margin-bottom: 20px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.main-hero .swiper-nav .arr.kv-next:after {
  content: ">";
}
.main-hero .swiper-nav .arr.kv-next:hover {
  transform: translateX(5px);
}
.main-hero .main-scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: 0;
  text-align: left;
  z-index: 9;
  transition: all 1s 0s;
}
.main-hero .main-scroll-icon .txt {
  display: inline-block;
  vertical-align: text-bottom;
  color: #fff;
  font-size: 8px;
}
.main-hero .main-scroll-icon .circle-box {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  height: 27px;
  padding-left: 20px;
}
.main-hero .main-scroll-icon .circle-box span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: upDown 2s ease-in-out infinite;
}
.main-hero .main-scroll-icon .circle-box span:nth-child(2) {
  margin-top: 5px;
  animation-delay: 0.2s;
}
.main-hero .main-scroll-icon .circle-box span:nth-child(3) {
  margin-top: 11px;
  animation-delay: 0.4s;
}
.main-hero .main-scroll-icon .circle-box span:nth-child(4) {
  margin-top: 16px;
  animation-delay: 0.6s;
}
.main-hero.ogstyle {
  width: 100%;
  height: 400px;
  min-height: initial;
}
.main-hero.ogstyle .kvimg {
  height: 100%;
  width: 100%;
  background-size: 1920px 400px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-hero.ogstyle .kvimg .innerbxh {
  max-width: 1000px;
  margin: auto;
  padding-left: 50px;
  padding-top: 65px; /* update 2023/09/13 jh*/
}
.pt156{ /* create 2023/09/13 jh*/
  padding-top: 156px !important;
}
.main-hero.ogstyle .kvimg .innerbxh img {
  width: auto;
}
.main-hero.ogstyle .kvimg .innerbxh .txtbx .desc {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 116.5%;
  /* 37.28px */
}
.main-hero.ogstyle .kvimg .innerbxh .txtbx .tit {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 116.5%;
}
.main-hero.ogstyle .kvimg .innerbxh .txtbx .tit span {
  color: #FFF067;
}
.main-hero.ogstyle .kvimg .innerbxh a.linkbtn {
  display: inline-flex;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 116.5%;
  /* 27.96px */
  border-radius: 62px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.16);
  margin-top: 20px;
}

.feature-bx {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 24px auto;
}
.feature-bx .innerbxe {
  display: flex;
  gap: 24px;
  width: 100%;
}
.feature-bx .flxbx {
  cursor: pointer;
  border-radius: 10px;
  flex: 1;
  display: flex;
  padding: 18px 38px 0 38px;
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  justify-content: center;
  transition: all ease .3s;
}
.feature-bx .flxbx:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 100%;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
  background-position: center bottom;
  background-size: 150px auto;
  background-repeat: no-repeat;
  transition: all ease .3s;
}
.feature-bx .flxbx .hidden-bx {
  transition: all ease .3s;
}
.feature-bx .flxbx .hidden-bx h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px; /* update 2023/10/12 lyh */
}
.feature-bx .flxbx .hidden-bx p.msgx {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  padding: 16px 0;
  word-break: keep-all;
}
.feature-bx .flxbx.ui-hide .tit {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.feature-bx .flxbx.active {
  min-width: 560px;
  padding: 32px 48px;
  flex-direction: column;
  transition: all ease .3s;
}
.feature-bx .flxbx.active .hidden-bx {
  opacity: 1;
  width: auto;
  overflow: visible;
  max-width: 320px;
  transition: all ease .3s;
}
.feature-bx .flxbx.active .tit {
  text-align: left;
  opacity: 1;
  width: auto;
  overflow: visible;
}
.feature-bx .flxbx.active .tit span.job {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.feature-bx .flxbx.active .tit span.name {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.feature-bx .flxbx.active:after {
  margin-left: 0;
  left: 68%;
  transition: all ease .3s;
}
.feature-bx .flxbx.bx1 {
  background: #B3BBB1;
}
.feature-bx .flxbx.bx1:after {
  background-image: url(../img/sub/main/ch_nurse.png);
}
.feature-bx .flxbx.bx2 {
  background: #91B25B;
}
.feature-bx .flxbx.bx2:after {
  background-image: url(../img/sub/main/ch_careergirl.png);
}
.feature-bx .flxbx.bx3 {
  background: #FFB300;
}
.feature-bx .flxbx.bx3:after {
  background-image: url(../img/sub/main/ch_officeman.png);
}
.feature-bx .flxbx.bx4 {
  background: #4CBFD7;
}
.feature-bx .flxbx.bx4:after {
  background-image: url(../img/sub/main/ch_electionnominate.png);
  background-size: 110px auto;
  margin-left: -55px;
  width: 110px;
  bottom: -20px;
}
.feature-bx .flxbx.bx4.active:after {
  margin-left: 0;
  left: 74%;
}
.feature-bx .flxbx .tit {
  display: flex;
  text-align: center;
  flex-direction: column;
  letter-spacing: -0.5px;
}
.feature-bx .flxbx .tit span.job {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.feature-bx .flxbx .tit span.name {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.feature-bx .flxbx .hidden-bx {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

@keyframes upDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 메시지종류 슬라이더 ================ */
.mesgking {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: 700ms;
  opacity: 1;
  padding: 45px 0 56px;
}
.mesgking::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  /*height: 460px;*/
  min-height: 740px; /* 20230921 kh */
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFF3DF;
}
.mesgking .inner {
  position: relative;
  z-index: 1;
  background-color: transparent;
  max-width: 1200px;
  margin: auto;
}
.mesgking .inner h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 114%;
  /* 34.2px */
}
.mesgking .inner p {
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 114%;
  /* 18.24px */
}
.mesgking .inner .mesgdesc {
  width: 100%;
}
.mesgking .inner .mesgdesc li {
  display: none;
  text-align: center;
}
.mesgking .inner .mesgdesc li strong {
  color: #000;
  font-family: Noto Sans CJK KR;
  font-size: 22px;
  font-weight: 700;
}
.mesgking .inner .mesgdesc li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.mesgking .inner .mesgdesc li.is-active {
  display: block;
}
.mesgking .inner .swiper {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 10px;
  margin-top: 20px;
}
.mesgking .inner .swiper .swiper-slide {
  position: relative;
  width: 717px;   /* update 2023/09/18 lyh */
  height: 400px;   /* update 2023/09/18 lyh */
  padding: 0;
  text-align: center;
  margin: 32px;    /* update 2023/09/18 lyh */
}
.mesgking .inner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.mesgking .inner .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  margin: auto;
  /*background: #fff;*/   /* update 2023/09/18 lyh*/
  z-index: -1;
  top: 48px;
  bottom: 48px;
  right: 48px;
  left: 48px;
  border-radius: 22px;
}
.mesgking .inner .swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  /*border-radius: 22px;*/    /* update 2023/09/18 lyh*/
  /*box-shadow: 5px 14px 34px 0 rgba(0, 0, 0, 0.4);*/   /* update 2023/09/18 lyh*/
  /*transform: scale(1.1) translateY(-2%);*/    /* update 2023/09/18 lyh*/
}
.mesgking .inner .swiper .swiper-pagination-wrap {
  display: flex;
  align-items: center;
  margin-top: -3px;
  flex-direction: column;
  row-gap: 8px;
}
.mesgking .inner .swiper .pagination-progress {
  position: static;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 135px;
}
.mesgking .inner .swiper .pagination-progress span {
  border-radius: 4px;
  background-color: #4892ff;
}
.mesgking .inner .swiper .pagination-fraction {
  position: static;
  font-weight: 500;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.mesgking .inner .swiper .pagination-fraction span {
  color: #222;
}

/* 운영용 배너 */
.home_banners {
  width: 100%;
  background: #EAEAEA;
  padding-bottom: 16px;
}
.home_banners.ogstyle {
  max-width: 1000px;
  margin: auto;
  background: #fff;
}
.home_banners.ogstyle .banner_common {
  border-radius: 10px;
  height: auto;
}
.home_banners + .home_banners {
  margin-top: 16px;
}
.home_banners .banner_common {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_banners .banner_common + .banner_common {
  margin-top: 16px;
}

/* 공지사항 ================ */
article.home_notice {
  background-color: #fff;
  padding: 0 0 15px;
}
article.home_notice h3 {
  padding: 0 15px;
  line-height: 44px;
  border-bottom: solid 1px #ececec;
  max-width: 1000px;
  margin: auto;
}
article.home_notice h3 a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
article.home_notice h3 a::after {
  content: "";
  position: relative;
  top: -2px;
  margin-left: 5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
}
article.home_notice dl {
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
  width: 100%;
  padding: 0 30px 0 15px;
  border-bottom: dashed 1px #ececec;
  max-width: 1000px;
  margin: auto;
}
article.home_notice dl::after {
  content: "";
  position: relative;
  top: 14px;
  right: -15px;
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
  display: none;
}
article.home_notice dl dt,
article.home_notice dl dd {
  font-size: 16px;
  line-height: 40px;
}
article.home_notice dl dt {
  font-size: 12px;
  min-width: 70px;
  white-space: nowrap;
  color: #aaaaaa;
  order: 2;
}
article.home_notice dl dd {
  display: block;
  width: 100%;
  overflow: hidden;
}
article.home_notice dl dd a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444;
  font-weight: 500;
}
article.home_notice div.nolist {
  height: 200px;
}

/* 공지 Dialog ================ */
article.notiwrap {
  display: none;
  position: fixed;
  max-width: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: -5px 0px 10px 10px rgba(0, 0, 0, 0.3);
}
article.notiwrap .noticnts {
  width: 100%;
}
article.notiwrap .noticnts > a {
  width: 100%;
  display: inline-block;
}
article.notiwrap .noticnts img {
  width: 100%;
  max-height: calc(100vh - 200px);
}
article.notiwrap .notibtns {
  width: 100%;
  display: flex;
  height: 50px;
  padding-bottom: 10px;
  background-color: #fff;
}
article.notiwrap .notibtns button {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  width: 100%;
  color: #666;
}
article.notiwrap .notibtns button:last-child {
  border-left: solid 1px #eee;
}

