.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrap2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.text-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-list li {
  line-height: 1.6;
  font-size: 20px;
  position: relative;
  padding-left: 16px;
}
.text-list li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333;
  left: 0;
  top: 12px;
  /* font-family: "SamsungG_B"; */
}
.text-list li p {
  color: #808080;
  line-height: 2;
  letter-spacing: -1px;
}


/* header */
.header {
  position: fixed;
  padding: 0px 44px;
  /* padding: 80px 44px  44px; */
  height: 80px;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
}
.header.active {
  padding: 0px 44px;
}
.header .logo {
  width: 70px;
}
.header ul {
  gap: 24px;
}
.header ul li {
  height: 100%;
}
.header ul li:hover a {
  color: #2B4E93;
}
.header ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #999;
  /* color: rgba(255, 255, 255, 0.5); */
  font-size: 18px;
}
.header ul li a.active {
  color: #2B4E93;
  font-weight: 700;
}
.header .menu-btn {
  display: none;
}
.side-menu {
  display: none;
}
/* active */
.header.active {
  background-color: #fff;
}
.header.active .logo {
  content: url("../img/logo_blue.svg");
}
.header.active ul li a {
  color: #808080;
}
.header.active ul li:hover a {
  color: #333;
}
.header.active ul li a.active {
  color: #333;
}

.header.active button.apply-btn1::before {
  /* background: #3250A1; */
}

@media (max-width:560px){
  .header {
    padding: 0px 20px;
  }
  .header.active {
    padding: 0px 20px;
  }

}
/* //header */

/* sec-1 */
.sec-1 {
  width: 100%;
  height: 100vh;
  /* padding: 80px 44px 0; */
  color: #fff;
}

.sec-1 .main-visual-area {
  width: 100%;
  height: 100%;
}

/* sec-2 */
.sec-2 {
  padding: 120px 44px 0;
}
section h2 {
  padding-bottom: 12px;
}
.sec-2 ul {
  padding: 40px 0;
}

@media (max-width: 768px) {
.recruit-tb-box img{
  content: url(../img/recruit_m.svg);
}
.sec-2 ul {
  padding: 20px 0;
}
}

/* sec-3 */
.sec-3 {
  padding: 120px 44px 0;
}
.sec-3 img {
  padding-top: 40px;
}

/* sec-4 */
.sec-4 {
  padding: 120px 44px;
}
.sec-4 ul {
  padding-top: 40px;
}

/* sec-5 */
.sec-5 {
  padding: 120px 44px 134px;
}
.sec-5 ul {
  padding-top: 40px;
}
.sec-5 ul.text-list li p {
  color: #333;
}

/* sec-6 */
.sec-6 {
  background-image: url("../img/bottom-img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 418px;
  z-index: 2;
}
.sec-6 .text-box {
  gap: 32px;
}
.sec-6 .recruit-btn {
  font-size: 40px;
  color: #fff;
  position: relative;
  padding: 20px;
  border: 1px solild #fff;
}
.sec-6 .recruit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  border-radius: 45px;
  z-index: -1;
}
.sec-6 .recruit-btn:hover {
  color: #fff;
}
.sec-6 .recruit-btn:hover::before {
  -webkit-mask: none;
}
/* footer */
.footer {
  padding: 27px 44px;
}




