@charset "UTF-8";

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

.block {
  height: 90px;
}

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

.main_bg {
  background: url(../img/main_bg.jpg) no-repeat;
}


.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: 16px;
  height: 16px;
}


.slide-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 800px;
  margin: auto;
}


.slide-box-1 {
  background: url(../img/main1.jpg);

  background-size: cover;
  background-position: center center;
}

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

.text-group {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 800px;
  text-align: center;
  position: relative;
}

.slide-box h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -2px;
  font-weight: 600;
  padding-bottom: 11rem;
}

.slide-box h2 b {
  color: #cf9700;

}

.slide-box p {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0px;
  max-width: 33ch;
  text-transform: uppercase;
}

.slide-box .more {
  background: #dfbc72;
  border-radius: 30px;
  padding: 17px 35px;
  color: #fff;
}

.slide-box .line {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #e99f00;
}



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

/* bar */
.bar {
  background: url(../img/barbg.jpg) center no-repeat;
  padding-top: 3rem;
  padding-bottom: 5rem;
  color: #fff;
}

.bar h3 {
  font-size: 30px;
}

.bar ul {
  display: flex;
  padding: 2rem 20px;  
  grid-gap: 20px;
}

.bar li {
  background: #c28e00;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.2;
}

.bar li:hover {
  background: #f0c140;
}




/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 0px 0 100px;
  background: #29467a;
  color: #fff;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 410px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

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

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/sec2_1.jpg);
  background-size: cover;
  background-position: center center;
}

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

.slide2-box-3 {
  background: url(../img/sec2_3.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/sec2_4.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/sec2_5.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/sec2_6.jpg);
  background-size: cover;
  background-position: center center;
}


.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide2_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/******************** 슬라이드2 끝// ********************/





/* sec1 */
.sec1 {
  padding: 50px 0 30px;
  background: url(../img/sec1_bg.jpg) center;
  position: relative;
}


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

.sec1 ul li {
  border-radius: 10px;
  color: #fff;
}

.sec1 ul li a {
  display: block;
  padding: 4rem 3rem;
}

.sec1 ul li:nth-child(1) {
  background: #e6aa4d no-repeat;
  background-position: top right;
}

.sec1 ul li:nth-child(2) {
  background: #7c9ca5 no-repeat;
  background-position: top right;
}

.sec1 ul li:nth-child(3) {
  background: #e8cc48 no-repeat;
  background-position: top right;
}

.sec1 ul li:nth-child(4) {
  background: #9c9887 no-repeat;
  background-position: top right;
}



.sec1_title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}


.sec1_title h2 {
  font-size: 48px;
  line-height: 1.2;
}

.sec1 h3 {
  font-size: 25px;
  text-align: left;
}


.line {
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #e8cc48;
  margin: 2rem 0;
}

.sec1 a.more {
  padding: 5px;
  border-bottom: 1px solid;
}




/* sec2 */
.sec2 {
  padding: 80px 0;
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}

.sec2 ul li {
  border: 1px solid #e6aa4d;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 6px 6px 7px #7575753d;
  background: url(../img/arrow.png) center right no-repeat;
}

.sec2 ul li:hover {
  background: #f5f5f5;
}

.sec2 ul li a {
  display: block;
}

.sec2 ul li h3 {
  font-size: 30px;
  padding-bottom: 2rem;
  color: #d38306;
}

.sec2 ul li p {
  font-size: 17px;
  padding-bottom: 2rem;
}


/* sec3 */
.sec3 {
  padding: 100px 0;
  text-align: center;
  background: #f3f3f3;
}

.sec3 ul {
  padding-top: 3rem;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.sec3 ul li {
  border-radius: 7px;
  padding: 1.5rem;
  font-size: 24px;
}

.sec3 h3 {
  font-size: 38px;
  padding-top: 1rem;
}

.sec3 p {
  font-size: 18px;
  padding: 1rem 0 2rem;
}

.sec3 a {
  font-size: 14px;
  background: #e8cc48;
  border-radius: 33px;
  color: #fff;
  padding: 0.7rem 1.2rem;
}



/* sec4 */
.sec4 {
  padding: 80px 0;
}

.sec4 .container {
  background: url(../img/sunflower.jpg) left no-repeat;
  border: 20px solid #e8cc48;
  padding: 5.5rem;
  display: flex;
  justify-content: flex-end;
}

.sec4 .txt {
  width: 80%;
  max-width: 570px;
}

.sec4 i {
  font-style: normal;
  font-size: 17px;
  color: #c59465;
}

.sec4 h3 {
  font-weight: 600;
  font-size: 43px;
  line-height: 1.3;
}

.sec4 p {
  font-size: 23px;
  line-height: 1.6;
}


/**m_tit 시작**/
.m_tit {
  text-align: center;

}

.m_tit p {
  font-size: 20px;
  line-height: 1.7;
  padding-top: 1rem;
  opacity: 0.85;
}

.m_tit h2 {
  font-size: 45px;
  line-height: 170%;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -2px;
}

.m_tit h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
}

