@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 {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 850px;
  margin: auto;
  background: #000;
}

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

.slide-box-1 {
  display: flex;
  background: url(../img/main.jpg) center;
}

.slide-box-1 video {
  opacity: 0.85;
}

.text-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  letter-spacing: -2px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-bottom: 124px;
}

.text-group div {
  padding-bottom: 0rem;
}

.slide-box h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 3rem;
}

.slide-box h2 b {
  font-weight: 700;
}

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

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 0px;
  max-width: 1240px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slide2 {
  padding: 0 10px;
}

.slide2 .slick-list {
  margin: 0 0px;
}

.slide2 .slick-slide {
  margin: 15px;
  width: 100%;
}

.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: var(--point);
  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;
}

.slide_txt {
  padding: 2rem;
  width: 100%;
}

.slide2-box h3 {
  font-size: 26px;
  padding-bottom: 15px;
  letter-spacing: -1px;
}

.slide2-box p {
  font-size: 18px;
  opacity: 0.7;
  line-height: 1.66;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 15px #3333332a;
  border-radius: 6px;
}

.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 .more {
  display: block;
  text-align: center;
  width: 100%;
  padding: 18px 0;
  background:  var(--point);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

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

/******************** 메인비주얼 슬라이드 없을때 시작 ********************/
.main_vis {
  width: 100%;
  height: 850px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.main_vis .container {
  display: grid;
}

.main_vis_txt {
  display: flex;

  justify-content: center;
  flex-direction: column;
  height: 750px;
  color: #fff;
}

.main_vis_txt h3 {
  font-size: 25px;
  font-weight: 400;
  padding-top: 2rem;
  text-align: center;
}

.main_vis_txt h2 {
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.main_vis_txt h2 b {
  font-weight: 600;
}

.main_vis_txt p {
  font-size: 20px;
  font-family: "MaruBuri-Regular";
  padding-top: 50px;
  text-align: center;
  max-width: 42ch;
  line-height: 1.8;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.795);
}

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

.main_vis_img {
  text-align: right;
  display: flex;
  align-items: center;
}

.main_vis_img img {
  width: 50vw;
  max-width: 650px;
  animation: mainimg 2s linear;
}

@keyframes mainimg {
  0% {
    padding-top: 90px;
    opacity: 0.6;
  }

  100% {
  }
}

.round {
  background: #97432e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 22px;
  display: inline-block;
  margin-bottom: 1rem;
}

.button {
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 17px;
  display: inline-block;
  margin-top: 3rem;
}

.button:hover {
  color: #97432e;
  border-color: #97432e;
}

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

.sec1 {
  padding: 23px 0;
  background: var(--point);
  color: #fff;
  text-align: center;
}

.sec1 h2 {
  font-weight: normal;
  font-size: 19px;
}

/* sec2 */
.sec2 {
  padding: 88px 0 80px;
  background: url(../img/sec1_bg.jpg) left center;
background-size: 95%;
background-repeat: no-repeat;
}
.sec2 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 110px;
}

.sec2 .t30,
.sec2 .t25 {
  color: var(--point);
  font-weight: 700;
}

.sec2 b {
    color: var(--point);
}

.sec2 .t30 {
  padding-bottom: 2rem;
}
.sec2 .t19 {
  color: #555;
}
.sec2 .t25 {
  padding: 4rem 0 1rem;
}

.sec2 ul a {
  display: grid;
  grid-template-columns: 1fr;
  padding: 3rem 0 2rem;
}

.sec2 ul li {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #555;
  margin-right: 2rem;
  padding: 7px 10px;
  background: url(../img/arrow.png) no-repeat 95% center;
}

/* bar */
.bar {
  background: url(../img/bar_bg.jpg) center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  color: #ffffffee;
}

.bar .t40 {
  padding-bottom: 3rem;
  line-height: 1.4;
  font-size: 50px;
}

.bar b {
  color: yellow;
}

.bar p {
  font-size: 21px;
  padding: 3px 0;
}

/* sec3 */

/* Programs Section */
.sec3 {
  position: relative;
  padding: 90px 0;
}

.sec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.sec3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.sec3-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(190, 190, 190, 0.432);
  position: relative;
}

.sec3-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(38, 86, 166, 0.3);
}

.sec3-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sec3-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(38, 86, 166, 0.8),
    rgba(30, 74, 140, 0.6)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sec3-card:hover .sec3-image::after {
  opacity: 1;
}

.sec3-content {
  padding: 2.5rem;
}

.sec3-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333333;
}

.sec3-content p {
  color: rgba(83, 83, 83, 0.8);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.sec3-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sec3-tag {
  background: #8d09352c;
  color: var(--point);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
/* sec4 */
.sec4 {
  background: url(../img/sec4.jpg) center no-repeat;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  background-size: cover;
}

.sec4 .container div {
  background: #ffffffe1;
  margin: auto;
  max-width: 900px;
  padding: 3rem 2rem;
  border-radius: 30px;
}

/**m_tit 시작**/

.pad {
  padding: 100px 0;
}

.m_tit {
  text-align: center;
  padding-bottom: 3rem;
}

.m_tit .line {
  text-align: center;
  display: block;
  margin: 0 auto 3rem;
  background: #bbb;
  width: 80px;
}

.m_tit p {
  font-size: 18px;
  padding-bottom: 1rem;
}

.m_tit h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 111%;
  padding-bottom: 1rem;
}

.m_tit h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 130%;
}

