/* NO CSS*/
body {
  overflow-x: hidden;
}

#wrap {
  overflow: hidden;
}

h2 {
  font-family: "SEBANG Gothic";
  font-size: 6rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px !important;
  }
}

.title-wrap {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-wrap h3 {
  font-family: "SEBANG Gothic";
  color: #2E286F;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title-wrap {
    margin-bottom: 24px;
  }
  .title-wrap h3 {
    font-size: 28px;
  }
}

#main {
  padding-top: 10rem;
}
@media (max-width: 850px) {
  #main {
    padding-top: 64px;
  }
}

.section01 {
  /* padding-top: 4rem; */
}
.section01 .visual {
  /* margin-bottom: 4rem; */
  position: relative;
}
.section01 .visual .swiper {
  width: calc(100% + 20rem);
  margin-left: -10rem;
  border-radius: 1.6rem;
}
.section01 .visual .swiper-btn {
    width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section01 .visual .swiper-btn.swiper-button-disabled {
  background: #F6F8F9;
  color: #ddd !important;
}
.section01 .visual .swiper-btn.prev {
  left: -17rem;
}
.section01 .visual .swiper-btn.next {
  right: -17rem;
}
.section01 .visual .swiper-btn:hover {
  color: #AF125F;
}
.section01 .visual .swiper-pagination {
  width: auto;
  left: -7rem;
  bottom: 2rem;
}
.section01 .visual .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}
.section01 .visual .swiper-pagination-bullet-active {
  opacity: 1;
}
.section01 .sec1-banner {
  /* width: calc(100% + 20rem); */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: -10rem; */
  /* border-radius: 1.6rem; */
  background: linear-gradient(90deg, #AF125F -10.44%, #0C3388 50.87%, #AF125F 110.97%);
  padding: 5.9rem 2.5rem 3.5rem;
  text-align: center;
  /* margin-bottom: 4rem; */
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.section01 .sec1-banner::before {
  content: "";
  width: 38.5rem;
  height: 100%;
  background: url(/public/images/main/sec1-banner-l.png) no-repeat left/cover;
  position: absolute;
  left: 0;
  top: 0;
}
.section01 .sec1-banner::after {
  content: "";
  width: 45.6rem;
  height: 100%;
  background: url(/public/images/main/sec1-banner-r.png) no-repeat left/cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 2000px) {
  .section01 .visual .swiper {
    width: 100%;
    margin-left: 0;
  }
  .section01 .visual .swiper-btn.prev {
    left: -5rem;
  }
  .section01 .visual .swiper-btn.next {
    right: -5rem;
  }
  .section01 .visual .swiper-pagination {
    left: 2rem;
  }
}
@media (max-width: 1600px) {
  .section01 .sec1-banner::before {
    left: -15rem;
  }
  .section01 .sec1-banner::after {
    right: -13rem;
  }
}
@media (max-width: 1024px) {
  .section01 .sec1-banner::before {
    left: -27rem;
    background-position: right;
  }
  .section01 .sec1-banner::after {
    right: -34rem;
  }
  .section01 .visual .swiper-btn.prev {
    left: 1.5rem;
  }
  .section01 .visual .swiper-btn.next {
    right: 1.5rem;
  }
}
.section01 .sec1-banner:has(>a) {
  padding: 0 !important;
}
.section01 .sec1-banner > a {
  display: flex;
  flex-direction: column;
  padding: 5rem 2.5rem;
}
.section01 .sec1-banner-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.section01 .sec1-banner-txt .label {
  padding: 0.6rem 2.4rem;
  background: #2E286F;
  border-radius: 5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.section01 .sec1-banner-txt h2 {
  color: #fff;
  line-height: 1.2;
  margin-top: 1.2rem;
}
.section01 .sec1-banner-txt h2 span {
  color: #FFF500;
}
.section01 .sec1-banner-txt .btns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 3.2rem 0;
}
.section01 .sec1-banner-txt .btns > a {
  background: #fff;
  padding: 1.2rem 4.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 7.2rem 9.3rem 3.3rem 0 rgba(0, 0, 0, 0), 4.6rem 5.9rem 3rem 0 rgba(0, 0, 0, 0.01), 2.6rem 3.3rem 2.5rem 0 rgba(0, 0, 0, 0.05), 1.2rem 1.5rem 1.9rem 0 rgba(0, 0, 0, 0.09), 0.3rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.section01 .sec1-banner-txt .btns > a:hover {
  background: #AF125F;
}
.section01 .sec1-banner-txt .btns > a:hover img:first-of-type {
  display: none;
}
.section01 .sec1-banner-txt .btns > a:hover img:nth-of-type(2) {
  display: block;
}
.section01 .sec1-banner-txt .btns > a:hover .btns-txt span {
  color: #fff;
  transform: translateY(0);
}
.section01 .sec1-banner-txt .btns > a:hover .btns-txt em {
  opacity: 1;
  transform: translateY(0);
}
.section01 .sec1-banner-txt .btns > a img {
  width: 6.4rem;
  height: 6.4rem;
}
.section01 .sec1-banner-txt .btns > a img:nth-of-type(2) {
  display: none;
}
.section01 .sec1-banner-txt .btns-txt {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.4;
}
.section01 .sec1-banner-txt .btns-txt span {
  font-weight: 600;
  color: #424242;
  transform: translateY(1.3rem);
  transition: 0.3s;
}
.section01 .sec1-banner-txt .btns-txt em {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.4s;
}
.section01 .sec1-banner-txt .btns-txt em i {
  font-size: 1.8rem;
  padding-left: 0.8rem;
}
.section01 .sec1-banner-txt .info {
  width: 65.6rem;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
  color: #fff;
  text-align: left;
}
.section01 .sec1-banner-txt .info > div {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.section01 .sec1-banner-txt .info > div > strong {
  padding: 0.4rem 1.2rem;
  border-radius: 5rem;
  background: #130347;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.section01 .sec1-banner-txt .info > div b {
  font-size: 2.2rem;
  letter-spacing: -0.1rem;
}
.section01 .sec1-banner-txt .info > div b.yellow {
  color: #FFE600;
}
.section01 .sec1-banner-txt .info > div p {
  font-size: 1.6rem;
  margin-top: 0.4rem;
  letter-spacing: -0.1rem;
}
@media (max-width: 420px) {
  .section01 .sec1-banner-txt .info > div {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section01 .visual {
    margin-bottom: 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .section01 .visual .swiper-btn {
    position: static;
    transform: translateY(0);
  }
  .section01 .sec1-banner {
    padding: 32px;

  }
  .section01 .sec1-banner-txt .label {
    font-size: 14px;
    padding: 4px 16px;
  }
  .section01 .sec1-banner-txt h2 {
    line-height: 1.2;
    margin-top: 12px;
  }
  .section01 .sec1-banner-txt h2 span {
    display: block;
  }
  .section01 .sec1-banner-txt .btns {
    margin-top: 24px;
    gap: 8px;
  }
  .section01 .sec1-banner-txt .btns > a {
    width: 93px;
    height: 80px;
    flex-direction: column;
    padding: 4px 12px;
  }
  .section01 .sec1-banner-txt .btns > a img {
    width: 38px;
  }
  .section01 .sec1-banner-txt .btns-txt span {
    transform: translateY(0);
    font-size: 14px;
  }
  .section01 .sec1-banner-txt .btns-txt em {
    display: none;
  }
}
.section01 .sec1-slide {
  padding: 1rem 0 8rem;
}
.section01 .sec1-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.section01 .sec1-slide .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.section01 .sec1-slide .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem;
  border: 1px solid #ddd;
  transition: 0.25s;
  position: relative;
}
.section01 .sec1-slide .swiper-slide a::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 1.6rem;
  border: 2px solid #AF125F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.section01 .sec1-slide .swiper-slide a:hover {
  box-shadow: 10rem 14rem 5rem 0 rgba(0, 0, 0, 0), 6.7rem 9rem 4.5rem 0 rgba(0, 0, 0, 0.01), 3.8rem 5rem 3.8rem 0 rgba(0, 0, 0, 0.05), 1.7rem 2.3rem 2.8rem 0 rgba(0, 0, 0, 0.09), 0.4rem 0.6rem 1.6rem 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-1rem);
  border: 1px solid transparent;
}
.section01 .sec1-slide .swiper-slide a:hover::before {
  opacity: 1;
}
.section01 .sec1-slide .swiper-slide a .logo {
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.section01 .sec1-slide .swiper-slide a .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section01 .sec1-slide .swiper-slide a .desc {
  padding: 3.2rem;
}
.section01 .sec1-slide .swiper-slide a .desc .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.section01 .sec1-slide .swiper-slide a .desc .top .label {
  font-size: 14px;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 5rem;
  background: #AF125F;
}
.section01 .sec1-slide .swiper-slide a .desc .top b {
  color: #AF125F;
}
.section01 .sec1-slide .swiper-slide a .desc .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.5rem;
  margin-bottom: 2rem;
  letter-spacing: -0.054rem;
}
.section01 .sec1-slide .swiper-slide a .desc .info {
  display: flex;
  margin: 0 -0.8rem;
}
.section01 .sec1-slide .swiper-slide a .desc .info > span {
  padding: 0 0.8rem;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.section01 .sec1-slide .swiper-slide a .desc .info > span:first-of-type {
  position: relative;
}
.section01 .sec1-slide .swiper-slide a .desc .info > span:first-of-type::before {
  content: "";
  width: 1px;
  height: 1rem;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section01 .sec1-slide .swiper-slide a .desc .date {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: #AF125F;
  font-weight: 400;
}
.section01 .sec1-wrap {
  position: relative;
  margin-top: 8rem;
}
.section01 .sec1-wrap > .btn {
  position: absolute;
  right: 0;
  top: -1rem;
}
.section01 .sec1-btns {
  display: flex;
  gap: 2rem;
  animation-delay: 0.8s;
}
.section01 .sec1-btns > a {
  width: 100%;
  height: 16rem;
  padding: 0 4rem;
  padding-right: 18rem;
  border-radius: 1.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.section01 .sec1-btns > a:hover > span em {
  text-decoration: underline;
  text-underline-position: under;
}
.section01 .sec1-btns > a:hover > img {
  animation: icon 0.5s ease;
}
.section01 .sec1-btns > a > img {
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.section01 .sec1-btns > a strong {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .section01 .sec1-btns > a strong br {
    display: none;
  }
}
.section01 .sec1-btns > a > span {
  color: #616161;
}
.section01 .sec1-btns > a > span em {
  font-weight: 600;
}
.section01 .sec1-btns > a > span i {
  padding-left: 0.8rem;
}
.section01 .sec1-btns .pink {
  background: #F2D7E4;
}
.section01 .sec1-btns .pink > img {
  width: 12rem;
  right: 6rem;
}
.section01 .sec1-btns .pink strong {
  color: #AF125F;
}
.section01 .sec1-btns .blue {
  background: #B7DFE4;
}
.section01 .sec1-btns .blue > img {
  width: 17.3rem;
  right: 2.6rem;
}
.section01 .sec1-btns .blue strong {
  color: #075F6B;
}
.section01 .sec1-btns .purple {
  background: #DDDCEE;
}
.section01 .sec1-btns .purple > img {
  width: 11rem;
  right: 5.8rem;
}
.section01 .sec1-btns .purple strong {
  color: #2F287A;
}
@media (max-width: 1550px) {
  .section01 .sec1-btns > a {
    padding: 0 2.5rem;
    padding-right: 13rem;
  }
  .section01 .sec1-btns > a strong {
    font-size: 1.8rem;
  }
  .section01 .sec1-btns .pink > img {
    width: 10rem;
    right: 1rem;
  }
  .section01 .sec1-btns .blue > img {
    width: 15rem;
    right: 0;
  }
  .section01 .sec1-btns .purple > img {
    width: 10rem;
    right: 1rem;
  }
}
@media (max-width: 1280px) {
  .section01 .sec1-btns {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .section01 .sec1-btns {
    flex-direction: column;
    gap: 12px;
  }
  .section01 .sec1-btns > a {
    height: 120px;
  }
  .section01 .sec1-btns > a strong {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .section01 .title-wrap {
    justify-content: center;
  }
  .section01 .sec1-wrap > .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .section01 .sec1-slide {
    margin-bottom: 24px;
    padding: 0;
  }
  .section01 .sec1-btns {
    margin-top: 57px;
  }
}
@media (max-width: 480px) {
  .section01 .sec1-slide {
    padding: 0 20px;
  }
  .section01 .sec1-slide .swiper-slide {
    width: 326px;
  }
  .section01 .sec1-btns > a {
    padding: 0 2.5rem;
  }
  .section01 .sec1-btns > a > img {
    /* display: none; */
  }
}

@keyframes icon {
  0% {
    opacity: 0;
    transform: scale(0);
    bottom: -7rem;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
  }
}
.swiper-btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.swiper-btn > button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  font-size: 20px;
}
.swiper-btn > button:hover {
  color: #AF125F;
}
.swiper-btn > button.swiper-button-disabled {
  background: #F6F8F9;
  color: #ddd !important;
}
.swiper-btn .pagination {
  width: auto;
}
.swiper-btn .pagination-wrap {
  display: flex;
  align-items: center;
  color: #555;
  letter-spacing: 1px;
  font-weight: 600;
}
.swiper-btn .pagination-wrap em {
  padding-left: 0.8rem;
  margin-left: 0.8rem;
  position: relative;
}
.swiper-btn .pagination-wrap em::before {
  content: "";
  height: 1rem;
  width: 1px;
  background: #555;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-btn .pagination > span {
  margin: 0 !important;
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  display: none;
}
.swiper-btn .pagination > span.swiper-pagination-bullet-active {
  display: block;
}
.swiper-btn .more {
  margin-left: 1.2rem;
  position: relative;
}
.swiper-btn .more::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2rem;
}

.more {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  font-size: 20px;
  color: #AF125F;
}
.more i {
  transition: 0.25s;
}
.more:hover {
  background: #AF125F;
  color: #fff;
  border-color: #AF125F;
}
.more:hover i {
  transform: rotate(180deg);
}

.section02 {
  /* padding: 8rem 0; */
}
.section02 .sec2-wrap {
  display: flex;
  margin: 8rem 0;
}
.section02 .sec2-hire {
  width: calc(100% - 42rem - 8rem);
  margin-right: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section02 .sec2-hire .swiper-btn {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.section02 .sec2-hire .swiper {
  flex: 1;
  width: 100%;
}
.section02 .sec2-hire .swiper-slide {
  box-sizing: border-box;
}
.section02 .sec2-hire .swiper-slide a {
  height: 43rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 4rem 3rem;
  /* padding-top: 23rem; */
  /* aspect-ratio: 1 / 1.25; */
}
.section02 .sec2-hire .swiper-slide a:hover::before {
  background: rgba(175, 18, 95, 0.8);
}
.section02 .sec2-hire .swiper-slide a:hover .desc .label {
  background: #2E286F;
}
.section02 .sec2-hire .swiper-slide a:hover .desc .title {
  font-size: 3rem;
  height: 8.4rem;
}
.section02 .sec2-hire .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.5%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section02 .sec2-hire .swiper-slide a > img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section02 .sec2-hire .swiper-slide a .desc {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section02 .sec2-hire .swiper-slide a .desc .label {
  padding: 0.4rem 1.6rem;
  border-radius: 5rem;
  background: #AF125F;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.section02 .sec2-hire .swiper-slide a .desc .title {
  font-size: 2.4rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 6.7rem;
  margin-bottom: 2.4rem;
  transition: 0.3s;
}
.section02 .sec2-hire .swiper-slide a .desc .date {
  opacity: 0.8;
}
.section02 .sec2-status {
  width: 42rem;
  display: flex;
  flex-direction: column;
}
.section02 .sec2-status-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.6rem;
  padding: 4rem;
  background: url(/public/images/main/sec2-status-bg.jpg) no-repeat center center/cover;
  flex: 1;
}
.section02 .sec2-status-box-number {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.section02 .sec2-status-box-number > strong {
  font-size: 2.6rem;
  color: #fff;
  padding-right: 5rem;
  flex-shrink: 0;
}
.section02 .sec2-status-box-number > div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.section02 .sec2-status-box-number > div > div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.section02 .sec2-status-box-number > div > div i {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #424242;
}
.section02 .sec2-status-box-number > div > div > div {
  color: #fff;
  font-size: 2.4rem;
}
.section02 .sec2-status-box-number > div > div .num * {
  font-size: 3.8rem;
  color: #fff000;
  font-weight: 700;
  line-height: 1;
}
.section02 .sec2-status-box-bottom {
  display: flex;
  gap: 1.2rem;
}
.section02 .sec2-status-box-bottom > div {
  width: 100%;
  border-radius: 0.8rem;
  background: #FFF;
  box-shadow: 0.4rem 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.25);
  padding: 1.2rem 2rem;
}
.section02 .sec2-status-box-bottom > div strong {
  font-size: 2rem;
  display: block;
  text-align: center;
  margin-bottom: 0.4rem;
}
.section02 .sec2-status-box-bottom > div .info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.section02 .sec2-status-box-bottom > div .info > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section02 .sec2-status-box-bottom > div .info > li i {
  font-size: 2rem;
}
.section02 .sec2-status-box-bottom > div .info > li > span {
  font-size: 1.6rem;
  color: #616161;
}
.section02 .sec2-status-box-bottom > div .info > li > span b {
  font-size: 2rem;
  color: #AF125F;
  padding-right: 0.4rem;
}
.section02 .sec2-status-box-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 2rem;
  border-radius: 0.8rem;
  background: #2E286F;
  box-shadow: 0.4rem 0.4rem 1.2rem rgba(0, 0, 0, 0.25);
  margin-top: 1.2rem;
}
.section02 .sec2-status-box-btn:hover b {
  text-decoration: underline;
  text-underline-position: under;
}
.section02 .sec2-status-box-btn:hover i {
  opacity: 1;
}
.section02 .sec2-status-box-btn b {
  font-weight: 600;
  color: #fff;
}
.section02 .sec2-status-box-btn i {
  font-size: 2rem;
  color: #fff;
  opacity: 0.5;
}
.section02 .sec2-status-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 4rem;
  background: #F2D7E4;
  color: #AF125F;
  border-radius: 1.6rem;
  margin-top: 24px;
  flex: 1;
}
.section02 .sec2-status-btn:hover i {
  background: #fff;
}
.section02 .sec2-status-btn b {
  font-size: 2.2rem;
}
.section02 .sec2-status-btn i {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AF125F;
  transition: 0.3s;
}
.section02 .notice {
  border-radius: 1.6rem;
  border: 0.6rem solid #F6F8F9;
  padding: 5.8rem;
  display: flex;
  position: relative;
  animation-delay: 1.5s;
}
.section02 .notice .title-wrap {
  width: 37rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  padding-bottom: 7.2rem;
  margin-bottom: 0;
}
.section02 .notice .title-wrap p {
  color: #616161;
  margin-top: 1.2rem;
  display: none;
}
.section02 .notice .swiper-slide {
  box-sizing: border-box;
}
.section02 .notice .swiper-slide a {
  display: flex;
  flex-direction: column;
  padding-top: 1.2rem;
  padding-left: 1.8rem;
}
.section02 .notice .swiper-slide a:hover .title {
  text-decoration: underline;
  text-underline-position: under;
}
.section02 .notice .swiper-slide a.new {
  position: relative;
}
.section02 .notice .swiper-slide a.new::before {
  content: "";
  width: 4rem;
  height: 2.1rem;
  background: url(/public/images/main/new-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.section02 .notice .swiper-slide a .title {
  height: 6.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #424242;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.section02 .notice .swiper-slide a .desc {
  height: 5.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.2rem;
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.6;
  display: none;
}
.section02 .notice .swiper-slide a .date {
  color: #bdbdbd;
  font-size: 1.6rem;
  opacity: 0.8;
  margin-top: 2.4rem;
}
.section02 .notice .swiper-btn {
  position: absolute;
  left: 5.8rem;
  bottom: 5.8rem;
}
@media (max-width: 1550px) {
  .section02 .sec2-hire {
    width: calc(100% - 46rem);
    margin-right: 4rem;
  }
  .section02 .sec2-hire .swiper-slide a {
    height: 100%;
    padding: 32px;
  }
  .section02 .sec2-hire .swiper-slide a:hover .desc .title {
    height: 60px;
    font-size: 23px;
  }
  .section02 .sec2-hire .swiper-slide a .desc .title {
    height: 55px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .section02 .sec2-status {
    width: 38rem;
  }
  .section02 .sec2-status-box {
    padding: 32px;
  }
  .section02 .sec2-status-box-number {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .section02 .sec2-status-box-number > strong {
    font-size: 24px;
  }
  .section02 .sec2-status-box-number > div {
    gap: 12px;
  }
  .section02 .sec2-status-box-number > div > div {
    font-size: 24px;
  }
  .section02 .sec2-status-box-number > div > div .num * {
    font-size: 36px;
  }
  .section02 .sec2-hire {
    width: calc(100% - 42rem);
  }
  .section02 .notice {
    padding: 3.5rem;
  }
  .section02 .notice .title-wrap {
    width: 32rem;
  }
  .section02 .notice .swiper-btn {
    left: 3.5rem;
    bottom: 3.5rem;
  }
}
@media (max-width: 850px) {
  .section02 {
    /* padding: 57px 0; */
  }
  .section02 .sec2-wrap {
    flex-direction: column;
    gap: 57px;
    margin: 57px 0;
  }
  .section02 .sec2-hire {
    width: 100%;
    margin-right: 0;
  }
  .section02 .sec2-hire .title-wrap {
    justify-content: center;
  }
  .section02 .sec2-hire .swiper {
    overflow: visible;
    padding: 0 20px;
  }
  .section02 .sec2-hire .swiper-slide:first-of-type {
    margin-left: -20px;
  }
  .section02 .sec2-hire .swiper-slide:last-of-type {
    margin-right: -20px;
  }
  .section02 .sec2-hire .swiper-slide a {
    height: auto;
    aspect-ratio: 1/1.3;
  }
  .section02 .sec2-hire .swiper-btn {
    position: static;
    justify-content: center;
    margin-top: 24px;
  }
  .section02 .sec2-status {
    width: 100%;
    animation-delay: 1.3s;
  }
  .section02 .notice {
    flex-direction: column;
    padding: 40px 35px;
    margin-top: 60px;
    animation-delay: 2s;
  }
  .section02 .notice .title-wrap {
    width: 100%;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .section02 .notice .title-wrap p {
    font-size: 14px;
  }
  .section02 .notice .swiper {
    width: 100%;
    margin-left: -10px;
  }
  .section02 .notice .swiper-btn {
    position: static;
    justify-content: center;
    margin-top: 60px;
  }
}

.section03 {
  background: url(/public/images/main/sec3-bg.jpg) no-repeat #F1F1F1 center bottom/contain;
  padding: 12rem 0 24rem;
  margin-top: 8rem;
}
.section03 h2 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 4rem;
  color: #2E286F;
  line-height: 1.2;
  font-weight: 400;
}
.section03 .sec3-wrap {
  display: flex;
  align-items: center;
  animation-delay: 0.8s;
}
.section03 .sec3-chart {
  width: 48rem;
  height: 100%;
  padding: 4rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 1.2rem 0 rgba(0, 17, 102, 0.06);
}
.section03 .sec3-chart-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.section03 .sec3-chart-title-wrap .label {
  height: 2.4rem;
  padding: 0 0.5rem 0 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 0.4rem;
  background: #93ABB5;
}
.section03 .sec3-chart-title-wrap .label.orange {
  background: #D98353;
}
.section03 .sec3-chart-title-wrap .label.green {
  background: #81C376;
}
.section03 .sec3-chart-title-wrap .label.purple {
  background: #A99CCF;
}
.section03 .sec3-chart .desc-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.section03 .sec3-chart .tool-tip {
  width: 100%;
  height: 9rem;
  overflow-y: auto;
  padding: 2rem;
  background: #FAFAFA;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.section03 .sec3-chart .tool-tip-wrap {
  margin: 1.6rem 0 2.4rem;
}
.section03 .sec3-chart .tool-tip::-webkit-scrollbar-thumb {
  background: #d6d6d6;
}
.section03 .sec3-chart .tool-tip-content {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.042rem;
}
.section03 .sec3-chart .tool-tip-content + p {
  color: #9E9E9E;
}
.section03 .sec3-chart-wrap {
  display: flex;
  justify-content: center;
}
.section03 .sec3-chart-wrap canvas {
  width: 400px !important;
  height: 327px !important;
}
@media (max-width: 520px) {
  .section03 .sec3-chart-wrap canvas {
    width: 100% !important;
    height: auto !important;
  }
}
.section03 .sec3-btns {
  width: calc(100% - 48rem);
  padding-right: 4rem;
  overflow: visible;
}
.section03 .sec3-btns > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.6rem;
}
.section03 .sec3-btns > ul > li {
  width: 25%;
  height: auto;
  padding: 0.6rem;
  position: relative;
  z-index: 1;
}
.section03 .sec3-btns > ul > li > div {
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  background: #fff;
  border-radius: 0.8rem;
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  z-index: -1;
}
.section03 .sec3-btns > ul > li > a {
  height: 10.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 2px solid #fff;
  transition: 0.25s;
}
.section03 .sec3-btns > ul > li > a:hover {
  border-color: #9E9E9E;
}
.section03 .sec3-btns > ul > li > a.active {
  border-color: #AF125F;
}
.section03 .sec3-btns > ul > li > a.active .desc strong {
  color: #AF125F;
}
.section03 .sec3-btns > ul > li > a img,
.section03 .sec3-btns > ul > li > a .icon {
  width: 4.8rem;
  flex-shrink: 0;
  cursor: pointer;
  z-index: -1;
}
.section03 .sec3-btns > ul > li > a .desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 0.4rem;
}
.section03 .sec3-btns > ul > li > a .desc .label {
  display: none;
  height: 1.8rem;
  padding: 0 0.5rem 0 0.4rem;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  border-radius: 0.4rem;
  background: #93ABB5;
  margin-left: 0.4rem;
}
.section03 .sec3-btns > ul > li > a .desc .label.orange {
  background: #D98353;
}
.section03 .sec3-btns > ul > li > a .desc .label.green {
  background: #81C376;
}
.section03 .sec3-btns > ul > li > a .desc em {
  font-size: 1.6rem;
  color: #616161;
  letter-spacing: -0.06rem;
}
.section03 .sec3-btns > ul > li > a .desc strong {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Montserrat";
  font-size: 2.6rem;
  font-weight: 700;
  color: #424242;
}
.section03 .sec3-btns > ul > li > a .desc strong span {
  font-size: 1.6rem;
  color: #616161;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
}
@media (min-width: 1280px) {
  .section03 .sec3-btns .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    box-sizing: border-box;
  }
}
@media (max-width: 1550px) {
  .section03 .sec3-btns {
    width: calc(100% - 44rem);
    padding-right: 3rem;
  }
  .section03 .sec3-btns > ul > li > a {
    height: 15rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .section03 .sec3-btns > ul > li > a img {
    width: 5rem;
  }
  .section03 .sec3-btns > ul > li > a .desc {
    align-items: center;
    text-align: center;
  }
  .section03 .sec3-chart {
    width: 44rem;
  }
}
@media (max-width: 1280px) {
  .section03 .sec3-wrap {
    flex-direction: column;
    gap: 12px;
  }
  .section03 .sec3-chart {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .section03 .sec3-btns {
    width: 100%;
    padding-right: 0;
  }
  .section03 .sec3-btns > ul {
    flex-wrap: nowrap;
    margin: 0;
  }
  .section03 .sec3-btns > ul > li {
    padding: 0;
    width: 260px;
  }
  .section03 .sec3-btns > ul > li > div {
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
  }
  .section03 .sec3-btns > ul > li > a {
    height: 108px;
    flex-direction: row;
    padding: 24px 20px;
    box-sizing: border-box;
    gap: 20px;
  }
  .section03 .sec3-btns > ul > li > a .desc {
    align-items: flex-start;
    text-align: left;
  }
  .section03 .sec3-btns > ul > li > a .desc-title {
    font-size: 16px;
  }
  .section03 .sec3-chart {
    padding: 3rem;
  }
}
@media (max-width: 850px) {
  .section03 {
    padding: 60px 0 120px;
    background-size: cover;
  }
}
@media (max-width: 487px) {
  .section03 h2 > span {
    display: block;
  }
}

.section04 {
  padding: 6rem 0 8rem;
  overflow: hidden;
}
.section04 .title-wrap {
  justify-content: center;
}
.section04 .sec4-wrap {
  animation-delay: 0.8s;
}
@media (min-width: 1024px) {
  .section04 .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 2rem;
    grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item4 item4";
  }
  .section04 .swiper-slide {
    flex-shrink: inherit;
  }
  .section04 .swiper-slide > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/0.572;
  }
  .section04 .swiper-slide > a:hover::before {
    opacity: 1;
  }
  .section04 .swiper-slide > a:hover .hover-title, .section04 .swiper-slide > a:hover .hover-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .section04 .swiper-slide > a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(175, 18, 95, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  .section04 .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section04 .swiper-slide .hover {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
  .section04 .swiper-slide .hover-title {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.2;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.4s;
  }
  .section04 .swiper-slide .hover-btn {
    padding: 1rem 1.6rem;
    background: #fff;
    border-radius: 5rem;
    color: #AF125F;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    transform: translateY(3rem);
    opacity: 0;
    transition: 0.4s;
  }
  .section04 .swiper-slide .hover-btn i {
    font-weight: 400;
    font-size: 2rem;
  }
  .section04 .swiper-slide:nth-of-type(1) {
    grid-area: item1;
  }
  .section04 .swiper-slide:nth-of-type(2) {
    grid-area: item2;
  }
  .section04 .swiper-slide:nth-of-type(3) {
    grid-area: item3;
  }
  .section04 .swiper-slide:nth-of-type(4) {
    grid-area: item4;
  }
  .section04 .swiper-slide:nth-of-type(5) {
    grid-area: item5;
  }
  .section04 .swiper-slide:nth-of-type(6) {
    grid-area: item6;
  }
}
@media (max-width: 1023px) {
  .section04 .swiper {
    overflow: visible;
    padding: 0 20px;
  }
  .section04 .swiper-slide:first-of-type {
    margin-left: -20px;
  }
  .section04 .swiper-slide:last-of-type {
    margin-right: -20px;
  }
  .section04 .swiper-slide a {
    display: block;
  }
  .section04 .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/0.572;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .section04 .swiper-slide .hover {
    display: block;
    text-align: center;
  }
  .section04 .swiper-slide .hover-title {
    font-size: 20px;
    color: #424242;
    font-weight: 700;
  }
  .section04 .swiper-slide .hover-btn {
    display: none;
  }
}

.section01 .sec1-banner.type2 {
  background: #fff;
  padding: 5rem 2.5rem;
}
.section01 .sec1-banner.type2::before {
  width: 62.9rem;
  background: url(/public/images/main/sec1-banner-left.png) no-repeat right/cover;
}
.section01 .sec1-banner.type2::after {
  width: 77rem;
  background: url(/public/images/main/sec1-banner-right.png) no-repeat left/cover;
}
.section01 .sec1-banner.type2 .sec1-banner-txt .info {
  width: auto;
  gap: 3rem;
}
.section01 .sec1-banner.type2 .sec1-banner-txt .btns {
  margin: 2rem 0 5rem;
}
.section01 .sec1-banner.type2 .sec1-banner-txt .info > div img {
  height: 3.8rem;
}
@media(max-width: 580px) {
  .section01 .sec1-banner.type2::before {
    left: -95%;
  }
  .section01 .sec1-banner.type2::after {
    right: -95%;
  }
  .section01 .sec1-banner.type2 .sec1-banner-txt .info > div img {
    height: 3rem;
  }
}