@charset "UTF-8";

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

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

/* BX */

#wrap .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

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




/******************** 메인비주얼 슬라이드 없을때 시작 ********************/
.main_vis {
  width: 100%;
  height: 800px;
  position: relative;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: top center;
}

.main_vis2 {
  width: 100%;
  height: 800px;
  position: relative;
  background-image: url(../img/main2.jpg);
  background-size: cover;
  background-position: top center;
}

.main_vis_txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  height: 800px;
  color: #fff;
  text-align: left;
}

.main_vis_txt img {
  opacity: 0.85;
}

.main_vis_txt h2 {
  font-size: 46px;
  line-height: 1.21;
  font-weight: 500;
  padding: 1rem;
}

.main_vis_txt h2 b {
  font-weight: 900;
  color: #cdffd4;
}

.main_vis_txt h3 {
  font-size: 22px;
  font-weight: 600;
}

.main_vis_txt span {
  color: #1db672;
  display: block;
}

.main_vis_txt p {
  font-size: 20px;
  max-width: 45ch;
  opacity: 0.85;
  padding: 1rem;
}

.main_vis_txt p span {
  display: inline-block;
}

.vis_btn {
  overflow: hidden;
}

.vis_btn span {
  display: block;
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #ed1807;
  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;
}


/* 메인 bar */
.mainbar {
  background: #1bb46c;
  height: 80px;
  border-radius: 40px;
  position: relative;
  top: -40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.mainbar span {
  border-left: 1px solid rgba(255, 255, 255, 0.445);
  border-right: 1px solid rgba(255, 255, 255, 0.445);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
}


.mains {
  text-align: center;

}

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

/* 타이틀 */
.title {
  padding: 3rem;
}

.title .circle {
  display: block;
  width: 9px;
  height: 9px;
  background: #f35887;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.title em {
  font-size: 15px;
  text-transform: uppercase;
}

.title h5 {
  padding-bottom: 2rem;
  font-size: 26px;
}


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

.m_tit h2 {
  font-size: 40px;
  font-weight: 200;
  line-height: 100%;
  padding-bottom: 16px;
}

.m_tit h2 span {
  color: #1bb46c;
  font-weight: 700;
}

.m_tit p {
  font-size: 20px;
  color: #444;
  font-weight: normal;
}

.m_tit.tit2 {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}

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

.m_tit h3 {
  font-size: 32px;
  font-weight: 800;
  padding-top: 15px;
  line-height: 100%;
}

.m_tit i {
  color: #7cca4e;
  font-size: 15px;
  font-weight: 700;
  display: block;
  font-style: normal;
}


/**m_tit 끝//**/





/* sec1 시작 */
.sec1 {
  margin: 0rem auto;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  color: #fff;
  padding: 1.8rem;
}

.sec1 ul>li {
  height: 100%;
  padding: 3rem;
}


.sec1 ul li h3 {
  font-size: 31px;
  max-width: 20ch;
  line-height: 1.2;
}

.sec1 ul li p {
  padding: 2rem 0;
  font-size: 16px;
  opacity: 0.9;
  text-align: left;
  padding-bottom: 9rem;
}

.sec1 ul li a {

  font-weight: 400;
  font-size: 15px;
  padding: 13px 25px;
  border: 1px solid #fff;
}

.sec1 ul li a:hover {
  background: rgba(0, 0, 0, 0.151);
}

.sec1 ul li:nth-child(1) {
  background: url(../img/sec1_1.png);
  background-position: right;
}

.sec1 ul li:nth-child(2) {
  background: url(../img/sec1_2.png);
  background-position: right;
}

.sec1 ul li:nth-child(3) {
  background: url(../img/sec1_3.png);
  background-position: right;
}



/* sec2 시작 */
.sec2 {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

.sec2_1 {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  background: #fff29e;
  padding: 3% 5%;
  border-radius: 50px;
}


.sec2_1 span {
  background: #1bb46c;
  color: #fff;
  padding: 8px 13px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 22px;
}

.sec2_1 h2 {
  padding: 1rem 0;
  font-size: 35px;
  font-weight: 700;
  color: #1bb46c;
}

.sec2_1 p {
  padding-top: 2.4rem;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}



/* sec3 시작*/

.sec3 {
  padding: 100px 0;
}

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

.sec3 ul li {
  padding: 2rem;
  grid-gap: 20px;
  border: 1px solid #ddd;
}

.sec3 ul li:first-child {
  background: #f5c523;
}

.sec3 ul li:hover {
  opacity: 1;
}

.sec3 ul li h4 {
  font-size: 1.65em;
}

.sec3 ul li .plusbox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6rem;
}

.sec3 ul li .plus {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.sec3 ul li .plus span {
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
}

.sec3 ul li .plus span:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}

.sec3 ul li .plus span:last-child {
  position: absolute;
  top: 52%;
  opacity: 0;
  transition: 0.5s;
}

.sec3 ul li:nth-child(1) {}

.sec3 ul li:nth-child(2) {}

.sec3 ul li:nth-child(3) {
  background: url(../img/sec3_1.png);
  background-size: cover;
}

.sec3 ul li:nth-child(6) {
  background: url(../img/sec3_2.png);
  background-size: cover;
}

.sec3 ul li:nth-child(8) {
  background: url(../img/sec3_3.png);
  background-size: cover;
}

.sec3 ul li.white {
  color: #fff;
}

.sec3 ul li.white .plus span {
  background: #fff;
}

.sec3 ul li:hover {
  background: #f5c523;
  box-shadow: 0 0 10px #f5c523;
  border-color: #f5c523;
  color: #fff;
}

.sec3 ul li:hover .plus span {
  background: #fff;
}

.sec3 ul li:hover .plus span:last-child {
  opacity: 1;
  transform: rotate(90deg);

}


/* sec3 끝 */



.main_d_block {
  display: block;
}

.main_m_block {
  display: none;
}


/* 컨텍트 부분 */
.contact {
  padding: 5% 0;
  width: 100%;
  height: 300px;
  background: url(../img/bnr_cs.png) center;
  color: #fff;
}

.contact .container {
  height: 100%;
}

.contact .m_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
  color: #fff;
}


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

