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



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

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

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

.text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding-top: 10rem;
  text-shadow: 0 0 15px #000;
}

.slide-box h2 {
  font-size: 67px;
  line-height: 75px;
  font-weight: 600;
  padding: 1.5rem 0 3rem;
  letter-spacing: -2px;
  color: #fff;
}

.slide-box h2 b {
  display: inline-block;
  color: #f3e037;
  border-bottom: 5px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.slide-box p {
  font-size: 19px;
  padding-bottom: 3rem;
  color: #fff;
}

.slide-box span {
  background: #446f2f;
  padding: 6px 20px;
  border-radius: 50px;
  color: #fff;

}

.slide-box .box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  width: 50%;
}

.slide-box a:hover {
  opacity: 0.6;
}



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



/******************** 슬라이드2 시작 ********************/

.slide_bg {}

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

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

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

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

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

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

.slide2-box-6 {
  background: url(../img/gallery_big1.png);
  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;
}

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

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


/**m_tit 시작**/
.m_tit {
  margin-bottom: 40px;
  text-align: center;
}

.m_tit h2 {
  font-size: 34px;
  line-height: 1.1;
  padding-top: 10px;
}

.m_tit h3 {
  font-size: 32px;
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}

.m_tit b {
  color: #1d63a5;
}

span.line {
  display: inline-block;
  background: #81c99c;
  width: 130px;
  height: 1px;
}

.m_tit span {
  color: #1d63a5;
}

.m_tit p {
  font-size: 19px;
  opacity: 0.85;
  padding-top: 10px;
  font-family: 'Pretendard';
}


/**m_tit 끝//**/

/* 공통텍스트 */

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 2rem;
  letter-spacing: -1px;
  padding-bottom: 3rem;
}

.t30 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  letter-spacing: -2px;
}

.t_25 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1.5rem;
  letter-spacing: -1px;
}

.t_h2 b {
  color: #488a61;
}

.t_span {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 600;
  border-left: 3px solid #44cec1;
}

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

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

.t_15 {
  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;
}




/* bar */
.bar {
  padding: 22px 0;
  background: #346288;
  color: #fff;
  font-size: 17px;
}

.bar .border {
  width: 1px;
  height: 19px;
  background: #ffffff86;
}

.bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more {
  display: inline-block;
  padding: 16px 35px;
  background: #5b8bb3;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
}

.more2 {
  display: inline-block;
  padding: 16px 35px;
  background: #2cb460;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
}

.more:hover {
  background: #19caa4;
}


/* sec1 */

/* sec1 */
.sec1 {
  padding: 0px 0;
  background: url(../img/sec1_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #ddd;
}

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


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

.sec1 ul {}

.sec1 ul li {
  background: #e5e9ee;
  border-radius: 20px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 160px 1fr;
  margin-bottom: 1rem;
}

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

.sec1 ul li p {
  opacity: 0.8;
}

/* sec2 시작*/
.sec2 {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}

.box_list {
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 23px;
  text-align: left;
}

.box_list .box_item {
  padding: 10px;
  padding-left: 35px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
  margin: 15px 10px;
}

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

.box_list .box_item a {
  display: block;
  padding: 20px 0;
  text-align: left;
}

.box_list .box_item b {
  font-size: 11px;
  color: #1d5ca5;
  font-weight: 900;
  letter-spacing: 1px;
}

.box_list .box_item a h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 4px 0 22px;
}

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

.box_list .box_item a span {
  color: #555;
  font-size: 13px;
  text-align: center;
  width: 86px;
  display: inline-block;
  margin-top: 40px;
  padding: 6px 20px;
  border: 1px solid #ddd;

}

.box_list .box_item a:hover span {
  background: #eee;
}

.box_item:nth-child(1) {
  background: url(../img/con_bg.png) no-repeat;
  background-position: center right;
  background-size: cover;
}

.box_item:nth-child(2) {
  background: url(../img/con_bg2.png) no-repeat;
  background-position: center right;
  background-size: cover;
}

.box_item:nth-child(3) {
  background: url(../img/con_bg3.png) no-repeat;
  background-position: center right;
  background-size: cover;
}

/**sec2 끝//**/


/* sec3 */
.sec3 {
  padding: 80px 0;
  background: url(../img/sec3_bg.jpg) center;
  color: #fff;
}

.sec3 .t19 {
  font-size: 18px;
  opacity: 0.8;
}

.sec3 b {
  color: #5ebdf5;
}

/* sec4 */

/**sec4 시작**/
.sec4 {
  width: 100%;
  padding: 100px 0;
  background: #f5f1e8;
}

.abou_box {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about_img {
  background: url(../img/main_about.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  color: #fff;
}

.about_img h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.about_img p {
  font-size: 17px;
  padding-top: 20px;
  color: #eee;
}

.about_txt {
  box-sizing: border-box;
  box-shadow: 0 5px 15px #6b6b6b25;
  padding: 3rem;
  background: #fff;
}

.about_txt.about_txt2 {
  background: #fafafa;
}

.about_txt ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

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

.about_txt_box {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 10px;
  align-items: center;
}

.about_txt_box span {
  display: block;
  float: left;
  width: 100px;
}

.about_txt_box .txt_wrap {
  float: left;
  width: 100%;
}

.txt_wrap strong {
  width: 90px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1px;
}

.txt_wrap strong b {
  color: #bbb;
}

.txt_wrap p {
  font-size: 17px;
  color: #666;
  padding-top: 8px;
}

.about_btn {
  margin: 0 auto;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 40px;
  background: #0daf3e;
  color: #fff;
  font-size: 18px;
}

/**sec4 끝//**/

/* cs */
.cs {
  background: url(../img/cs_bg.jpg);
  background-size: cover;
  padding: 80px 0;
}

.cs .d_block {
  margin: 0;
}


.m_block {
  display: none !important;
}

.d_block {
  margin: auto;
  display: block !important;
}





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

  /**메인 슬라이드 시작**/
  .slide-box {
    height: 650px;
  }

  .slide-box .text-group {}

  .slide-box h2 {
    font-size: 43px;
    line-height: 54px;
  }

  .slide-box h2 b {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .slide-box p {
    font-size: 17px;

  }

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

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

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

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

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

  /**m_tit 끝//**/



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

  .main_bnr_txt h2 {
    font-size: 40px;
  }

  .main_bnr_txt h3 {
    font-size: 18px;
  }

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

  .bnr_btn {
    margin-top: 40px;
  }

  .bnr_btn a {
    width: 200px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }

  /**main_bnr_wrap 끝//**/


  /**cs 시작**/
  .cs {
    padding: 100px 0;
  }

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

  .cs_txt p {
    font-size: 17px;
    padding-top: 10px;
  }

  /**cs 끝//**/


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


  /**sec2 시작**/
  .sec2 {
    padding: 60px 0;
  }

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

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

  .box_list .box_item a span {
    font-size: 14px;
    margin-top: 10px;
  }

  /**sec2 끝//**/


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

  .abou_box {
    margin: auto;
  }

  .abou_box.abou_box2 {
    width: 100%;
  }

  .about_img {
    width: 100%;
    padding: 30px 0 0 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .about_img h2 {
    font-size: 26px;
  }

  .about_img p {
    font-size: 16px;
    padding-top: 10px;
  }

  .about_txt {
    width: 100%;
    padding: 1rem 1.8rem;
  }

  .about_txt ul li {
    height: 80px;
  }

  .txt_wrap strong {
    font-size: 22px;
  }

  .txt_wrap p {
    font-size: 15px;
  }

  /**sec4 끝//**/

}

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

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 600px;
    /* background: url(../img/mainm.jpg) top center; */
    background-size: cover;
    background-position: center !important;
  }

  .text-group {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 80px;
  }

  .text-group h2 {
    font-size: 37px;
    line-height: 1.0;
  }

  .text-group p {
    opacity: 0.7;
    font-size: 15px;
    line-height: 1.5;
  }


  .text-group .box {
    width: 70%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }


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

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

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

  .m_tit strong {
    font-size: 18px;
  }

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

  /**m_tit 끝//**/


  /* 공통텍스트 */

  .t40 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 1.6rem;
    padding-bottom: 2.5rem;
  }

  .t30 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2.0rem;
    letter-spacing: -2px;
  }

  .t25 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1.1rem;
    letter-spacing: -1px;
  }

  .t_h2 b {
    color: #e9823d;
  }

  .t_span {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    border-left: 3px solid #26bf81;
  }

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

  .t_p17 {
    font-size: 15px;
    line-height: 1.6;
  }

  .t_p15 {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .t_b {
    display: inline-block;
    border: 1px solid;
    padding: 12px 40px;
    margin-top: 2.2rem;
  }


  .bar .container {
    flex-direction: column;
    text-align: center;
    grid-gap: 10px;
  }

  .bar .container .border {
    width: 100%;
    height: 1px;
    opacity: 0.5;
  }

  /* sec1 */
  .sec1 {
    padding: 30px 0;
    background-size: 250px;
    background: none;
  }

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

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

  .sec1 .img {
    padding: 0 3rem;
  }

  .sec1 .text {
    padding: 20px;
    padding-right: 20px;
  }


  /**sec2 시작**/
  .sec2 {
    padding: 40px 0;
  }

  .abou_box {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .about_txt_box {
    padding-left: 0;
  }

  .box_list {
    grid-template-columns: 1fr;
  }

  .box_list .box_item {
    margin-top: 0px;
    padding-left: 21px;
  }

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

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

  .box_list .box_item a span {
    display: none;
  }

  .box_item:nth-child(1) {

    background-size: contain;
  }

  .box_item:nth-child(2) {
    background-size: contain;
  }



  /**sec2 끝//**/



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

  .sec3 .t19 {
    font-size: 16px;
  }

  .sec3 .t19 br {
    display: none;
  }

  /**sec4 시작**/
  .sec4 {
    padding: 40px 0;
  }

  .about_img {
    height: 200px;
  }

  .about_img h2 {
    font-size: 20px;
  }

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

  .about_txt ul li {
    height: 60px;
  }

  .about_txt_box span {
    width: 60px;
  }

  .about_txt_box span img {
    height: 35px;
  }

  .txt_wrap strong {
    font-size: 19px;
  }

  .txt_wrap p {
    font-size: 13px;
    padding-top: 4px;
  }

  .txt_wrap p br {
    display: none;
  }

  .about_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-top: 20px;
  }

  /**sec4 끝//**/


  .m_block {
    display: block !important;
  }

  .d_block {
    display: none !important;
  }



}

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


  .slide-box {
    height: 500px;
  }

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

  .slide-box .text-group {
    padding-bottom: 3rem;
    text-align: left;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .text-group h2 {
    font-size: 35px;
    line-height: 1.25;
  }

  .text-group .box {
    width: 100%;
    justify-content: flex-start;
  }

  .text-group .box span:nth-child(7),
  .text-group .box span:nth-child(8) {
    display: none;
  }


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

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

  .m_tit strong {
    font-size: 15px;
  }

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

  /**m_tit 끝//**/


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


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


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


  /* cs */
  .cs {
    padding: 60px 0 60vw;
    background: url(../img/cs_bgm.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom;
  }


  /* main_bnr_wrap */
  .main_bnr_wrap {
    background-position: left;
  }

  .main_bnr_txt h2 {
    font-size: 30px;
    padding-bottom: 1rem;
  }



}

@media (max-width:340px) {
  .cs_bnr_txt a {
    width: 100px;
  }

  .tab_title li {
    font-size: 14px;
    width: auto;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    color: #999;
    margin: 0;
    background: url(/img/dot.png) no-repeat center left;
  }

  .tab_title li.on {
    background: none;
    color: #b79f81;
    background: url(/img/dot2.png) no-repeat center left;
  }
}