/* 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: calc(10rem + 7.8rem);
}
@media (max-width: 850px) {
  #main {
    padding-top: calc(64px + 7.8rem);
  }
}
@media(max-width: 480px) {
  #main {
    padding-top: 64px;
  }
}

.section01 {
}
.section01 .visual {
  position: relative;
}
.section01 .visual .swiper {
  width: calc(100% + 20rem);
  margin-left: -10rem;
  border-radius: 2rem;
}
.section01 .visual .swiper-slide a {
  display: block;
}
.section01 .visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #027BE8;
}
.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;
}

@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) {

}
@media (max-width: 1024px) {
  .section01 .visual .swiper-btn.prev {
    left: 1.5rem;
  }
  .section01 .visual .swiper-btn.next {
    right: 1.5rem;
  }
}
@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);
  }
}

@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: #027BE8;
}
.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: #027BE8;
}
.more i {
  transition: 0.25s;
}
.more:hover {
  background: #027BE8;
  color: #fff;
  border-color: #027BE8;
}
.more:hover i {
  transform: rotate(180deg);
}

.section02 {
}
.sec2-wrap {
  display: flex;
  gap: 6rem;
  margin-top: 4rem;
}
.sec2-notice {
  width: 50.6%;
  display: flex;
  flex-direction: column;
}
.sec2-notice-wrap {
  border-radius: 2rem;
  border: .9rem solid #E4F1FD;
  padding: 3.1rem;
  padding-bottom: 4rem;
  flex: 1;
}
.sec2-notice-top {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #C0C0C0;
}
.sec2-notice-top .date {
  width: 8.5rem;
  height: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  background: #0F3558;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  flex-shrink: 0;
}
.sec2-notice-top .date strong {
  font-size: 3.2rem;
}
.sec2-notice-top .title {
  font-size: 2.2rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec2-notice-top:hover .title {
  text-decoration: underline;
  text-underline-position: under;
}
.sec2-notice-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sec2-notice-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 3rem;
}
.sec2-notice-list > li > a .title {
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec2-notice-list > li > a .date {
  color: #757575;
}
.sec2-notice-list > li > a:hover .title {
  text-decoration: underline;
  text-underline-position: under;
}
.sec2-hire {
  width: 45.6%;
  position: relative;
}
.sec2-hire .swiper-btn {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.sec2-hire .swiper {
  flex: 1;
  width: 100%;
}
.sec2-hire .swiper-slide a
.sec2-hire .swiper-slide {
  box-sizing: border-box;
}
.sec2-hire .swiper-slide a {
  height: 31rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 4rem 3rem;
}
.sec2-hire .swiper-slide a:hover::before {
  /* background: rgba(175, 18, 95, 0.8); */
  background: rgba(2, 123, 232, 0.6);
}
.sec2-hire .swiper-slide a:hover .desc .label {
  background: #2E286F;
}
.sec2-hire .swiper-slide a:hover .desc .title {
  font-size: 3rem;
  height: 8.4rem;
}
.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%);
}
.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;
}
.sec2-hire .swiper-slide a .desc {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec2-hire .swiper-slide a .desc .label {
  padding: 0.4rem 1.6rem;
  border-radius: 5rem;
  background: #027BE8;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.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;
}
.sec2-hire .swiper-slide a .desc .date {
  opacity: 0.8;
}

.sec2-ai {
  display: flex;
  align-items: center;
  gap: 0 11.4rem;
  margin-top: 10rem;
}
.sec2-ai-input {
  height: 11.4rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  border-radius: 2rem;
  border: .5rem solid #027be8;
  background: #fff;
  padding: 0 3.4rem;
  padding-right: 7rem;
  position: relative;
}
/* .sec2-ai-input::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.91411 9.1712L3.6001 14.4852L8.91411 19.7992M3.6001 14.4852H16.4001C18.6092 14.4852 20.4001 12.6943 20.4001 10.4852V4.19922' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
} */
.sec2-ai-input > img {
  width: 6.4rem;
  flex-shrink: 0;
}
.sec2-ai-input-field {
  position: relative;
  flex: 1;
  width: 100%;
}
.sec2-ai-input input[type=text] {
  width: 100%;
  border: none;
  font-size: 1.8rem;
  padding: 0;
  text-indent: 1.5rem;
  background: transparent;
  position: relative;
  z-index: 1;
}
.sec2-ai-input input[type=text]:focus {
  outline: none;
}
.sec2-ai-placeholder {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  max-width: calc(100% - 1.5rem);
  pointer-events: none;
  font-size: 1.8rem;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.sec2-ai-placeholder.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.sec2-ai-cursor {
  display: inline-block;
  width: 0.2rem;
  height: 1.8rem;
  margin-left: 0.2rem;
  background: #222;
  animation: sec2-ai-cursor-blink 1s step-end infinite;
}
@keyframes sec2-ai-cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.sec2-wrap2 {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  margin-top: 8rem;
}
.sec2-employment {
  width: calc(100% - 42rem - 6rem);
  position: relative;
}
.sec2-employment > .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.sec2-employment .title-wrap {
  margin-bottom: 1.4rem;
}

.employment-slide {
  padding: 1rem 0 7rem;
}
.employment-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.employment-slide .swiper-slide {
  height: auto;
  max-height: 39rem;
  box-sizing: border-box;
}
.employment-slide .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  border: 1px solid #ddd;
  transition: 0.25s;
  position: relative;
}
.employment-slide .swiper-slide a::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2rem;
  border: 2px solid #027BE8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.employment-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;
}
.employment-slide .swiper-slide a:hover::before {
  opacity: 1;
}
.employment-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;
  flex-shrink: 0;
}
.employment-slide .swiper-slide a .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.employment-slide .swiper-slide a .desc {
  padding: 3.2rem;
}
.employment-slide .swiper-slide a .desc .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.employment-slide .swiper-slide a .desc .top .label {
  font-size: 14px;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 5rem;
  background: #027BE8;
}
.employment-slide .swiper-slide a .desc .top b {
  color: #027BE8;
}
.employment-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;
}
.employment-slide .swiper-slide a .desc .info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.employment-slide .swiper-slide a .desc .info > span {
  padding: 0 0.8rem;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.employment-slide .swiper-slide a .desc .info > span:first-of-type {
  position: relative;
}
.employment-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;
}
.employment-slide .swiper-slide a .desc .date {
  display: block;
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #027BE8;
  font-weight: 400;
}
@media (max-width: 850px) {
  .sec2-employment > .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .employment-slide {
    margin-bottom: 24px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .employment-slide {
    padding: 0 20px;
  }
  .employment-slide .swiper-slide {
    width: 326px;
  }
}

.sec2-status {
  width: 42rem;
  display: flex;
  flex-direction: column;
}
.sec2-status-box {
  min-height: 39rem;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  padding: 4rem;
  background: url(/public/images/main/sec2-status-bg.jpg) no-repeat center center/cover;
  flex: 1;
}
.sec2-status-box-number {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.sec2-status-box-number > strong {
  font-size: 2.6rem;
  color: #fff;
  padding-right: 5rem;
  flex-shrink: 0;
}
.sec2-status-box-number > div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sec2-status-box-number > div > div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.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;
}
.sec2-status-box-number > div > div > div {
  color: #fff;
  font-size: 2.4rem;
}
.sec2-status-box-number > div > div .num * {
  font-size: 3.8rem;
  color: #fff000;
  font-weight: 700;
  line-height: 1;
}
.sec2-status-box-bottom {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.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;
}
.sec2-status-box-bottom > div strong {
  font-size: 2rem;
  display: block;
  text-align: center;
  margin-bottom: 0.4rem;
}
.sec2-status-box-bottom > div .info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.sec2-status-box-bottom > div .info > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2-status-box-bottom > div .info > li i {
  font-size: 2rem;
}
.sec2-status-box-bottom > div .info > li > span {
  font-size: 1.6rem;
  color: #616161;
}
.sec2-status-box-bottom > div .info > li > span b {
  font-size: 2rem;
  color: #027BE8;
  padding-right: 0.4rem;
}
.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: auto;
}
.sec2-status-box-btn:hover b {
  text-decoration: underline;
  text-underline-position: under;
}
.sec2-status-box-btn:hover i {
  opacity: 1;
}
.sec2-status-box-btn b {
  font-weight: 600;
  color: #fff;
}
.sec2-status-box-btn i {
  font-size: 2rem;
  color: #fff;
  opacity: 0.5;
}
.sec2-status-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 4rem;
  background: #F2D7E4;
  color: #027BE8;
  border-radius: 1.6rem;
  margin-top: 24px;
  flex: 1;
}
.sec2-status-btn:hover i {
  background: #fff;
}
.sec2-status-btn b {
  font-size: 2.2rem;
}
.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: #027BE8;
  transition: 0.3s;
}

