@charset "UTF-8";

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

.blue {
  color: blue;
  display: inline-block;
}

.red {
  color: red;
  display: inline-block;
}

.gall {
  position: relative;
  left: 0;
  /* 부모 요소 (.container)의 왼쪽 끝에 맞춤 */
}

/******************** 메인 슬라이드 시작 ********************/
.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 {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}

.slick-dots li {
  display: block;
  font-size: 0;
  margin: 15px 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 900px;
  position: relative;
  width: 100%;
}

.slide-box-1 {
background: #000;
}

.slide-box-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 비디오의 비율을 유지하며 가로 세로 꽉 차게 */
  opacity: 0.8;
  object-position: center; /* 항상 중앙 정렬 */

}

.text-group {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  z-index: 11;
  top: 0;
}

.text-group {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "MaruBuri-Regular";
}

.slide-box h2 {
  font-size: 58px;
  line-height: 67px;
  font-weight: 500;
  letter-spacing: -2px;
  padding: 1rem 0;
  color: #ffffff;
}

.slide-box h2 b {
  font-weight: 900;
  background: rgb(255, 255, 255);
  color: #e4314f;
}

.slide-box p {
  display: inline-block;
  font-size: 23px;
  padding: 2rem 0;
  color: #fff;
}

.slide-box .text {
  opacity: 0.7;
  max-width: 50ch;
}

.slide-box span {
  display: inline-block;
  color: #083167;
  font-size: 23px;
  padding-bottom: 1rem;
}

.slide-box .more {
  display: inline-block;
  margin-top: 3rem;
  border: 1px solid #fff;
  color: #fff;
  background: none;
  position: relative;
  overflow: hidden;
}

.slide-box .more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  transition: 0.5s;
  opacity: 0.3;
}

.slide-box .more:hover::before {
  left: 0;
}

.main .m_block {
  display: none;
}

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

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

.m_tit h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}

.m_tit p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: normal;
  padding-bottom: 1rem;
}

.m_tit h3 {
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 15px;
  line-height: 100%;
  color: #3258ac;
}

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

.line {
  display: inline-block;
  width: 70px;
  height: 3px;
  margin: auto;
  background: #4289c3;
}

/**m_tit 끝//**/

/* 공통텍스트 */

.t40 {
  font-size: 44px;
  font-family: "MaruBuri-Regular";
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1px;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -1px;
}

.t b {
  color: #488a61;
}

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

.t19 {
  font-size: 19px;
  line-height: 1.6;
}

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

.t15 {
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
  padding: 4rem 0;
  color: #1a385b;
  font-weight: 700;
  letter-spacing: 10px;
}

.t_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.t_b:hover {
  color: #47adad;
}

a.more {
  background: #b89690;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
}

/* bar */
.bar {
  background: #1e61bb;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
}

.bar .container {
  display: flex;
  justify-content: space-between;
}

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 0px 0;
}

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

.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/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/g1.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;
}

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

/******************** 슬라이드2 끝// ********************/

/* sec1 */
.sec1 {
  padding: 0px 0;
  background: #f2f2f2;
}

.sec1 .banner {
  display: grid;
  grid-template-columns: 1fr 1.14fr;
  grid-gap: 50px;
}

.sec1 .banner_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30% 0;
}
.sec1 .banner_1 a {
  font-size: 13px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 12px 32px;
  margin-top: 4rem;
}

.sec1 .banner_1 .t19 {
  padding-top: 9rem;
  max-width: 46ch;
  opacity: 0.7;
}

.sec1 .banner_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  background: #fff;
}

.sec1 ul li {
  border: 1px solid #eee;
  padding: 4rem 2.4rem 3rem;
}

.sec1 ul li a {
  margin-top: 1rem;
  display: inline-block;
  background: #e7e7e7;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: normal;
  color: #777;
}

.sec1 .t17 {
  color: #777;
  line-height: 1.3;
  padding: 14px 0;
}

.sec1 .line {
  display: block;
  width: 100%;
  margin: 1rem 0;
  height: 1px;
  background: #ddd;
}

/* sec2 시작*/
.sec2 {
  padding: 90px 0px;
  overflow: hidden;
}

.sec2 .t40 {
  text-align: center;
  padding: 0 1rem;
}


.parallax-window {
  min-height: 400px;
  background: transparent;
  max-width: 1600px;
  margin-left: auto; /* 왼쪽 여백을 자동으로 설정 */
  margin-right: 0; /* 오른쪽에 딱 붙이기 */
  margin-bottom: 5rem;
}

.sec2 ul {
  padding-top: 4rem;
}
.sec2 ul li {
  margin-bottom: 14px;
}
.sec2 ul li .title_box {
  background: #f3f3f3b4;
  display: grid;
  grid-template-columns: 99px 1fr 60px;
  padding: 1rem 0rem;
}

