/* 유태구 */
/* Header */
header {
  width: 100%;
  background: var(--deep--green);
  position: fixed;
  z-index: 65535;
}
/* //Header */

/* Hero Section */
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-slider-controller {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.hero-slider-controller .material-icons {
  font-size: 84px;
  color: var(--secondary);
  text-shadow: var(--standard--shadow);
  cursor: pointer;
}
.hero-slider-controller .material-icons:hover {
  color: var(--primary);
}

.hero-slider > li {
  width: 100%;
  height: calc(var(--base-unit) * 30);
  flex-shrink: 0;
}
.hero-slider > li:nth-child(1) {
  background: url("../image/hero-bg-company.jpg") no-repeat center / cover;
}
.hero-company-container {
  width: 840px;
  height: calc(var(--base-unit) * 18);
  padding-top: var(--base-unit-x3);
  padding-bottom: var(--base-unit-x2);
  border-top: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  box-sizing: border-box;
}
.hero-company-container h2 {
  color: var(--dark--green);
}
.hero-company-container h2 em {
  color: var(--primary);
}
.hero-company-container > div:has(p) {
  gap: 10px;
}
.introduction-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hero-slider > li:nth-child(2) {
  background: url("../image/hero-bg-vision.jpg") no-repeat center / cover;
}
.hero-vision-container {
  padding-top: calc(var(--base-unit) * 5);
  color: var(--white);
}
.hero-vision-container h3 {
  order: -1;
  color: var(--alyak-color);
  text-transform: uppercase;
}
.hero-vision-container h2 span {
  color: var(--alyak-color);
}

.hero-slider > li:nth-child(3) {
  background: url("../image/hero-bg-estcamp.jpg") no-repeat center / cover;
}
.hero-estcamp-container {
  padding-top: 27px;
}
.hero-estcamp-container h2 {
  color: var(--primary--light);
}
.hero-estcamp-container h3 {
  color: var(--deep--green);
}
.hero-estcamp-container h3 span::before {
  content: "\A";
  white-space: pre;
}
.hero-estcamp-container h3 span {
  color: var(--primary);
}
.hero-estcamp-container p {
  color: var(--deep--green);
}

.hero .pagination {
  position: absolute;
  bottom: var(--base-unit-x2);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .hero-slider-controller {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
  .hero-estcamp-container {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: var(--base-unit-x2);
  }
  .hero-slider-controller {
    display: none;
  }
  .hero-company-container {
    padding: none;
    border: none;
  }
  .hero-company-container > div:has(p) {
    gap: 0;
  }
  .hero-company-container .heading-s {
    line-height: calc(var(--base-unit) + 10px);
  }
  .introduction-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-vision-container p {
    font-size: var(--heading--x-s);
  }
  .hero-estcamp-container h3 {
    font-size: var(--heading--l);
    line-height: var(--base-unit-x2);
  }
  .hero .pagination {
    bottom: 0;
  }
}
/* // Hero Section */

/* Graduates Employment Status */
.employment-status {
  padding: var(--base-unit-x2);
}
.employment-status .heading-m {
  color: var(--dark--green);
}
.employment-status .body-mp {
  color: var(--deep--green);
}

.logo-carousel-container {
  width: 100%;
  padding: var(--base-unit-x2) 0;
  position: relative;
  overflow: hidden;
}
.mask-logo-carousel {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #ffffffff 5%, #ffffff00 30%, #ffffff00 70%, #ffffffff 95%);
  position: absolute;
}
.logo-carousel {
  animation: logoCarousel 17.5s linear infinite;
}

@keyframes logoCarousel {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1568px - calc(var(--base-unit) * 8)));
  }
}
/* //Graduates Employment Status */
/* //유태구 */

/* 박채원 */
/* bottom-slogan */
.bottom-slogan {
  width: 100%;
  padding: 108px 0 81px 0;
  background: url(../image/bottom-slogan.png) no-repeat 0 0 / cover;
  color: var(--white);
  display: flex;
  gap: 27px;
}