.sec2-business {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 3rem 0;
  margin-top: 3rem;
}
.sec2-business-left {
  width: 61rem;
  flex-shrink: 0;
  border-radius: 2rem 12.9rem 4rem 2rem;
  background: linear-gradient(0deg, #0B2C4A 0%, #0B2C4A 100%), linear-gradient(0deg, #0F3558 0%, #0F3558 100%), #027BE8;
  color: #fff;
  padding: 7rem 6rem;
  position: relative;
}
.sec2-business-left::before {
  content: "";
  width: 18rem;
  height: 18rem;
  background: url("/public/images/main/sec2-business-img-bg.svg") no-repeat center center / contain;
  position: absolute;
  right: 4.5rem;
  top: 4rem;
  pointer-events: none;
}
.sec2-business-left > img {
  width: 22rem;
}
.sec2-business-left > p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 5rem;
}
.sec2-business-right {
  flex: 1;
  padding-left: 6rem;
  padding-bottom: 5.2rem;
  position: relative;
}
.sec2-business-right .title-wrap {
  justify-content: flex-start;
  align-items: center;
  gap: 1.7rem;
  padding-right: 21rem;
  position: relative;
}
/* .sec2-business-right .title-wrap::before {
  content: "";
  width: 23rem;
  height: 14.6rem;
  background: url("/public/images/main/sec2-business-img1.svg") no-repeat center center / contain;  
  position: absolute;
  right: -2rem;
  bottom: -6rem;
} */
.sec2-business-right .title-wrap video {
  width: 16.8463rem;
  height: 19.0115rem;
  position: absolute;
  right: -1.7rem;
  bottom: -4rem;
  z-index: -1;
}
.sec2-business-right .title-wrap p {
  font-size: 1.8rem;
  color: #757575;
}
.sec2-business-right::before {
  content: "";
  width: calc(100% + 10rem);
  height: 12.4rem;
  background: linear-gradient(270deg, #E1EFFC 0.09%, #F8FBFF 99.85%);
  border-bottom-right-radius: 2rem;
  position: absolute;
  left: -10rem;
  bottom: 0;
  z-index: -1;
}
.sec2-business-right .list {
  display: flex;
  gap: 2.4rem;
}
.sec2-business-right .list > li {
  width: 100%;
}
.sec2-business-right .list > li > a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #ddd;
  background: #fff;
  transition: .3s;
  position: relative;
}
.sec2-business-right .list > li > a::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 1.6rem;
  border: 2px solid #027BE8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sec2-business-right .list > li > a .list-title {
  width: 100%;
  font-size: 2rem;
}
.sec2-business-right .list > li > a .list-desc {
  width: 100%;
  color: #757575;
  margin-top: .8rem;
}
.sec2-business-right .list > li > a img {
  width: 5.4rem;
  margin-top: 1.8rem;
}
.sec2-business-right .list > li > a:hover {
  box-shadow: 4px 5px 27px 0 rgba(0, 0, 0, 0.31);
  /* border: 2px solid #027BE8; */
}
.sec2-business-right .list > li > a:hover::before {
  opacity: 1;
}
.sec2-business-btns {
  width: 100%;
  display: flex;
  gap: 2.4rem;
}
.sec2-business-btns > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 6rem;
  border-radius: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sec2-business-btns > a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #033682 0%, rgba(17, 81, 177, 0.90) 25%, rgba(17, 81, 177, 0.80) 50%, rgba(18, 65, 183, 0.00) 100%), linear-gradient(90deg, #1151B1 0%, rgba(0, 137, 186, 0.80) 50%, rgba(18, 65, 183, 0.00) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.sec2-business-btns > a:nth-of-type(2)::before {
  background: linear-gradient(90deg, #278861 0%, rgba(13, 199, 134, 0.80) 50%, rgba(13, 199, 134, 0.00) 100%), linear-gradient(90deg, #007D88 0%, rgba(0, 184, 200, 0.90) 25%, rgba(0, 184, 200, 0.80) 50%, rgba(18, 65, 183, 0.00) 100%), linear-gradient(90deg, #00B8C8 0%, rgba(0, 184, 200, 0.80) 50%, rgba(18, 65, 183, 0.00) 100%);
}
.sec2-business-btns > a video {
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  z-index: -1;
}
.sec2-business-btns > a span {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-size: 2.6rem;
  font-family: 'SEBANG Gothic 400';
  font-weight: 400;
  position: relative;
}
.sec2-business-btns > a span .sm {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.70);
}
.sec2-business-btns > a i {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(25, 25, 25, 0.40);
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.70);
  transition: .3s;
  position: relative;
}
.sec2-business-btns > a:hover i {
  color: #fff;
  background: rgba(25, 25, 25, 0.90);
}

@media (max-width: 1550px) {
  .sec2-hire {
    /* width: calc(100% - 46rem); */
    /* margin-right: 4rem; */
  }
  .sec2-hire .swiper-slide a {
    /* height: 100%; */
    padding: 32px;
  }
  .sec2-hire .swiper-slide a:hover .desc .title {
    height: 60px;
    font-size: 23px;
  }
  .sec2-hire .swiper-slide a .desc .title {
    height: 55px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}

@media(max-width:1440px) {
  .sec2-business-left {
    width: 48rem;
    padding: 6rem 4rem;
  }
  .sec2-business-right {
    padding-left: 4rem;
  }
} 

@media (max-width: 1280px) {
  .sec2-wrap2 {
    flex-direction: column;
    gap: 0;
  }
  .sec2-employment {
    width: 100%;
  }
  .sec2-status {
    width: 100%;
    margin-top: 10rem;
  }
  .sec2-status-box {
    padding: 32px;
  }
  .sec2-status-box-number {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .sec2-status-box-number > strong {
    font-size: 24px;
  }
  .sec2-status-box-number > div {
    gap: 12px;
  }
  .sec2-status-box-number > div > div {
    font-size: 24px;
  }
  .sec2-status-box-number > div > div .num * {
    font-size: 36px;
  }
  .sec2-business {
    margin-top: 7rem;
    gap: 0;
  }
  .sec2-business-left {
    width: 100%;
    padding: 4rem;
  }
  .sec2-business-left > p br {
    display: none;
  }
  .sec2-business-right {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
  }
  .sec2-business-right::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-right-radius: 0;
  }
  .sec2-business-btns {
    margin-top: 5rem;
  }
}
@media(max-width: 1024px) {
  .sec2-wrap {
    flex-direction: column;
  }
  .sec2-notice {
    width: 100%;
  }
  .sec2-hire {
    width: 100%;
  }
  .sec2-ai {
    flex-direction: column;
  }
  .sec2-ai .title-wrap {
    width: 100%;
  }
  .sec2-ai .title-wrap br {
    display: none;
  }
  .sec2-ai-input {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .section02 {
    /* padding: 57px 0; */
  }
  .sec2-wrap {
    flex-direction: column;
    gap: 57px;
    margin: 57px 0;
  }
  .sec2-notice {
    width: 100%;
  }
  .sec2-hire {
    width: 100%;
    margin-right: 0;
  }
  .sec2-hire .title-wrap {
    justify-content: center;
  }
  .sec2-hire .swiper {
    overflow: visible;
    padding: 0 20px;
  }
  .sec2-hire .swiper-slide:first-of-type {
    margin-left: -20px;
  }
  .sec2-hire .swiper-slide:last-of-type {
    margin-right: -20px;
  }
  .sec2-hire .swiper-slide a {
    height: auto;
    aspect-ratio: 1/1.3;
  }
  .sec2-hire .swiper-btn {
    position: static;
    justify-content: center;
    margin-top: 24px;
  }
  .sec2-status {
    width: 100%;
    animation-delay: 1.3s;
  }
}
@media(max-width: 768px) {
  .sec2-business-btns {
    flex-direction: column;
  }
  .sec2-business-btns > a {
    padding: 3rem;
  }
  .sec2-business-right .list > li > a img {
    margin-top: 0;
  }
  .sec2-ai-input {
    padding: 2rem 3rem;
    gap: 0;
  }
  .sec2-business-left {
    padding: 3rem;
  }
  .sec2-business-left > img {
    width: 17rem;
  }
}
@media(max-width: 580px) {
  .sec2-business-right .list {
    flex-direction: column;
  }
  .sec2-business-right .list > li > a {
    padding: 2.5rem;
  }
  .sec2-business-right .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10rem;
  }
}
@media(max-width: 480px) {
  .sec2-notice-wrap {
    padding: 2.5rem;
  }
  .sec2-business-right .title-wrap {
    padding-right: 0;
  }
  .sec2-ai-input {
    padding: 2rem 1rem;
    gap: 0;
  }
}

.section03 {
  background: url(/public/images/main/sec3-bg.jpg) no-repeat #f6f6f6 center bottom/contain;
  padding: 8.5rem 0 26rem;
  margin-top: 9rem;
}
.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;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
  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;
  margin-top: auto;
}
.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: #027BE8;
}
.section03 .sec3-btns > ul > li > a.active .desc strong {
  color: #027BE8;
}
.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: 8rem 0 6rem;
  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: 2rem;
    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(2, 123, 232, 0.6); */
    background: rgba(46, 40, 111, .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: #027BE8;
    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;
  }
}