.m_tit h2 b {
  font-weight: 700;
  color: #dd5947;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.m_tit2 {
  margin-bottom: 40px;
}

.m_tit2 p {
  font-size: 20px;
  padding-bottom: 14px;
  color: #d44a35;
  line-height: 100%;
}

.m_tit2 h2 {
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  color: #222;
}

.m_tit2 h2 b {
  font-weight: 500;
}

.m_tit2 h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  padding-top: 20px;
}

/**m_tit 끝//**/





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

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



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


  /**m_tit 시작**/
  .m_tit {}

  .m_tit h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

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


  /**m_tit 끝//**/


  /* sec1 */
  .sec1 {}

  .sec1 ul li .text {
    left: 0;
  }



  /* sec3 */

  .sec3 {
    background-position-x: 60%;
  }

  .sec3 .title h2 {
    font-size: 35px;
  }

  .sec3 .tv_box {
    font-size: 18px;
  }

  .sec3 .tv h4 {
    font-size: 23px;
  }


  /* sec4 */
  .sec4 .container {
    grid-template-columns: 1.3fr 1fr;
    grid-gap: 30px;
  }



}

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

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 370px;
  }

  .slide-box-1 {
    background-size: cover;
  }

  .text-group {
    height: 370px;
  }

  .slide-box h2 {
    font-size: 37px;
    line-height: 1.2;
    padding-top: 1rem;
  }

  .slide-box p {
    font-size: 18px;
    line-height: 1;
    padding: 6px 10px;
  }

  .slide-box ul {
    grid-gap: 6px;
  }

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

  .more {
    padding: 10px 25px;
  }


  /* bar */

  .bar {
    background: url(../img/barbgm.jpg) center top;
    background-size: cover;
    padding: 5rem 0 3rem;
  }

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

  .bar li {
    width: auto;
    height: 70px;
    border-radius: 15px;
    background: #c28e0093;
  }

  .bar li br {
    display: none;
  }


  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 0;
    font-size: 29px;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 18px;
  }

  .m_tit2 h3 {
    display: none;
  }

  .m_tit h3 {
    font-size: 25px;
  }

  /**m_tit 끝//**/


  /* sec1 */
  .sec1 {

  }

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

  .sec1_title {
    grid-template-columns: 1fr;
  }
  .sec1_title div {
    text-align: center;
  }
  .sec1_title img {
    width: 70%;
  }

  .sec1 ul li a {
    padding: 1.5rem;
  }

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

  .sec1 p {
    font-size: 13px;
  }




  /* sec2 */

  .sec2 {
    padding: 100px 0;
    background-position: center;
  }

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

  .sec2 ul li {
    padding: 2rem;
  }

  .sec2 ul li h3 {
    font-size: 25px;
    padding-bottom: 4rem;
  }

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




  /* sec3 */
  .sec3 {
    padding: 50px 0;
    background-size: cover;
  }

  .sec3 ul {
    padding-top: 0;
    grid-gap: 15px;
  }

  .sec3 ul li {
    padding: 1rem;
  }

  .sec3 h3 {
    font-size: 25px;
  }

  .sec3 p {
    font-size: 15px;
    margin: auto;
  }

  .sec3 .more {
    padding: 12px 30px;
    font-size: 14px;
  }




  /* sec4 */
  .sec4 {
    padding: 50px 0;
    font-size: 20px;
  }

  .sec4 .container {
    padding: 2rem;
    background: none;
  }

  .sec4 .container .txt {
    width: 100%;
  }

  .sec4 h3 {
    font-size: 26px;
  }

  .sec4 h3 br {
    display: none;
  }

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


}

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

  /* slide */
  .slide-box-1 {
    background: url(../img/mainm1.jpg) center;
    background-size: cover;
  }

  .slide-box .text-group {
    left: 0;

  }

  .slide-box h2 {
    font-size: 28px;
    line-height: 1.3;
    text-shadow: none;
    padding: 0;
    padding-bottom:4rem;
  }


  /* 슬라이드2 */
  .slide2-box {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 270px;
  }


  /* bar */
  .bar {
    padding-bottom: 1rem;
  }


  .bar h3 {
    font-size: 26px;
    text-shadow: 0 0 10px #916a00;
  }

  .bar li {
    font-size: 16px;
  }


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

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

  .sec1 h2 {
    font-size: 27px;
  }

  .sec1 h3 {
    font-size: 23px;
    line-height: 1.2;
  }

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


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

  .sec2 ul li h3 {
    font-size: 22px;
    padding-bottom: 2rem;
  }

  .sec2 ul li {
    padding-bottom: 0;
  }



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

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

}