.sec2 ul li .num {
  font-size: 15px;
  opacity: 0.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec2 ul li .subject {
  font-size: 22px;
  font-weight: 00;
}
.sec2 ul li .icon {
  opacity: 0.7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec2 ul li .answer {
  padding-left: 99px;
  padding-top: 2rem;
  padding-bottom: 3rem;
  font-size: 19px;
  display: none;
}

/* sec3 시작 */
.sec3 {
  position: relative;
  width: 100%;
  padding: 80px 10px;
  text-align: center;
  background-size: cover;
  overflow: hidden;
  background: #f3f3f3;
}

.sec3 .t40 {
  text-align: center;
  padding: 0 1rem;
  padding-bottom: 3rem;
}

.sec3 .container {
  display: flex;
  justify-content: flex-start;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  width: 80%;
}

.sec3 ul li {
  background: #ffffff;
  box-shadow: 0 10px 30px #29292931;
  text-align: left;
  color: #313131;
}

.sec3 .text {
  padding: 4rem;
}

.sec3 .arrow {
  background: #725e4f;
  padding: 2rem 4rem;
  color: #fff;
}

.sec3 ul li .arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}

.sec3 ul li .arrow a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec3 .t19 {
  color: #bd7c40;
  font-weight: 700;
}

.sec3 .t30 {
  padding: 2rem 0 4rem;
}

/* sec4 */
.sec4 {
  padding: 100px 0;
  background: url(../img/sec4_bg.jpg) center;
}

.sec4 .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/*******************************************************************************************************************************
 *** 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;
  }

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

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

/*******************************************************************************************************************************
 *** 모바일 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: 450px;
    text-align: center;
  }

  .slide-box-1 video {

  }
  
  .text-group {
    height: 450px;
    grid-gap: 0;
    grid-template-columns: 0.4fr 1fr;
    padding-top: 20px;
  }

  .slide-box h2 {
    font-size: 47px;
    letter-spacing: -2px;
  }

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

  /* 타이틀 */
  .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;
  }

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

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

  /**m_tit 끝//**/
  /* 공통텍스트 */

  .t40 {
    font-size: 30px;
    line-height: 1.2;
  }

  .t35 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 26px;
    line-height: 1.23;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .t25 {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .t b {
    color: #488a61;
  }

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

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

  .t15 {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 8px;
    text-align: center;
    padding: 3rem 0;
  }

  /* bar */
  .bar .container {
    flex-direction: column;
    text-align: center;
  }

  /* 섹션1시작 */
  .sec1 {
    padding: 70px 0px;
    background-size: 100%;
  }

  .sec1 .banner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec1 .banner_1 {
    padding: 15px 0;
  }

  .sec1 .banner_1 .t19 {
    padding-top: 3rem;
  }

  .sec1 ul li {
    padding: 2rem 1rem;
  }

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

  .sec1 ul li .t25 {
    font-size: 20px;
  }

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

  .sec2 p {
    font-size: 28px;
    letter-spacing: -2px;
  }
  .sec2 ul li .title_box {
    grid-template-columns: 60px 1fr 60px;
  }
  .sec2 ul li .subject {
    font-size: 20px;
  }
  .sec2 ul li .answer {
    padding-left: 60px;
    font-size: 18px;
    padding-bottom: 2rem;
  }
  /* sec3 */
  .sec3 ul {
    width: 100%;
  }

  .sec3 ul li {
  }

  .sec3 ul li .arrow {
    font-size: 15px;
  }

  /* sec4 */
  .slide2-box {
    height: 200px;
  }
}

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

  .slide-box {
    height: 450px;
  }

  .slide-box .text-group {
    padding-bottom: 4rem;
  }

  .slide-box-1 {
  }

  .slide-box h2 {
    font-size: 30px;
    padding-bottom: 0rem;
    line-height: 1.3;
  }

  .slide-box p {
    display: none;
  }

  .slide-box span {
    display: block;
    font-size: 14px;
  }

  .slide-box .d_block {
    display: none;
  }

  .slide-box .m_block {
    display: inline-block;
  }

  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

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

  /* 섹션1시작 */
  .sec1 {
    padding: 3rem 0px 3rem;
  }

  .sec1 h3 {
    font-size: 20px;
    letter-spacing: -1.5px;
    padding-top: 6px;
  }

  .sec1 a {
    padding: 0;
  }

  .sec1 p {
    font-size: 15.5px;
    padding-top: 7px;
  }

  /* sec3 */
  .sec3 {
    padding: 50px 10px 50px;
    background-size: cove;
  }

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

  .sec3 .t30 {
    padding: 1rem 0 1rem;
  }

  .sec3 .text {
    padding: 3rem;
  }

  .sec3 ul li .arrow {
    padding: 1.5rem 3rem;
  }

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

  .sec4 .container {
    flex-direction: column;
    grid-gap: 20px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 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;
  }
} */
