@charset "UTF-8";

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

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

.main {
  position: relative;
}

.slick-slider {
  position: relative;
}


.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%;
  width: 100%;
  height: 940px;
  margin: auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}

.slide-box-1 {
  background-size: cover;
  background: url(../img/main_bg.jpg) center;
  position: relative;
}

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

.slide-box .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  color: #fff;
}

.slide-box .line {
  width: 2px;
  height: 100px;
  background: #fff;
  margin-bottom: 2rem;
}

.slide-box h2 {
  line-height: 1.1;
  font-size: 55px;
  padding-bottom: 2rem;
  color: #222;
}

.slide-box p {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 500;
  padding: 7px 14px;
  background: #507d00;
}

.slide-box a {
  display: block;
  padding-top: 3rem;
  font-size: 13px;
  font-weight: 600;
}


.button a:hover {
  opacity: 0.7;
}

.main .banner {
  display: flex;
  grid-gap: 10px;
  padding-top: 6rem;
}


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




/******************** 슬라이드2 시작 ********************/
.slide_bg {
  width: 100%;
  position: relative;
  padding-top: 1rem;
}

.slide_text {
  position: absolute;
  width: 50%;
  background: #ffffffc7;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 3rem;
}

.slide_text h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 2rem;
}

.slide_text p {
  font-size: 18px;
}

.slide2 {
  width: 100%;
  position: relative;
}

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

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



.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #bbb;
  height: 60px;
  width: 60px;
  left: 0px;
  bottom: 0px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #454545;
  height: 60px;
  width: 60px;
  left: 60px;
  bottom: 0;
  z-index: 2;
}


.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/g1.jpg);
  background-size: cover;
  background-position: center center;
}

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

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

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

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

.slide2-box h2 {}

.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: 80px 0;
  background: url(../img/sec2_bg.jpg) center;
  background-size: cover;
}

.sec1 .container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 100px;
}

.sec1 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.sec1 h3 {
  padding-top: 1rem;
  font-size: 35px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.25;
}

.sec1 p {
  font-size: 19px;
  padding: 3rem 0;
  max-width: 39ch;
}

.sec1 b {
  color: rgb(165, 101, 42);
}

.sec1 ul li {
  font-size: 18px;
  padding: 8px 30px;
  color: #fff;
  background: #574836;
  margin-bottom: 5px;
}

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

/* .box_container */
.box_container {
  padding: 60px 0;

}

.box_container .box {
  color: #fff;
  width: 90%;
  margin: auto;
}

.box_container .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  color: #fff;
}

.box_container .line {
  width: 2px;
  height: 100px;
  background: #fff;
  margin-bottom: 2rem;
}

.box_container .nemo {

}

.t25 {
  font-size: 25px;
}

.box_container .nemo .nemo_1 div {
  padding: 25% 10%;
}


.box_container .nemo_1_box_1 {
  background: #e7e7e4;
   color: #222;
}

.box_container .nemo_2_box_2 {
  background: url(../img/slider_3.jpg) bottom;
  background-size: cover;
}

.nemo_1_box_2 {
  color: #333;
}

.nemo_1_box_2 a {
  display: flex !important;
  font-size: 15px !important;
  padding: 15px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000a2;
  grid-gap: 10px;
  margin: auto;
  margin-bottom: 10px;
  width: 200px;
}

.nemo_1_box_2 a img {
  width: 30px;
}

.nemo_1_box_2 a:hover {
  opacity: 0.4;
}

/* 슬라이더 박스 2라인 */
.box_container .nemo .nemo_2 {
  display: grid;
  grid-template-columns: 0.8fr 0.5fr 0.5fr;
}


.box_container .nemo .nemo_2 div {
  padding: 3rem;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}



.box_container .nemo_2_box_1 {
  background: #574836;
}




/* 슬라이더 박스 텍스트 */
.box_container span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.box_container em {
  font-size: 16px;
  opacity: 0.7;
}

.box_container b {
  display: block;
  font-size: 15px;
  padding-top: 30px;
}

.box_container h4 {
  font-size: 25px;
}

.box_container .nemo_1_box_1 h5 {
  font-size: 18px;
  font-weight: normal;
}

.box_container h5 {
  font-size: 21px;
}

.box_container h2 {
  line-height: 1.1;
  font-size: 55px;
  padding-bottom: 2rem;
}

.box_container p {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 500;
}

.box_container a {
  display: block;
  padding-top: 3rem;
  font-size: 13px;
  font-weight: 600;
}


.button a:hover {
  opacity: 0.7;
}

.main .banner {
  display: flex;
  grid-gap: 10px;
  padding-top: 6rem;
}



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


/* sec4 */
.sec4 {
  padding: 110px 0;
  background: url(../img/sec4_bg.jpg) bottom;
}

.sec4 .container {
  display: grid;
  grid-gap: 200px;
  grid-template-columns: 1fr 1fr;
}

.sec4 span {
  color: #d68b34;
  font-size: 18px;
}

.sec4 .line {
  width: 150px;
  height: 3px;
  background: #d68b34;
  margin-top: 2.5rem;
}

.sec4 h2 {
  font-size: 50px;
  color: #333;
  line-height: 1.2;
  padding-top: 1rem;
}

.sec4 p {
  font-size: 20px;
  max-width: 38ch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  line-height: 1.8;
}



/* sec5 */
.sec5 {
  margin: 4rem;
  padding: 90px 0;
background: url(../img/sec5_bg.jpg);
}

