@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/******************** 메인 슬라이드 시작 ********************/

/******************** 메인 슬라이드 시작 ********************/
.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width: 50px;
  font-size: 0;
}

.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}


.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 800px;
  text-align: center;
  position: relative;
}

.slide-box-1 {
  background: #000;
}

.slide-box-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.slide-box-2 {
  background: url(../img/main2.jpg);
  background-size: cover;
  background-position: center center;
}

.text-group {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 800px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slide-box h2 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 400;
  font-family: 'YES24';
}

.slide-box h2 b {
  font-weight: normal;
  color: #fedb36;
}

.slide-box p {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 7px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  margin-bottom: 2rem;
}

.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: #444;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.slide-box .more {
  display: inline-block;
  margin-top: 3rem;
  border-radius: 25px;
  background: #42a4c3;
  color: #fff;
  padding: 15px 35px;
  position: relative;
  overflow: hidden;
}

.slide-box .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  transition: 0.5s;
  opacity: 0.3;
}

.slide-box .more:hover::before {
  left: 0;
}


/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/


/**m_tit 시작**/
.m_tit {
  margin-bottom: 49px;
  text-align: center;
  color: #333;
}

.m_tit h2 {
  font-size: 30px;
  font-family: 'YES24';
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 16px;
}

.m_tit b {
  color: #4289c3;
  font-weight: normal;
}

.m_tit p {
  font-size: 17px;
  color: #444;
  font-weight: normal;
  padding-top: 19px;
}

.m_tit h3 {
  font-size: 32px;
  font-weight: 800;
  padding-top: 15px;
  line-height: 100%;
}

.m_tit i {
  color: #7cca4e;
  font-size: 15px;
  font-weight: 700;
  display: block;
  font-style: normal;
}

.line {
  display: inline-block;
  width: 70px;
  height: 3px;
  margin: auto;
  background: #4289c3;
}

/**m_tit 끝//**/


/* 공통텍스트 */

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -1px;
}

.t b {
  color: #488a61;
}

.t19 {
  font-size: 19px;
  line-height: 1.6;
}

.t17 {
  font-size: 17px;
  line-height: 1.6;
}

.t15 {
  font-size: 15px;
  line-height: 1.65;
}

.t_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.t_b:hover {
  color: #47adad;
}






/* sec1 시작 */
.sec1 {
  position: relative;
}


.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
  grid-gap: 20px;
  position: absolute;
  left: 50%;
  transform: translateY(-30%)translateX(-50%);
  width: 100%;
  z-index: 10;
}

.sec1 .more {
  display: inline-block;
  margin-top: 2rem;
  padding: 12px 25px;
}

.sec1 ul>li {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 5px 12px #5555556c;
}


.sec1 ul li h3 {
  font-size: 31px;
  max-width: 20ch;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'YES24';
  padding-top: 1rem;
}

.sec1 ul li p {
  padding: 2rem 0 0;
  font-size: 16px;
  opacity: 0.9;
  margin: auto;
}


.sec1 ul li:nth-child(1) {
  background: #fb7b75;
}

.sec1 ul li:nth-child(2) {
  background: #93c03c;
}

.sec1 ul li:nth-child(3) {
  background: #256cb0;
}



/* sec2 시작 */
.sec2 {
  position: relative;
  width: 100%;
  padding: 300px 0 100px;
  text-align: center;
  background: url(../img/sec2_bg.jpg) center;
  background-size: cover;
}

.sec2 .text {
  background: #fff;
  border-radius: 20px;
  padding: 5rem;
  margin-top: 2rem;
}

.sec2 .t30,
.sec2 b {
  color: #0c61b7;
}

.sec2 .t30 span {
  color: #7cc140;
}

.sec2 p {
  max-width: 70ch;
  margin: auto;
  padding-top: 1.5rem;
  font-size: 19px;
  letter-spacing: -1px;
}


.main_d_block {
  display: block;
}

.main_m_block {
  display: none;
}


/* sec3 시작*/

.sec3 {
  padding: 100px 0;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.sec3 ul li {
  padding: 2rem;
  grid-gap: 20px;
  border: 1px solid #ddd;
}

.sec3 ul li:first-child {
  background: url(../img/sec3_0.png);
  background-size: cover;
}

.sec3 ul li:hover {
  opacity: 1;
}

.sec3 ul li h4 {
  font-size: 1.65em;
}

.sec3 ul li .plusbox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5rem;
}

