/* section01 */
.section01{
  background: url(../img/main/sec01_bg.jpg) no-repeat;
  background-size: cover;
  padding: 122px 0 95px;
}
.control_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
.control_wrap .slide_dot {
  margin-right: 26px;
}
.control_wrap .slide_dot ul{
  display: flex;
}
.control_wrap .slide_dot ul li button{
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 0;
  color: transparent;
  background: #fff;
}
.control_wrap .slide_dot ul li.slick-active button{
  background: #fcba39;
}
.control_wrap .slide_dot ul li:not(:last-child){
  margin-right: 25px;
}
.section01 .control_wrap .slick-prev{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: url(../img/main/ico_prev.png) no-repeat center center;
  margin-right: 44px;
}
.section01 .control_wrap .slick-next{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: url(../img/main/ico_next.png) no-repeat center center;
  margin-left: 44px;
}
.control_wrap .slick-pause{
  background: url(../img//main/ico_stop.png) no-repeat;
  width: 10px;
  height: 13px;
}
.control_wrap .slick-play{
  background: url(../img//main/ico_play.png) no-repeat;
  width: 10px;
  height: 13px;
}
.sec01_slide .slick-slide.slick-center img{
  transition: all 0.3s;
  transform: scale(1);
}
.sec01_slide .slick-slide img{
  transition: all 0.3s;
  transform: scale(0.8);
}

/* section03 */
.section03{
  background: #e9eef4;
}
.sec03_inner{
   padding: 0 0 70px;
  max-width: 1340px;
  margin:0 auto;
}
.sec03_inner ul{
  display: flex;
  justify-content: space-between;
}
.sec03_inner ul li > a p{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.06em;
  text-align: center;
}
.sec03_inner ul li > a p::before{
  display: block;
  content: '';
  width: 140px;
  height: 140px;
  border: 1px solid #c6c6c6;
  border-radius: 100%;
  margin: 0 auto 15px;
  background: url(../img/main/sec03_ico01.png) no-repeat center center;
  transition: all 0.3s;
  background-color: #fff;
}
.sec03_inner ul li > a p:hover:before{
  border-color: #ff7145;
}
.sec03_inner ul li:nth-child(2) > a p::before{
  background-image: url(../img/main/sec03_ico02.png);
}
.sec03_inner ul li:nth-child(3) > a p::before{
  background-image: url(../img/main/sec03_ico03.png);
}
.sec03_inner ul li:nth-child(4) > a p::before{
  background-image: url(../img/main/sec03_ico04.png);
}
.sec03_inner ul li:nth-child(5) > a p::before{
  background-image: url(../img/main/sec03_ico05.png);
}
.sec03_inner ul li:nth-child(6) > a p::before{
  background-image: url(../img/main/sec03_ico06.png);
}

/* section04 */
.section04{
  text-align: center;
  padding: 55px 0;
  background: #f1f1f1;
}
.section04 .text_wrap{
  margin-bottom: 44px;
}
.section04 .text_wrap .tit{
   font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}
.section04 .text_wrap .sub_tit{
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.section04 .sec04_slide {
  position: relative;
}
.section04 .sec04_slide .slick-slide{
  padding: 0 20px;
}
.section04 .sec04_slide li{
  max-width: 306px;
}
.section04 .sec04_slide li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.section04 .sec04_slide li a > .tag{
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.section04 .sec04_slide .slick-arrow{
  position: absolute;
  top: calc(50% - 86px);
  z-index: 11;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  font-size: 0;
}
.section04 .sec04_slide .slick-next{
  background: url(../img/main/ico_next02.png) rgba(0,0,0,0.5) no-repeat center center;
  right: 17%;
}
.section04 .sec04_slide .slick-prev{
  background: url(../img/main/ico_prev02.png) rgba(0,0,0,0.5) no-repeat center center;
  left: 17%;
}
.section04 .sec04_slide .slick-next:hover{
  background-color: rgba(16,86,174,0.5);
}
.section04 .sec04_slide .slick-next:hover{
  background-color: rgba(16,86,174,0.5);
}
.section04 .sec04_slide .slick-prev:hover{
  background-color: rgba(16,86,174,0.5);
}
.section04 .control_wrap .slick-pause {
  background: url(../img//main/ico_stop02.png) no-repeat;
}
.section04 .control_wrap .slick-play {
  background: url(../img//main/ico_play02.png) no-repeat;
}
.section04 .control_wrap .slide_dot ul li button{
  background: #707070;
}
.section04 .control_wrap .slide_dot ul li.slick-active button{
  background: #fcba39;
}
.section04 .sec04_slide li .imgwrap{
  overflow: hidden;
  border: 1px solid #c6c6c6;
  position: relative;
  padding-bottom: 107%;
}
.section04 .sec04_slide li:hover .imgwrap img{
  transform: scale(1.08) translate(-50%, -50%);
}
.section04 .sec04_slide li img{
  transition: all 0.3s;
  margin:0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left top;
  width: 100%;
}
.section04 .sec04_slide li .textwrap{
  text-align: left;
  margin-top: 23px;
}
.section04 .sec04_slide li .textwrap .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.02em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;

}
.section04 .sec04_slide li .textwrap .date{
  font-size: 18px;
  margin-top: 18px;
}
/* 사업신청 */
.section02 {
  min-height: 535px;
  background: #e9eef4;
  padding: 75px 0 95px;
}
.sec02_inner{
 max-width: 1340px;
 margin:0 auto;
}
.section02 .sec02_inner .control_wrap{
 display: none;
}
.section02 .sec02_slide li{
  float: left;
  width: calc((100% - 171px) / 4);
  margin-right: 57px;
  min-height: 282px;
  background: #fff;
  border: 1px solid #c6c6c6;
  margin-bottom: 32px;
}
.section02 .sec02_slide li:hover{
  border-color: #ff7044;
}
.section02 .sec02_slide li:nth-of-type(4n){
  margin-right: 0;
}
.section02 .sec02_slide li .inner{
  padding: 20px;
}
.section02 .sec02_slide li .inner .d_day{
  margin-bottom: 15px;
}
.section02 .sec02_slide li .inner .top_tit{
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  height: 78px;
  word-break: break-all;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section02 .type02 .sec02_slide li .inner .top_tit{
  height: 125px;
}
.section02 .sec02_slide li .inner .period{
 color: #4d619a;
 border-top: 1px solid #c6c6c6;
 margin-top: 16px;
padding-top: 16px;
}

.tab_container .tab_list .tab_list-wrap {
  display: flex;
  position: relative;
  justify-content: center;
}
.tab_container .tab_list .tab_inner{
  position: absolute;
  width: 100%;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.tab_container .tab_list .btn_tab-tit{
  font-size: 32px;
  font-weight: 800;
  color: #5e5e5e;
  position: relative;
  line-height: 43px;
}
.tab_container .tab_list .current .btn_tab-tit{
  color: #1056ae;
  border-bottom: 4px solid #1056ae;
  padding-bottom: 10px;
  position: relative;
}
.tab_container .tab_list .tab_click:not(:last-of-type) .btn_tab-tit{
  margin-right: 50px;
}
.tab_container .tab_list .tab_click:not(:last-of-type) .btn_tab-tit::after{
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #5e5e5e;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  left: 138px;
}
.section02 .more_btn{
  width: 43px;
  height: 43px;
  position: absolute;
  top: -90px;
  right: 0;
  background: #fff;
  border: 1px solid #c6c6c6;

}
.section02 .more_btn img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.section02 .more_btn:hover img{
  transform: translate(-50%, -50%) rotate(90deg);
}
.section02 .sec02_slide li .inner .btn_wrap{
  margin: 27px auto 0;
}
.section02 .sec02_slide li .inner .btn_wrap  button{
  min-width: 100px;
  line-height: 32px;
}
.section02 .sec02_slide.type02 li .inner .top_tit{
  height: 125px;
}
@media screen and (max-width: 1440px) {
  .section02{
    padding: 65px 20px 48px;
  }
  .sec03_inner{
    margin: 0 20px;
  }
  .section04 .sec04_slide .slick-next{
    right: 14.5%;
  }
  .section04 .sec04_slide .slick-prev{
    left: 14.5%;
  }
}
@media screen and (max-width: 1250px) {
  .section02 .sec02_slide li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section01{
    padding: 30px 20px;
  }
  .sec01_slide .slick-slide img{
    transform: scale(1);
  }
  .section01 .control_wrap {
    margin-top: 20px;
  }
  .control_wrap {
    margin-top: 30px;
  }
  .control_wrap .slide_dot ul li:not(:last-child) {
    margin-right: 15px;
  }
  .section01 .control_wrap .slick-next{
    margin-left: 20px;
  }
  .section01 .control_wrap .slick-prev{
    margin-right: 20px;
  }
  .control_wrap .slide_dot {
    margin-right: 15px;
  }
  .control_wrap .slide_dot ul li button{
    width: 10px;
    height: 10px;
  }
  .control_wrap .slick-pause{
    height: 10px;
    background-size: cover;
  }
  .control_wrap .slick-play{
    height: 10px;
    background-size: contain;
  }
  .section02 {
    min-height: 480px;
    padding: 34px 20px 40px;
  }
  .tab_container .tab_list .tab_list-wrap {
    justify-content: start;
  }
  .section02 .sec02_slide li .inner .top_tit {
    font-size: 19px;
  }
  .section02 .sec02_inner .control_wrap{
    display: flex;
  }
  .section02 .sec02_inner .control_wrap .slide_dot ul li button{
    background: #707070;
  }
  .section02 .sec02_inner .control_wrap .slide_dot ul li.slick-active button{
    background: #fcba39;
  }
  .section02 .sec02_inner .control_wrap .slick-pause{
    background-image: url(../img/main/ico_stop02.png);
  }
  .section02 .sec02_inner .control_wrap .slick-play{
    background-image: url(../img/main/ico_play02.png);
  }
  .section02 .sec02_slide li{
    margin-right: 0;
    margin-bottom: 0;
  }
  .tab_container .tab_list .tab_inner{
    top: 75px;
  }
  .tab_container .tab_list .btn_tab-tit {
    font-size: 24px;
    line-height: 40px;
  }
  .tab_container .tab_list .tab_click:not(:last-of-type) .btn_tab-tit::after{
    top: 17px;
    left: 109px;
  }
  .section02 .more_btn {
    width: 35px;
    height: 35px;
    top: -70px;
  }
  .sec03_inner {
    padding: 0 0 35px;
  }
  .sec03_inner ul{
    flex-wrap: wrap;
  }
  .sec03_inner ul li{
    width: 50%;
    margin-bottom: 30px;
  }
  .sec03_inner ul li > a p{
    font-size: 18px;
  }
  .sec03_inner ul li > a p::before {
    width: 120px;
    height: 120px;
  }
  .sec03_inner ul li:nth-child(1) > a p::before{
    background-size: 51px;
  }
  .sec03_inner ul li:nth-child(2) > a p::before{
    background-size: 49px;
  }
  .sec03_inner ul li:nth-child(3) > a p::before{
    background-size: 53px;
  }
  .sec03_inner ul li:nth-child(4) > a p::before{
    background-size: 54px;
  }
  .sec03_inner ul li:nth-child(5) > a p::before{
    background-size: 50px;
  }
  .sec03_inner ul li:nth-child(6) > a p::before{
    background-size: 50px;
  }
  .section04 {
    padding: 37px 15px 40px;
  }
  .section04 .sec04_slide .slick-next {
    right: 0;
  }
  .section04 .sec04_slide .slick-prev {
    left: 0;
  }
  .section04 .control_wrap .slick-play{
    background-size: contain;
  }
  .section04 .sec04_slide li:hover .imgwrap img {
    transform: scale(1) translate(-50%, -50%);
  }
  .section04 .sec04_slide .slick-arrow{
    width: 45px;
    height: 45px;
    top: calc(50% - 79px);
  }
  .section04 .sec04_slide .slick-next{
    background-size: 10px;
  }
  .section04 .sec04_slide .slick-prev{
    background-size: 10px;
  }
  .section04 .text_wrap .tit {
    font-size: 24px;
  }
  .section04 .text_wrap .sub_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .section04 .text_wrap::after{
    display: none;
  }
  .section04 .text_wrap {
    margin-bottom: 28px;
  }
  .section04 .sec04_slide li .textwrap .date {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .tab_container .tab_list .btn_tab-tit{
    font-size: 16px;
  }
  .tab_container .tab_list .tab_click:not(:last-of-type) .btn_tab-tit {
    margin-right: 25px;
  }
  .tab_container .tab_list .tab_click:not(:last-of-type) .btn_tab-tit::after {
    top: 11px;
    left: 66px;
  }
}

@media screen and (max-width: 400px) {
  .section02 {
    min-height: 520px;
    padding: 80px 20px 40px;
  }
  .section02 .more_btn {
    top: -110px;
  }
}

