/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Inter", sans-serif;
  --font-title: "Archivo Condensed", sans-serif;
  --header-index: 99;
  --header-fixed: 3.6rem;
  --header-height: 12rem;
}
@media screen and (max-width: 576px) {
  :root {
    --header-height: 10.2rem;
  }
}
:root {
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pi-8: 0.4rem;
  }
}

ul.page-numbers {
  gap: 0.6rem;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li {
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
}
ul.page-numbers li:has(.current) {
  background-color: #BD2C20;
}
ul.page-numbers li:has(.current) a,
ul.page-numbers li:has(.current) span {
  color: white;
}
@media screen and (min-width: 1201px) {
  ul.page-numbers li:not(:has(.disable)):hover {
    background-color: #BD2C20;
  }
  ul.page-numbers li:not(:has(.disable)):hover a {
    color: white;
  }
  ul.page-numbers li:not(:has(.disable)):hover img {
    filter: brightness(0) invert(1);
  }
}
ul.page-numbers li .disable {
  pointer-events: none;
}
ul.page-numbers li .prev img {
  transform: rotate(90deg);
}
ul.page-numbers li .next img {
  transform: rotate(-90deg);
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #656565;
  font-size: 1.4rem;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.aside-btn {
  top: 50%;
  z-index: 11;
  width: 3.2rem;
  right: 0.5rem;
  position: fixed;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border: 0.1rem solid #FCC300;
}
@media screen and (min-width: 1201px) {
  .aside-btn {
    display: none;
  }
}
.aside-wrap {
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .aside-wrap {
    top: 10rem;
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .aside-wrap {
    width: 28rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap.is-active {
    transform: none;
  }
}
.aside-close {
  flex-shrink: 0;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .aside-close {
    display: none;
  }
}
.aside-close img {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .aside-block {
    overflow: hidden auto;
  }
}
.aside-cate {
  padding: 2.4rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .aside-cate {
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-cate {
    padding: 2rem;
  }
}
.aside-cate .title-24 {
  color: #BD2C20;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
}
.aside-cate .list .text-16 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .aside-cate .list .text-16:hover {
    color: #BD2C20;
  }
}
.aside-cate .list-item {
  width: 100%;
}
.aside-bn {
  height: 40rem;
  position: relative;
}
.aside-bn_bg {
  inset: 0;
  z-index: -1;
  overflow: hidden;
  user-select: none;
  position: absolute;
}
@media screen and (min-width: 1201px) {
  .aside-bn_bg {
    border-radius: 1.2rem;
  }
}
.aside-bn_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-bn_pos {
  z-index: 5;
  position: relative;
}
.aside-bn_content {
  padding: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .aside-bn_content {
    padding: 2rem;
  }
}
.aside-bn_content .title-24 {
  font-size: 2.4rem;
  line-height: 133%;
}
.aside-bn_content .btn {
  padding: 1.2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .aside-bn_content .btn {
    padding: 0.8rem 1.6rem;
  }
}
.aside-bn_content .decor {
  right: -5%;
  width: 100%;
  max-width: 20.5rem;
  position: absolute;
  top: calc(100% + 2rem);
}
@media screen and (max-width: 1200px) {
  .aside-bn_content .decor {
    right: 0;
    top: 100%;
    max-width: 18rem;
  }
}
.aside-bn_content .decor .img {
  padding-top: 134.1463414634%;
  filter: drop-shadow(0 0.8rem 2.4rem rgba(0, 0, 0, 0.5));
}
.aside-recruit {
  padding: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .aside-recruit {
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-recruit {
    padding: 1.2rem;
  }
}
.aside-recruit > .text-18 {
  line-height: 130%;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #F0F0F0;
}
@media screen and (min-width: 1201px) {
  .aside-recruit_box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.aside-recruit_img .img {
  border-radius: 0.4rem;
  padding-top: 72.5806451613%;
}
.aside-recruit_content ul li {
  gap: 0.4rem;
  display: flex;
  align-items: center;
}
.aside-recruit_content ul li img {
  flex-shrink: 0;
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
}
.aside-recruit_content ul li .text-12 {
  line-height: 133%;
}

.banner {
  position: relative;
  height: calc(100vh - var(--header-height));
}
@media screen and (min-width: 1201px) {
  .banner {
    min-height: 81.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner-main {
  height: 100%;
}
.banner-thumb {
  left: 50%;
  z-index: 5;
  width: 100%;
  bottom: 2.4rem;
  padding: 0 1.6rem;
  position: absolute;
  max-width: 124.6rem;
  transform: translateX(-50%);
}
.banner-thumb .swiper {
  margin: 0 calc(-1 * var(--pi-20));
}
.banner-thumb .swiper-slide {
  cursor: pointer;
  width: 20%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 767px) {
  .banner-thumb .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .banner-thumb .swiper-slide {
    width: 40%;
  }
}
.banner-thumb .swiper-slide-thumb-active .banner-thumb_content::before {
  animation: thumbAni 5s linear forwards;
}
.banner-thumb_content {
  padding-top: 2rem;
  position: relative;
  border-top: 0.2rem solid white;
}
@media screen and (max-width: 767px) {
  .banner-thumb_content {
    padding-top: 1.2rem;
  }
}
.banner-thumb_content::before {
  content: "";
  left: 0;
  width: 0;
  z-index: 5;
  top: -0.2rem;
  height: 0.2rem;
  position: absolute;
  border-radius: 1rem;
  background-color: #BD2C20;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 1024px) {
  .banner-home::before {
    padding-top: 73.25%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 140%;
  }
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}
.banner-pos {
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-wrap {
  height: 100%;
}
.banner-row {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-col {
    width: 100%;
  }
  .banner-col:has(.banner-img) {
    display: none;
  }
}
.banner-img {
  user-select: none;
}
.banner-img .img {
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 2.4rem;
  }
}
.banner-title .title-56 {
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .banner-title .title-56 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .banner-title .title-56 {
    font-size: 2.4rem;
  }
}
.banner-title .text-18 {
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .banner-title .text-18 {
    font-size: 1.4rem;
  }
}

.hero {
  position: relative;
  margin-top: -4.8rem;
}
.hero-bg {
  inset: 0;
  z-index: -1;
  position: absolute;
}
.hero-bg::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  color: white;
  padding: 22.6rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-pos {
    padding: 15rem 0;
  }
}

.recruit {
  margin: 6.4rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .recruit {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-row {
    --rg: 0;
    --cg: 0;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-col {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-list {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-heading {
    text-align: center;
  }
}
.recruit-box {
  padding: 2.8rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .recruit-box {
    padding: 2rem;
  }
}
.recruit-box.is-disabled .recruit-info .list-item:last-child .text-14 {
  color: #C33025;
}
.recruit-box.is-disabled .recruit-info .btn {
  color: #999;
  pointer-events: none;
  background-color: #d9d9d9;
}
.recruit-title {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
.recruit-title .title-24 {
  line-height: 133%;
  width: fit-content;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .recruit-title .title-24:hover {
    color: #BD2C20;
  }
}
.recruit-title .text-14 {
  color: #656565;
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .recruit-title .text-14 {
    font-size: 1.2rem;
  }
}
.recruit-info {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-info .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.recruit-info .list .text-14 {
  font-weight: 500;
  line-height: 140%;
}
.recruit-info .list-item {
  padding: 0 var(--pi-16);
}
.recruit-info .list-item:not(:last-child) {
  border-right: 0.1rem solid #D9D9D9;
}
.recruit-info .list-item:last-child {
  color: #1B6E53;
}
.recruit-info .btn {
  line-height: 114%;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem;
}

@media screen and (max-width: 400px) {
  .p-recruit .hero-content .tt {
    margin: 0 auto;
    max-width: 26rem;
  }
}
/*# sourceMappingURL=recruit.css.map */