.sec3 ul li .plus {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.sec3 ul li .plus span {
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
}


.sec3 ul li:nth-child(odd) .plus span {
background: #ffffffd3;
}


.sec3 ul li .plus span:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}

.sec3 ul li .plus span:last-child {
  position: absolute;
  top: 52%;
  opacity: 0;
  transition: 0.5s;
}

.sec3 ul li:nth-child(1) {}

.sec3 ul li:nth-child(2) {}

.sec3 ul li:nth-child(3) {
  background: url(../img/sec3_1.png);
  background-size: cover;
}

.sec3 ul li:nth-child(5) {
  background: url(../img/sec3_2.png);
  background-size: cover;
}

.sec3 ul li:nth-child(7) {
  background: url(../img/sec3_3.png);
  background-size: cover;
}

.sec3 ul li:nth-child(9) {
  background: url(../img/sec3_4.png);
  background-size: cover;
}

.sec3 ul li:nth-child(odd) {
  color: #fff;
}

.sec3 ul li:hover {
  background-size: cover;
  box-shadow: 0 0 13px #7ec042;
  color: #83b846;
}


.sec3 ul li:hover .plus span:last-child {
  opacity: 1;
  transform: rotate(90deg);

}

.sec3 ul li p {
  opacity: 0.6;
  padding-top: 10px;
  font-size: 13px;
}


/* sec3 끝 */


/* sec4 */
.sec4 {
  padding: 120px 0;
  background: url(../img/sec4.jpg);
  background-position: top;
  background-size: cover;
  color: #fff;
}


/* sec5 */
.sec5 {
  padding: 70px 0;
  background: url(../img/sec5_bg.jpg);
  background-size: cover;
}

.sec5 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec5 .t19 {
  font-weight: 600;
}

