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

.slide-box-1 {
  background: url(../img/main.jpg);
  background-size: cover;
  background-position: top 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;
  height: 100%;
  text-align: center;
}

.slide-box p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  padding: 4rem 0 5rem;
  max-width: 55ch;
  color: #fff;
}

.slide-box .box {
  display: flex;
  grid-gap: 30px;
  margin-top: 40px;
}

.slide-box .box a {
  padding: 15px 38px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.buttonbox {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.button_white {
  display: inline-block;
  width: 200px;
  padding: 18px;
  text-align: center;
  background: #fff;
  background-image: linear-gradient(0deg, #eee 30%, #fff 70%);
  font-size: 16px;
  border-radius: 30px;
}
.button_yellow {
  display: inline-block;
  width: 200px;
  padding: 18px;
  text-align: center;
  background-image: linear-gradient(0deg, #e7cc34 30%, #f6e068 70%);
  font-size: 16px;
  border-radius: 30px;
}

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

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

.slide_bg {
  overflow: hidden;
}

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

.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/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 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: 20px 0;
}

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

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

.m_tit span {
  color: #e92a2a;
  font-weight: 700;
}

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

/**m_tit 끝//**/

/* 공통텍스트 */

.t2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  letter-spacing: -2px;
  color: #006ac3;
}

.t30 {
  font-size: 27px;
  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 #ce4444;
}

.t20 {
  font-size: 20px;
  line-height: 1.6;
}

.t19 {
  font-size: 17px;
  line-height: 1.5;
}

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

.t15 {
  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: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}

.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 {
  padding: 90px 0;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: left;
  grid-gap: 30px;
  text-align: center;
  padding-top: 3rem;
}

.sec1 ul li {
  border-radius: 14px;
  border-top: 5px solid #58ba9b;
  background: #fff;
  box-shadow: 0 8px 12px #3333333f;
  padding: 2rem;
}

.sec1 ul .t30 {
  font-size: 25px;
  padding-top: 1rem;
  font-weight: 700;
}

.sec1 ul .t19 {
  font-size: 16px;
  opacity: 0.7;
}

/* sec2 시작*/

/* sec2 */
.sec2 {
  background: url(../img/sec2_bg.jpg) right;
  padding: 110px 0;
  overflow: hidden;
}

.sec2 .container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  position: relative;
}

.sec2 .img {
  position: absolute;
  right: -120px;
  max-width: 53vw;
}

.sec2 .img img {
  width: 90%;
}

.sec2 .t20 {
  font-size: 20px;
  margin: 9px 0;
  padding-left: 15px;
  background: url(../img/dot.png) no-repeat left 12px;
}

/* sec3 */
.sec3 {
  background: url(../img/sec3_bg.jpg) right;
  padding: 110px 0 120px;
}

.sec3 .m_tit {
  text-align: left;
}

.sec3 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 110px;
}

.sec3 .container ul li {
  padding-bottom: 10px;
}

.sec3 .t40 {
  font-size: 40px;
  color: #2172c6;
  font-family: "GmarketSansBold";
}

.sec3 .t20 {
  font-size: 24px;
  margin: 9px 0;
  padding-left: 15px;
  background: url(../img/dot.png) no-repeat left center;
}

.sec3 .t17 {
  display: inline-block;
  background: #ffffffd3;
  border-radius: 10px;
  padding: 1rem 1.2rem;
}

.sec3 b {
  color: #006bfd;
}

/* sec4 */
.sec4 {
  padding: 90px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.sec4 .m_tit {
  text-align: left;
}

.sec4 .container {
  position: relative;
}

.m_block {
  display: none !important;
}

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

/* sec5 */
.sec5 {
  background: url(../img/sec5_bg.jpg);
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

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

.sec5 .container .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec5 a {
  color: #222;
}

/*******************************************************************************************************************************
 *** PC ~ 노트북
*******************************************************************************************************************************/
@media (max-width: 1450px) {
  .sec2 .img {
    right: -50px;
  }
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  /**메인 슬라이드 시작**/
  .slide-box {
    height: 500px;
  }

  .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 끝//**/

  /* sec1 */
  .sec1 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

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

  .sec1 ul .text span {
    font-size: 20px;
  }

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

  .sec2 ul {
    grid-gap: 40px;
  }

  .sec2 ul li {
    padding: 2.5rem 2rem;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width: 767px) {
  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 620px;
    padding: 1.5rem;
  }

  .buttonbox {
    grid-gap: 10px;
  }

  .button_white,
  .button_yellow {
    width: 150px;
    padding: 13px;
    font-size: 14px;
  }

  /**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 끝//**/

  /* 공통텍스트 */

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

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

  .t30 {
    font-size: 20px;
    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;
  }

  .t20 {
    font-size: 18px;
    line-height: 1.6;
  }

  .t19 {
    font-size: 15px;
    line-height: 1.4;
  }

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

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

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

  /* sec1 */
  .sec1 {
    padding: 70px 0;
    background-size: 150%;
  }

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

  /* sec2 */
  .sec2 {
    background: url(../img/sec2_bgm.jpg) top right;
    padding: 80px 0;
    background-size: cover;
  }

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

  .sec2 .img {
    position: relative;
    right: auto;
    max-width: 100%;
    padding-top: 1rem;
  }

  .sec2 .img img {
    width: 100%;
  }

  .sec2 .t20 {
    font-size: 20px;
    margin: 9px 0;
    padding-left: 15px;
    background: url(../img/dot.png) no-repeat left 12px;
  }

  /* sec3 */
  .sec3 {
    padding: 50px 0px 50px;
    background-size: cover;
  }

  .sec3 .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .sec3 .t20 {
    font-size: 19px;
    letter-spacing: -1px;
  }

  .sec3 .t17 br {
    display: none;
  }

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

  .sec4 > div {
    flex-direction: column;
    grid-gap: 0;
  }

  .sec4 .container {
    padding: 0px 5px 0px;
  }

  .sec4 .m_tit p {
    padding-top: 0rem;
  }

  .m_block {
    display: block !important;
  }

  .d_block {
    display: none !important;
  }

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

  .sec5 .container {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .slide-box {
    height: 100vh;
  }

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

  .slide-box .text-group {
    padding: 0;
  }

  .text-group p {
    padding: 2rem 0 3rem;
  }

  /**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: 50px 0;
  }

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

  .sec1 ul .text span {
    font-size: 16px;
  }

  .sec1 .text p {
    line-height: 1.1;
    font-size: 13px;
  }

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

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

  .sec2 iframe {
    width: 100%;
    height: 50vw;
  }

  .sec2 h4 br {
    display: none;
  }

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

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