@charset "UTF-8";

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

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

.main {
  position: relative;
}

.slick-slider {
  position: relative;
}

.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 {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 933px;
  margin: auto;
  padding-top: 80px;
}

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

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

.text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
  padding-bottom: 0px;
}

.slide-box h2 {
  letter-spacing: -2px;
  line-height: 1.3;
  font-size: 46px;
  background: #ff6837;
  padding: 0px 10px;
  margin-bottom: 1rem;
}

.slide-box h2 b {
  color: #fff36b;
}

.slide-box p {
  line-height: 1.3;
  font-size: 35px;
  font-weight: 700;
}

.slide-box p b {
  display: block;
  color: #0e5c9e;
  font-size: 24px;
  padding-bottom: 3rem;
}

.button a:hover {
  opacity: 0.7;
}

.main .banner {
  display: flex;
  grid-gap: 10px;
  padding-top: 6rem;
}

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  width: 100%;
  position: relative;
  padding-top: 1rem;
}

.slide_text {
  position: absolute;
  width: 50%;
  background: #ffffffc7;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 3rem;
}

.slide_text h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 2rem;
}

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

.slide2 {
  width: 100%;
  position: relative;
}

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

.slick-arrow {
  position: absolute;
  transform: translateY(-50%);
  /* height: 45px; */
  font-size: 0;
}

.slide2 .slick-prev {
  background: url(images/new_arrow_l.png) no-repeat center;
  height: 110px;
  width: 90px;
  top: 50%;
  left: -200px;
}

.slide2 .slick-next {
  background: url(images/new_arrow_r.png) no-repeat center;
  height: 110px;
  width: 90px;
  right: -200px;
  top: 50%;
  z-index: 2;
}

.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_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

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

.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;
}
/******************** 슬라이드2 끝// ********************/

/* sec1 시작*/
.sec1 {
  padding: 80px 0;
  background: url(../img/sec1_bg.jpg) center;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.sec1 .t35 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
}

/* 컨테이너 스타일 */
.point-box-container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

/* 각 박스 스타일 */
.point-box {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  box-shadow: 0 20px 20px rgba(252, 141, 50, 0.3);
  /* 오렌지빛 그림자 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  color: white;
  text-align: center;
}

/* 색상 스타일 */
.light-orange {
  background: linear-gradient(135deg, #ff9764, #ff5b2a);
}

.dark-orange {
  background: linear-gradient(135deg, #606060, #3b3b3b);
}

/* 텍스트 스타일 */
.point-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.point-text {
  font-size: 16px;
  line-height: 1.4;
}

.sec1 .t35 {
  font-family: "GmarketSansMedium";
  border-left: 6px solid #f1b000;
  padding-left: 11px;
}

.sec1 .t19 {
  max-width: 46ch;
  padding: 2rem 0 3rem;
}

/* sec2 */
.sec2 {
  padding: 90px 0;
  background: #f3f3f3;
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.sec2 ul li {
  background: #fff;
  box-shadow: 0 0 16px #55555544;
}
.sec2 .title {
  padding: 2rem;
}
.sec2 .t25 {
  font-weight: 700;
  padding-bottom: 2.2rem;
}

.sec2 .t17 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  opacity: 0.78;
  padding-bottom: 2rem;
}

.sec2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6837;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 40px;
}

.sec2 a:hover {
  background: #333;
}

/* sec3 */
.sec3 {
  padding: 90px 0;
  overflow: hidden;
}

/* sec4 */
.sec4 {
  padding: 80px 0 80px;
  background: url(../img/sec4_bg.jpg) center;
  text-align: center;
}

.sec4 .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  padding-top: 2rem;
}

.sec4 .banner a {
  background: #ff6837;
  color: #fff;
  display: block;
  text-align: center;
  padding: 14px 30px;
  width: 150px;
  height: 50px;
}

.sec4 .banner a:nth-child(2) {
  background: #fff;
  color: #222;
}

/**m_tit 시작**/
.m_tit {
  text-align: center;
  padding-bottom: 2rem;
}

.m_tit p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #f3592e;
}

.m_tit h2 {
  font-size: 43px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.m_tit h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.3rem 0 1rem;
}

.m_tit h2 b {
  font-weight: 900;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit span {
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
  color: #d6a80f;
}

/**m_tit 끝//**/

/* 공통 */
.t40 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.3;
  padding: 1rem 0 2.4rem;
}

.t40 strong {
  color: #4b6c94;
}

.t20 {
  font-weight: 800;
  font-size: 20px;
  color: #4b6c94;
}

.t25 {
  font-weight: 700;
  font-size: 25px;
}

.t19 {
  font-size: 19px;
}

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

  .slide-box p {
    font-size: 22px;
  }

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

  /**m_tit 시작**/
  .m_tit {
  }

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

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

  /**m_tit 끝//**/

  /* sec1 */
  .sec1_box {
    padding: 0;
  }

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

  .sec1_box .container div:first-child {
    height: 400px;
  }

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

  /* sec3 */
  .sec3 {
    padding: 70px 0 90px;
  }
}

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 500px;
  }
  .slide-box .text-group h2 {
    font-size: 40px;
  }

  .text-group {
    padding: 0 5%;
    height: 100%;
  }

  /**m_tit 시작**/
  .m_tit {
    padding-bottom: 1rem;
  }
  .m_tit h2,
  .m_tit2 h2 {
    font-size: 23px;
    margin: auto;
    display: flex;
    line-height: 1.3;
    flex-direction: column;
  }

  .m_tit h2 strong {
    display: block;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1rem !important;
  }

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/

  /* sec1 */
  .sec1 {
    padding: 70vw 0px 50px;
    background-image: url(../img/sec1_bgm.jpg);
    background-position: top center;
  }

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

  .sec1 .t35 {
    font-size: 28px;
  }

  .point-box-container {
    flex-wrap: wrap;
  }

  .point-box {
    width: 90%;
    height: 110px;
    margin: auto;
  }

  .point-text br {
    display: none;
  }

  /* sec2 */
  .sec2 {
    padding: 50px 0;
    font-size: 17px;
  }

  .sec2 ul{
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .sec2 .img {
    text-align: center;
  }

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

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

  .sec2 em {
    font-size: 18px;
  }

  /* sec3 */
  .sec3 {
    padding: 70px 0 70px;
  }
  .sec3 ul {
    padding-top: 0;
  }
  .sec3 ul li .title_box {
    grid-template-columns: 50px 1fr 50px;
  }
  .sec3 ul li .subject {
    font-size: 17px;
  }

  .sec3 ul li .answer {
    font-size: 15px;
    padding-left: 50px;
    padding-right: 20px;
  }

  /* sec4 */
  .sec4 {
    padding: 60px 10px;
  }

  /* 공통 */
  .t40 {
    font-size: 30px;
    padding: 1rem 0 2rem;
  }

  .t20 {
    font-size: 17px;
  }

  .t25 {
    font-size: 20px;
  }

  .t19 {
    font-size: 16.5px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .t40 {
    font-size: 26.3px;
    letter-spacing: -2px;
  }
  .t25 {
    font-size: 20px;
    letter-spacing: -1px;
  }

  /* slide */
  .slide-box {
    padding: 0;
    height: 550px;
  }

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

  .slide-box .text-group {
    height: 100%;
    padding: 2rem;
  }

  .slide-box .text-group h2 {
    font-size: 31px;
    max-width: 15ch;
  }

  .slide-box p {
    font-size: 21px;
  }

  .slide-box p b {
    font-size: 18px;
  }

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

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

  .sec3 .container {
    padding: 0;
  }

  .sec3 ul {
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 1.8rem;
  }

}