.sec5 .cs {
  width: 350px;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

.sec5 .cs div {
  padding: 7px;
  border-bottom: 1px solid #ddd;
}

.sec5 p {
  opacity: 0.7;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .slide-box p {
    font-size: 16px;
  }

  .slide-box span {
    font-size: 16px;
  }

  /**메인 슬라이드 끝**/

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2,
  .main_vis_txt {
    height: 420px;
  }

  .main_vis_txt h2 {
    font-size: 45px;
    line-height: 46px;
  }

  .main_vis_txt h3 {
    font-size: 20px;
  }

  .main_vis_txt p {
    font-size: 17px;
  }

  .main_vis_txt p span {
    display: block;
  }

  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }

  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .m_tit p {
    font-size: 18px;
    padding-top: 10px;
  }

  /**m_tit 끝//**/


  /* sec1 */
  .sec1 ul li h3 {
    font-size: 30px;
  }

  .sec1 ul li p {
    font-size: 15px;
  }




}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width:767px) {
  .slide-box span {
    display: none;
  }

  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 400px;
  }

  .text-group {
    height: 400px;
  }

  .slide-box h2 {
    font-size: 30px;
  }

  .slide-box p {
    font-size: 13px;
    display: none;
  }

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2 {
    height: 380px;
    margin-top: 70px;
  }

  .main_vis_txt {
    height: 310px;
  }

  .main_vis_txt h3 {
    font-size: 14px;
  }

  .main_vis_txt h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
  }

  .main_vis_txt img {
    height: 30px;
    padding-bottom: 6px;
  }

  .main_vis_txt p {
    font-size: 14px;
    line-height: 20px;
  }

  .main_vis_txt p b {
    display: block;
  }

  .mainbar {
    display: none;
  }

  /**메인슬라이 없을때 끝//**/

  /* 타이틀 */
  .title {
    padding: 0.6rem;
    padding-bottom: 2rem;
    text-align: left;
  }

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .m_tit h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .m_tit p {
    font-size: 17px;
    padding-top: 5px;
  }

  /**m_tit 끝//**/
  /* 공통텍스트 */

  .t40 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 500;
  }

  .t35 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 22px;
    line-height: 1.23;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .t25 {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .t b {
    color: #488a61;
  }

  .t19 {
    font-size: 17px;
    line-height: 1.6;
  }

  .t17 {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .t15 {
    font-size: 13.5px;
    line-height: 1.65;
  }




  /* 섹션1시작 */
  .sec1 {
    margin: 0;
    background-size: contain;
    padding: 3rem 0 1rem;
  }

  .sec1 .container {
    padding: 0;
  }

  .sec1 ul {
    grid-template-columns: 1fr;
  }

  .sec1 ul>li {
    height: inherit;
    height: auto;
    padding: 2rem;
    padding-top: 3rem;
    padding-bottom: 5px;
  }

  .sec1 ul li:nth-child(1) {
    background-position-x: 105%;
  }

  .sec1 ul li em {
    font-size: 13px;
  }

  .sec1 ul li h3 {
    font-size: 23px;
  }

  .sec1 ul li p {
    padding: 1.5rem 0;
    font-size: 14px;
  }

  .sec1 ul li a {
    font-size: 15px;
  }

  .sec1 ul li img {
    height: 55px;
  }

  .sec1 ul li .item {
    font-size: 15px;
  }

  /* sec2 */

  /* sec3 */
  .sec3 ul {
    grid-template-columns: 1fr 1fr;
  }

  .sec3 ul li .plusbox {
    margin-bottom: 4rem;
  }

  .sec3 ul li h4 {
    font-size: 22px;
  }

  .sec3 .m_tit p {
    padding: 10px;
  }

  .sec3 .m_tit p br {
    display: none;
  }

}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {

  /* 메인 */

  .slide-box .text-group {

  }

  .slide-box h2 {
    font-size: 24px;
    padding-bottom: 0rem;
    line-height: 1.3;
  }

  .slide-box p {
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
  }

  .slide-box .more {
    display: none;
  }


  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }

  .m_tit p {
    font-size: 14px;
    padding: 1rem 1.5rem 1rem !important;
  }


  /* 섹션1시작 */
  .sec1 {
    padding: 2rem 20px;
  }

  .sec1 ul {
    grid-template-columns: 1fr;
    padding: 0 20px;
    grid-gap: 20px;
    position: relative;
    transform: none;
    left: 0;
  }

  .sec1 ul li {
    padding: 2rem 1rem;
  }

  .sec1 ul li a {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
  }

  .sec1 ul li p {
    text-align: left;
  }


  .sec1 ul li:nth-child(1) {
    background-position-x: 105%;
  }


  .sec1 ul li em {
    font-size: 13px;
  }

  .sec1 ul li h3 {
    font-size: 22px;
  }

  .sec1 ul li h4 {
    font-size: 23px;
  }

  .sec1 ul li p {
    padding: 1.5rem 0;
    font-size: 14px;
  }

  .sec1 ul li a {
    font-size: 15px;
  }

  .sec1 ul li img {
    height: 55px;
  }

  .sec1 ul li .item {
    font-size: 15px;
  }


  /* sec2 */

  .sec2 {
    padding: 2rem 0 3rem;
    background-position: left;
    background-size: 200%;
  }

  .sec2 .text {
    padding: 4rem 2rem;
  }

  .sec2 p {
    font-size: 16px;
  }

  .sec2 .logoimg {
    width: 70%;
  }

  /* sec3 */
  .sec3 {
    padding: 50px 0;
  }

  .sec3 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .sec3 ul li {
    padding: 1rem;
  }

  .sec3 ul li:nth-child(3) {
    grid-row: 2/2;
    grid-column: 2;
  }

  .sec3 ul li:nth-child(7) {
    grid-row: 4/4;
    grid-column: 2;
  }


  .sec3 ul li h4 {
    font-size: 19opx;
  }

  .sec3 ul li p {
    display: none;
  }

  .sec3 ul li .plusbox {
    margin-bottom: 4rem;
  }


  /* sec4 */
  .sec4 {
    background: url(../img/sec4m.jpg) top;
    background-size: cover;
    padding-top: 67vw;
    padding-bottom: 70px;
  }


}

/*******************************************************************************************************************************
 *** 모바일 max-width 340
*******************************************************************************************************************************/
@media (max-width:340px) {

  .main_vis,
  .main_vis_txt {
    height: 200px;
  }

  .main_vis_txt span img {
    height: 55px;
  }

  .m_tit h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .m_tit p {
    font-size: 14px;
  }

  .m_tit.m_tit_color p {
    font-size: 14px;
  }





}

/*******************************************************************************************************************************
 *** 모바일 max-width 300
*******************************************************************************************************************************/
/* @media (max-width:300px){
  .bnr_link_item .item.item1 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item2 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item3 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item4 {
    height: 140px;
    background-size: 80px;
  }
  .item h2 {
    font-size: 14px;
  }
  .item p {
    display: none;
  }
} */