@charset "UTF-8";

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

.block {
  height: 90px;
}

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

/* Hero */
.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  position: relative;
  padding-top: 72px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/main.jpg") center/cover no-repeat;
  filter: brightness(0.45);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(11, 11, 13, 1));
}

.hero .container {
  width: 100%;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  letter-spacing: 0.6px;
  font-size: 16px;
  color: #d9d9df;
  background: rgba(17, 17, 20, 0.4);
}

.hero h1 {
  font-size: clamp(39px, 4.6vw, 69px);
  line-height: 1.08;
  margin: 28px 0 45px;
  font-weight: 800;
  color: #fff;
}

.hero p {
  max-width: 720px;
  color: #1fa5ff;
  font-size: 26px;
}

.hero .cta {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.badges {
  margin-top: 26px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
  color: #cfcfd6;
  background: rgba(23, 23, 28, 0.55);
  font-size: 14px;
}

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 0px;
  color: #fff;
  overflow: hidden;
}

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

.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 .slide-item .slide2-box {
  opacity: 0.6;
  filter: grayscale(0.5);
}

.slide2 .slide-item .slide2-box:hover {
  opacity: 1;
}

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

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

/* Section base */
section {
  padding: 84px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

section h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  margin: 0 0 14px;
  font-weight: 800;
}

section .lead {
  color: #c7c7cf;
  max-width: 820px;
  margin-bottom: 28px;
}

/* Programs */
.grid {
  display: grid;
  gap: 18px;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

#program {
}

.card .img {
  height: 140px;
  margin-bottom: 1.3rem;
  background-size: cover !important;
  background-position: center !important;
}

.grid .card:nth-child(1) .img {
  background: url(../img/program_1.jpg);
}

.grid .card:nth-child(2) .img {
  background: url(../img/program_2.jpg);
}

.grid .card:nth-child(3) .img {
  background: url(../img/program_3.jpg);
}

.grid .card:nth-child(4) .img {
  background: url(../img/program_4.jpg);
}

.grid .card:nth-child(5) .img {
  background: url(../img/program_5.jpg);
}

.grid .card:nth-child(6) .img {
  background: url(../img/program_6.jpg);
}

.card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.card h3 {
  margin: 8px 0 8px;
  font-size: 20px;
}

.card p {
  color: #c8c8d0;
}

.chip {
  position: absolute;
  right: 14px;
  top: 14px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #f6e8b2;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

/* Strengths */
#strengths {
  padding: 190px 0;
  background: url(../img/sec1_bg.jpg);
}
#strengths .container {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1.5fr;
}

/* Strengths */
#strengths2 {
  padding: 190px 0;
  background: url(../img/sec3_bg.jpg) no-repeat;
}
#strengths2 .container {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1.5fr 1fr;
}
/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.gallery img {
  border-radius: 14px;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.gallery .span-6 {
  grid-column: span 6;
}

.gallery .span-3 {
  grid-column: span 3;
}

.gallery .span-4 {
  grid-column: span 4;
}

/* Banner */
#banner {
  padding: 110px 0;
  text-align: center;
}

#banner h3 {
  font-size: 40px;
  font-weight: 400;
}

#banner ul {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}

/* cs */
#cs {
  background: url(../img/cs_bg.jpg) center;
  background-size: cover;
}

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

#cs .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Branches */
.branch {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.branch .map {
  background: #0f0f13;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  min-height: 260px;
  display: grid;
  place-items: center;
  color: #bdbdc7;
}

.branch .info {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 20px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kicker {
  color: #bdbdc7;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* Testimonials (scroll-snap) */
.slider {
  display: flex;
  gap: 14px;
  overflow: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.slider .tcard {
  min-width: 340px;
  scroll-snap-align: start;
}

/* Callout */
.callout {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.1),
    rgba(255, 49, 49, 0.08)
  );
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius);
  padding: 22px;
}

/* Footer */
footer {
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #bdbdc7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .branch {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .grid--3,
  .grid--2 {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery .span-6 {
    grid-column: span 6;
  }

  .gallery .span-4 {
    grid-column: span 6;
  }

  .gallery .span-3 {
    grid-column: span 3;
  }

  .hero {
    min-height: 88vh;
  }
}

/* sec1 */
.sec1 {
  padding: 100px 0;
}

.sec1 .container {
  position: relative;
}

.sec1 .text {
  position: absolute;
  background: #d0c313;
  padding: 4rem;
  top: 0;
  right: 0;
  color: #333;
}

.sec1 .text p {
  max-width: 45ch;
  line-height: 1.6;
}

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

.sec1 .text .line {
  width: 60px;
  height: 1px;
  background: #ffffff50;
  margin: 0.5rem 0 1.5rem;
}

.sec1 a {
  padding-top: 2rem;
  display: block;
  text-align: right;
}

.sec1 a:hover {
  opacity: 0.6;
}

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

.sec2 .top1 {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-gap: 50px;
  margin: auto;
  max-width: 1200px;
  padding-bottom: 3rem;
}

.sec2 .top1 div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec2 .top1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 54px;
  background: #d0c313;
  color: #000;
  font-weight: 600;
}

.sec2 .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}