.bottom-slogan h2 span {
  color: var(--primary);
}

.cta-btn {
  display: inline-flex;
  gap: 15px;
  padding: 14px 30px;
}

@media (max-width: 768px) {
  .bottom-slogan {
    padding: 80px 20px 70px;

    background: url(../image/bottom-slogan.png) no-repeat center center / cover;

    gap: 24px;
  }

  /* 제목 */

  .bottom-slogan h2 {
    font-size: 42px;
    line-height: 1.35;
    font-weight: 800;
    word-break: keep-all;
  }

  /* span 강조 */

  .bottom-slogan h2 span {
    display: inline;
  }

  /* 버튼 */

  .cta-btn {
    padding: 14px 28px;
    font-size: 22px;
    border-radius: 14px;
    gap: 12px;
  }

  .cta-btn img {
    width: 24px;
    height: 24px;
  }
}
/* bottom-slogan */

/* training-eligibility */
.training-eligibility {
  width: 100%;
  padding: 100px 20px;
  gap: 27px;
}

/* 제목 */
.training-container h2 {
  color: var(--deep--green);
}

.training-container span {
  color: var(--point);
}

/* 카드 4개 영역 */
.condition-cards {
  max-width: 1200px;

  margin: 0 auto;

  display: grid;

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

  gap: 27px;
}

/* 카드 */
.condition-card {
  min-height: 200px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--standard--shadow);
}

/* 왼쪽 아이콘 영역 */
.icon-box {
  width: 100px;
  min-width: 100px;
  background: var(--secondary);
}

.condition-card .material-icons {
  font-size: 42px;
  color: var(--white);
}

/* 오른쪽 텍스트 영역 */
.text-box {
  flex: 1;
  padding: 28px 24px;
  display: flex;
}

.text-box p {
  min-width: 206px;
  color: var(--deep--green);
  word-break: keep-all;
}

@media (max-width: 768px) {
  .training-eligibility {
    padding: 70px 20px;
  }

  .training-container {
    margin-bottom: 40px;
  }

  .training-container h2 {
    font-size: 32px;
    line-height: 1.5;
  }

  /* 한 줄 1개 */

  .condition-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .condition-card {
    min-height: auto;
  }

  .icon-box {
    width: 80px;
    min-width: 80px;
  }

  .material-icons {
    font-size: 34px;
  }

  .text-box {
    padding: 22px 18px;
  }

  .text-box h2 {
    font-size: 16px;
    line-height: 1.6;
  }
}
/* training-eligibility */

/* review-section */
.review-section {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}

.review-title-wrap {
  margin-bottom: 70px;
  padding: 0 20px;
}

.review-title {
  color: var(--deep--green);
  margin-bottom: 14px;
}

.review-sub-title {
  color: var(--deep--green);
}

.review-sub-title span {
  color: var(--point);
}

.review-marquee {
  gap: 27px;
  overflow: hidden;
}

.review-track {
  gap: 24px;
  width: max-content;
  will-change: transform;
}

/* 위 -> 오른쪽 */
.track-top {
  padding-left: 60px;
  animation: marqueeRight 55s linear infinite;
}

/* 아래 -> 왼쪽 */
.track-bottom {
  padding-left: 80px;
  animation: marqueeLeft 55s linear infinite;
}

/* =========================
   CARD
========================= */

.review-card {
  position: relative;
  width: 420px;
  min-height: 190px;
  padding: 27px 27px 27px 120px;
  background: var(--snow--gray);
  border-radius: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* 가운데 강조 카드 */

.review-card.active {
  background: var(--secondary--light);
}

.review-card.twice {
  background: var(--vanilla);
}

/* =========================
   PROFILE
========================= */

.review-profile {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.review-profile img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
}

/* =========================
   TEXT
========================= */

.review-content h3 {
  color: var(--deep--green);
}

.review-content p {
  color: var(--deep--green);
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* =========================
   ANIMATION
========================= */

@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 13px));
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(calc(-50% - 13px));
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .review-section {
    padding: 70px 0;
  }

  .review-title {
    font-size: 16px;
  }

  .review-sub-title {
    font-size: 15px;
    line-height: 1.6;
  }

  .review-marquee {
    gap: 18px;
  }

  .review-track {
    gap: 18px;
  }

  .review-card {
    width: 320px;
    min-height: 150px;

    padding: 24px 20px 24px 95px;
  }

  .review-profile {
    left: 16px;
  }

  .review-profile img {
    width: 64px;
    height: 64px;
  }

  .review-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .review-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* review */
