.s1 {
  height: auto;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.s1 .ss {
  width: 100%;
  height: 500px;
  background: white;
  border: 1px solid #DDDDDD;
  display: flex;
  position: relative;
  overflow: hidden;
}
.s1 .ss .item {
  min-width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: opacity;
}
.s1 .ss .item.active {
  opacity: 1;
}
.s1 .ss .item:nth-child(1) {
  background: url("../Media/Company/1.webp") no-repeat center/cover;
}
.s1 .ss .item:nth-child(2) {
  background: url("../Media/Company/2.webp") no-repeat center/cover;
}
.s1 .ss .item:nth-child(3) {
  background: url("../Media/Company/3.webp") no-repeat center/cover;
}
.s1 .ss .item:nth-child(4) {
  background: url("../Media/Company/4.webp") no-repeat center/cover;
}
.s1 .ss .item:nth-child(5) {
  background: url("../Media/Company/5.webp") no-repeat center/cover;
}
.s1 .ss .item:nth-child(6) {
  background: url("../Media/Company/6.webp") no-repeat center/cover;
}
.s1 .bars {
  height: 9px;
  gap: 10px;
}
.s1 .bars .bar {
  width: 20px;
  height: 100%;
  background: #999999;
  border-radius: 100px;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.s1 .bars .bar::after {
  content: "";
  background: #B40000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  transition: none;
}
.s1 .bars .bar.active {
  width: 50px;
}
.s1 .bars .bar.active::after {
  width: 100%;
  transition: width 2.5s linear;
}

@media (max-width: 1100px) {
  .s1 .ss {
    height: 450px;
  }
}
@media (max-width: 1000px) {
  .s1 .ss {
    height: 400px;
  }
}
@media (max-width: 900px) {
  .s1 .ss {
    height: 350px;
  }
}
@media (max-width: 800px) {
  .s1 .ss {
    height: 300px;
  }
}
@media (max-width: 700px) {
  .s1 .ss {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .s1 .ss {
    height: 225px;
  }
}
.s2 {
  width: 100%;
  max-width: 1150px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  padding: 70px 60px 70px 60px;
  margin-top: 100px;
  flex-direction: column;
  gap: 27px;
}
.s2 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s2 .title .title-text {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.s2 .title .title-text h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.s2 .title .title-text span {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}
.s2 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s2 .title .line .left {
  width: 164px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s2 .text {
  width: 100%;
  height: auto;
}
.s2 .text p {
  font-size: 17px;
  line-height: 2;
}
.s2 .text p span {
  display: block;
  height: 20px;
}
.s2 .line-2 {
  width: 100%;
  height: 1px;
  border-top: 1px solid #DDDDDD;
  overflow: hidden;
}
.s2 .btn {
  width: 100%;
  height: 35px;
  background: rgba(216, 216, 216, 0.1);
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  transition: background 0.15s ease;
  color: rgba(37, 37, 37, 0.75);
  font-size: 16px;
}
.s2 .btn:hover {
  background: rgba(216, 216, 216, 0.25);
}

@media (max-width: 900px) {
  .s6 {
    padding: 70px 50px;
  }
}
@media (max-width: 650px) {
  .s6 {
    margin-top: 40px;
  }
  .s6 .title .title-text span {
    display: none;
  }
}
@media (max-width: 550px) {
  .s6 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s6 .title {
    gap: 20px;
  }
  .s6 .title .title-text h1 {
    font-size: 23px;
  }
  .s6 .title .line .left {
    width: 151px;
  }
}
.s3 {
  width: 100%;
  max-width: 1150px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  padding: 70px 60px 70px 60px;
  margin-top: 100px;
  flex-direction: column;
  gap: 27px;
}
.s3 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s3 .title .title-text {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.s3 .title .title-text h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.s3 .title .title-text span {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}
.s3 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s3 .title .line .left {
  width: 164px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s3 .text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.s3 .text h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.s3 .text h3 .url {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  height: 17px;
  margin-right: 10px;
  cursor: pointer;
}
.s3 .text h3 .url:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.s3 .text h3 .url.red {
  color: rgba(180, 0, 0, 0.8);
}
.s3 .text h3 .url.blue {
  color: rgba(0, 90, 180, 0.8);
}
.s3 .text p {
  font-size: 17px;
  line-height: 1.5;
  margin: 15px 10px;
}
.s3 .text .space {
  height: 27px;
}

@media (max-width: 900px) {
  .s3 {
    padding: 70px 50px;
  }
}
@media (max-width: 650px) {
  .s3 {
    margin-top: 40px;
  }
  .s3 .title .title-text span {
    display: none;
  }
}
@media (max-width: 550px) {
  .s3 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s3 .title {
    gap: 20px;
  }
  .s3 .title .title-text h1 {
    font-size: 23px;
  }
  .s3 .title .line .left {
    width: 151px;
  }
}
.s4 {
  width: 100%;
  max-width: 1150px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  margin-top: 100px;
  padding: 70px 60px 70px 60px;
  flex-direction: column;
  gap: 27px;
}
.s4 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s4 .title h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s4 .title h1 p {
  font-size: 15px;
  line-height: 1;
  font-weight: 200;
}
.s4 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s4 .title .line .left {
  width: 104px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s4 .table {
  width: 100%;
  border-collapse: collapse;
}
.s4 .table td {
  width: calc(100% - 177px);
  height: auto;
  background: white;
  border: 1px solid #DDDDDD;
  padding: 20px 40px;
  font-size: 17px;
  line-height: 20px;
}
.s4 .table td:nth-child(1) {
  width: 177px;
  background: #f6f6f7;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
}
.s4 .table td a {
  font-size: 17px;
}
.s4 .table .thin {
  font-size: 90%;
  font-weight: 200;
}
.s4 .table a:hover {
  color: rgba(180, 0, 0, 0.8);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.s4 .table a:hover .thin {
  color: rgba(180, 0, 0, 0.8);
}

.s4.p6 .title .line .left {
  width: 338px;
}

@media (max-width: 900px) {
  .s4 {
    padding: 70px 50px;
  }
}
@media (max-width: 750px) {
  .s4 {
    margin-top: 20px;
  }
  .s4 .table td {
    padding: 15px 25px;
  }
  .s4 .table td:nth-child(1) {
    width: 150px;
  }
}
@media (max-width: 550px) {
  .s4 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s4 .title {
    gap: 20px;
  }
  .s4 .title h1 {
    font-size: 23px;
  }
  .s4 .title .line .left {
    width: 96px;
  }
  .s4 .table td {
    font-size: 16px;
    padding: 10px 20px;
  }
  .s4 .table td:nth-child(1) {
    width: 110px;
  }
  .s4 .table td a {
    font-size: 16px;
  }
  .s4 .table td span {
    display: none;
  }
}
.s4.s5 .title .line .left {
  width: 338px;
}

.s6 {
  width: 100%;
  max-width: 1150px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  padding: 70px 60px 70px 60px;
  margin-top: 100px;
  flex-direction: column;
  gap: 27px;
}
.s6 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s6 .title .title-text {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.s6 .title .title-text h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.s6 .title .title-text span {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}
.s6 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s6 .title .line .left {
  width: 164px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s6 .google-map-box {
  width: 100%;
  height: 400px;
  border: 1px solid #DDDDDD;
}
.s6 .btn {
  width: 100%;
  height: 35px;
  background: rgba(216, 216, 216, 0.1);
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  transition: background 0.15s ease;
  color: rgba(37, 37, 37, 0.75);
  font-size: 16px;
}
.s6 .btn:hover {
  background: rgba(216, 216, 216, 0.25);
}
.s6 .line-2 {
  width: 100%;
  height: 1px;
  border-top: 1px solid #DDDDDD;
  overflow: hidden;
}
.s6 .route {
  width: 100%;
  gap: 30px;
}
.s6 .route div {
  height: 16px;
}
.s6 .route div svg {
  width: 20px;
  height: 26px;
  background: url("../Media/Icon/train.svg") no-repeat center/contain;
}
.s6 .route p {
  font-size: 17px;
  line-height: 1;
}
.s6 .route p span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 900px) {
  .s6 {
    padding: 70px 50px;
  }
}
@media (max-width: 650px) {
  .s6 {
    margin-top: 40px;
  }
  .s6 .title .title-text span {
    display: none;
  }
  .s6 .route {
    flex-direction: column;
    gap: 10px;
  }
  .s6 .route div {
    display: none;
  }
}
@media (max-width: 550px) {
  .s6 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s6 .title {
    gap: 20px;
  }
  .s6 .title .title-text h1 {
    font-size: 23px;
  }
  .s6 .title .line .left {
    width: 151px;
  }
  .s6 .google-map-box {
    height: 400px;
  }
}
.s7 {
  width: 100%;
  max-width: 1150px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  margin-top: 100px;
  padding: 70px 60px 70px 60px;
  flex-direction: column;
  gap: 27px;
}
.s7 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s7 .title .title-text {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.s7 .title .title-text h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.s7 .title .title-text span {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}
.s7 .title .title-text span .green {
  background: #EBFFEB;
  padding-left: 2px;
}
.s7 .title .title-text span .purple {
  background: #FFEBFC;
  padding-left: 2px;
}
.s7 .title .title-text span .red {
  background: #FFEBEB;
  padding-left: 2px;
}
.s7 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s7 .title .line .left {
  width: 208px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s7 .calendar {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.s7 .calendar * {
  font-size: 20px;
  font-weight: 300;
}
.s7 .calendar .header {
  grid-column: span 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.s7 .calendar .header .icon {
  width: 11px;
  height: 17px;
  background: url("../Media/Icon/arrow.svg") no-repeat center/contain;
  opacity: 0.75;
}
.s7 .calendar .header .icon.before {
  transform: rotate(180deg);
}
.s7 .calendar .header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  letter-spacing: 1.5px;
}
.s7 .calendar .calendar-js {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.s7 .calendar .weekdays {
  text-align: center;
  margin-bottom: 5px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.s7 .calendar .day-box {
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  height: 80px;
  background: #EBFFEB;
  padding: 5px 13px;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.s7 .calendar .day-box .day-number {
  color: #333;
}
.s7 .calendar .today {
  font-weight: 400;
}
.s7 .calendar .closed {
  background: #FFEBEB;
}
.s7 .calendar .holiday {
  background: #FFEBFC;
}

@media (max-width: 900px) {
  .s7 {
    padding: 70px 50px;
  }
}
@media (max-width: 750px) {
  .s7 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .s7 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s7 .title {
    gap: 20px;
  }
  .s7 .title h1 {
    font-size: 23px;
  }
  .s7 .title .line .left {
    width: 208px;
  }
  .s7 .calendar .day-box {
    height: 45px;
    aspect-ratio: 1/1;
    padding: 0px 8px;
  }
  .s7 .calendar .day-number, .s7 .calendar .weekdays {
    font-size: 18px;
  }
}
.s8 {
  width: 100%;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 100px;
}
.s8 .title {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 620/120;
  background: url("../Media/Company/gray-people.svg") no-repeat center/contain;
}
.s8 .title h2 {
  font-size: 50px;
  letter-spacing: 3px;
  background: linear-gradient(to right, #DB0000, #8E0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s8 .outer {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px 25px;
}
.s8 .outer .item {
  width: 100%;
  max-width: 348px;
  aspect-ratio: 348/522;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
}
.s8 .outer .item::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform 0.35s ease-in;
}
.s8 .outer .item:hover::before {
  transform: scale(1.02);
}
.s8 .outer .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
  background: white;
  opacity: 0.15;
  transition: width 0.35s ease;
}
.s8 .outer .item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.s8 .outer .item:hover span {
  opacity: 50;
}
.s8 .outer .item .name {
  color: white;
  font-size: 14px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 8px 12px;
  z-index: 1;
}
.s8 .outer .item .message {
  color: white;
  font-weight: 700;
  z-index: 1;
}
.s8 .outer .item span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../Media/Icon/play.svg") no-repeat center/contain;
  display: block;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.s8 .outer .item[data-video=v1]::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%), url("../Media/Interview/v1.webp") no-repeat top center/cover;
}
.s8 .outer .item[data-video=v2]::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%), url("../Media/Interview/v2.webp") no-repeat top center/cover;
}
.s8 .outer .item[data-video=v3]::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%), url("../Media/Interview/v3.webp") no-repeat top center/cover;
}
.s8 .modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  z-index: 4000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.s8 .modal.active {
  opacity: 1;
  pointer-events: auto;
}
.s8 .modal.active .modal-content {
  transform: scale(1);
}
.s8 .modal .modal-content {
  width: 90%;
  max-width: 1150px;
  max-height: 90%;
  border-radius: 15px;
  overflow: hidden;
  transform: scale(0.8);
  transition: transform 0.2s ease;
}
.s8 .modal .modal-content video {
  width: 100%;
  display: block;
}