.sec5 .box {
  background: #fff;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 2rem;
}




/**con2 시작**/
.con_2 {
  background: url(../img/sec3_bg.jpg) bottom;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0;
}

.con_2 .m_tit {
  text-align: left;
  color: #fff;
}

.box_list {
  margin: 0 -10px;
  overflow: hidden;
}

.box_list .box_item {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.box_list .box_item img {
  width: 100%;
}

.box_list .box_item a {
  display: block;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

.box_list .box_item a h2 {
  font-size: 26px;
  font-weight: 500;
}

.box_list .box_item a p {
  font-size: 14px;
  color: #777;
}

.box_list .box_item a span {
  display: block;
  color: #222;
  font-size: 16px;
  width: 86px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  padding: 6px 20px;
  border: 1px solid #ddd;
}

/**con2 끝//**/


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

.m_tit p {
  font-size: 19px;
  line-height: 1.6;
  opacity: 0.8;
  padding-bottom: 20px;
  letter-spacing: -1px;
}

.m_tit h2 {
  font-size: 46px;
  line-height: 170%;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.m_tit h3 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
}

.m_tit h2 b {
  font-weight: 900;
}

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

.m_tit span {
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
  color: #d6a80f;
}

/**m_tit 끝//**/





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

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

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


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


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

  .m_tit h2 {
    font-size: 37px;
  }

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


  /**m_tit 끝//**/


  /* sec1 */

  .sec4 {}

  .slide_text h3 {
    font-size: 40px;
  }


  /* sec2 */
  .sec2 {
    padding: 70px 0;

  }

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




  /**con2 시작**/
  .con_2 {
    padding: 80px 0;
  }

  .box_list {
    margin: 0 -5px;
  }

  .box_list .box_item {
    padding: 0 5px;
  }

  .box_list .box_item a {
    padding: 20px 0;
  }

  .box_list .box_item a h2 {
    font-size: 19px;
  }

  .box_list .box_item a p {
    font-size: 13px;
  }

  /**con2 끝//**/



}

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

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

  .slick-arrow {
    display: none;
  }

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

  .slide-box-1 {
    background-size: 1200px;
    background-position: top;
  }

  .slide-box .text {
    padding: 80px 30px;
    justify-content: flex-start;
  }

  .slide-box-1 img {width: 100%;}

  .slide-box .box {
    width: 100%;
    grid-template-columns: 1fr;
    top: auto;
    bottom: 0 !important;
    transform: none;
  }

  /* nemo */
  .slide-box .nemo .nemo_1 div,
  .slide-box .nemo .nemo_2 div {
    padding: 2rem;
  }

  .slide-box b {
    padding-top: 10px;
  }

  .slide-box h4 {
    font-size: 22px;
  }

  .slide-box h5 {
    font-size: 17px;
  }

  .slide-box a {
    padding-top: 1rem;
  }

  .slide-box em {
    font-size: 14px;
  }

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

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 23px;
    margin: auto;
    display: flex;
    line-height: 1.3;
    flex-direction: column;
  }

  .m_tit h2 strong {
    display: block;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1rem !important;
  }

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/


  /* sec1 */
  .sec1 {
    padding: 60px 0;
    font-size: 17px;
    background: #f3f3f3;
  }

  .sec1 .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .sec1 .img {
    text-align: center;
  }

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

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

  .sec1 ul li {
    font-size: 16px;
    padding: 7px 20px;
  }

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


  .sec3 .container {
    grid-template-columns: 1fr;
    font-size: 23px;
  }

  .sec3 .img {
    height: 550px;
  }

  .sec3 .logo {
    display: none !important;
  }


  /* sec4 */
  .sec4 {
    padding: 60px 0;
    background-image: url(../img/sec4_bgm.jpg);
    background-position: top;
    background-size: cover;
    padding-top: 22vw;
  }

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

  .sec4 h2 {
    font-size: 36px;
  }

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

  /* sec5 */
  .sec5 {
    padding: 60px 0;
    margin: 0px;
  }

  .sec5 .cs {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .sec5 ul li {
    grid-template-columns: 90px 1fr;
    font-size: 17px;
  }

  
.t25 {
  font-size: 21px;
}


}

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

  /* slide */
  .slide-box {
    height: 650px;
  }

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

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

  .slide-box span {
    display: none;
  }


  /* .box_container  */
  .box_container .box {
    width: 100%;
  }

  .box_container .nemo .nemo_2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .box_container .nemo .nemo_2 div {
    height: 360px;
  }

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

  .sec3 .yellow {
    width: 45%;
  }

  .sec3 ul li {
    padding: 3rem 1rem;
  }

  .sec3 ul li:nth-child(2),
  .sec3 ul li:nth-child(4) {
    border-right: 1px solid #ddd;
  }

  .sec3 ul li:nth-child(3) {
    border-right: none;
  }

  .sec3 ul li:nth-child(4) {
    border-bottom: none;
  }

  .sec3 .img {
    height: 400px;
    background-size: cover;
    background-position: center;
  }

  /* boxlist */
  .box_list .box_item {
    width: 50%;
  }

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

  .sec4_box .list {
    grid-template-columns: 70px 1fr;
  }

  .sec4 .textbox {
    font-size: 15px;
    background-position: right;
  }


  /* sec5 */
  .sec5 {
    padding: 60px 0px;
  }

  .sec5 .root_daum_roughmap {
    width: 100% !important;
  }


}