.contact .m_tit em {
  font-size: 18px;
  opacity: 0.8;
}


.contact .m_tit h1 {
  font-size: 50px;
  font-weight: 500;
  padding-top: 2rem;
}

.contact p {
  font-size: 1.14rem;
}






/*******************************************************************************************************************************
 *** 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_vis2,
  .main_vis_txt {
    height: 420px;
  }

  .main_vis_txt h2 {
    font-size: 45px;
    line-height: 46px;
  }

  .main_vis_txt h3 {
    font-size: 20px;
  }

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

  .main_vis_txt p span {
    display: block;
  }

  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }

  /**메인슬라이 없을때 끝//**/

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

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

  .m_tit p {
    font-size: 18px;
    padding-top: 10px;
  }

  /**m_tit 끝//**/


  /* sec1 */
  .sec1 ul li h3 {
    font-size: 30px;
  }

  .sec1 ul li p {
    font-size: 15px;
  }


  /**con2 시작**/
  .con_2 {
    padding: 50px 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;
  }

  /**con2 끝//**/
  .slide_bg {
    padding: 50px 0;
  }




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

  .icon_box {
    margin: 0 -5px;
    padding-top: 0;
  }

  .icon_item_wrap {
    padding: 0 5px;
  }

  .icon_txt {
    padding: 0 5px;
  }

  .icon_box .icon_item h2 {
    padding: 25px 0 5px 0;
    font-size: 20px;
  }

  .icon_box .icon_item p {
    font-size: 15px;
    line-height: 20px;
  }

  /**icon_box_wrap 끝//**/



  /* sec2 시작 */
  .sec2_text h2 {
    font-size: 29px;
  }

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



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

  .icon_box {
    margin: 0 -5px;
    padding-top: 0;
  }

  .icon_item_wrap {
    padding: 0 5px;
  }

  .icon_txt {
    padding: 0 5px;
  }

  .icon_box .icon_item h2 {
    padding: 25px 0 5px 0;
    font-size: 20px;
  }

  .icon_box .icon_item p {
    font-size: 15px;
    line-height: 20px;
  }

  /**icon_box_wrap 끝//**/


}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width:767px) {
  .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,
  .main_vis2 {
    height: 380px;
    margin-top: 70px;
  }

  .main_vis_txt {
    height: 310px;
  }

  .main_vis_txt h3 {
    font-size: 14px;
  }

  .main_vis_txt h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
  }

  .main_vis_txt img {
    height: 30px;
    padding-bottom: 6px;
  }

  .main_vis_txt p {
    font-size: 14px;
    line-height: 20px;
  }

  .main_vis_txt p b {
    display: block;
  }

  .mainbar {
    display: none;
  }

  /**메인슬라이 없을때 끝//**/

  /* 타이틀 */
  .title {
    padding: 0.6rem;
    padding-bottom: 2rem;
    text-align: left;
  }

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

  .m_tit h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

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

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

  /**m_tit 끝//**/

  /* 섹션1시작 */
  .sec1 {
    margin: 1rem 0;
  }

  .sec1.container {
    padding: 0;
  }

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

  .sec1 ul>li {
    height: inherit;
    height: auto;
  }


  .sec1 ul li em {
    font-size: 13px;
  }

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

  .sec1 ul li p {
    padding: 1.5rem 0;
    font-size: 14px;
  }

  .sec1 ul li a {
    font-size: 15px;
  }

  .sec1 ul li img {
    height: 55px;
  }

  .sec1 ul li .item {
    font-size: 15px;
  }

  /* sec2 */
  .sec2 {
    padding-top: 26px;
    margin-top: -25px;
  }

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

  .sec2 .sec2_1 {
    padding: 10px;
  }

  .sec2_text {
    padding: 1.5rem;
    height: 100%;
  }

  .sec2_text h2 {
    font-size: 1.3rem;
    padding-top: 1rem;
  }

  .sec2_text p {
    font-size: 1rem;
    padding-top: 1rem;
  }

  .sec2_2 img {
    width: 60%;
  }


  .sec2_2 {
    display: block;
  }



  /**con2 시작**/
  .con_2 {
    padding: 0 0 20px 0;
    margin-top: 1rem;
  }

  .box_list .box_item {
    width: 50%;
    margin-top: 20px;
  }

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

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

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

  /**con2 끝//**/


  /**icon_box_wrap 끝//**/


  .main_d_block {
    display: none;
  }

  .main_m_block {
    display: block;
  }

  .contact .m_tit h2 {
    font-size: 22px;
  }

  .contact .m_tit em {
    font-size: 14px;
    text-align: center;
  }

  .contact .m_tit h1 {
    font-size: 25px;
  }

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

  .contact .c_f {
    align-items: center;
    justify-content: center;
    text-align: center;
  }



}

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

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2 {
    height: 390px;
  }

  .main_vis {
    background: url(../img/mainm.jpg);
    background-size: cover;
  }

  .main_vis_txt {
    height: 210px;
  }

  .main_vis_txt h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    text-shadow: 0 0 10px #222;
  }

  .main_vis_txt h3 {
    font-size: 13px;
  }

  .main_vis_txt p {
    font-size: 13px;
    max-width: 39ch;
  }

  .main_vis_txt span img {
    height: 60px;
  }

  #wrap .bx-wrapper {
    margin-bottom: 15px;
  }

  /**메인슬라이 없을때 끝//**/
  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 22px;
    line-height: 28px;
  }

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


  /* 섹션1시작 */
  .sec1 {
    margin: 1rem 0;
  }

  .sec1.container {
    padding: 0;
  }

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

  .sec1 ul>li {
    height: inherit;
    height: auto;
  }


  .sec1 ul li:nth-child(1),
  .sec1 ul li:nth-child(2),
  .sec1 ul li:nth-child(3) {
    background-position: right;
    background-repeat: no-repeat;
  }

  .sec1 ul li em {
    font-size: 13px;
  }

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

  .sec1 ul li h4 {
    font-size: 23px;
  }

  .sec1 ul li p {
    padding: 1.5rem 0;
    font-size: 14px;
  }

  .sec1 ul li a {
    font-size: 15px;
  }

  .sec1 ul li img {
    height: 55px;
  }

  .sec1 ul li .item {
    font-size: 15px;
  }


  /* sec2 */
  .sec2 {
    padding: 4rem 0 2.5rem;
  }

  .sec2_1 {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .sec2_text {
    padding: 1rem;
  }

  .sec2_1 p {
    padding: 1rem;
    font-size: 16px;
  }

  /**con2 시작**/
  .con_2 {
    padding: 0 0 20px 0;
    margin-top: 1rem;
  }

  .box_list .box_item {
    width: 50%;
    margin-top: 30px;
  }

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

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

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

  /**con2 끝//**/


  /**icon_box_wrap 끝//**/


  .main_d_block {
    display: none;
  }

  .main_m_block {
    display: block;
  }

  .contact .m_tit h2 {
    font-size: 22px;
  }

  .contact .m_tit em {
    font-size: 14px;
    text-align: center;
  }

  .contact .m_tit h1 {
    font-size: 25px;
  }

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

  .contact .c_f {
    align-items: center;
    justify-content: center;
    text-align: center;
  }


}

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

  .main_vis,
  .main_vis_txt {
    height: 200px;
  }

  .main_vis_txt span img {
    height: 55px;
  }

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

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

  .m_tit.m_tit_color p {
    font-size: 14px;
  }





}

/*******************************************************************************************************************************
 *** 모바일 max-width 300
*******************************************************************************************************************************/
/* @media (max-width:300px){
  .bnr_link_item .item.item1 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item2 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item3 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item4 {
    height: 140px;
    background-size: 80px;
  }
  .item h2 {
    font-size: 14px;
  }
  .item p {
    display: none;
  }
} */