/************************************** 반응형 ****************************************/

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  /* floating-btn */
  .btm-apply-btn {
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    font-size: 16px;
    z-index: 99;
    color: #fff;
    background-image: linear-gradient(152deg, #753B8F 2.06%, #2585BB 98.27%);
  }

  /* header */
  .header {
    height: 56px;
  }
  .header .logo {
    width: 60px;
  }
  .header .menu-box {
    display: none;
  }
  .header .menu-btn {
    display: block;
    width: 24px;
  }
  .header.active .menu-btn {
    content: url("../img/menu-square_black.svg");
  }

  /* side-menu */
  .side-menu {
    display: block;
    z-index: 1000;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    transition: all 0.3s;
  }
  .side-menu .header {
    padding: 0 40px;
  }
  .side-menu.active {
    left: 0;
  }
  .side-menu .header {
    position: relative;
    display: flex;
  }
  .side-menu .middle-box {
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .side-menu ul {
    /* gap: 30px; */
    width: 100%;
  }
  .side-menu ul li {
    width: 100%;
  }
  .side-menu ul li a {
    font-size: 18px;
    text-align: center;
    color: #808080;
    line-height: 1;
    display: block;
    padding: 20px;
  }
  .side-menu ul li a.active {
    font-family: "SamsungG_B";
    color: #333;
  }
  .side-menu button.apply-btn1 {
    font-size: 18px;
    height: 48px;
  }

  /* sec-1 */
  .sec-1 {
    padding: 56px 44px 0;
  }

  /* sec-2 */
  section h2 {
    padding-bottom: 12px;
  }
  .text-list li {
    font-size: 18px;
    padding-left: 14px;
  }
  .text-list li::before {
    top: 10px;
  }

  /* sec-6 */
  .sec-6 {
    height: 348px;
  }
  .sec-6 .recruit-btn {
    font-size: 32px;
  }

  /* footer */
  .footer {
    padding: 30px 44px 80px;
  }
  .footer img {
    height: 20px;
  }
}

@media (max-width: 767px) {
  /* header */
  .header {
    padding: 0 20px;
  }

  /* side-menu  */
  .side-menu .header {
    padding: 0 20px;
  }


  /* sec-2 */
  .sec-2,
  .sec-3,
  .sec-4 {
    padding: 80px 20px;
  }
  .text-list li {
    font-size: 16px;
    padding-left: 10px;
  }
  .text-list li::before {
    width: 3px;
    height: 3px;
  }
  .text-list li p {
    line-height: 1.6;
  }

  /* sec-3 */
  .sec-3 {
    padding: 80px 20px 0;
  }
  .sec-3 img {
    padding-top: 20px;
    content: url("../img/step-m.svg");
  }
  /* sec-4 */
  .sec-4 ul {
    padding-top: 20px;
  }

  /* sec-5 */
  .sec-5 {
    padding: 80px 20px 80px;
  }

  /* sec-6 */
  .sec-6 {
    height: 320px;
  }
  .sec-6 .recruit-btn {
    font-size: 24px;
  }

  /* footer */
  .footer {
    padding: 22px 20px 78px;
  }
  .footer img {
    height: 16px;
  }
}

/* ------------------------------------------------------------------------------- */
/* 복리후생 */
.sec-welfare {
  padding: 120px 44px;
}
.welfare-grid-container {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 48px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.welfare-card {
  padding: 36px;
  position: relative;
  border: 1px solid #447FC4;
  height: 320px;
  border-radius: 8px;
  background: #fff;
}

.welfare-card h5 {
  font-size: 26px;
  margin-top: 0;
  color: #3250A1;
}
.welfare-card p {
  margin-top: 20px;
  font-size: 18px;
}
.welfare-card p > span {
  color: #000;
  position: relative;
  line-height: 1.6;
  left: 16px;
  word-break: keep-all;
}
.welfare-card p > span::before {
  content: "•"; /* 가운데점 문자 */
  position: absolute;
  left: -20px; /* 텍스트와 가운데점 사이의 간격 조정 */
  top: 0; /* 세로 위치 조정 */
  color: black; /* 가운데점의 색상 */
  font-size: 20px; /* 가운데점의 크기 조정 */
  line-height: 1; /* 라인 높이 조정 */
}
.welfare-card .icon {
  width: 80px; /* Adjust the size of the icon as needed */
  position: absolute;
  bottom: 20px;
  right: 24px;
}

@media (max-width: 1024px) {
  .welfare-grid-container {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px auto;
  }
  .welfare-card .icon {
    width: 68px; /* Adjust the size of the icon as needed */
  }
  .welfare-card h5 {
    font-size: 22px;
  }
  .welfare-card p > span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sec-welfare {
    padding: 80px 20px;
  }
  .welfare-grid-container {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .welfare-card {
    height: auto;
    padding: 20px;
    text-wrap: wrap;
    word-break: keep-all;
  }
  .welfare-card h5 {
    font-size: 18px;
  }
  .welfare-card .icon {
    width: 48px; /* Adjust the size of the icon as needed */
  }
  .welfare-card p > span {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .welfare-card {
    height: 180px;
  }
}
@media (max-width: 440px) {
  .welfare-card {
    height: 220px;
  }
}
/* ------------------------------------------------------------------------------- */
/* 영상영역 */
.sec-video {
  padding: 120px 0 44px 0;
}
@media (max-width: 767px) {
  .sec-video {
    padding: 80px 20px 0;
  }
}
@media (max-width: 540px) {
  .sec-video {
    padding: 40px 20px 0;
  }
}
/* ------------------------------------------------------------------------------- */

/* 영상 영역-1 */
.video-area-1 {
  /* padding: 120px 0 250px 0; */
}
.title-img {
  gap: 22px;
}
.title-img > div {
  gap: 22px;
}
.title-img img {
  height: 32px;
}
.video-area-1 .swiper-box {
  margin-top: 48px;
}
.video-area-1 .swiper-box .swiper-button-prev {
  left: -80px !important;
  top: 60px
}
.video-area-1 .swiper-box .swiper-button-next {
  right: -80px !important;
  top: 60px
}
.video-area-1 .swiper-box .swiper-slide {
  cursor: pointer;
}
.video-area-1 .swiper-box .swiper-slide > .img-box {
  width: 100%;
}
.video-area-1 h1 {
  margin-top: 20px;
  font-size: 22px;
}

@media (max-width: 1400px) {
  .video-area-1 .swiper-box .swiper-button-prev {
    left: -40px !important;
  }
  .video-area-1 .swiper-box .swiper-button-next {
    right: -40px !important;
  }
}

@media (max-width: 1080px) {
  .video-area-1 h1 {
    font-size: 18px;
  }
  .video-area-1 {
    /* padding: 120px 0 180px 0; */
  }
  .video-area-1 .swiper-box {
    margin-top: 40px;
  }
  .video-area-1 .swiper-box .swiper-button-prev {
    left: -24px !important;
  }
  .video-area-1 .swiper-box .swiper-button-next {
    right: -24px !important;
  }
  .title-img.type-12 {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-img.type-12 img {
    top: 0;
  }
  .title-img {
    gap: 14px;
  }
  .title-img img {
    position: relative;
    top: -4px;
  }
}

@media (max-width: 767px) {
  .video-area-1 h1 {
    margin-top: 12px;
    font-size: 16px;
  }
  .video-area-1 {
    /* padding: 80px 0 100px 0; */
  }
  .video-area-1 .swiper-box {
    margin-top: 20px;
  }
  .video-area-1 .swiper-box .swiper-button-prev {
    left: -8px !important;
    top:128px;
  }
  .video-area-1 .swiper-box .swiper-button-next {
    right: -8px !important;
    top:128px;
  }
}
@media (max-width: 560px) {
  .video-area-1 .swiper-box .swiper-button-prev {
    top:60px;
  }
  .video-area-1 .swiper-box .swiper-button-next {
    top:60px;
  }
}
/* ------------------------------------------------------------------------------- */
/* 모달 영역 */
.modal-area,
.modal-area-2 {
  background: rgb(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
}
.modal-area.active,
.modal-area-2.active {
  display: block;
}
.modal-area .modal,
.modal-area-2 .modal {
  display: none;
}
.modal-area .modal.active,
.modal-area-2 .modal.active {
  display: block;
}
.modal-area-2 .x-btn {
  width: 36px;
  top: 32px;
  right: 32px;
  background-color: transparent;
}

/* 영상 모달 */
.video-modal {
  width: 1000px;
}
.video-modal .youtube-area > h1 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 140%;
}
@media (max-width: 1320px) {
  .video-modal {
    width: 760px;
  }
}
@media (max-width: 767px) {
  .modal-area-2 .x-btn {
    width: 24px;
    top: 20px;
    right: 20px;
  }

  .video-modal {
    width: 320px;
  }
  .video-modal .youtube-area > h1 {
    font-size: 14px;
    margin-top: 16px;
  }
}

/* ------------------------------------------------------------------------------- */
/* 공통 */
.youtube-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  /* 21:9 */
  /* padding-bottom: 42.8571%; */
  /* 16:9 */
  padding-bottom: 56.25%;
  /* 4:3 */
  /* padding-bottom: 75%; */
  /* 9:16 */
}
.youtube-box iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bg-action-1 {
  animation-name: moving_1;
  animation-duration: 5.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
}
.bg-action-2 > img {
  animation-name: moving_2;
  animation-duration: 2.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes moving_1 {
  50% {
    transform: translateX(5%);
  }
}
@keyframes moving_2 {
  50% {
    transform: translate(5%, -5%);
  }
}

.dot-list-box > li {
  box-sizing: border-box;
  position: relative;
}
.dot-list-box > li::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}

.swiper-pagination {
  bottom: 0 !important;
  z-index: 2 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  margin: 0 16px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 999px !important;
  width: 32px !important;
}

.swiper-button-prev,
.swiper-button-next {
  transform: translateY(-50%) !important;
  width: 80px !important;
  height: 80px !important;
  /* margin-top: 0 !important; */
  margin-top: 45px !important;
  z-index: 3 !important;
}
.swiper-button-prev {
  right: auto !important;
}
.swiper-button-next {
  left: auto !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev::before {
  background: url("../img/arrow_prev_A7A7A7.svg") no-repeat center center/cover;
}
.swiper-button-next::before {
  background: url("../img/arrow_next_A7A7A7.svg") no-repeat center center/cover;
}

@media (max-width: 1320px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
    margin: 0 6px !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 14px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
  }
}



/*캠퍼스 리쿠르팅*/
/* 리크루팅 영역 */
.recruiting-area .title-box .text-1 {
    font-size: 20px;
    top: -20px;
    left: 57px;
}
.recruiting-area .cnt-box {
    margin-top: 60px;
}
.recruiting-area .cnt-box .text-area-1 {
    box-sizing: border-box;
    padding-bottom: 245px;
    border-radius: 20px;
	  background: linear-gradient(180deg, #034EA2 0%, #002E6E 100%);
}
.recruiting-area .cnt-box .text-area-1 .title-bg {
    width: 629px;
    height: 60px;
    background: url(../img/recruiting-title-bg.svg) no-repeat center center/cover;
}
.recruiting-area .cnt-box .text-area-1 h2 {
    font-size: 28px;
}
.recruiting-area .cnt-box .text-area-1 h2 br {
    display: none;
}
.recruiting-area .cnt-box .text-area-1 .calendar-box {
    margin-top: 48px;
}
.recruiting-area .cnt-box .text-area-1 .calendar-box .title-btn {
    width: 148px;
    height: 48px;
    margin-right: 16px;
    font-size: 24px;
}
.recruiting-area .cnt-box .text-area-1 .calendar-box .text-box .text-1 {
    font-size: 36px;
    margin-right: 6px;
}
.recruiting-area .cnt-box .text-area-1 .calendar-box .text-box .text-2 {
    font-size: 20px;
    line-height: 32px;
}
.recruiting-area .cnt-box .text-area-2 {
    margin-top: -200px;
    width: 85%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 48px 68px;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
}
.recruiting-area .cnt-box .text-area-2 .text-box h3 {
    font-size: 20px;
    box-sizing: border-box;
    padding-bottom: 4px;
    border-bottom: 1px solid #0064E0;
}
.recruiting-area .cnt-box .text-area-2 .text-box .text-1 {
    margin-top: 28px;
    font-size: 20px;
}
.recruiting-area .cnt-box .text-area-2 .text-box .text-2 {
    margin-top: 12px;
    font-size: 20px;
}
.recruiting-area .cnt-box .text-area-2 .text-box .text-2 .text-2-1 {
    font-size: 24px;
}
.recruiting-area .cnt-box .text-area-2 .event-img-box {
    width: 28%;
}
.recruiting-area .cnt-box .text-area-2 .event-img-box .number-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    top: -14px;
    right: -40px;
}
.recruiting-area .cnt-box .text-area-2 .event-img-box .number-btn .tb {
    font-size: 32px;
    margin-right: 2px;
}
.recruiting-area .cnt-box .text-area-2 .event-img-box .number-btn .tm {
    font-size: 20px;
}

/* ------------------------------------------------------------------------------- */


/* 채용 행사 일정 영역 */
.recruitmenteventschedule-area .calendar-box {
	margin-top: 20px;	
}
.recruitmenteventschedule-area h1 span { 
	margin-left: 5px;
    display: inline;
}

.recruitmenteventschedule-area .calendar-box .week-box {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.recruitmenteventschedule-area .calendar-box .week-box li {
    width: 20%;
    height: 52px;
    font-size: 2.0rem;
    background: #3250A1;
    color:#fff;
}
.recruitmenteventschedule-area .calendar-box .date-box > li {
    width: 20%;
    height: auto;
    position: relative;
    font-size: 15%
}
/* .recruitmenteventschedule-area .calendar-box .date-box > li:nth-child(5) .in {
    border-radius: 0 0 12px 0;
}
.recruitmenteventschedule-area .calendar-box .date-box > li:nth-child(10) .in {
    border-radius: 0 0 12px 0;
} */
.recruitmenteventschedule-area .calendar-box .date-box > li.possible::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #050737;  
    position: absolute;
    top: 0;
    left: 0;
}
.recruitmenteventschedule-area .calendar-box .date-box > li .in {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 24px 20px;
    background: #fff;
}
.recruitmenteventschedule-area .calendar-box .date-box > li:nth-child(5n) .in {
    border-right: none;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in {
    background: #F4F7FE;
    /* cursor: pointer; */
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible.nopossible .in {
    background: #fff;
    cursor: inherit;
}
.recruitmenteventschedule-area .calendar-box .date-box > li .in .date {
    font-size: 1.8rem;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li h3 {
    font-size: 15px;
    line-height: 25px;
    margin-right: 7px;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li h3 span {
	display: inline-block;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li {
  margin: 5px 0;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type {
    box-sizing: border-box;
    padding:  8px;
    border-radius: 2px;
    font-size: 17px;
    white-space: nowrap;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    line-height: 1.3;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li.emty{
  height: 38px;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type-1 {
    background: #D8EBFE;
    color: #248FFA;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type-2 {
    background: #F0E2D4;
    color: #E17729;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type-3 {
    background: #E7ECFF;
    color: #605CFF;
}
.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type-4 {
    background: #E7DDFD;
    color: #9769F4;
}
.recruitmenteventschedule-area p {
    font-size: 20px;
    margin-top: 24px;
}

@media (max-width:1320px) {
    .recruitmenteventschedule-area .calendar-box .week-box li {
        height: 48px;
        font-size: 18px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li {
        /* height: 200px; */
        font-size: 12%
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li .in {
        padding: 20px 16px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li .in .date {
        font-size: 16px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box {
        row-gap: 4px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li h3 {
        font-size: 13px;
        line-height: 120%;
    }
    
    .recruitmenteventschedule-area p {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media (max-width:767px) {
  .recruitmenteventschedule-area .calendar-box .week-box li {
    height: 40px!important;
    font-size: 15px;
}
	.recruitmenteventschedule-area .calendar-box {
		/* margin-top: 32px;	 */
	}
    .recruitmenteventschedule-area .calendar-box .week-box li {
        height: 52px;
        font-size: 15px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li {
        /* height: 180px; */
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li .in {
        padding: 16px 8px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li .in .date {
        font-size: 14px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box {
        margin-top: 4px;
        row-gap: 2px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li h3 {
        font-size: 10px;
    }
    .recruitmenteventschedule-area p {
        font-size: 16px;
        margin-top: 16px;
    }
	.recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type {
        /* display: none; */
        font-size: 13px;
        padding: 4px;
        text-wrap: wrap;
        word-break: break-all;
        border-radius: 4px;
    }
    .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li.emty {
      height: 24.9px;
    }
}
@media (max-width:540px) {
  .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li.emty {
    height: 58px;
  }
  .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}
@media (max-width:414px) {
	.recruitmenteventschedule-area h1 span { 
		display: block;
		margin-left: 0px;
		padding-top: 8px;
	}
  .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li.emty {
    height: 48px;
  }
  .recruitmenteventschedule-area .calendar-box .date-box > li.possible .in .list-box > li .label-type {
    font-size: 10px;
    height: 48px;
  }
  .recruitmenteventschedule-area .calendar-box .date-box > li {
    width: 20%;
  }
  .recruitmenteventschedule-area .calendar-box .date-box > li .in {
    padding: 4px 3px;
  }
}


.recruit-cblue {
  margin-right: 12px;
}
.recruit-cblue::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #248FFA;
  color: #248FFA;
  position: relative;
  top:2px
}
.recruit-cpurple::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #9769F4;
  color: #9769F4;
  position: relative;
  top:2px
}


br.mb-ver {
  display: none;
}
@media (max-width:540px) {
  br.mb-ver {
    display: block;
    line-height: 1.2;
  }
}


.sec2-area,
.sec3-area,
.sec4-area {
  border-radius: 20px;
  box-sizing: border-box;
}


/*탭메뉴*/
.tab-container {
  width: 100%;
}
.tab-menu {
   margin-top: 40px;
  display: flex;
  list-style: none;
}

.tab-item {
  flex: 1;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  /* border: 1px solid transparent; */
  text-align: center;
  background-color: #EFEFEF;
  transition: background-color 0.3s, border-color 0.3s;
}
.tab-item:nth-child(1){
border-radius: 12px 0 0 12px;
}
.tab-item:nth-child(2){
  border-radius: 0 12px 12px 0;
  }

.tab-item:not(.active) {
  border-color: #0064E0;
}

.tab-item.active {
  background-color: #050737;
  color: white;
}

.tab-pane {
  display: none; /* 모든 탭 콘텐츠 기본적으로 숨김 */
}

.tab-pane.active {
  display: block; /* 활성화된 탭 콘텐츠만 보임 */
}

@media (max-width: 768px) {
  .tab-menu {
    margin-top: 24px;
  }
  .tab-item {
    padding: 10px;
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .tab-menu {
    margin-top: 20px;
  }
  .tab-item {
    padding: 10px;
    font-size: 16px;
  }
}


.contact-list {
  margin: 48px auto 0;
  padding: 30px 60px;
  box-sizing: border-box;
  background: #F4F7FE;
  font-size: 20px;
}
.contact-list span {
  line-height: 1.4;
  margin-top: 20px;
}

.step-desc {
  font-size: 20px;
  line-height: 1.6;
  word-break: keep-all;
  padding: 20px 0 0 0;
}
@media (max-width: 768px) {
  .contact-list {
    margin: 20px auto 0;
    padding: 20px 40px;
    min-width: 320px;
  }
  .contact-list span {
    font-size: 16px;
  }
  .step-desc {
    font-size: 15px;
    padding: 16px 0 0 0;
  }
}

.list-dot{
  margin-left: 20px;
}
.list-dot::before{
  content: "•";
  position: relative;
  left: -5px;
  margin-left: -18px;
}