.m_tit h4 {
  font-size: 23px;
  font-weight: 400;
  line-height: 130%;
}

.m_tit h2 b {
  font-weight: 600;
  color: var(--point);
}

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

.m_tit strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

/**m_tit 끝//**/

/* 공통텍스트 */

.t50 {
  font-size: 50px;
  line-height: 1.2;
  font-family: "GmarketSansBold";
  letter-spacing: -2px;
}

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  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: #cf264b;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
}

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

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

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

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

  /* 슬라이드2 */

  .box1 {
    width: 120px;
  }

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

  .main_vis_txt h3 {
    font-size: 20px;
    padding: 0;
    text-align: center;
  }

  .main_vis_txt h2 {
    font-size: 50px;
  }

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

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

  .main_vis_img img {
    width: 40vw;
    max-width: 450px;
  }

  .round {
    font-size: 12px;
    padding: 6px 13px;
  }

  .button {
    font-size: 14px;
    padding: 12px 20px;
  }

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

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

  .m_tit h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

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

  .m_tit2 {
    margin-bottom: 20px;
  }

  .m_tit2 h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

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

  .m_tit2 h3 {
    font-size: 16px;
    padding-top: 4px;
  }

  /**m_tit 끝//**/

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

.bar .t40 {
  font-size: 33px;
}

  /* sec4 */
  .box_list .box_item a {
    padding: 30px;
    height: 240px;
  }

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

  .box_list .box_item a ul li {
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
    margin-top: 5px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 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: 550px;
    background-position: center center;
    background-image: url(../img/main_m.jpg);
    background-size: cover;
  }

  .text-group {
    height: 450px;
    padding-top: 5rem;
  }

  .slide-box h2 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 20ch;
  }

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

  .slide-box .m_block {
    display: inline-block;
  }
  .slide-box video {
    height: 100%;
    opacity: 0.9;
  }

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

  .main_vis_txt {
    height: 300px;
  }

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

  .main_vis_txt h2 {
    font-size: 36px;
  }

  .main_vis_txt p b {
    font-size: 19px;
    padding: 5px 10px;
    border: 1px solid #fff;
  }

  .main_vis_txt .more {
    display: none;
  }

  .vis_btn span {
    display: none;
  }

  .main_vis_img img {
    width: 40vw;
    max-width: 380px;
  }

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

  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 30px;
    padding: 0 2rem;
  }

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

  .m_tit2 h3 {
    display: none;
  }

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

  .m_tit h4 {
    font-size: 22px;
  }

  /**m_tit 끝//**/

  /* 공통텍스트 */

  .t50 {
    font-size: 40px;
    line-height: 1.2;
  }

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

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

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

  /* 슬라이드2 */

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

  /* sec1 */

  .sec1 {
    padding: 50px 0;
  }

  /*************
sec2
**************/
  .sec2 {
    padding: 74vw 0 50px;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: top left;
  }

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

  .sec2 .t25 {
    padding-top: 3rem;
  }

  .sec2 ul {
    padding-top: 0rem;
  }
  .sec2 ul a {
    padding-top: 1rem;
  }
  .sec2 ul li {
    font-size: 16px;
    margin-right: 0px;
  }

  /* bar */
.bar {
  padding: 100px 0;
}
  /*************
num
**************/

  .num {
    margin-bottom: 2rem;
  }

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

  .num_3 {
    display: none;
  }

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

  .slide2-box h3 {
    font-size: 22px;
  }

  .slide2-box p {
    font-size: 17px;
  }

  .slide2 .more {
    margin-top: 1rem;
    padding: 14px 0;
  }

  /*************
sec4
**************/

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

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

  .sec4 .container div {
    padding: 40px 0;
  }

  .sec4 .container p {
    font-size: 16px;
  }

  .sec4 .bg {
    display: none;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .m_tit em {
    display: block;
    width: 70%;
    margin: auto;
    font-size: 22px;
  }

  /* 메인 */
  .slide-box b {
    padding: 0px 5px;
  }

  /**m_tit 시작**/
  .m_tit {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 26px;
    line-height: 1.2;
  }

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

  .m_tit2 h3 {
    display: none;
  }

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

  .m_tit h4 {
    font-size: 18px;
  }

  /**m_tit 끝//**/

  /* sec1 */
  .sec1 {
    padding: 25px 0;
  }
  .sec1 .container {
    flex-direction: column;
    grid-gap: 16px;
    text-align: center;
  }

  .sec1 h2 {
    font-size: 15px;
  }

  /* sec2 */
  .sec2 {
    padding-bottom: 2rem;
  }

  .sec2 ul li img {
    padding-bottom: 0;
    width: 60%;
  }

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

  .num .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  /* sec4 */
  .sec4 {
    padding: 50px 0px;
  }
  .sec4 .container div {
    padding: 1.5rem;
  }
  .sec4 .container p {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .sec4 .container p br {
    display: none;
  }
}
