.subbaner.car .tt {
  padding: 180px 0;
}
.end-banner .inner {
  position: relative;
  max-width: 1420px;
  background: url(../../images/career/banner.png) no-repeat center/cover;
  height: 700px;
  padding: 40px 10px 60px;
  border-radius: 10px;
  overflow: hidden;
}
.end-banner .tit {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.end-banner p {
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 50px;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
.end-banner .top {
  font-size: 30px;
}
.end-banner .btm {
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}
.sec-1 .his_tit h2 {
  font-weight: 400;
  font-size: 160px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #f6f8fb;
  margin-top: 111px;
  margin-bottom: 68px;
  text-align: center;
}
.tag-wrap {
  display: flex;
  justify-content: center;
  gap: 44px;
}
.tag {
  width: 360px;
  border-radius: 99px;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: var(--orange);
}
.tag.green {
  background: #35cb58;
}
.his_btm p {
  font-size: 60px;
  letter-spacing: -0.05em;
  margin: 149px 0 137px;
  color: #fff;
  text-align: center;
}
.sec-2 .color-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.cg-grid {
  padding: 33px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.cg-grid:nth-child(1) {
  background: #35cb58;
}
.cg-grid:nth-child(2) {
  background: #f95906;
}
.cg-grid:nth-child(3) {
  background: #a0bfeb;
}
.cg-grid:nth-child(4) {
  background: #eef0f0;
}
.cg-grid:nth-child(5) {
  background: #ffcc00;
}
.cg-grid:nth-child(6) {
  background: #ff7b94;
}
.cg-grid p {
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
}
.sec-3 {
  padding: 327px 10px 369px;
}
.sec-3 .tit h2 {
  font-weight: 400;
  font-size: 100px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--orange);
  font-family: var(--mozilla);
  text-align: center;
  margin-bottom: 45px;
}
.sec-3 .tit p {
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 60px;
  margin-bottom: 140px;
}
.sec-3 .list {
  display: flex;
  justify-content: center;
  gap: 73px;
}
.sec-3 .list ul {
}
.sec-3 .list ul li {
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 10px;
}
.sec-4 .tit h2 {
  font-size: 160px;
  letter-spacing: -0.05em;
  line-height: 110%;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
}
.sec-4 .tit .sub {
  background: var(--orange);
  margin: 0 auto;
  border-radius: 99px;
  padding: 8px;
  width: 360px;
}
.sec-4 .tit .sub p {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 152px;
}
.card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.card-media {
  overflow: hidden;
}
.card img {
  display: block;
  width: 100%;
  /* height: 700px; */
  /* object-fit: cover; */
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}
.card:hover img {
  transform: scale(1.08);
  filter: blur(3px);
}
.card-desc {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  padding: 0 24px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
}
.card-overlay {
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 10px;
  padding: 12px;
  text-align: center;
  color: #fff;
  z-index: 2;
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
  border-radius: 6px;
}
.card-overlay h3 {
  font-family: var(--notosans);
  font-weight: 600;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
}
.card.end {
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
  height: 700px;
}
.card.end .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 393px;
  align-items: center;
  justify-content: center;
  max-width: 1017px;
}
.card.end .center p {
  font-size: 130px;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.txt-banner {
  padding: 10px;
}
.txt-banner .txt_con {
  border-radius: 8px;
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.txt-banner p {
  font-family: var(--mozilla);
  font-weight: 400;
  font-size: clamp(22px, 4.4vw, 65px);
  line-height: 90%;
  letter-spacing: -2%;
  text-align: center;
  white-space: nowrap;
}
.txt-banner.green .txt_con {
  background: url(../../images/green.png);
  margin-bottom: 34px;
  height: 122px;
}
.txt-banner .txt_con .default {
  display: block;
}
.txt-banner .txt_con .hover {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  display: none;
}
.txt-banner:hover .hover {
  display: block;
}
.txt-banner:hover .default {
  display: none;
}
/* =========================================================
   반응형 (1440 / 1024 / 768 / 500 / 360)
   .subbaner / .sub_nav 은 sub.css 에서 공통 처리됨
   ========================================================= */

/* ----- ~1440px ----- */
@media screen and (max-width: 1440px) {
  .subbaner.car .tt {
    padding: 120px 0 60px;
  }
  /* end-banner */
  .end-banner {
    padding: 0 10px;
  }
  .end-banner .inner {
    height: 760px;
  }
  .end-banner .tit {
    font-size: 90px;
  }
  .end-banner .top {
    font-size: 40px;
  }
  .end-banner p {
    font-size: 24px;
  }

  /* sec-1 */
  .sec-1 .his_tit h2 {
    font-size: 120px;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .tag-wrap {
    gap: 32px;
  }
  .tag {
    width: 300px;
    font-size: 32px;
  }
  .his_btm p {
    font-size: 48px;
    margin: 100px 0;
  }

  /* sec-2 */
  .cg-grid {
    padding: 28px 10px;
  }
  .cg-grid p {
    font-size: 30px;
  }

  /* sec-3 */
  .sec-3 {
    padding: 200px 10px 220px;
  }
  .sec-3 .tit h2 {
    font-size: 80px;
    margin-bottom: 36px;
  }
  .sec-3 .tit p {
    font-size: 48px;
    margin-bottom: 100px;
  }
  .sec-3 .list {
    gap: 60px;
  }
  .sec-3 .list ul li {
    font-size: 32px;
  }

  /* sec-4 */
  .sec-4 .tit h2 {
    font-size: 120px;
    margin-bottom: 50px;
  }
  .sec-4 .tit .sub {
    width: 300px;
  }
  .sec-4 .tit .sub p {
    font-size: 32px;
  }
  .gallery-grid {
    margin-top: 100px;
  }
  .card-overlay {
    height: 80px;
  }
  .card-overlay h3 {
    font-size: 40px;
  }
  .card.end {
    height: 560px;
  }
  .card.end .center {
    gap: 260px;
    max-width: 800px;
  }
  .card.end .center p {
    font-size: 100px;
  }
  .txt-banner.green .inner {
    padding: 0;
  }
}

/* ----- ~1024px ----- */
@media screen and (max-width: 1024px) {
  .subbaner.car .tt {
    padding: 90px 0 50px;
  }
  /* end-banner */
  .end-banner .inner {
    height: 620px;
  }
  .end-banner .tit {
    font-size: 70px;
  }
  .end-banner .top {
    font-size: 34px;
  }
  .end-banner p {
    font-size: 20px;
  }

  /* sec-1 */
  .sec-1 .his_tit h2 {
    font-size: 90px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .tag-wrap {
    gap: 24px;
  }
  .tag {
    width: 240px;
    font-size: 26px;
  }
  .his_btm p {
    font-size: 36px;
    margin: 70px 0;
  }

  /* sec-2 */
  .cg-grid {
    padding: 24px 10px;
  }
  .cg-grid p {
    font-size: 24px;
    white-space: normal;
  }

  /* sec-3 */
  .sec-3 {
    padding: 140px 10px 160px;
  }
  .sec-3 .tit h2 {
    font-size: 64px;
    margin-bottom: 28px;
  }
  .sec-3 .tit p {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .sec-3 .list {
    gap: 40px;
  }
  .sec-3 .list ul li {
    font-size: 26px;
  }

  /* sec-4 */
  .sec-4 .tit h2 {
    font-size: 90px;
    margin-bottom: 40px;
  }
  .sec-4 .tit .sub {
    width: 240px;
  }
  .sec-4 .tit .sub p {
    font-size: 26px;
  }
  .gallery-grid {
    margin-top: 70px;
  }
  .card-desc {
    font-size: 20px;
  }
  .card-overlay {
    height: 64px;
  }
  .card-overlay h3 {
    font-size: 30px;
  }
  .card.end {
    height: 440px;
  }
  .card.end .center {
    gap: 160px;
    max-width: 600px;
  }
  .card.end .center p {
    font-size: 72px;
  }
}

/* ----- ~768px ----- */
@media screen and (max-width: 768px) {
  .subbaner.car .tt {
    padding: 90px 0 40px;
  }
  /* end-banner */
  .end-banner .inner {
    height: 520px;
    padding: 32px 10px 48px;
  }
  .end-banner .tit {
    font-size: 54px;
    margin-bottom: 24px;
  }
  .end-banner .top {
    font-size: 20px;
  }
  .end-banner p {
    font-size: 18px;
  }
  .end-banner .btm br {
    display: none;
  }
  .end-banner .btm {
    width: 92%;
  }

  /* sec-1 */
  .sec-1 .his_tit h2 {
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .tag-wrap {
    flex-wrap: wrap;
    gap: 16px;
  }
  .tag {
    width: auto;
    flex: 1 1 45%;
    font-size: 22px;
  }
  .his_btm p {
    font-size: 28px;
    margin: 50px 0;
  }

  /* sec-2 → 단일 컬럼 */
  .sec-2 .color-grid {
    grid-template-columns: 1fr;
  }
  .cg-grid {
    padding: 24px 16px;
  }
  .cg-grid p {
    font-size: 22px;
    white-space: normal;
  }

  /* sec-3 */
  .sec-3 {
    padding: 80px 10px 100px;
  }
  .sec-3 .tit h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .sec-3 .tit p {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .sec-3 .list {
    gap: 24px;
  }
  .sec-3 .list ul li {
    font-size: 20px;
  }

  /* sec-4 → 카드 단일 컬럼 */
  .sec-4 .tit h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .sec-4 .tit .sub {
    width: 240px;
  }
  .sec-4 .tit .sub p {
    font-size: 22px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .card-desc {
    font-size: 18px;
  }
  .card-overlay {
    height: 56px;
  }
  .card-overlay h3 {
    font-size: 24px;
  }
  .card.end {
    height: 340px;
  }
  .card.end .center {
    gap: 80px;
    max-width: 90%;
  }
  .card.end .center p {
    font-size: 48px;
  }
  .card.end .card-media {
    height: 100%;
  }
  .card.end img {
    height: 100%;
    object-fit: cover;
  }
}

/* ----- ~500px ----- */
@media screen and (max-width: 500px) {
  /* end-banner */
  .end-banner .inner {
    height: 440px;
    padding: 28px 10px 40px;
  }
  .end-banner .tit {
    font-size: 32px;
  }
  .end-banner .top {
    font-size: 18px;
  }
  .end-banner p {
    font-size: 16px;
  }
  .end-banner .btm {
    bottom: 40px;
  }

  /* sec-1 */
  .sec-1 .his_tit h2 {
    font-size: 32px;
  }
  .tag-wrap {
    flex-direction: column;
    align-items: center;
  }
  .tag {
    width: 100%;
    max-width: 320px;
    flex: none;
    font-size: 20px;
  }
  .his_btm p {
    font-size: 22px;
    margin: 40px 0;
  }

  /* sec-2 */
  .cg-grid p {
    font-size: 18px;
  }

  /* sec-3 */
  .sec-3 .tit h2 {
    font-size: 36px;
  }
  .sec-3 .tit p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec-3 .list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .sec-3 .list ul:first-child {
    margin-left: -10px;
  }
  .sec-3 .list ul li {
    font-size: 18px;
    text-align: left;
  }

  /* sec-4 */
  .sec-4 .tit h2 {
    font-size: 40px;
  }
  .sec-4 .tit .sub p {
    font-size: 20px;
  }
  .card.end {
    height: 280px;
  }
  .card.end .center {
    gap: 40px;
  }
  .card.end .center p {
    font-size: 36px;
  }
}

/* ----- ~360px ----- */
@media screen and (max-width: 360px) {
  /* end-banner */
  .end-banner .tit {
    font-size: 28px;
  }
  .end-banner .top {
    font-size: 18px;
  }
  .end-banner p {
    font-size: 14px;
  }

  /* sec-1 */
  .sec-1 .his_tit h2 {
    font-size: 24px;
  }
  .tag {
    font-size: 18px;
  }
  .his_btm p {
    font-size: 20px;
  }

  /* sec-2 */
  .cg-grid p {
    font-size: 16px;
  }

  /* sec-3 */
  .sec-3 .tit h2 {
    font-size: 30px;
  }
  .sec-3 .tit p {
    font-size: 20px;
  }
  .sec-3 .list ul li {
    font-size: 16px;
  }

  /* sec-4 */
  .sec-4 .tit h2 {
    font-size: 32px;
  }
  .card.end .center {
    gap: 24px;
  }
  .card.end .center p {
    font-size: 30px;
  }
}
