@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 center;
}

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

.text-group {
  display: flex;
  align-items: center;
  height: 800px; 
}
.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; 
} */
/******************** 메인 슬라이드 끝// ********************/




/******************** 메인비주얼 슬라이드 없을때 시작 ********************/
.main_vis {
  width: 100%;
  height: 750px;
  position: relative;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
}
.main_vis_txt{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 750px;
  color: #fff;
}
.main_vis_txt h2{
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}
.main_vis_txt h2 b {
  font-weight: 700;
}
.main_vis_txt p {
  font-size: 20px;
  padding-top: 20px;
}
.vis_btn {
  overflow: hidden;
}
.vis_btn span{
  display: block;
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #222;
  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 h2{
  position: relative;
  padding-bottom: 30px;
}
.m_tit h2 div{
  position: relative;
  display: inline-block;
}
.m_tit em{
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  color: #fff;
  position: relative;
  z-index: 99;
}
.m_tit span {
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  background: #a0d1ce;
  border-radius: 50%;
  opacity: 0.5;
}
.m_tit h2 b {
  font-weight: 500;
}
.m_tit p{
  font-size: 18px;
  padding-top: 14px;
  color: #fff;
  line-height: 28px;
  font-weight: 300;
}

.m_tit2 {
  margin-bottom: 50px;
  text-align: center;
}
.m_tit2 em b {
  font-weight: 700;
}
.m_tit2 h2 div{
  position: relative;
  display: inline-block;
}
.m_tit2 em{
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  color: #222;
  position: relative;
  z-index: 99;
}
.m_tit2 span {
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  background: #a0d1ce;
  border-radius: 50%;
  opacity: 0.5;
}
.m_tit2 h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  padding-top: 20px;
}
.m_tit2 p{
  font-size: 20px;
  padding-top: 20px;
  color: #777;
  line-height: 100%;
}
/**m_tit 끝//**/

/**bnr_box02 시작**/
.bnr_box02 {
  width: 100%;
  padding: 100px 0;
  background: #f5f5f5;
}
.bnr_box02_wrap {
  margin: 0 -10px;
  overflow: hidden;
}

.man {
  text-align: center;
}

