@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%;
  margin: auto;
  padding-top: 80px;
}

.slide-box-1 {
  background-size: cover;
  background: url(../img/main_bg.jpg) center;
  position: relative;
  width: 100%;
  height: 950px;
}

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

.text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  padding-bottom: 140px;
  color: rgb(94, 75, 57);
}


.slide-box h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 3rem;
}


.slide-box p {
  font-size: 20px;
  padding-bottom: 30px;
  max-width: 50ch;
  opacity: 1;
}


.button a:hover {
  opacity: 0.7;
}

.more {
  display: flex;
  background: #42479f;
  width: 300px;
  height: 75px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-family: 'GmarketSansMedium';
  border-radius: 10px;

}

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



/******************** 슬라이드2 시작 ********************/
.slide_bg {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slide_bg .m_tit {
  text-align: center;
}

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

.slide_bg .m_tit {
  display: flex;
  text-align: left;
  grid-gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.indicator {
  display: flex;
  grid-gap: 20px;
}

.indicator * {
  cursor: pointer;
  opacity: 0.7;
}

.indicator span:hover {
  opacity: 1;
}


.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
  left: 20px;
  font-size: 0;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
  right: 20px;
  font-size: 0;
}

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

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

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

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

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

.slide2-box-7 {
  background: url(../img/g7.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: 100px 0;
  background: url(../img/sec1_bg.jpg) center;
  background-size: cover;
}

.sec1 .linebox {
  text-align: center;
  padding-bottom: 3rem;
}

.sec1 .textbox {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  font-family: 'MaruBuri-Regular';
  padding-top: 2rem;
}

.sec1 .textbox span {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
}

.sec1 .textbox h3 {
  font-size: 3.2em;
  font-weight: 700;
  padding-bottom: 2rem;
}

.sec1 .textbox p {
  font-size: 1.25em;
  padding-bottom: 4rem;
  line-height: 1.6;
  letter-spacing: -1px;
}

.sec1 .textbox em {
  border-bottom: 3px solid rgb(250, 89, 31);
}

.sec1 .textbox b {
  font-size: 1.5em;
  color: rgb(250, 89, 31);
}

.sec1 .textbox a {
  display: inline-block;
  padding: 1.3rem 4rem;
  background: #333;
  font-size: 1.15em;
  font-weight: 600;
  color: #fff;
}

.sec1 .textbox a:hover {
  background: rgb(250, 89, 31);
}

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

.sec1 ul.box2 li:nth-child(1) {
  background: url(../img/sec1_2.jpg);
  background-position: center;
  background-size: cover;
}



/* sec2 */
.sec2 {
  padding: 140px 0;
  background: url(../img/sec2_bg.jpg) center;

}

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

.sec2 h3 {
  color: #e9ca97;
  font-weight: normal !important;
}

.sec2 p {
  padding: 2rem 0 5rem !important;
  color: #fff;
  font-family: 'Pretendard';
  line-height: 2 !important;
  font-size: 17px !important;
}

.sec2 a {
  background: #e3dcd5;
  padding: 17px 40px;
  font-family: 'Pretendard';
  border-radius: 50px;
}


/* sec3 */
.sec3 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}


/* sec4 */
.sec4 {
  background: url(../img/sec4_bg.jpg) center;
  padding: 70px 0;
  text-align: center;
}




/**con2 시작**/
.con_2 {
  background: #e0e0e0;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0;
}

.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: 17px;
  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 끝//**/


/* cs */
.cs {
  background: #424242;
  padding: 100px 0;
  color: #fff;
}

.cs .container {
  display: grid;
  grid-template-columns: 1fr 1.0fr;
  font-size: 17px;
}

.cs h1 {
  font-size: 38px;
  text-align: right;
}

.cs h2 {
  font-size: 35px;
  line-height: 1.0;
}

.cs h4 {
  font-size: 20px;
  width: 80px;
  text-align: center;
  border-radius: 20px;
  background: #e2b930;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  padding: 6px;
}

.cs span.kor {
  opacity: 0.7;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
}

.cs .add {
  font-size: 22px;
  font-weight: normal;
}

.cs .time {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding-top: 2rem;
}

.cs .cs_sns {
  padding-top: 3rem;
  display: flex;
  grid-gap: 30px;
}

.cs .icon {
  display: flex;
  grid-gap: 16px;
}

.cs .contact {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

.cs .map {
  padding-top: 1rem;
}

.cs .map .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}



/**m_tit 시작**/
.m_tit {
  font-family: 'MaruBuri-Regular';
}

.m_tit p {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 16px;
}

.m_tit h2 {
  font-size: 47px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -2px;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.m_tit h3 {
  font-size: 33px;
  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;
}

/**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 .textbox h3 {
    font-size: 35px;
  }

  .sec1 .textbox p {
    font-size: 1.1em;
  }

  .sec1 .textbox a {
    padding: 1.2rem 2.5rem;
    font-size: 14px;
  }

  /* sec2 */
  .sec2 {
    padding: 100px 0;
    background-size: cover;
  }

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

}

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

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

  .slick-arrow {
    display: none;
  }

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

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

  .text-group {
    height: 500px;
    align-items: center;
    padding-bottom: 3rem;
    text-align: center;
  }


  .slide-box h2 {
    font-size: 25px;
    line-height: 1.25;
  }

  .slide-box p {
    font-size: 14px;
    line-height: 1.6;
    padding: 6px 10px;
    padding-bottom: 2rem;
  }

  .slide-box img {
    width: 150px;
  }

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

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 10px;
    font-size: 27px;
  }

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

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

  /**m_tit 끝//**/


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

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

  .sec1 ul li.img {
    height: 50vw;
    background-size: cover !important;
    grid-row: 1 !important;
  }

  .sec1 .textbox {
    grid-template-columns: 1fr;
    padding-top: 0rem;
  }

  .sec1 .textbox h3 {
    font-size: 28px;
  }

  .sec1 .textbox p {
    padding-bottom: 2rem;
    line-height: 1.5;
    font-size: 14px;
  }

  .sec1 .textbox p b {
    font-size: 1.15em;
    letter-spacing: -0.5px;
  }

  .sec1 .textbox .img {
    grid-row: 1;
    padding-bottom: 3rem;
  }


  /* sec2 */

  .sec2 {
    padding: 55vw 10px 60px;
    background: url(../img/sec2_bgm.jpg);
    background-size: cover;
  }

  .sec2 .container {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    text-align: center;
  }



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

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

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

  .sec3 ul img {
    max-width: 50%;
  }

  .sec3 p {
    font-size: 15.5px;
  }

  /* textbox */
  .textbox span {
    font-size: 17px;
    padding-bottom: 1rem;
  }

  .textbox h2 {
    font-size: 29px;
  }

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

  /* sec4 */
  .sec4 {
    padding: 55px 20px;
  }

  .sec4 p {
    font-size: 20px;
    line-height: 1.5;
  }

  .sec4 strong {
    padding: 1rem 2rem;
    font-size: 18px;
  }

  /* sec5 */
  .sec5 {
    padding: 50px 0 50px;
    background: url(../img/sec5m.jpg);
    background-size: cover;
    padding-top: 220px;

  }

  .textbox p {
    padding-bottom: 0;
  }



}

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

  /* slide */

  .slide-box-1 {
    background-position: 80%;
  }


  /* sec2 */
  .sec2 {
    padding: 70vw 10px 60px;
  }

  .sec2 .m_tit h3 {
    font-size: 22px;
  }

  .sec2 .m_tit p {
    text-align: left;
    font-size: 16px !important;
  }

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


  /* sec4 */
  .sec4 {
    background: url(../img/sec4_bgm.jpg) bottom;
    background-size: cover;
    padding-bottom: 58vw;
  }

}