.main .in {
  width: 100%;
  padding: 0 var(--mainGrid);
}

.note_pop {
  position: absolute;
  right: 63rem;
  top: 103rem;
  width: 483rem;
  padding: 18rem 20rem;
  border: 1px solid #CCC;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
  z-index: 20;
}
.note_pop .tit {
  margin-bottom: 18rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: -0.36px;
  text-align: center;
}
.note_pop .cls_btn {
  position: absolute;
  right: 20rem;
  top: 20rem;
  cursor: pointer;
}
.note_pop .note_slide .item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10rem;
}
.note_pop .note_slide .item .note_box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.note_pop .note_slide .item .note_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.note_pop .note_slide .paging {
  margin-top: 20rem;
}
.note_pop .note_slide .paging .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0;
  opacity: 0.2;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.note_pop .note_slide .paging .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15rem;
}
.note_pop .note_slide .paging .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.note_pop .desc {
  margin-top: 10rem;
  color: #FFF;
  font-size: 14rem;
  text-align: right;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.note_view_pop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.note_view_pop.on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.note_view_pop .dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}
.note_view_pop .cls_btn {
  position: absolute;
  top: 65rem;
  right: 65rem;
  z-index: 5;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.note_view_pop .nav_btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 20rem;
  border: 0;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.note_view_pop .nav_btn.prev {
  left: 200rem;
}
.note_view_pop .nav_btn.next {
  right: 200rem;
}
.note_view_pop .view_box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1248rem;
  padding: 31rem 0;
  background: #fff;
  text-align: center;
}
.note_view_pop .view_box .img_wrap img {
  width: 100%;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.note_view_pop .view_box .caption {
  margin-top: 20rem;
  color: #222;
  font-size: 18rem;
  font-weight: 500;
  letter-spacing: -0.36px;
}

.main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main_visual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main_visual .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .visual_txt {
  position: absolute;
  left: 250rem;
  top: 363rem;
  z-index: 10;
  color: #fff;
}
.main_visual .visual_txt .tit {
  font-size: 54rem;
  font-weight: 600;
  line-height: 1.2;
}
.main_visual .visual_txt .txt {
  margin-top: 30rem;
  font-size: 28rem;
  font-weight: 500;
  line-height: 1.5;
}
.main_visual .visual_txt .logo {
  width: 275rem;
  margin-top: 65rem;
}
.main_visual .visual_txt .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_visual .pdt_pop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 674rem;
  z-index: 10;
  padding: 26rem;
  background-color: #15366C;
}
.main_visual .pdt_pop .paging {
  position: absolute;
  right: 63rem;
  top: 32rem;
  display: flex;
  align-items: center;
  z-index: 20;
}
.main_visual .pdt_pop .paging .swiper_btn {
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}
.main_visual .pdt_pop .paging .swiper_btn + .swiper_btn {
  margin-left: 20rem;
}
.main_visual .pdt_pop .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_visual .pdt_pop .item .img {
  width: 227rem;
  height: 186rem;
  flex-shrink: 0;
  margin-right: 50rem;
}
.main_visual .pdt_pop .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_visual .pdt_pop .item .txt_box {
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.main_visual .pdt_pop .item .txt_box .label {
  display: inline-block;
  padding: 3rem 6rem;
  background-color: #C11720;
  font-size: 11rem;
  border-radius: 2rem;
}
.main_visual .pdt_pop .item .txt_box .tit {
  margin-top: 5rem;
  font-size: 20rem;
  line-height: 1.4;
}
.main_visual .pdt_pop .item .txt_box .txt {
  margin-top: 7rem;
  font-size: 14rem;
  font-weight: 400;
  color: #ccc;
}

.field_sect {
  padding-top: 140rem;
}
.field_sect .cont {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35rem;
  margin-top: var(--contPd);
}
.field_sect .cont .box {
  padding: 75rem 85rem;
  background: #FFF;
  box-shadow: 0 8px 20px 0 rgba(136, 136, 136, 0.25);
}
.field_sect .cont .box .ico {
  position: relative;
  width: 280rem;
  height: 280rem;
}
.field_sect .cont .box .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  z-index: 5;
  transition: all 0.8s ease;
}
.field_sect .cont .box .ico img:nth-of-type(1) {
  transition-delay: calc(0.5s + 0.2s * 0);
}
.field_sect .cont .box .ico img:nth-of-type(2) {
  transition-delay: calc(0.5s + 0.2s * 1);
}
.field_sect .cont .box .ico img:nth-of-type(3) {
  transition-delay: calc(0.5s + 0.2s * 2);
}
.field_sect .cont .box .ico img:nth-of-type(4) {
  transition-delay: calc(0.5s + 0.2s * 3);
}
.field_sect .cont .box .ico.ico02 img.img02 {
  z-index: 8;
}
.field_sect .cont .box .ico.ico02 img.img03 {
  z-index: 7;
}
.field_sect .cont .box .ico.ico02 img.img04 {
  z-index: 6;
}
.field_sect .cont .box .ico.ico03 img.img02 {
  z-index: 7;
}
.field_sect .cont .box .ico.ico03 img.img03 {
  z-index: 7;
}
.field_sect .cont .box .ico.ico03 img.img04 {
  z-index: 5;
}
.field_sect .cont .box .txt_box {
  margin-top: 30rem;
  text-align: center;
}
.field_sect .cont .box .txt_box .tit {
  font-size: 28rem;
  font-weight: 600;
}
.field_sect .cont .box .txt_box .txt {
  margin-top: 18rem;
  color: #666;
}
.field_sect .cont.active .box .ico img {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.pdt_sect {
  padding: var(--sectPd) 0;
}
.pdt_sect .top_util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--contPd);
}
.pdt_sect .top_util .pdt_tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pdt_sect .top_util .pdt_tab .tab {
  padding: 10rem 25rem;
  border-radius: 2em;
  border: 1px solid #DDD;
  font-size: 17rem;
  color: #444;
  white-space: nowrap;
  transition: all 0.4s ease;
  cursor: pointer;
}
.pdt_sect .top_util .pdt_tab .tab.active, .pdt_sect .top_util .pdt_tab .tab:hover {
  background-color: #1F3E74;
  border-color: #1F3E74;
  color: #FFF;
  font-weight: 600;
}
.pdt_sect .top_util .pdt_tab .tab + .tab {
  margin-left: 10rem;
}
.pdt_sect .top_util .navi_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdt_sect .top_util .navi_box .swiper_btn {
  width: 31rem;
  height: 31rem;
  cursor: pointer;
}
.pdt_sect .top_util .navi_box .swiper_btn + .swiper_btn {
  margin-left: 40rem;
}
.pdt_sect .pdt_slide {
  display: none;
  width: 100%;
  margin-top: 40rem;
}
.pdt_sect .pdt_slide.active {
  display: block;
}
.pdt_sect .pdt_slide .swiper {
  padding: 0 var(--mainGrid);
}
.pdt_sect .pdt_slide .item {
  position: relative;
  overflow: hidden;
}
.pdt_sect .pdt_slide .item .bg {
  position: relative;
}
.pdt_sect .pdt_slide .item .bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 5;
}
.pdt_sect .pdt_slide .item .bg img {
  transition: all 0.5s ease;
}
.pdt_sect .pdt_slide .item .txt_box {
  position: absolute;
  left: 35rem;
  bottom: 35rem;
  z-index: 10;
}
.pdt_sect .pdt_slide .item .txt_box .tit {
  color: #FFF;
  font-size: 28rem;
  font-weight: 600;
}
.pdt_sect .pdt_slide .item .txt_box .txt {
  margin-top: 10rem;
  color: #CCC;
  font-size: 18rem;
  letter-spacing: -0.36px;
}
.pdt_sect .pdt_slide .item .arr {
  position: absolute;
  right: 35rem;
  top: 40rem;
  width: 44rem;
  height: 44rem;
  background-color: #C11720;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}
.pdt_sect .pdt_slide .item .arr:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 18rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 17" fill="none"><path d="M9.29199 1.16211L16.262 8.13216L9.29199 15.1022" stroke="white" stroke-width="1.5"/><path d="M16.2636 8.13173H0.000108291" stroke="white" stroke-width="1.5"/></svg>') center/contain no-repeat;
}
.pdt_sect .pdt_slide .item:hover .arr {
  top: 35rem;
  opacity: 1;
}
.pdt_sect .pdt_slide .item:hover .bg img {
  transform: scale(1.05);
}
.pdt_sect .pdt_slide .paging {
  position: relative;
  width: calc(100% - var(--mainGrid) * 2);
  margin-left: var(--mainGrid);
  margin-top: 40rem;
}
.pdt_sect .pdt_slide .paging.swiper-pagination-progressbar {
  height: 4px;
  background-color: #E1E1E1;
}
.pdt_sect .pdt_slide .paging.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #285BAE;
}