.bnr_box02_wrap .bnr_box02_item {
  padding: 0 10px;
  width: 33.333%;
  float: left;
  position: relative;
}
.bnr_box02_item .item02.item1 {
  background: #649389;
  background-image: url(/img/bnr_box_item5.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  height: 260px;
} 
.bnr_box02_item .item02.item2 {
  background: #a0968d;
  background-image: url(/img/bnr_box_item6.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  height: 260px;
} 
.bnr_box02_item .item02.item3 {
  background: #e05295;
  background-image: url(/img/bnr_box_item7.png);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  height: 260px;
} 
.item02 {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.item02 strong {
font-size: 28px;
color: #fff;
font-weight: 600;
}
.item02 p {
  font-size: 17px;
  padding-top: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.item02 span {
  display: block;
  font-size: 16px;
  padding-top: 10px;
  color: #fff;
}
.item02 a {
  display: inline-block;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 3px;
  color: #fff;
  border-bottom: 1px solid rgb(255, 255, 255);
}
/**bnr_box02 끝//**/

/**con_3 시작**/
.con_3 {
  background: url(../img/con3_bg.png) no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  height: 420px;
}
.con3_tit {
  display: flex;
  align-items: center;
  height: 420px;
  color: #fff;
}
.con3_tit h3 {
  font-size: 33px;
  padding-bottom: 30px;
}
.con3_tit p {
  font-size: 20px;
  padding-bottom: 30px;
}
.con3_tit strong {
  font-size: 40px;
  font-weight: 900;
}
/**con_3 끝//**/

/**bnr_box 시작**/
.bnr_box {
  width: 100%;
  padding: 50px 0;
}
.bnr_box_wrap {
  margin: 0 -10px;
}
.bnr_box_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.bnr_box_item .item.item2 {
  background: url(/img/bnr_box_item2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 350px;
  border-radius: 50px 0 0 0;
  padding: 10%;
} 

.bnr_box_item .item.item4 {
  background: url(/img/bnr_box_item4.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 350px;
  border-radius: 50px 0 0 0;
  padding: 10%;
} 
.item {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item:hover {
  box-shadow: 0px 10px 15px #ddd;
}
.item strong {
font-size: 24px;
color: #222;
}
.item p {
  font-size: 17px;
  padding-top: 11px;
  line-height: 24px;
  font-weight: 400;
  color: #555;
}

.more {
  width: 115px;
  padding: 17px 28px;
  border: 1px solid #000;
}
.line {
  display: block;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #ddd;
}
.bnr_box h4 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  padding: 2.5rem;
  background: #f3f3f3;
  border-radius: 30px 0 30px 0;
  margin-bottom: 2rem;
}
.bottom {
  text-align: center;
}


/**bnr_box 끝//**/


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

  /**m_tit 시작**/
  .m_tit2 {
    margin-bottom: 40px;
  }
  .m_tit2 em {
    font-size: 36px;
  }
  .m_tit2 p{
    font-size: 18px;
    padding-top: 16px;
  }

  .m_tit {
    margin-bottom: 40px;
  }
  .m_tit em {
    font-size: 36px;
  }
  .m_tit p{
    font-size: 18px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 16px;
  }
  /**m_tit 끝//**/

  /**bnr_box02 시작**/
  .bnr_box02 {
    padding: 60px 0;
  }
  .bnr_box02_wrap {
    margin: 0 -5px;
  }
  .bnr_box02_wrap .bnr_box02_item {
    padding: 0 5px;
  }
  .item02 {
    padding-left: 15px;
  }
  .item02 strong {
    font-size: 24px;
  }
  .item02 p {
    font-size: 14px;
  }
  /**bnr_box02 끝//**/

  /**con_3 시작**/
  .con_3,.con3_tit {
    height: 380px;
  }
  .con_3 p {
    font-size: 24px;
  }
  .con3_tit strong {
    font-size: 34px;
  }
  /**con_3 끝//**/

  /**bnr_box 시작**/
  .bnr_box_wrap {
    margin: 0 auto;
  }
  .bnr_box_wrap .bnr_box_item {
    padding: 0 2px;
  }
  .bnr_box_item .item.item1 {
    height: 370px;
  }
  .bnr_box_item .item.item2 {
    height: 370px;
  }
  .bnr_box_item .item.item3 {
    height: 370px;
  }
  .bnr_box_item .item.item4 {
    height: 370px;
  }
  .item strong {
    font-size: 20px;
  }
  .item p {
    font-size: 14px;
    line-height: 22px;
  }
  /**bnr_box 끝//**/


}

/*******************************************************************************************************************************
 *** 모바일 max-width 768
*******************************************************************************************************************************/
@media (max-width:768px){
  .slide-box span {
    display: none;
  }
  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-arrow {
    display: none;
  }
  .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: 300px;
    /* background: url('../img/main1.png') no-repeat center center/cover, rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply; */
  }
  .main_vis_txt{
    height: 300px;
    color: #fff;
  } 
  .main_vis_txt h3 {
    font-size: 14px;
  }
  .main_vis_txt h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .main_vis_txt p {
    display: none;
  }
  
  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/ 
  .m_tit {
    margin-bottom: 20px;
  }
  .m_tit em{
    font-size: 22px;
    font-weight: 300;
  }
  .m_tit p {
    font-size: 15px;
    padding-bottom: 0;
  }
  .m_tit p br {
    display: none;
  }
  .m_tit span {
    width: 20px;
    height: 20px;
    top: -6px;
    left: -6px;
  }

  .m_tit2 {
    margin-bottom: 20px;
  }
  .m_tit h2 {
    padding-bottom: 10px;
  }
  .m_tit2 em{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
  }
  .m_tit2 p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }
  .m_tit2 span {
    width: 20px;
    height: 20px;
    top: -6px;
    left: -6px;
  }
  /**m_tit 끝//**/ 

  /**bnr_box02 시작**/
  .bnr_box02 {
    padding: 40px 0;
  }
  .bnr_box02_wrap {
    margin: 0 -10px;
  }
  .bnr_box02_wrap .bnr_box02_item {
    width: 100%;
    margin-top: 10px;
  }
  
  .item02 {
    padding: 0 30px;
  }
  /* .bnr_box02_item .item02.item1 {
    background: #647f86;
    background-image: url(/img/bnr_box_item5.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    height: 200px;
  } */
  .bnr_box02_item .item02.item1{
    background-position: 90% center;
    height: 160px;
  }
  .bnr_box02_item .item02.item2{
    background-position: 90% center;
    height: 160px;
  }
  .bnr_box02_item .item02.item3 {
    background-position: 90% center;
    height: 160px;
  }
  .item02 strong {
    font-size: 20px;
  }
  .item02 p {
    padding-top: 10px;
    line-height: 20px;
  }
  .item02 p br {
    display: none;
  }
  .item02 span {
    font-size: 13px;
  }
  .item02 a {
    font-size: 13px;
  }
  /**bnr_box02 끝//**/

  /**con_3 시작**/
  .con_3 {
    background-position: right;
  }
  .con_3,.con3_tit {
    height: 300px;
  }
  .con_3 p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .con_3 h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .con3_tit strong {
    font-size: 24px;
  }
  /**con_3 끝//**/

  /**bnr_box 시작**/
  .bnr_box {
    padding: 40px 0;
  }
  .bnr_box_wrap {
    margin: 0 -4px;
    grid-template-columns: 1fr;
  }

  .bnr_box_item .item.item1{
    height: 350px;
  }
  .bnr_box_item .item.item2 {
    height: 350px;
  }
  .bnr_box_item .item.item3 {
    height: 350px;
  }
  .bnr_box_item .item.item4 {
    height: 350px;
  }
  .item strong {
    font-size: 18px;
  }
  .item p {
    font-size: 13px;
    padding-top: 12px;
  }
  /**bnr_box 끝//**/
  
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px){
  .main_vis,.main_vis_txt {
    height: 200px;
 }
 .main_vis_txt h2 {
  font-size: 20px;
  line-height: 30px;
  }

  .m_tit2 em {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
  }
  .m_tit2 p {
    font-size: 14px;
    line-height: 20px;
  }

  /**bnr_box02 시작**/
  .man img {
    width: 80%;
  }
  .bnr_box02_wrap .bnr_box02_item {
    width: 100%;
    margin-top: -1px;
  }
  .bnr_box02_item .item02.item1{
    background-position: 90% 85%;
    background-size: 58px;
  }
  .bnr_box02_item .item02.item2 {
    background-position: 90% 85%;
    background-size: 58px;
  }
  .bnr_box02_item .item02.item3 {
    background-position: 90% 85%;
    background-size: 40px;
  }
  .item02 p br {
    display: initial;
  }
  /**bnr_box02 끝//**/

  /**bnr_box 시작**/
  .bnr_box {
    padding: 20px 0;
  }
  .item {
    padding-top: 20px;
  }

  .bnr_box_item .item.item1 {
    height: 250px;
  }
  .bnr_box_item .item.item2 {
    height: 250px;
  }
  .bnr_box_item .item.item3 {
    height: 250px;
  }
  .bnr_box_item .item.item4 {
    height: 250px;
  }
  /**bnr_box 끝//**/

  .bnr_box .container h4 {
    font-size: 20px;
  }
  .bnr_box .container h4 br {
    display:none !important;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 370
*******************************************************************************************************************************/
@media (max-width:370px){
  .bnr_box_wrap {
    margin: 0 auto;
  }
  .bnr_box_wrap .bnr_box_item {
    width: 100%;
  }
  .item02 p {
    line-height: 20px;
  }
}