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

.mona-content > * {
  color: #131313;
  line-height: 150%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-family: var(--font-title);
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 2.1rem;
  }
}
.mona-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
.mona-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.5rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul li {
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content ul li {
    font-size: 1.4rem;
  }
}
.mona-content ul li::before {
  content: "";
  left: 0rem;
  top: 0.9rem;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  background-color: #BD2C20;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  border-radius: 0.8rem;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: 0.8rem;
  background-color: rgba(189, 44, 32, 0.05);
}
@media screen and (max-width: 576px) {
  .mona-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.mona-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.mona-content blockquote * {
  margin: 0;
  color: #BD2C20;
}
.mona-content blockquote * + * {
  margin-top: 1.6rem;
}
.mona-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #BD2C20;
  align-items: center;
}
.mona-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #BD2C20;
}
.mona-content table {
  width: 100%;
  margin: 2.4rem 0;
  overflow: hidden auto;
  border-radius: 1.6rem;
  height: auto !important;
  border-collapse: separate !important;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table tbody tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
.mona-content table tbody tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
.mona-content table tbody tr:first-child td:not(:last-child) {
  border-right: 0.1rem solid white;
}
.mona-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
.mona-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
.mona-content table tbody tr:not(:first-child) td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 576px) {
  .mona-content table th,
  .mona-content table td {
    font-size: 1.2rem;
  }
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  line-height: 140%;
  color: #656565;
  font-size: 1.4rem;
  padding: 1.2rem 0;
  text-align: center;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #26A9EA;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #FCC300;
}
.mona-content li {
  margin: 1em 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.swiper-navigation {
  top: 50%;
  left: 50%;
  z-index: 5;
  user-select: none;
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  width: calc(100% + 15rem);
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1366px) {
  .swiper-navigation {
    width: calc(100% + 2.8rem);
  }
}
@media screen and (max-width: 1200px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation > * {
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #Fafafa;
  border: 0.1rem solid #BD2C20;
}
@media screen and (min-width: 1201px) {
  .swiper-navigation > *:hover {
    background-color: #BD2C20;
  }
  .swiper-navigation > *:hover img {
    filter: unset;
  }
}
.swiper-navigation > * img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2482%) hue-rotate(342deg) brightness(99%) contrast(99%);
}
.swiper-navigation .prev {
  left: -8rem;
}
.swiper-navigation .prev img {
  transform: rotate(180deg);
}

.swiper-pagination {
  position: static;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  background-color: white;
}
.swiper-pagination-bullet-active {
  width: 2.8rem;
  border-radius: 0.8rem;
  background-color: #BD2C20;
}

.swiper-link {
  z-index: 5;
  margin-top: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .swiper-link {
    margin-top: 2.4rem;
  }
}
.swiper-link .swiper-pagination {
  margin: 0;
  display: block;
  width: fit-content;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

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

.m-contact {
  position: relative;
  padding-bottom: 14rem;
}
@media screen and (max-width: 992px) {
  .m-contact {
    padding-bottom: 6rem;
  }
}
.m-contact::before {
  content: "";
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 73.4rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/product/pri-bg1.png");
}
.m-contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem;
  max-width: 72rem;
  border-radius: 2.4rem;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .m-contact-form {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-contact-form {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .m-contact-form {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 440px) {
  .m-contact-form .title-40 {
    width: 100%;
    margin: 0 auto;
    max-width: 26rem;
  }
}
@media screen and (min-width: 768px) {
  .m-contact-form form .form-wrap {
    row-gap: 4rem;
  }
}
.m-contact .custom-input-file {
  width: 100%;
  user-select: none;
  border-radius: 0.4rem;
  background-color: #fff9f9;
  border: 0.2rem dashed #BD2C20;
}
.m-contact .custom-input-file input {
  display: none;
}
.m-contact .custom-input-file label {
  gap: 0.8rem;
  height: 14rem;
  display: block;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1.2rem;
}
.m-contact .custom-input-file label p {
  line-height: 150%;
  color: #BD2C20;
}

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

.recdt {
  margin: 6.4rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .recdt {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .recdt-col {
    width: 100%;
  }
}
.recdt-content .mona-content h2 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .recdt-content .mona-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recdt-content .mona-content h2 {
    font-size: 1.7rem;
  }
}
.recdt-content .mona-content ul li::before {
  transform: unset;
  border-radius: 50%;
  background-color: #131313;
}
.recdt-gallery {
  position: relative;
}
.recdt-gallery .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.recdt-gallery .swiper-slide {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 576px) {
  .recdt-gallery .swiper-slide {
    width: 50%;
  }
}
.recdt-gallery_heading {
  gap: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recdt-gallery_heading .swiper-navigation {
  width: 100%;
  gap: 0.8rem;
  position: static;
  transform: unset;
}
.recdt-gallery_heading .swiper-navigation > * {
  width: 3.2rem;
  height: 3.2rem;
}
.recdt-gallery_img {
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .recdt-gallery_img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.recdt-gallery_img .img {
  border-radius: 0.8rem;
  padding-top: 58.5714285714%;
}
.recdt-gallery_img .img img {
  transition: 0.4s ease-in-out;
}
.recdt-right {
  padding: 2.4rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .recdt-right {
    top: 10rem;
    position: sticky;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1200px) {
  .recdt-right {
    gap: 3.2rem;
    margin: 0 auto;
    padding: 1.6rem;
    max-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .recdt-right {
    gap: 2.4rem;
  }
}
.recdt-right .btn img {
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .recdt-box_list {
    flex-wrap: wrap;
    flex-direction: unset;
  }
}
@media screen and (max-width: 1200px) {
  .recdt-box_item {
    width: calc(33.3333333333% - 1.1rem);
  }
}
@media screen and (max-width: 576px) {
  .recdt-box_item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 1200px) {
  .recdt-box_heading {
    text-align: center;
  }
}
.recdt-box_heading .title-24 {
  line-height: 133%;
}
.recdt-box_heading .text-16 {
  color: #115b43;
  line-height: 125%;
}
.recdt-box_box {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .recdt-box_box {
    gap: 1.2rem;
  }
}
.recdt-box_img {
  flex-shrink: 0;
  user-select: none;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .recdt-box_img {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.recdt-box_content {
  width: 100%;
}
.recdt-box_content .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .recdt-box_content .text-14 {
    font-size: 1.2rem;
  }
}

.recot {
  overflow: hidden;
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .recot {
    margin: 6rem 0rem;
  }
}
.recot .recruit-box {
  pointer-events: none;
  background-color: transparent;
}
.recot-swiper {
  position: relative;
}
.recot-swiper .swiper {
  overflow: visible;
  margin: 0 calc(-1 * var(--pi-16));
}
.recot-swiper .swiper-slide {
  padding: 0 var(--pi-16);
}
.recot-swiper .swiper-slide-active .recruit-box {
  pointer-events: auto;
  background-color: white;
}
.recot-swiper .swiper-pagination {
  display: block;
}
/*# sourceMappingURL=recruit-detail.css.map */
