@charset "UTF-8";

:root{
  --tag_color1: #143f8e;
  --tag_color2: #4c7d06;
  --tag_color3: #067d7c;
  --tag_color4: #b05700;
}

/* 공통 */
section:not(.section01) .sc_inner{
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.title_wrap{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

/* 섹션01 */
.section01 .sc_inner{
  background:linear-gradient(to right, #008cab, #00a161);
}
.section01 .slick-slide li{
  text-align: center;
  padding: 0 25px;
}
.section01 .slick-slide .img{
  display: inline-block;
  aspect-ratio: 890 / 452;
  max-width: 890px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 12px 8px 16px rgba(66, 66, 66, 0.2);
  margin: 0 auto 10px;
}
.section01 .slick-slide img{
  margin: 0 auto;
  object-fit: cover;
  height: 100%;
  width: 100%;
} 
.section01 .main_slide{
  position: relative;
  top: 90px;
}
.section01 .main_slide .control_wrap{
  max-width: 890px;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section01 .main_slide .control_wrap .wrap{
  display: flex;
  align-items: end;
  gap: 20px;
}
.section01 .main_slide .control_wrap .slick-dots{
  display: flex;
  align-items: center;
  gap: 20px;
}
.section01 .main_slide .control_wrap .slick-dots button{
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #909090;
}
.section01 .main_slide .control_wrap .slick-active button{
  background: #0080cc;
}
.section01 .main_slide .control_wrap .count{
  display: flex;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
.section01 .main_slide .control_wrap .btn button{
  font-size: 12px;
  color: #909090;
  margin-top: 3px;
}
.section01 .main_slide .control_wrap .btn .play{
  display: none;
}
.section01 .main_slide .control_wrap .slick-arrow{
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}
.section01 .main_slide .control_wrap .slick-arrow:hover{
  color: #0080cc;
}
.section01 .main_slide .control_wrap .slick-prev::before{
  content: '';
  display: inline-block;
  width: 44px;
  height: 14px;
  vertical-align: text-top;
  background: url(../img/main/ico_prev_ar.png) no-repeat;
  margin-right: 15px;
}
.section01 .main_slide .control_wrap .slick-next::after{
  content: '';
  display: inline-block;
  width: 44px;
  height: 14px;
  vertical-align: text-top;
  background: url(../img/main/ico_next_ar.png) no-repeat;
  margin-left: 15px;
}

@media screen and (max-width: 768px){
  .section01 .main_slide {
    top: 40px;
  }
  .section01 .main_slide .control_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    margin: 0;
  }
  .section01 .main_slide .control_wrap .count {
    font-size: 14px;
  }
  .section01 .main_slide .control_wrap .slick-arrow {
    font-size: 12px;
  }
  .section01 .main_slide .control_wrap .slick-next::after {
    width: 32px;
    height: 11px;
    background-size: contain !important;
    margin-left: 5px;
  }
  .section01 .main_slide .control_wrap .slick-prev::before{
    width: 32px;
    height: 11px;
    background-size: contain !important;
    margin-right: 5px;
  }
  .section01 .main_slide .control_wrap .slick-dots button {
    width: 8px;
    height: 8px;
  }
  .section01 .main_slide .control_wrap .btn button {
    font-size: 11px;
    margin-top: 2px;
  }
  .section01 .main_slide .control_wrap .slick-dots {
    gap: 8px;
  }
  .section01 .main_slide .control_wrap .wrap{
    gap: 8px;
    align-items: baseline;
  }
}

/* 섹션02 */
.section02{
  padding: 160px 0 55px;
}
.section02 .title_wrap{
  margin-bottom: 30px;
}
.quick_menu_wp > ul {
  display: flex;
  justify-content: space-between;
}
.quick_menu_wp > ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.quick_menu_wp > ul li p{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.quick_menu_wp > ul li {
  flex: 1;
}
.quick_menu_wp > ul li a:hover p{
  color: #28336e;
}
.quick_menu_wp > ul li .ico{
  height: 59px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../img/main/ico_quick01.png);
  margin-bottom: 10px;
  transition: 0.5s;
}
.quick_menu_wp > ul li a:hover .ico{
  transform: translateY(-5px) rotateY(360deg);
}
.quick_menu_wp > ul li.quick02 .ico{
  background-image: url(../img/main/ico_quick02.png);
}
.quick_menu_wp > ul li.quick03 .ico{
  background-image: url(../img/main/ico_quick03.png);
}
.quick_menu_wp > ul li.quick04 .ico{
  background-image: url(../img/main/ico_quick04.png);
}
.quick_menu_wp > ul li.quick05 .ico{
  background-image: url(../img/main/ico_quick05.png);
}
.quick_menu_wp > ul li.quick06 .ico{
  background-image: url(../img/main/ico_quick06.png);
}
.quick_menu_wp > ul li.quick07 .ico{
  background-image: url(../img/main/ico_quick07.png);
}
.quick_menu_wp > ul li.quick08 .ico{
  background-image: url(../img/main/ico_quick08.png);
}

@media screen and (max-width: 1024px){
  .quick_menu_wp > ul{
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .quick_menu_wp > ul li{
    flex: calc((100% / 4));
  }
}

@media screen and (max-width: 768px){
  .section02 {
    padding: 100px 0 35px;
  }
  .title_wrap {
    font-size: 20px;
  }
  .section02 .title_wrap {
    margin-bottom: 20px;
  }
  .quick_menu_wp > ul li p {
    min-height: auto;
    font-size: 14px;
  }
  .quick_menu_wp > ul li .ico {
    height: 34px;
    background-size: contain !important;
  }
}

/* 섹션03 */
.section03{
  background: url(../img/main/section03_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}
.section03 .title_wrap{
  color: #fff;
}
.main_notice_wp .tab_container{
  position: relative;
}
.tab_contents.active{
  animation: tab 0.5s 0.05s forwards;
  opacity: 0;
}
@keyframes tab {
  0%{
    opacity: 0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list{
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 25px;
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list li{
  border-bottom: none;
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list li.on::after{
  display: none;
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list li a{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  padding-bottom: 0;
  position: relative;
  transition: 0.3s;
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list li a::after{
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background: #ffd631;
  position: absolute;
  bottom: -9px;
  transition: 0.3s;
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list li.on a::after{
  width: 100%;
  background: #ffd631;
  bottom: -9px;
}
.main_notice_wp .tab_button-wrap.type01 .tab_button-list li.on a{
  color: #ffd631;
}
.tab_contents .notice_inner{
  margin-left: -40px;
}
.tab_contents .notice_inner .slick-slide {
  margin-left: 40px;
}
.tab_contents .notice_inner + .control{
  display: flex;
  align-items: center;
  gap: 25px;
  position: absolute;
  right: 0;
  top: -75px;
}
.tab_contents .notice_inner + .control button{
  color: #fff;
	font-size: 20px;
}
.tab_contents .notice_inner + .control button:hover{
  color: #fff;
}
.tab_contents .notice_inner .wp{
  flex: 1;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  position: relative;
}
.tab_contents .notice_inner + .control .more_go{
  color: #fff;
}
.tab_contents .notice_inner .wp a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 25px 23px;
  position: relative;
}
.tab_contents .notice_inner .wp::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid var(--tag_color1);
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s;
}
.tab_contents .notice_inner .wp:hover::before{
  opacity: 1;
}
.tab_cont .tab_contents .notice_inner .wp.type01::before{
  border-color: var(--tag_color1);
}
.tab_cont .tab_contents .notice_inner .wp.type02::before{
  border-color: var(--tag_color2);
}
.tab_cont .tab_contents .notice_inner .wp.type03::before{
  border-color: var(--tag_color3);
}
.tab_cont .tab_contents .notice_inner .wp.type04::before{
  border-color: var(--tag_color4);
}
.tab_contents .notice_inner .wp .category{
  display: inline-block;
  min-width: 80px;
  line-height: 31px;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 13px;
}
.tab_contents .notice_inner .wp .category.type01{
  background: var(--tag_color1);
}
.tab_contents .notice_inner .wp .category.type02{
  background: var(--tag_color2);
}
.tab_contents .notice_inner .wp .category.type03{
  background: var(--tag_color3);
}
.tab_contents .notice_inner .wp .category.type04{
  background: var(--tag_color4);
}
.tab_contents .notice_inner .wp .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.tab_contents .notice_inner .wp .cont{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 87px;
  font-size: 16px;
  line-height: 22px;
  border-top: 1px solid #d2d2d2;
  padding-top: 18px;
  margin: 18px auto 22px;
}
.tab_contents .notice_inner .wp .date{
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px){
  .section03 {
    padding: 35px 0 80px;
  }
  .main_notice_wp .tab_button-wrap.type01 {
    margin-bottom: 25px;
  }
  .tab_contents .notice_inner + .control {
    right: 50%;
    top: calc(100% + 20px);
    transform: translateX(50%);
  }
  .main_notice_wp .tab_button-wrap.type01 .tab_button-list li a {
    font-size: 16px;
  }
  .main_notice_wp .tab_button-wrap.type01 .tab_button-list {
    gap: 7%;
    margin-top: 20px;
  }
  .tab_contents .notice_inner .wp .category {
    min-width: 60px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .tab_contents .notice_inner .wp .title {
    min-height: 45px;
    font-size: 18px;
    line-height: 22px;
  }
  .tab_contents .notice_inner .wp .cont {
    min-height: 79px;
    font-size: 14px;
    line-height: 20px;
    margin: 18px auto 17px;
  }
  .tab_contents .notice_inner .wp .date {
    font-size: 14px;
  }
}

/* 섹션04 */
.section04{
  padding: 65px 0 60px;
}
.read_more_list_wp > .list_inner{
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.read_more_list_wp > .list_inner .fl_box{
  flex: 1;
  text-align: center;
  border-radius: 20px;
  background: #008cab;
  padding: 45px 0 25px;
  transition: 0.3s;
}
.read_more_list_wp > .list_inner .fl_box:hover{
  box-shadow: 0 0px 20px rgba(66, 66, 66, 0.5);
}
.read_more_list_wp > .list_inner .fl_box:nth-child(even){
  background: #00a161;
}
.read_more_list_wp .fl_box .txt::before{
  content: '';
  display: block;
  width: 78px;
  height: 78px;
  background: url(../img/main/ico_go_more01.png) no-repeat center bottom;
  margin: 0 auto 30px;
}
.read_more_list_wp .fl_box:nth-of-type(2) .txt::before{
  background-image: url(../img/main/ico_go_more02.png);
}
.read_more_list_wp .fl_box:nth-of-type(3) .txt::before{
  background-image: url(../img/main/ico_go_more03.png);
}
.read_more_list_wp .fl_box:nth-of-type(4) .txt::before{
  background-image: url(../img/main/ico_go_more04.png);
}
.read_more_list_wp .fl_box:nth-of-type(5) .txt::before{
  background-image: url(../img/main/ico_go_more05.png);
}
.read_more_list_wp .fl_box .b_txt{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.read_more_list_wp .fl_box .s_txt{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.read_more_list_wp .fl_box .more_btn{
  margin-top: 25px;
}
.read_more_list_wp .fl_box .more_btn a{
  display: inline-block;
  min-width: 93px;
  line-height: 29px;
  border: 1px solid #28336e;
  border-radius: 25px;
  background: #28336e;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.read_more_list_wp .fl_box .more_btn a span::after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/main/ico_more_ar.png) no-repeat;
  transform: translateX(-10px);
  opacity: 0;
  transition: 0.3s;
  margin-left: 7px;
}
.read_more_list_wp .fl_box .more_btn a:hover span::after{
  transform: translateX(0);
  opacity: 1;
}
.read_more_list_wp .fl_box .more_btn a span{
  padding-left: 10px;
  transition: 0.3s;
}
.read_more_list_wp .fl_box .more_btn a:hover span{
  padding-left: 0;
}

@media screen and (max-width: 1024px){
  .read_more_list_wp > .list_inner{
    flex-wrap: wrap;
    gap: 13px 10px;
  }
  .read_more_list_wp > .list_inner .fl_box {
    flex: inherit;
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 768px){
  .section04 {
    padding: 40px 0;
  }
  .read_more_list_wp .fl_box .txt::before {
    width: 45px;
    height: 45px;
    background-size: contain !important;
    margin: 0 auto 15px;
  }
  .read_more_list_wp > .list_inner .fl_box {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .read_more_list_wp .fl_box .b_txt {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .read_more_list_wp .fl_box .s_txt {
    font-size: 12px;
    line-height: 18px;
  }
  .read_more_list_wp .fl_box .more_btn {
    margin-top: 15px;
  }
  .read_more_list_wp .fl_box .more_btn a {
    min-width: 72px;
    line-height: 22px;
    border-radius: 12px;
    font-size: 12px;
  }
}

/* 섹션05 */
.section05{
  padding-bottom: 65px;
}
.section05 .title_wrap{
  text-align: left;
  margin-bottom: 20px;
}
.center_info_wp .divide_wp{
  display: flex;
  gap: 17px;
}
.center_info_wp .divide_wp > div{
  flex: 1;
}
.center_info_wp .center_list > ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.center_info_wp .center_list > ul li{
  background: #023e61;
  border-radius: 10px;
  position: relative;
}
.center_info_wp .center_list > ul li::before{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}
.center_info_wp .center_list > ul li:hover:before{
  width: 100%;
}
.center_info_wp .center_list > ul li a{
  display: flex;
  align-items: center;
  min-height: 63px;
  color: #fff;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  border: 1px solid #023e61;
  border-radius: 10px;
  transition: 0.3s;
}
.center_info_wp .center_list > ul li:hover a{
  color: #023e61;
}
.center_info_wp .center_list > ul li a::before{
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 33px;
  height: 29px;
  background-image: url(../img/main/ico_center01.png);
  background-position: center left;
  margin-right: 10px;
  transition: 0.3s;
  background-size: contain;
}
.center_info_wp .center_list > ul li:nth-of-type(2) a::before{
  background-image: url(../img/main/ico_center02.png);
}
.center_info_wp .center_list > ul li:nth-of-type(3) a::before{
  background-image: url(../img/main/ico_center03.png);
}
.center_info_wp .center_list > ul li:nth-of-type(4) a::before{
  background-image: url(../img/main/ico_center04.png);
}
.center_info_wp .center_list > ul li:nth-of-type(5) a::before{
  background-image: url(../img/main/ico_center05.png);
}
.center_info_wp .center_list > ul li:nth-of-type(6) a::before{
  background-image: url(../img/main/ico_center06.png);
}
.center_info_wp .center_list > ul li:nth-of-type(7) a::before{
  background-image: url(../img/main/ico_center07.png);
}
.center_info_wp .center_list > ul li:nth-of-type(8) a::before{
  background-image: url(../img/main/ico_center08.png);
}
.center_info_wp .center_list > ul li:hover a::before{
  background-image: url(../img/main/ico_center01_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(2):hover a::before{
  background-image: url(../img/main/ico_center02_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(3):hover a::before{
  background-image: url(../img/main/ico_center03_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(4):hover a::before{
  background-image: url(../img/main/ico_center04_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(5):hover a::before{
  background-image: url(../img/main/ico_center05_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(6):hover a::before{
  background-image: url(../img/main/ico_center06_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(7):hover a::before{
  background-image: url(../img/main/ico_center07_on.png);
}
.center_info_wp .center_list > ul li:nth-of-type(8):hover a::before{
  background-image: url(../img/main/ico_center08_on.png);
}
.center_info_wp .info_list > ul{
  display: flex;
  gap: 10px;
  height: 100%;
} 
.center_info_wp .info_list > ul li{
  flex: 1;
  background: url(../img/main/bg_info01.jpg) no-repeat center center;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.center_info_wp .info_list > ul li:nth-of-type(2){
  background-image: url(../img/main/bg_info02.jpg);
}
.center_info_wp .info_list > ul li:nth-of-type(3){
  background-image: url(../img/main/bg_info03.jpg);
}
.center_info_wp .info_list > ul li::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: -1px;
  top: 0;
  transition: 0.3s;
}
.center_info_wp .info_list > ul li:hover:before{
  opacity: 0.2;
}
.center_info_wp .info_list > ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.center_info_wp .info_list > ul li p::before{
  content: '';
  display: block;
  width: 69px;
  height: 84px;
  background: url(../img/main/ico_info_list01.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto 40px;
}
.center_info_wp .info_list > ul li:nth-of-type(2) p::before{
  background-image: url(../img/main/ico_info_list02.png);
}
.center_info_wp .info_list > ul li:nth-of-type(3) p::before{
  background-image: url(../img/main/ico_info_list03.png);
}

@media screen and (max-width: 1024px){
  .center_info_wp .divide_wp{
    flex-direction: column;
  }
  .center_info_wp .info_list > ul li{
    min-height: 276px;
  }
}

@media screen and (max-width: 768px){
  .section05{
    padding-bottom: 40px;
  }
  .section05 .title_wrap{
    text-align: center;
  }
  .center_info_wp .center_list > ul li a{
    font-size: 16px;
  }
  .center_info_wp .center_list > ul li a::before{
    width: 26px;
    height: 23px;
  }
  .center_info_wp .center_list > ul li:nth-of-type(3) a::before{
    width: 33px;
    height: 29px;
  }
  .center_info_wp .info_list > ul li a{
    font-size: 16px;
  }
  .center_info_wp .info_list > ul li p::before{
    width: 49px;
    height: 56px;
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 500px){
  .center_info_wp .center_list > ul {
    grid-template-columns: 1fr;
  }
  .center_info_wp .divide_wp{
    gap: 40px;
  }
  .center_info_wp .info_list > ul{
    flex-wrap: wrap;
  }
  .center_info_wp .info_list > ul li {
    min-height: 276px;
    flex: inherit;
    width: calc((100% - 10px) / 2);
  }
}