/* 박채원 */

/* 박소영 */
/* Top Slogan */
.top-slogan {
  width: 100%;
  padding: 108px 0 81px;
  background: url(../image/top-slogan.jpg) no-repeat 0 0 / 100% 100%;
  color: var(--white);
}
.top-slogan h2 .highlight {
  color: var(--alyak-color);
}
/* //Top Slogan */

/* Benefits */
.benefit-section {
  padding: var(--base-unit-x2) 0;
  gap: calc(var(--base-unit) * 4);
  background: var(--ghost--gray);
  color: var(--dark--green);
  overflow: hidden;
}
.benefit-section div:first-child {
  flex-wrap: nowrap;
}
.benefit-section li {
  width: 25%;
  height: 729px;
  flex-shrink: 0;
  gap: var(--base-unit);
}
.benefit-section li picture img {
  border: var(--green) solid 3px;
  border-radius: 15px;
}
.benefit-section li:first-child .pass-notice {
  padding-bottom: var(--base-unit);
  gap: 10px;
  border-radius: 15px;
  background: var(--white);
  box-shadow: var(--standard--shadow);
}
.benefit-section li:first-child .pass-notice .sender-info {
  padding: 0 22px;
  gap: 10px;
}
.benefit-section li:first-child .pass-notice > div:first-child {
  width: 100%;
  height: var(--base-unit);
  border-radius: 15px 15px 0 0;
  background: var(--dark--green);
}
.benefit-section li:first-child .sender-info .body-xs {
  color: var(--green);
}
.benefit-section li:first-child .sender-info .material-icons {
  display: inline;
}
.benefit-section li:first-child .pass-notice .bar {
  width: 40px;
  height: 5px;
  background: var(--dark--green);
}
.benefit-section li:first-child .message {
  padding: 0 var(--base-unit-x2);
  gap: 10px;
}
.benefit-section li:first-child .message img {
  width: 132px;
  height: 34px;
}
.benefit-section li:first-child .card-container {
  gap: 24px;
}
.benefit-section li:first-child .card {
  width: 300px;
  padding: 27px 15px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--standard--shadow);
}
.benefit-section li:first-child .card p {
  color: var(--green);
}
.benefit-section li:first-child .card img {
  width: 74px;
  height: 94px;
}

.benefit-section > .container {
  position: relative;
}
.benefit-section #slide1:checked ~ div > label[for="slide1"],
.benefit-section #slide2:checked ~ div > label[for="slide2"],
.benefit-section #slide3:checked ~ div > label[for="slide3"],
.benefit-section #slide4:checked ~ div > label[for="slide4"] {
  background: var(--secondary);
}
.benefit-section > .container > div:has(label[for^="slide"]) {
  position: absolute;
  top: calc(100% + var(--base-unit));
  left: calc(50% - 105.2px);
  padding: 8.5px 0;
  gap: 15px;
}
.benefit-section .slider {
  overflow: hidden;
}
.benefit-section ul {
  position: relative;
  width: 400%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.benefit-section label[for^="slide"] {
  display: inline-block;
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: var(--green);
}

#slide1:checked ~ .slider ul {
  transform: translateX(0);
}
#slide2:checked ~ .slider ul {
  transform: translateX(-25%);
}
#slide3:checked ~ .slider ul {
  transform: translateX(-50%);
}
#slide4:checked ~ .slider ul {
  transform: translateX(-75%);
}

.benefit5 {
  padding-top: var(--base-unit-x2);
  box-sizing: border-box;
  border-top: 1px solid var(--cool--gray);
}
/* //Benefits */

/* Statistics */
.statistics .container {
  padding: var(--base-unit-x3) 0;
  color: var(--dark--green);
  border-bottom: 1px solid var(--cool--gray);
}
.statistics .items-wrapper {
  gap: 24px;
}
/* //Statistics */

@media (max-width: 768px) {
  /* Benefits */
  .benefit-section {
    padding: var(--base-unit) 0;
    gap: 81px;
  }
  .benefit-section li {
    height: auto;
  }
  .card-container {
    flex-direction: column;
  }
  .benefit5 {
    padding-top: var(--base-unit);
  }
  .benefit5 .benefit-title {
    gap: 27px;
  }
  .benefit5 .tag-container {
    flex-direction: column;
    align-items: center;
    gap: var(--base-unit);
  }
  /* //Benefits */

  /* Statistics */
  .items-wrapper {
    flex-direction: column;
    align-items: center;
    gap: var(--base-unit);
  }
  /* //Statistics */
}
/* 박소영 */

/* 권유진*/
.est-content {
  padding: var(--base-unit-x3) 324px;
  background: var(--snow--gray);
}
.est-content .container {
  padding: 27px 0 0 0;
}
.section-header {
  padding: var(--base-unit) 0;
  text-align: center;
  border-bottom: 2px solid var(--cool--gray);
}
.section-header p span {
  color: var(--point);
}
.card-container {
  /*width: 300px;
  height: 324px;*/
  display: flex;
  box-sizing: border-box;
}
.card-first {
  width: 408px;
  height: 567px;
  background: var(--white);
  border-radius: 10px;
  border: 2px solid var(--cool--gray);
  overflow: hidden;
  box-sizing: border-box;
}
.card-first p {
  padding: 27px 0 62px;
}
.card-first img {
  width: 100%;
  height: auto;
}
.card {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--cool--gray);
  overflow: hidden;
}
.card img {
  width: 100%;
  height: auto;
}
.card-content {
  box-sizing: border-box;
  padding: 20px 25px;
}
.card-items p {
  padding: 13.5px 0 39.5px 0;
}
.card-content a {
  display: inline-block;
  color: var(--point);
  font-size: 20px;
}

/* 권유진 */

/* COURSES 조승아 */
.inner {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  box-sizing: border-box;
}
.courses {
  width: 100%;
  background-color: var(--ghost--gray);
}

.courses .inner {
  padding: 81px 108px;
}

/* 카드 전체 묶음 */
.course-list {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  column-gap: 78px;
  row-gap: 81px;
}

/* 카드 */
.course-card {
  width: 300px;
  height: 243px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--standard--shadow);
  transition: box-shadow 0.3s ease;
}

/* 이미지 영역 */
.course-img-box {
  position: relative;
  overflow: visible;
  border-radius: 12px 12px 0 0;
}

.course-img-box img {
  width: 100%;
  height: 127px;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}

.course-badge.recruiting {
  background: var(--primary);
  color: #fff;
}

.course-card:hover {
  box-shadow: var(--highlight--right);
}

.course-card:hover .course-img-box img {
  transform: scale(1.2);
}

/* 모집중 뱃지 */
.course-badge {
  position: absolute;
  right: 15px;
  bottom: 12px;
  padding: 2px 5px;
  background: #fff;
  color: var(--green);
  font-size: var(--button---primary);
  font-weight: 500;
  border-radius: 10px;
  box-shadow: var(--standard--shadow);
  line-height: 19.1px;
}

.course-img-wrap {
  width: 300px;
  height: 127px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

/* 글 영역 */
.course-content {
  padding: 30px 10px 10px;
}

.course-content p {
  color: var(--primary);
}

.courses h2 {
  color: var(--deep--green);
  margin: 0 0 var(--base-unit-x2);
  font-weight: 700;
}

.course-content h3 {
  margin: 0 0 5px;
  color: var(--dark--green);
  font-weight: bold;
}
/* courses 반응형 */

/* 1280px 이하 */
@media (max-width: 1280px) {
  .courses .inner {
    padding: var(--base-unit-x3) 40px 108px;
  }

  .course-list {
    grid-template-columns: repeat(2, 300px);
    column-gap: 40px;
    justify-content: center;
  }
}
.courses h2 {
  text-align: center;
}

/* 768px 이하 */
@media (max-width: 768px) {
  .courses .inner {
    padding: var(--base-unit-x3) 20px 108px;
  }

  .course-list {
    grid-template-columns: 300px;
    justify-content: center;
    row-gap: var(--base-unit-x2);
  }

  .courses h2 {
    text-align: center;
  }
}
/* target-audience 조승아*/

.target-audience .inner {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  padding: var(--base-unit-x3) 0;
  background: #fff;
  box-sizing: border-box;
}

.target-audience h2 {
  width: 100%;
  color: var(--dark--green);
  font-weight: bold;
  white-space: nowrap;
}

.target-audience h2 strong {
  color: var(--point);
}

/* 카드 묶음 */
.target-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 77px;
}

/* 카드 */
.target-card {
  width: 300px;
  min-height: 437px;
  background: #fff;
  border: 1px solid rgba(132, 132, 132, 0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--standard--shadow);
  transition: all 0.3s ease;
}

.target-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--content-blur);
}

/* 글 영역 */
.target-content {
  padding: var(--base-unit);
  height: 197px;
  box-sizing: border-box;
  padding: var(--base-unit) var(--base-unit) 25px;
  flex-direction: column;
  justify-content: flex-end;
}

.target-content h3 {
  font-size: var(--heading--x-s);
  font-weight: 600;
  line-height: 27px;
  color: var(--deep--green);
  margin: 0 0 10px;
}

.target-content p {
  font-size: var(--body--s);
  line-height: 1.7;
  word-break: keep-all;
  color: var(--dark--green);
  max-width: 270px;
  max-width: none;
}

/* 이미지 */
.target-card img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}
/* 반응형 */
.target-audience .pagination {
  display: none;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
}

.target-audience .pagination button {
  width: 40px;
  height: 10px;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  padding: 0;
  cursor: pointer;
}

.target-audience .pagination button.active {
  background: var(--secondary);
}
/* 1280px 이하 */
@media (max-width: 1280px) {
  .target-audience {
    padding: 60px 40px;
  }

  .target-list {
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
  }

  .target-audience h2 {
    text-align: center;
  }

  .target-card {
    width: 300px;
  }
  .target-card:last-child {
    grid-column: 1 / 3; /* 수정 */
    justify-self: center; /* 수정 */
  }
}
/* 768px 이하 */
@media (max-width: 768px) {
  .target-audience .inner {
    display: flex;
    flex-direction: column;
    padding: 40px 27px;
    box-sizing: border-box;
    gap: 54px;
  }

  .target-audience h2 {
    text-align: center;
    line-height: 1.2;
    font-size: var(--heading--s);
    white-space: normal;
  }

  .target-list {
    width: 100%;
    display: block;
    justify-items: center;
  }

  .target-card {
    display: none;
  }

  .target-card:first-child {
    display: flex;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .target-content {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .target-audience .pagination {
    margin-top: -27px;
    display: flex;
  }
}

/* 사이드 메뉴 조승아*/
.side-bar {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  min-height: 251px;
  padding: 15px 10px;
  background: var(--secondary--light);
  border-radius: 30px;
  box-shadow: var(--standard--shadow);
  z-index: 999;
  box-sizing: border-box;
}

.side-bar nav {
  gap: 10px;
}

.side-item {
  margin-bottom: 0;
  text-decoration: none;
  color: #17302d;
  font-weight: 600;
}

.side-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.side-bar .side-item .material-icons {
  color: var(--deep--green);
  line-height: 1;
}
.top-btn {
  gap: 0;
}
@media (max-width: 768px) {
  .side-bar {
    display: none;
  }
}
/* //조승아 */
/* 권유진*/
/*  EST 콘텐츠 섹션 */

.est-content {
  padding: var(--base-unit-x3) 0;
  background: var(--snow--gray);
}
.est-container {
  width: 100%;
  max-width: 1200px;
}
.section-header {
  padding: var(--base-unit) 0;
  border-bottom: 2px solid var(--cool--gray);
  color: var(--dark--green);
}
.section-header p span {
  color: var(--point);
}

.est-card-container {
  grid-template-columns: 1.2fr 1fr 1fr;
  display: grid;
  gap: 24px;
  padding: 55.5px 81px;
}
.card-first,
.sub-card {
  position: relative;
  background: var(--white);
  border: 2px solid var(--cool--gray);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s ease;
  position: relative;
}
.card-first {
  grid-row: span 2;
  height: 100%;
  flex-direction: column;
  align-items: start;
}
.card-items {
  display: contents;
}
.card-first img,
.sub-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.card-first img {
  height: 215px;
}
.sub-card img {
  height: 108px;
}
.sub-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.est-card,
.card-content {
  flex: 1;
  gap: 13.5px;
  padding: 20px 25px;
}
.est-card h3,
.card-content h3 {
  color: var(--dark--green);
  line-height: 1.4;
  word-break: keep-all;
}
.est-card p,
.card-content p {
  color: var(--dark--green);
  line-height: 1.6;
  word-break: keep-all;
}
.card-link-icon {
  margin-top: auto;
  color: var(--point);
  font-size: 24px;
  align-self: flex-start;
}
.card-first .card-link-icon {
  font-size: 35px;
}
.card-first:hover,
.sub-card:hover {
  transform: translateY(-6px);
}
.card-first::before,
.sub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.card-first:hover::before,
.sub-card:hover::before {
  opacity: 1;
}
.hover-big-icon,
.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  z-index: 2;
  color: var(--point);
  transition: 0.5s ease;
  pointer-events: none;
}
.hover-big-icon {
  font-size: 60px;
}
.hover-icon {
  font-size: 40px;
}
.card-first:hover .hover-big-icon,
.sub-card:hover .hover-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 768px) {
  .est-content {
    padding: 54px 0;
  }
  .section-header {
    padding: 0 24px 32px;
  }
  .est-card-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 24px 0;
  }
  .card-first {
    width: 100%;
    height: auto;
  }
  .card-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .sub-card {
    width: 100%;
  }
  .card-first img {
    height: 220px;
  }
  .sub-card img {
    height: 160px;
  }
  .est-card,
  .card-content {
    padding: 16px;
    gap: 10px;
  }
  .est-card h3,
  .card-content h3 {
    font-size: 15px;
  }
  .est-card p,
  .card-content p {
    font-size: 13px;
  }
  .card-link-icon {
    font-size: 20px;
  }
  .card-first .card-link-icon {
    font-size: 28px;
  }
}
/*FAQ*/

.faq {
  width: 100%;
  background: var(--white);
}

.faq-container {
  width: 100%;
  max-width: 1200px;
  padding: var(--base-unit-x2) 0;
  align-items: flex-start;
}
/* LEFT TITLE */

.faq-header {
  min-width: 220px;
  color: var(--green);
}

/*  ACCORDION*/

.accordion {
  flex: 1;
  padding: 0 24px;
}

/* 질문 */

.accordion label {
  width: 100%;
  border-bottom: 1px solid var(--cool--gray);
  color: var(--dark--green);
}

/* 화살표 */

.accordion label em {
  color: var(--dark--green);
  font-size: 30px;
}
/* 답변 */

.accordion div {
  padding: 13.5px 12px;
  border-bottom: 1px solid var(--cool--gray);
}

.accordion p {
  color: var(--greenish--gray);
}

/* 반응형 */

@media (max-width: 768px) {
  .faq {
    padding: var(--base-unit) 0;
  }

  .faq-container {
    flex-direction: column;
  }

  /* 제목 */

  .faq-header {
    min-width: auto;
    width: 100%;
    text-align: center;
  }

  /* 질문 */

  .accordion label {
    padding: 13.5px 0;
  }

  /* 답변 */

  .accordion div {
    padding: 13.5px 12px;
  }
  /* 아이콘 */

  .accordion label em {
    font-size: 30px;
  }
}

/*deadline*/
.deadline {
  background: var(--ice);
  padding: 54px 0;
}

.deadline-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.banner-top {
  width: 100%;
  gap: 64px;
}

.banner-left {
  gap: 24px;
}

/* 아이콘 */
.banner-icon {
  width: 80px;
  height: 80px;
  border-radius: 75px;
  background: var(--white);
  font-size: 60px;
  color: var(--primary--light);
}

/* 텍스트 */
.main-title {
  color: var(--deep--green);
  white-space: nowrap;
}
.sub-title {
  white-space: nowrap;
}
.sub-title span {
  color: var(--primary);
}

.countdown-wrap {
  width: 100%;
  align-items: stretch;
  gap: 24px;
}

/* D-day */
.d-day-box {
  background: var(--white);
  padding: 40.5px 62.5px;
}

.d-day-label {
  color: var(--primary);
}

.d-day-box h2 {
  color: var(--deep--green);
  font-size: 105px;
  font-weight: bold;
  line-height: 108px;
  letter-spacing: 2%;
  white-space: nowrap;
}

.d-day-box p {
  color: var(--greenish--gray);
}

/* 타이머 */
.timer-box {
  align-items: stretch;
  white-space: nowrap;
  background: var(--secondary--light);
  padding: var(--base-unit-x2) 0 var(--base-unit) 0;
}

/* 시간 그룹 */
.time-group {
  position: relative;
  width: 180px;
}

/* 시간 */
.time {
  font-size: 85px;
  font-weight: bold;
  line-height: 108px;
  color: var(--primary--light);
}

/* 하단 라벨 영역 */
.time-label {
  gap: 6px;
  color: var(--greenish--gray);
}

/* 숫자 : 만들기 */
.time-group:not(:last-child)::after {
  content: ":";
  position: absolute;
  top: 30%;
  right: -10px;
  transform: translateY(-50%);
  font-size: 85px;
  font-weight: bold;
  line-height: 108px;
  color: var(--primary--light);
}
/* 하단 세로선 */
.time-wrap {
  position: relative;
  width: 100%;
}

.time-group:not(:last-child) .time-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: var(--cool--gray);
}

/*반응형*/
@media (max-width: 768px) {
  .recruit-banner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .d-day-box,
  .timer-box {
    width: 100%;
    max-width: 450px;
    padding: 30px 15px;
  }

  .d-day-box h2 {
    font-size: clamp(60px, 15vw, 105px);
  }

  .time,
  .time-group:not(:last-child)::after {
    font-size: clamp(40px, 10vw, 85px);
  }

  .time-group {
    width: auto;
    flex: 1;
  }
}

/*footer*/

.footer {
  background: var(--deep--green);
  padding: var(--base-unit) 324px var(--base-unit-x2);
}

.footer-container {
  width: 100%;
  padding: 27px;
  align-items: flex-start;
}

/* 반응형 */

@media (max-width: 768px) {
  .footer {
    padding: 54px 0;
  }

  .footer-container {
    padding: 0;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 27px;
  }

  .footer-inner {
    align-items: center;
    gap: 27px;
  }
  .footer-nav {
    justify-content: center;
    gap: 10px;
  }
  .footer-info {
    align-items: center;
    gap: 12px;
  }
  .footer-info p {
    color: var(--green);
  }

  .footer-icon {
    justify-content: center;
    gap: var(--base-unit);
  }
  .social-icon {
    width: 54px;
    height: 54px;
  }

  .social-icon a {
    font-size: var(--base-unit);
    font-weight: var(--base-unit);
  }
}

/* 권유진 */