.key_sect {
  padding: var(--sectPd) 0;
  background: url("/images/main/key_bg.jpg") center/cover no-repeat;
}
.key_sect .cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.key_sect .cont .left {
  width: 485rem;
}
.key_sect .cont .left .img {
  margin-top: 125rem;
}
.key_sect .cont .key_txt_wrap {
  width: 571rem;
}
.key_sect .cont .key_txt_wrap .key_txt_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 53rem 0;
  border-bottom: 1px solid #444444;
}
.key_sect .cont .key_txt_wrap .key_txt_box:first-of-type {
  padding-top: 0;
}
.key_sect .cont .key_txt_wrap .key_txt_box:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.key_sect .cont .key_txt_wrap .key_txt_box .ico {
  position: relative;
  width: 80rem;
  height: 80rem;
  flex-shrink: 0;
  margin-right: 40rem;
}
.key_sect .cont .key_txt_wrap .key_txt_box .ico .cir {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.key_sect .cont .key_txt_wrap .key_txt_box .ico .cir svg .svg-elem-1 {
  stroke-dashoffset: 250.1858196336px;
  stroke-dasharray: 250.1858196336px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.key_sect .cont .key_txt_wrap .key_txt_box .ico img {
  opacity: 0;
  transition: all 0.5s ease;
}
.key_sect .cont .key_txt_wrap .key_txt_box.active .ico svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.key_sect .cont .key_txt_wrap .key_txt_box.active .ico img {
  opacity: 1;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num {
  font-size: 48rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.96px;
  color: #fff;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num.num-roll-wrap {
  display: inline-flex;
  align-items: center;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num .num-roll {
  display: block;
  flex-shrink: 0;
  height: 1em;
  overflow: hidden;
  line-height: 1;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num .num-roll__track {
  display: block;
  will-change: transform;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num .num-roll__digit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  line-height: 1;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num .num-roll__static {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  height: 1em;
  line-height: 1;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .desc {
  margin-left: 8rem;
  font-size: 14rem;
  letter-spacing: -0.28px;
  color: #AAA;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .tit {
  margin-top: 25rem;
  color: #FFF;
  font-size: 20rem;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.key_sect .cont .key_txt_wrap .key_txt_box .txt_box .txt {
  margin-top: 10rem;
  color: #CCC;
  font-size: 16rem;
  letter-spacing: -0.32px;
}

.info_sect {
  padding: var(--sectPd) 0;
  background-color: #F4F8FB;
}
.info_sect .video_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--contPd);
}
.info_sect .video_wrap .video {
  width: 936rem;
}
.info_sect .video_wrap .video video {
  width: 100%;
}
.info_sect .video_wrap .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64rem;
  height: 64rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
}
.info_sect .video_wrap .play_btn:before {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
  height: 29rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="29" viewBox="0 0 25 29" fill="none"><path d="M24.4749 14.1306L0 28.2612L1.23534e-06 0L24.4749 14.1306Z" fill="white"/></svg>') center/contain no-repeat;
}
.info_sect .video_wrap.is-playing .play_btn {
  display: none;
}
.info_sect .video_wrap.is-playing video {
  cursor: pointer;
}

.notice_sect {
  padding: var(--sectPd) 0;
}
.notice_sect .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.notice_sect .cont .main_tit_cont {
  flex-shrink: 0;
}
.notice_sect .cont .notice_list {
  width: 935rem;
  margin-left: 215rem;
  border-top: 1px solid #111;
}
.notice_sect .cont .notice_list li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70rem;
  padding-left: 27rem;
  border-bottom: 1px solid #DDD;
}
.notice_sect .cont .notice_list li > a .tit {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.notice_sect .cont .notice_list li > a .util {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.notice_sect .cont .notice_list li > a .util .date {
  font-size: 18rem;
  line-height: 1.2;
  color: #888;
  transition: color 0.3s ease;
}
.notice_sect .cont .notice_list li > a .util .arr {
  width: 0;
  height: 18rem;
  margin-left: 20rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20" fill="none"><path d="M15.9601 18.953L24.7056 9.68842L15.9601 0.423828M24.7056 9.68842H0" stroke="%23285BAE" stroke-width="1.23528"/></svg>') center/contain no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.notice_sect .cont .notice_list li > a:hover .tit {
  color: #285BAE;
  font-weight: 600;
}
.notice_sect .cont .notice_list li > a:hover .util .date {
  color: #285BAE;
}
.notice_sect .cont .notice_list li > a:hover .util .arr {
  width: 24rem;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .note_pop {
    display: none;
  }
  .main_visual {
    height: 780rem;
  }
  .main_visual .visual_txt {
    top: 157rem;
    left: 20rem;
  }
  .main_visual .visual_txt .tit {
    font-size: 32rem;
  }
  .main_visual .visual_txt .txt {
    margin-top: 15rem;
    font-size: 18rem;
  }
  .main_visual .visual_txt .logo {
    margin-top: 26rem;
    width: 138rem;
  }
  .main_visual .pdt_pop {
    width: 100%;
    padding: 20rem;
  }
  .main_visual .pdt_pop .paging {
    top: 25rem;
    right: 20rem;
  }
  .main_visual .pdt_pop .paging .swiper_btn {
    width: 8rem;
    height: 8rem;
  }
  .main_visual .pdt_pop .paging .swiper_btn + .swiper_btn {
    margin-left: 20rem;
  }
  .main_visual .pdt_pop .item .img {
    width: 121rem;
    height: 99rem;
    margin-right: 20rem;
  }
  .main_visual .pdt_pop .item .txt_box .label {
    height: 12rem;
    padding: 2rem 4rem;
    font-size: 7.6rem;
  }
  .main_visual .pdt_pop .item .txt_box .tit {
    margin-top: 5rem;
    font-size: 14rem;
  }
  .main_visual .pdt_pop .item .txt_box .txt {
    margin-top: 5rem;
    font-size: 10rem;
  }
  .main_visual .btn_wrap {
    position: absolute;
    left: 20rem;
    bottom: 160rem;
    width: calc(100% - 40rem);
    z-index: 10;
  }
  .main_visual .btn_wrap .more_btn {
    width: 100%;
  }
  .field_sect {
    padding-top: var(--sectPd);
  }
  .field_sect .cont {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15rem;
  }
  .field_sect .cont .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24rem 26rem;
    box-shadow: 0 8px 10px 0 rgba(136, 136, 136, 0.25);
  }
  .field_sect .cont .box .ico {
    width: 100rem;
    height: 100rem;
    flex-shrink: 0;
    margin-right: 24rem;
  }
  .field_sect .cont .box .txt_box {
    margin-top: 0;
    text-align: left;
  }
  .field_sect .cont .box .txt_box .tit {
    font-size: 18rem;
  }
  .field_sect .cont .box .txt_box .txt {
    margin-top: 8rem;
    font-size: 14rem;
  }
  .field_sect .cont .box .txt_box .txt br {
    display: none;
  }
  .pdt_sect .top_util {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .pdt_sect .top_util .pdt_tab {
    width: 100%;
  }
  .pdt_sect .top_util .pdt_tab .tab {
    width: 50%;
    text-align: center;
    padding: 10rem 25rem;
    font-size: 14rem;
  }
  .pdt_sect .top_util .navi_box {
    margin-top: 30rem;
    margin-left: auto;
  }
  .pdt_sect .top_util .navi_box .swiper_btn {
    width: 24rem;
    height: 24rem;
  }
  .pdt_sect .top_util .navi_box .swiper_btn + .swiper_btn {
    margin-left: 30rem;
  }
  .pdt_sect .pdt_slide .item .bg:before {
    display: none;
  }
  .pdt_sect .pdt_slide .item .txt_box {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 20rem;
  }
  .pdt_sect .pdt_slide .item .txt_box .tit {
    color: #111;
    font-size: 18rem;
  }
  .pdt_sect .pdt_slide .item .txt_box .txt {
    margin-top: 10rem;
    color: #444;
    font-size: 14rem;
  }
  .pdt_sect .pdt_slide .item .arr {
    position: relative;
    right: unset;
    top: unset !important;
    margin-top: 20rem;
    margin-left: auto;
    opacity: 1;
  }
  .pdt_sect .pdt_slide .paging.swiper-pagination-progressbar {
    height: 2px;
  }
  .key_sect .cont {
    flex-direction: column;
  }
  .key_sect .cont .left {
    width: 100%;
  }
  .key_sect .cont .left .img {
    width: 226rem;
    margin-top: 30rem;
  }
  .key_sect .cont .key_txt_wrap {
    width: 100%;
    margin-top: 50rem;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box {
    flex-direction: column;
    padding: 40rem 0;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .ico {
    width: 60rem;
    height: 60rem;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .ico .cir svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .txt_box {
    margin-top: 20rem;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .num {
    font-size: 30rem;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .txt_box .num_box .desc {
    font-size: 12rem;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .txt_box .tit {
    font-size: 16rem;
  }
  .key_sect .cont .key_txt_wrap .key_txt_box .txt_box .txt {
    margin-top: 8rem;
    font-size: 14rem;
  }
  .key_sect .cont .btn_wrap {
    margin-top: 50rem;
    width: 100%;
  }
  .key_sect .cont .btn_wrap .more_btn {
    width: 100%;
  }
  .info_sect .video_wrap {
    width: 100%;
  }
  .info_sect .video_wrap .play_btn {
    width: 40rem;
    height: 40rem;
  }
  .info_sect .video_wrap .play_btn:before {
    width: 15rem;
    height: 17rem;
  }
  .notice_sect .cont {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .notice_sect .cont .main_tit_cont {
    width: 100%;
  }
  .notice_sect .cont .notice_list {
    width: 100%;
    margin-left: 0;
    margin-top: var(--contPd);
  }
  .notice_sect .cont .notice_list li > a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 75rem;
    padding-left: 0;
  }
  .notice_sect .cont .notice_list li > a .tit {
    width: 100%;
    font-size: 15rem;
  }
  .notice_sect .cont .notice_list li > a .util {
    margin-top: 10rem;
  }
  .notice_sect .cont .notice_list li > a .util .date {
    font-size: 14rem;
  }
  .notice_sect .cont .notice_list li > a:hover .util .arr {
    width: 16rem;
  }
  .notice_sect .cont .btn_wrap {
    margin-top: 50rem;
    width: 100%;
  }
  .notice_sect .cont .btn_wrap .more_btn {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */