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

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

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

.text-group {
  display: flex;
  align-items: center;
  height: 830px; 
}
.slide-box h2 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 300;
  color: #333;
}
.slide-box p {
  font-size: 20px;
  color:#666;
  padding-top:20px;
}
.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: #444;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding:100px 0;
  background: #fafafa;
}
.slide_wrap {
  overflow: hidden;
}

.slide2 .slick-list{
  /* margin: 0 -10px; */
}
.slide2 .slick-slide{
  /* margin: 0 10px; */
  position: relative;
  
}
.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 400px;
  width: 50%;
  float: right;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png) center;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  left: 40px;
  top: 350px;
}
.slide2 .slick-next {
  background: url(images/btn_next.png) center;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  left: 80px;
  top: 350px;
}
.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/main_gallery1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/main_gallery2.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box-3 {
  background: url(../img/main_gallery3.png);
  background-size: cover;
  background-position: center center;
}
/*슬라이드2 텍스트 부분 시작*/
.item_txt_box {
  width: 50%;
  float: left;
  background: #fff;
  height: 400px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.item_txt_box h2 {
  font-size: 32px;
  font-weight: 700;
}
.item_txt_box p {
  font-size: 18px;
  padding-top: 10px;
  color: #666;
}
.item_txt_box p b {
  color: #222;
}
/*슬라이드2 텍스트 부분 끝*/

/* .slide2 .slick-slide{opacity: 0.5;}
.slide2 .slick-center{
  opacity: 1;
  transform: scale(1.1);
} */
/******************** 슬라이드2 끝// ********************/


/******************** 메인비주얼 슬라이드 없을때 시작 ********************/
.main_vis {
  width: 100%;
  height: 790px;
  position: relative;
  background-image: url(../img/main1.png);
  background-size: cover;
  background-position: center center;
}
.main_vis_txt{
  display: flex;
  align-items: center;
  height: 790px;
  color: #666;
}
.main_vis_txt span img {
  height: 150px;
}
.main_vis_txt h2{
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}
.main_vis_txt h2 b {
  font-weight: 500;
}
.main_vis_txt p {
  font-size: 18px;
  padding-top: 20px;
  color: #576969;
  font-weight: 700;
}
.vis_btn {
  overflow: hidden;
}
.vis_btn span{
  display: block;
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #686e63;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}
.vis_btn span.w_btn{
  background: #fff;
  margin-left: 20px;
  color: #222;
}
.vis_btn span a {
  text-align: center;
}

/******************** 메인비주얼 슬라이드 없을때 끝// ********************/


/**m_tit 시작**/
.m_tit {
  margin-bottom: 50px;
  text-align: center;
}
.m_tit p{
  font-size: 18px;
  padding-top: 10px;
  color: #444;
}
.m_tit h2{
  font-size: 38px;
  font-weight: 400;
  color: #fff;
}
.m_tit h3{
  font-size: 20px;
  font-weight: 600;
  color: #d7e9ea;
  padding-bottom: 5px;
}
.m_tit h2 b {
  font-weight: 800;
}

.m_tit.m_tit_color h2{
  color: #222;
}
.m_tit.m_tit_color h2 b{
  color: #2b8d90;
}
/**m_tit 끝//**/

/**con2 시작**/
.con_2 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background: #40a8ab;
}
.box_list {
  margin: 0 -10px;
  overflow: hidden;
}
.box_list .box_item {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.box_list .box_item .box_img {
  width: 100%;
}
.box_list .box_item .box_img img {
  border-top-left-radius:20px;
  border-top-right-radius:20px;
}
.box_list .box_item{
  display: block;
  text-align: center;
}
.box_txt{
  color: #fff;
  background: #379c9f;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.box_txt p {
  font-size: 16px;
  color: #777;
}
.box_txt h2 {
  font-size: 20px;
}
.box_list .box_item .sns a {
  display: inline-block;
  padding-right: 10px;
}
.box_list .box_item .sns a.pr_no {
  padding-right: 0;
}
/**con2 끝//**/

/**main_bnr 시작**/
.main_bnr {
  width: 100%;
  background-color: #2b8d90;
  height: 200px;
}
.main_bnr_wrap {
  overflow: hidden;
}
.main_bnr_img {
  float: left;
}
.main_bnr_img img {
  height: 200px;
}
.main_bnr_txt {
  float: left;
  display: flex;
  align-items: center;
  height: 200px;
  padding-left: 40px;
  color: #fff;
}
.main_bnr_txt span {
  display: block;
  padding-bottom: 10px;
}
.main_bnr_txt p {
  font-size: 20px;
}
/**main_bnr 끝//**/

/**main_about_wrap 시작**/
.main_about_wrap {
  padding-top: 20px;
}
.main_about {
  display: flex;
  align-items: center;
}
.main_about_img {
  width: 50%;
  color: #fff;
}
.main_about_txt {
  width: 50%;
  color: #222;
  padding-right: 50px;
}
.main_about_txt span {
  display: block;
}
.main_about_txt h2 {
  font-size: 38px;
  line-height: 50px;
  color: #333;
  font-weight: 500;
  padding: 0 0 10px 0;
}
.main_about_txt p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  padding-top: 10px;
}
/**main_about_wrap 끝//**/

/**list_wrap 시작**/
.list_wrap {
  padding: 100px 0;
  background: #f7f7f7;
}
.list_wrap_box {
  margin: 0 -10px;
  overflow: hidden;
}
.list_wrap_box .list_box_item {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.list_box_txt {
  background: #fff;
  padding: 50px;
  /* height: 360px; */
}
.list_box_tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.list_box_tit span {
  display: inline-block;
  float: left;
}
.list_box_tit h2 {
  line-height: 50px;
  font-size: 24px;
  color: #333;
  float: left;
  padding-left: 20px;
}
.list_box_txt p {
  font-size: 18px;
  color: #666;
  padding-top: 15px;
}

.list_box_btn {
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.list_box_btn a{
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #faa106;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  font-weight: 700;
}
.list_box_btn a.gr_bt {
  background-color: #40a8ab;
  margin-left: 20px;
}

/**list_wrap 끝//**/






/*******************************************************************************************************************************
 *** 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_vis_txt {
    height: 540px;
  }
  .main_vis_txt span img {
    height: 120px;
  }
  .main_vis_txt h3 {
    font-size: 20px;
  }
  .main_vis_txt h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .main_vis_txt p {
    font-size: 16px;
  }
  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }
  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 40px;
  }
  .m_tit span img{
    height: 90px;
  }
  .m_tit h2{
    font-size: 30px;
  }
  .m_tit h3 {
    font-size: 18px;
  }
  .m_tit p{
    font-size: 16px;
  }
  /**m_tit 끝//**/

  /**슬라이드2 시작**/
  .slide_bg {
    padding: 80px 0;
  }
  
  .slide-item p {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  /**슬라이드2 //**/

  /*슬라이드2 텍스트 부분 시작*/
  .item_txt_box {
    height: 320px;
    padding: 0 30px;
  }
  .bg_txt em {
    font-size: 17px;
  }
  .item_txt_box h2 {
    font-size: 26px;
  }
  .slide-item p {
    font-size: 16px;
  }
  .slide2-box {
    height: 320px;
  }
  .slide2 .slick-prev {
    top: 270px;
    left: 8px;
  }
  .slide2 .slick-next {
    top: 270px;
    left: 40px;
  }
  /*슬라이드2 텍스트 부분 끝//*/

  /**con2 시작**/
  .con_2 {
    padding: 80px 0;
  }
  .box_list {
    margin: 0 -5px;
  }
  .box_list .box_item {
    padding: 0 5px;
  }
  .box_txt {
    padding: 20px 0;
  }
  .box_txt h2 {
    font-size: 18px;
  }
  /**con2 끝//**/

  /**main_bnr 시작**/
  .main_bnr {
    height: 190px;
  }
  .main_bnr_img {
    float: left;
    width: 20%;
  }
  .main_bnr_img img {
    height: 190px;
  }
  .main_bnr_txt {
    width: 80%;
    height: 190px;
    padding-left: 20px;
  }
  .main_bnr_txt span {
    padding-bottom: 10px;
  }
  .main_bnr_txt p {
    font-size: 18px;
  }
  /**main_bnr 끝//**/

  /**main_about_wrap 시작**/
  .main_about_wrap {
    padding-top: 40px;
  }
  .main_about_img {
    width: 40%;
  }
  .main_about_txt {
    width: 60%;
    padding-right: 0;
  }
  .main_about_txt h2 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 5px 0;
  }
  .main_about_txt p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px;
  }
  /**main_about_wrap 끝//**/

  /**list_wrap 시작**/
  .list_wrap {
    padding: 80px 0;
  }
  .list_wrap_box {
    margin: 0 -10px;
    overflow: hidden;
  }
  .list_wrap_box .list_box_item {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .list_box_tit {
    padding-bottom: 10px;
  }
  .list_box_txt {
    background: #fff;
    padding: 40px 20px;
    height: 260px;
  }
  .list_box_tit span img {
    height: 40px;
  }
  .list_box_tit h2 {
    line-height: 50px;
    font-size: 20px;
    padding-left: 20px;
  }
  .list_box_txt p {
    font-size: 16px;
  }

  .list_box_btn {
    margin: auto;
    text-align: center;
    margin-top: 0;
  }
  .list_box_btn a{
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    margin-top: 50px;
    font-weight: 700;
  }
  .list_box_btn a.gr_bt {
    background-color: #40a8ab;
    margin-left: 20px;
  }

  /**list_wrap 끝//**/

  
  
  

}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width:767px){
  .slide-box span {
    display: none;
  }
  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  
  .slide-box {
    height: 400px;
  }
  .text-group {
    height: 400px; 
  }
  .slide-box h2 {
    font-size: 30px;
  }
  .slide-box p {
    font-size: 13px;
    display: none;
  }

  /**메인슬라이 없을때 시작**/
  .main_vis{
    height: 360px;
  }
  .main_vis_txt{
    height: 360px;
  } 
  .main_vis_txt span img {
    height: 75px;
  }
  .main_vis_txt h3 {
    font-size: 26px;
  }
  .main_vis_txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .main_vis_txt p {
    font-size: 12px;
    padding-top: 5px;
    display: none;
  }
  .vis_btn span {
    display: none;
  }
  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/ 
  .m_tit {
    margin-bottom: 30px;
  }
  .m_tit span img {
    height: 70px;
  }
  .m_tit h2 {
    font-size: 20px;
  }
  .m_tit h3 {
    font-size: 13px;
  }
  .m_tit p {
    font-size: 15px;
    line-height: 22px;
  }
  .m_tit2 h3{
    display: none;
  }
  /**m_tit 끝//**/ 
  
  .slide_bg {
    padding: 40px 0;
  }
  .gall_btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 20px;
  }

  /**슬라이드2 시작**/
  .slide_wrap {
    width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .slide2-box {
    width: 100%;
    height: 300px;
  }
  .slide2 .slick-next{
    top: 50px;
    right: 0;
    left: initial;
  }
  .slide2 .slick-prev{
    top: 50px;
    right: 50px;
    left: initial;
  }
  .item_txt_box {
    width: 100%;
    padding: 40px 20px;
    height: auto;
  }
  .bg_txt {
    padding: 10px 0 10px 10px;
  }
  .bg_txt span {
    width: 36px;
    height: 36px;
  }
  .bg_txt em {
    font-size: 16px;
  }
  .item_txt_box h2 {
    font-size: 20px;
  }
  .slide-item p {
    font-size: 15px;
  }
  /**슬라이드2 끝//**/

  /**con2 시작**/
  .con_2 {
    padding: 60px 0 40px 0;
  }
  .box_list {
    width: 90%;
    margin: 0 auto;
  }
  .box_list .box_item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .box_txt {
    padding: 20px 0;
  }
  .box_txt h2 {
    font-size: 16px;
  }
  /**con2 끝//**/

  /**main_bnr 시작**/
  .main_bnr {
    height: 140px;
  }
  .main_bnr_img {
    float: left;
    width: 30%;
  }
  .main_bnr_img img {
    height: 140px;
  }
  .main_bnr_txt {
    width: 70%;
    height: 140px;
    padding-left: 10px;
  }
  .main_bnr_txt span {
    padding-bottom: 0px;
  }
  .main_bnr_txt span img {
    height: 15px;
  }
  .main_bnr_txt p {
    font-size: 14px;
  }
  /**main_bnr 끝//**/

  /**main_about_wrap 시작**/
  .main_about_wrap {
    padding-top: 50px;
  }
  .main_about {
    display: block;
  }
  .main_about_img {
    width: 70%;
    margin: auto;
    text-align: center;
  }
  .main_about_txt {
    width: 100%;
    text-align: center;
  }
  .main_about_txt h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .main_about_txt p {
    font-size: 15px;
    line-height: 22px;
  }
  /**main_about_wrap 끝//**/

  /**list_wrap 시작**/
  .list_wrap {
    padding: 60px 0;
  }
  .list_wrap_box .list_box_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .list_box_txt {
    padding: 40px;
    height: auto;
  }
  .list_box_tit h2 {
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
  }
  .list_box_txt p {
    font-size: 15px;
  }
  .list_box_btn {
    margin: auto;
    text-align: center;
    margin-top: 0;
  }
  .list_box_btn a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-top: 20px;
  } 
  /**list_wrap 끝//**/

  
  
}



/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px){
  .slide2-box {
    height: 250px;
  }
  .main_vis, .main_vis_txt {
    height: 270px;
  }
  .main_vis_txt span img {
    height: 55px;
  }

  /**m_tit 시작**/ 
  .m_tit {
    margin-bottom: 30px;
  }
  .m_tit span img {
    height: 50px;
  }
  .m_tit p {
    font-size: 13px;
    line-height: 18px;
  }
  .m_tit2 h3{
    display: none;
  }
  /**m_tit 끝//**/ 

  
  /**슬라이드2 시작**/
  .slide_wrap {
    width: 100%;
  }
  .item_txt_box h2 {
    font-size: 17px;
  }
  .slide-item p {
    font-size: 13px;
  }
  .slide-item p span {
    display: none;
  }
  /**슬라이드2 끝//**/

  /**con2 시작**/
  .con_2 {
    padding: 40px 0 30px 0;
  }
  .box_list {
    width: 100%;
    margin: 0 -5px;
  }
  .box_list .box_item {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
  }
  .box_txt {
    padding: 15px 0;
  }
  .box_txt h2 {
    font-size: 14px;
  }
  /**con2 끝//**/

  /**main_bnr 시작**/
  .main_bnr {
    height: 100px;
  }
  .main_bnr_img {
    width: 30%;
  }
  .main_bnr_img img {
    height: 100px;
  }
  .main_bnr_txt {
    width: 70%;
    height: 100px;
    padding-left: 5px;
  }
  .main_bnr_txt p {
    font-size: 13px;
  }
  /**main_bnr 끝//**/

  /**list_wrap 시작**/
  .list_wrap {
    padding: 40px 0;
  }
  .list_box_txt {
    padding: 20px;
  }
  .list_box_tit span img {
    height: 30px;
  }
  .list_box_tit h2 {
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
  }
  .list_box_txt p {
    font-size: 13px;
  }
  .list_box_btn a {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    margin-top: 10px;
  }
  .list_box_btn a.gr_bt {
    margin-left: 10px;
  }
  /**list_wrap 끝//**/
}


@media (max-width:360px){
  .main_vis, .main_vis_txt {
    height: 200px;
  }
  .main_vis_txt span img {
    height: 40px;
  }
  .m_tit h2 {
    font-size: 18px;
  }
  .m_tit h3 {
    font-size: 12px;
  }

  /**main_bnr 시작**/
  .main_bnr_img {
    display: none;
  }
  .main_bnr_txt span img {
    height: 14px;
  }
  .main_bnr_txt {
    width: 100%;
  }
  .main_bnr_txt p {
    font-size: 12px;
    line-height: 18px;
  }
  /**main_bnr 끝//**/

  /**main_about_wrap 시작**/
  .main_about_wrap {
    padding-top: 40px;
  }
  .main_about_img {
    width: 70%;
  }
  .main_about_txt h2 {
    font-size: 19px;
    line-height: 28px;
  }
  .main_about_txt p {
    font-size: 14px;
    line-height: 20px;
  }
  /**main_about_wrap 끝//**/

  .list_box_btn a {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    margin-top: 5px;
  }
  
}