.sec2 .care .bg {
  background: url(../img/sec2_1.jpg) center;
  background-size: cover;
  color: #363636;
  display: flex;
  width: 100%;
  padding: 2rem;
  align-items: flex-end;
  justify-content: flex-start;
  height: 270px;
  font-size: 32px;
}

.sec2 .body .bg {
  background: url(../img/sec2_2.jpg) center;
  background-size: cover;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 2rem;
  align-items: flex-end;
  justify-content: flex-start;
  height: 270px;
  font-size: 32px;
}

.sec2 .body2 .bg {
  background: url(../img/sec2_3.jpg) center;
  background-size: cover;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 2rem;
  align-items: flex-end;
  justify-content: flex-start;
  height: 270px;
  font-size: 32px;
}

.sec2 .text {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.sec2 h2 {
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: 400;
}

.sec2 h3 {
  font-size: 2.3em;
  line-height: 1.1;
  font-weight: 500;
}

.sec2 p {
  font-size: 1.15em;
  line-height: 1.7;
  opacity: 0.9;
}

.sec2 b {
  color: #d0c313;
}

/* sec3 */
.sec3 {
  padding: 70px 0 120px;
  background: url(../img/sec3_bg.png) no-repeat top center;
}

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

.sec4 .container {
  text-align: center;
}

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

.m_tit p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

.m_tit h2 {
  font-size: 48px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -2px;
}

.m_tit h3 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 1rem;
}

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

.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: 16px;
  letter-spacing: 2px;
  color: #d0c313;
}

/**m_tit 끝//**/

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  /**메인 슬라이드 시작**/

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

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

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

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

  /**m_tit 끝//**/

  /* sec1 */

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

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

  /* sec2 */
  .sec2 ul li span {
    color: #dbbfb8;
    text-transform: uppercase;
    font-weight: normal;
  }

  .sec2 ul li h3 {
    font-size: 20px;
    font-weight: normal;
  }

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

/*******************************************************************************************************************************
 *** 모바일 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-1 {
    background-size: cover;
  }

  .text-group {
    height: 500px;
    align-items: center;
  }

  .slide-box h2 {
    font-size: 30px;
    line-height: 1.2;
  }

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

  .slide-box .text-group div {
    justify-content: center;
    text-align: center;
    padding: 0 30px 30px;
  }

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

  .more {
    font-size: 14px;
    padding: 12px 30px;
  }

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

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 32px;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 18px;
    line-height: 1.5;
  }

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/

  section {
    padding: 60px 0;
  }

  .hero p {
    font-size: 18px;
    font-weight: 700;
  }

  .hero .cta {
    display: none;
  }

  #strengths {
    background-image: url(../img/sec1_bgm.jpg);
  }

  #strengths,
  #strengths2 {
    padding: 70px 0;
    background-size: cover;
  }

  #strengths2 {
    background-image: url(../img/sec3_bgm.jpg);
    background-position: right;
  }

  #strengths .container,
  #strengths2 .container,
  #cs .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  #banner {
    font-size: 16px;
    padding: 70px 0;
    background-size: cover !important;
  }

  #banner ul {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 22px;
    padding-top: 3rem;
  }

  #banner ul li {
    width: 45%;
  }

  #banner h3 {
    font-size: 30px;
  }

}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /* slide */
  .container.hero__content {
    text-align: center;
  }

  /* 슬라이드2 */

  .slide_bg {
    padding: 0px;
  }

  .slide2-box {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 200px;
  }

  /* sec1 */
  .sec1 .text {
    padding: 1.5rem;
  }

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

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

  .sec2 .top1 {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .sec2 .top1 div:last-child {
    display: none;
  }

  .sec2 h2 {
    font-size: 29px;
    padding-bottom: 0rem;
  }

  .sec2 h3 {
    font-size: 24px;
    margin: auto;
    padding-bottom: 1rem;
  }

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

  .sec2 p br {
    display: none;
  }

  /* sec3 */
  .sec3 {
    padding: 55px 30px;
  }

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