@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&amp;display=swap');
/* 띠배너 */
.belt-banner-area-mobile{display:none}
.belt-banner-area{width: 100%; overflow: hidden; display:block; position: relative; z-index: 3;}
.swiper-slide.belt{height: auto !important;}
.swiper-slide.belt a{display: block; height: 120px; background-color: #efefef !important;max-height: 100px;}
.swiper-slide.belt a img{width: 100%; height:100%}
.belt-title{text-align: center; font-family:'notokr-medium'; font-size: 32px; color: #444; font-weight: normal; height:120px; line-height: 9.2vw;}
.belt-title p{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.belt-title span{font-family:'notokr-medium'; font-weight: normal;}
.belt-pagination{position: absolute;  width: 60px; left: 50%; transform: translateX(-50%); top: 75%; z-index: 1;}
.pagination.view .swiper-pagination-bullet{width: 8px; height: 8px; background-color: #444; margin-left: 15px; opacity:1;}
.pagination.view .swiper-pagination-bullet:first-child{margin-left: 0;}
.pagination.view .swiper-pagination-bullet-active{width: 8px; height: 8px;  background-color: #222;   }
.banner-close{position: absolute; height: 32px; right: 11px; top:11px; z-index: 2;}
.banner-close::after{content: ''; display: block; clear: both;}
.banner-close>a{float: left; display: block;}
.banner-close>a:first-child{line-height: 32px; font-family:'notokr-regular'; font-size: 14px; color: #fff; padding:3px 10px 0 10px;}
.banner-close>a:last-child{width: 32px; height: 32px; line-height: 32px; background: url(../images/common/btn/belt_close_btn.png) center no-repeat; background-size:32px 32px ;}
.check-type1 label .check-image {display: inline-block;width: 12px;height: 12px;background-image: url(../images/common/btn/check_btn.png);background-repeat: no-repeat;cursor: pointer;vertical-align: middle;background-size: 12px;margin-right: 5px;     position: relative;top: -2px;}
.check-type1 input[type="checkbox"]:checked ~ label i {background-image: url(../images/common/btn/check_on_btn.png);}


.content{
  letter-spacing: -0.08em;
  color: #000;
  box-sizing: border-box;
  padding-bottom: 70px;
}
section + section{
  margin-top: 40px;
}
.content :is(a, button){
  appearance: none;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.main-slide{
  position: relative;
  margin-bottom: 90px;
}
.main-slide .inner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 680px;
  pointer-events: none;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.main-slide .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.main-slide .up_text{
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
}
@keyframes up_text{
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(0%);
  }
}

.main-slide .slick-slider,
.main-slide .slick-list,
.main-slide .slick-track,
.main-slide .slide_item > img{
  height: 100%;
}
.main-slide .slide_item > img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-slide .slide_item{
  position: relative;
}
.main-slide .go_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 132px;
  height: 48px;
  background-color: #7eb4db;
  color: #fff;
  font-size: 22px;
  border-radius: 24px;
  margin-top: 40px;
  transition: 0.3s;
  position: absolute;
  z-index: 99;
  left : calc(calc(100% - 1400px) / 2);
  bottom: 210px;
}
@media screen and (max-width:1440px){
  .main-slide .go_btn{
    left: 20px;
  }
}
@media screen and (max-width:1200px){
  .main-slide .up_text{
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width:1024px){
  .main-slide .up_text{
    font-size: 45px;
    line-height: 55px;
  }
}
.main-slide .go_btn::after{
  content: '';
  display: block;
  width: 9px;
  aspect-ratio: 9 / 17;
  background: url(../images/common/ico_btn_arrow.png) no-repeat center;
  background-size: contain;
}
.main-slide .go_btn:hover{
  width: 160px;
}
.main-slide .paging_wrap{
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 100%);
  height: 90px;
  left: 50%;
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.main-slide .slick_dot{
  font-size: 0;
  padding-top: 2px;
}
.main-slide .slick-dots{
  display: flex;
  gap: 25px;
  align-items: center;
  height: 100%;
}
.main-slide .paging_wrap button{
  width: 9px;
  aspect-ratio: 9 / 11;
  background-position: center;
  background-repeat: no-repeat;
}
.main-slide .paging_wrap .play{
  display: none;
}
.main-slide .paging{
  color: #000;
  font-weight: 700;
}
.main-slide .paging_wrap button.pause{
  background-image: url(../images/common/ico_pause.png)
}
.main-slide .paging_wrap button.play{
  background-image: url(../images/common/ico_play.png)
}
.main-slide .slick-dots button{
  background: #a3a3a3;
  font-size: 0;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.main-slide .slick-dots .slick-active button{
  background-color: #7eb4db;
}

.sc_inner{
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.sc_title_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 35px;
}
.sc_title_box::before{
  content: '';
  width: 0%;
  height: 1px;
  background-color: #7eb4db;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.sc_title_box .sc_title{
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 38px;
  font-weight: 700;
}
.sc_title_box .sc_util{
  display: flex;
  gap: 8px;
  align-items: center;
}
.sc_title_box .sc_util :is(a, button){
  height: 43px;
  border: 1px solid #7eb4db;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
}
.sc_title_box .sc_util .more_view{
  margin-left: 8px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7eb4db;
  padding: 0 15px;
  width: 115px;
}
.sc_title_box .sc_util .more_view::after{
  content: '';
  display: block;
  width: 18px;
  aspect-ratio: 1 / 1;
  background: url(../images/common/ico_plus.png) no-repeat center;
  background-size: contain;
}
.sc_title_box .sc_util :is(.prev, .next){
  width: 43px;
}
.sc_title_box .sc_util .prev{
  background-image: url(../images/common/ico_prev.png);
  background-position: left 45% top 55%
}
.sc_title_box .sc_util .next{
  background-image: url(../images/common/ico_next.png);
  background-position: right 45% top 55%
}
.slide_box .slick-track{
  margin-left: 0;
  margin-right: 0;
}
.slide_item .img_box{
  width: 100%;
  aspect-ratio: 330 / 248;
  overflow: hidden;
  position: relative;
}
.slide_item .img_box > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide_item .img_box .tag{
  width: 59px;
  height: 44px;
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.slide_item .img_box .tag.type01{
  background-color: #e28642;
}
.slide_item .img_box .tag.type02{
  background-color: #7eb4db;
}
.sc_cont_box .slide_item {
  padding: 0px 15px;
}
.sc_cont_box .slide_box{
  margin: 0 -15px;
}
.slide_item .text_box{
  padding-top: 15px;
}
.slide_item .title{
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.slide_item .date{
  margin-top: 25px;
  color: #535353;
  font-size: 16px;
}
@media screen and (max-width:768px){
  .sc_title_box .sc_title{
    font-size: 22px;
  }
  .sc_title_box .sc_util :is(a, button){
    height: 25px;
  }
  .sc_title_box .sc_util :is(.prev, .next){
    width: 25px;
    background-size: 6px auto;
  }
  .sc_title_box .sc_util .more_view{
    font-size: 12px;
    width: 60px;
    gap: 3px;
    padding: 0 4px;
    margin-left: 0;
  }
  .sc_title_box .sc_util{
    gap: 6px;
  }
  .sc_title_box .sc_util .more_view::after{
    width: 11px;
  }
  .sc_title_box{
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .slide_item .title{
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    max-height: 28px;
  }
  .slide_item .date{
    margin-top: 10px;
    font-size: 10px;
  }
  .sc_cont_box .slide_item{
    padding: 0 6px;
  }
  .sc_cont_box .slide_box{
    margin: 0 -6px;
  }
  .slide_item .img_box .tag{
    width: 36px;
    height: 24px;
    font-size: 12px;
  }
  .main-slide .up_text{
    font-size: 24px;
    line-height: 26px;
  }
  .main-slide .go_btn{
    width: 82px;
    height: 26px;
    font-size: 14px;
    margin-top: 25px;
    bottom: 70px;
  }
  .main-slide .go_btn::after{
    width: 8px;
    aspect-ratio:  8 / 11;
  }
  .main-slide .go_btn:hover{
    width: 120px;
  }
  .main-slide .inner{
    height: 230px;
    padding-bottom: 40px;
  }
  .main-slide{
    margin-bottom: 60px;
  }
  .main-slide .paging_wrap{
    height: 45px;
    gap: 15px;
  }
  .main-slide .slick-dots button{
    width: 9px;
  }
  .main-slide .paging{
    font-size: 14px;
  }
  .content{
    padding-bottom: 40px;
  }
}
@media screen and (max-width:480px){
  .main-slide .up_text{
    font-size: 20px;
    line-height: 22px;
  }
}
.pub_box{
  background-color: #e6f0f7;
  padding: 45px 50px;
  display: flex;
  gap: 55px;
}
.pub_box .img_box{
  height: 310px;
  width: 570px;
}
.pub_box .text_box{
  flex: 1;
  min-width: 0;
}
.pub_box .tag{
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 20px;
}
.pub_box .title{
  font-size: 34px;
  line-height: 44px;
  max-height: 88px;
  height: 88px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.pub_box .more_view{
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin: 25px 0 40px;
}
.pub_box .more_view::after{
  content: '';
  display: block;
  width: 34px;
  height: 15px;
  background: url(../images/common/ico_arrow.png) no-repeat center;
  background-size: contain;
  margin-bottom: 7px;
}
.pub_box .page_link{
  display: flex;
  gap: 5px;
  font-size: 20px;
  align-items: center;
}
.pub_box .page_link .bold{
  min-width: 62px;
  font-weight: 700;
}
.pub_box .page_link .link_title{
  width: calc(100% - 67px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pub_box .page_link + .page_link{
  margin-top: 6px;
}
.tab_btn_wrap{
  display: flex;
  align-items: center;
  gap: 45px;
}
.tab_btn_wrap .tab_btn{
  font-size: 32px;
  font-weight: 500;
  color: #000;
  -webkit-appearance: none;
}
.tab_btn_wrap .tab_btn.on{
  color: #7eb4db;
}
.tab_cont{
  display: none;
}
.tab_cont.on{
  display: block;
}
.sc_title_box.no_mg{
  margin-bottom: 0;
}
.notice_list > li{
  padding: 25px 12px;
  padding-right: 0;
  border-bottom: 1px solid #b6b6b6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice_list > li .tag{
  width: 69px;
  line-height: 38px;
  border: 1px solid #7eb4db;
  color: #7eb4db;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
.notice_list > li .date{
  font-size: 20px;
  color: #6d6d6d;
  width: 100px;
  text-align: right;
}
.notice_list > li .title_wrap{
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  gap: 20px;
}
.notice_list > li .title{
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow:hidden;
  flex: 1;
  min-width: 0;
}
.sc_sub_title{
  font-size: 20px;
  padding-bottom: 6px;
}
.pub_box .img_box > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .tab_btn_wrap >li:not(:first-of-type)::before{
    content: '';
    display: block;
    width: 4px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
  }
@media screen and (max-width: 1400px){
  .pub_box .img_box{
    width: 400px;
  }
  .pub_box{
    gap: 30px;
    padding: 40px;
  }
}
@media screen and (max-width: 1024px){
  .pub_box{
    flex-direction: column;
  }
  .pub_box .img_box{
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    aspect-ratio: 290 / 191;
    height: auto;
  }
  .tab_btn_wrap{
    gap: 30px;
  }
  .tab_btn_wrap .tab_btn{
    font-size: 27px;
  }
  .notice_list > li .tag{
    font-size: 18px;
    line-height: 34px;
    width: 60px;
  }
  .notice_list > li .title{
    font-size: 20px;
  }
  .notice_list > li .date{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px){
  .pub_box .tag{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pub_box{
    gap: 15px;
    padding: 18px 18px 30px;
  }
  .pub_box .title{
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: auto;
  }
  .pub_box .more_view{
    font-size: 14px;
    margin: 15px 0 15px;
    line-height: 23px;
  }
  .pub_box .more_view::after{
    width: 26px;
    height: 11px;
  }
  .pub_box .page_link{
    font-size: 14px;
  }
  .pub_box .page_link .bold{
    min-width: 52px;
  }
  .notice_list > li .tag{
    font-size: 16px;
    line-height: 25px;
    width: 45px;
  }
  .notice_list > li .date{
    display: none;
  }
  .notice_list > li{
    padding: 14px 0;
  }
  .notice_list > li .title_wrap{
    gap: 5px;
    width: 100%;
    align-items: flex-start;
  }
  .notice_list > li .title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    white-space: wrap;
    margin-top: 4px;
  }
  .tab_btn_wrap .tab_btn{
    font-size: 20px;
    gap : 20px;
  }
  .tab_btn_wrap > li{
    position: relative;
  }
  .sc_sub_title{
    font-size: 14px;
    padding-bottom: 2px;
  }
  .sc_title_box .sc_title:has(.sc_sub_title){
    flex-wrap: wrap;
    gap: 5px;
  }
}

.up_text02{
  display: flex;
  max-height: 53px;
  overflow: hidden;
}
.tab_btn_wrap{
  max-height: 40px;
  overflow: hidden;
}
.tab_btn_wrap > li{
  transform: translateY(100%);
  transition: 0.3s;
}
.tab_btn_wrap > li:nth-of-type(2){
  transition-delay: 0.1s;
}
.tab_btn_wrap > li:nth-of-type(3){
  transition-delay: 0.2s;
}
.tab_btn_wrap > li:nth-of-type(4){
  transition-delay: 0.3s;
}
section.on .tab_btn_wrap > li{
  transform: translateY(0%);
}
.up_text02 > span{
  transform: translateY(100%);
  transition: 0.3s;
}
section.on .up_text02>span{
  transform: translateY(0%);
}
.up_text02 > span:nth-of-type(2){
  transition-delay: 0.1s;
}
.up_text02 > span:nth-of-type(3){
  transition-delay: 0.2s;
}
.up_text02 > span:nth-of-type(4){
  transition-delay: 0.3s;
}
.up_text02 > span:nth-of-type(5){
  transition-delay: 0.4s;
}
.up_text02 > span:nth-of-type(6){
  transition-delay: 0.5s;
}
.up_text02 > span:nth-of-type(7){
  transition-delay: 0.6s;
}
section.on .sc_title_box::before{
  width: 100%;
}
.sc_title_box .sc_util{
  overflow: hidden;
}
.sc_title_box .prev{
  transition: 0.3s;
  opacity: 0;
}
.sc_title_box .next{
  transition: 0.3s;
  opacity: 0;
}
.sc_title_box .more_view{
  transition: 0.3s;
  opacity: 0;
}
section.on .sc_title_box .prev{
  transition-delay: 0.3s;
  opacity: 1;
}
section.on .sc_title_box .next{
  transition-delay: 0.4s;
  opacity: 1;
}
section.on .sc_title_box .more_view{
  transition-delay: 0.5s;
  opacity: 1;
}
.sc_cont_box{
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
}
section.on .sc_cont_box{
  transform: translateY(0px);
  opacity: 1;
}
.slide_item .title{
  transition: 0.3s;
}
.slide_item:hover .title{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #7eb4db;
}
.sc_cont_box .slide_box .slide_item{
  transition: 0.3s;
}
.sc_cont_box .slide_box img{
  transition: 0.3s;
}
.sc_cont_box .slide_box:hover img{
  transform: scale(1.05);
}
.sc_cont_box .slide_box:hover .slide_item{
  transform: scale(1);
}
.sc_cont_box .slide_box .slide_item{
  transform: scale(0.95);
}
.notice_list > li .title:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.notice_list > li:nth-of-type(1){
  transition-delay: 0.5s;
}
.notice_list > li:nth-of-type(2){
  transition-delay: 0.6s;
}
.notice_list > li:nth-of-type(3){
  transition-delay: 0.7s;
}
.notice_list > li:nth-of-type(4){
  transition-delay: 0.8s;
}
.notice_list > li:nth-of-type(5){
  transition-delay: 0.9s;
}
.tab_cont .notice_list > li{
  transform: translateX(-15px);
  transition-duration: 0.3s;
  opacity: 0;
}
section.on .tab_cont .notice_list > li{
  transform: translateX(0);
  opacity: 1;
}
