.prd-bg-section-1 {
  width: 100%;
  height: 600px;
  background: url(../../prd-overview/img/img_sub_product.webp) no-repeat center /
    cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prd-bg-section-1 .title {
  color: var(--white);
  font-size: 50px;
  font-family: var(--eng);
}
/* --------------------ap-section-1-end-------------------- */
.ap-section-2 {
  padding: 100px 0;
}

.ap-section-2 .inner .ap-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.ap-container .ap-img {
  width: 40%;
  border: 1px solid #f3f3f3;
}

.ap-container .ap-text {
  flex: 1;
  text-align: center;
}

.ap-container .ap-text .ap-slogan {
  font-size: 25px;
  font-weight: 700;
  font-family: var(--kor);
  line-height: 32px;
  padding: 0 24px;
}

.ap-container .ap-text .ap-title {
  font-size: 50px;
  font-family: var(--eng);
  margin: 24px 0;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}

.ap-container .ap-text .ap-title.column {
  flex-direction: column;
  align-items: center;
}

.ap-container .ap-text .ap-title.column p {
  font-family: var(--kor);
}

.ap-container .ap-text .prd-num {
  font-family: var(--kor);
  font-size: 20px;
  margin-bottom: 20px;
}

.ap-container .ap-text .prd-num span {
  font-family: var(--eng);
}

.ap-container .ap-text .ap-title p {
  font-size: 22px;
  margin-top: 12px;
  line-height: 36px;
}

.ap-container .ap-text .ap-desc {
  font-size: 28px;
  font-family: var(--kor);
  border-top: 1px solid var(--textDefault);
  padding: 40px 24px 0;
  color: var(--primaryBlue);
  font-weight: 900;
}

.ap-container .ap-text .ap-box-infomation {
  margin-top: 24px;
  font-family: var(--kor);
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ap-box-infomation .ap-info b::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1d1d1d;
  margin-right: 5px;
}

.ap-box-infomation .ap-info dd {
  margin-top: 10px;
}

.ap-box-infomation .ap-info dd span {
  font-weight: bold;
}

.ap-box-infomation .ap-info .ap-info-span-1 {
  display: block;
  margin-bottom: 4px;
}
/* ap-container-end */

.ap-table {
  width: 50%;
}

.ap-table.ap {
  width: 40%;
}

.ap-table > thead {
  border-bottom: 1px solid #d0d0d0;
  height: 38px;
}

.ap-table th {
  border-right: 1px solid #d0d0d0;
}

.ap-table > thead th {
  /* color: #1d1d1d; */
  font-family: var(--kor);
  /* background-color: rgba(213, 230, 244, 0.8); */
  font-size: 18px;
  background-color: #3b57fd;
  color: #fff;
}

.ap-table > tbody th {
  font-weight: 400;
  opacity: 0.8;
  font-family: var(--kor);
  font-size: 14px;
  padding: 0 26px;
}

.ap-table > tbody td {
  font-weight: 800;
  font-family: var(--eng);
  padding: 0 16px;
  font-size: 14px;
}

.ap-table > tbody tr span {
  font-family: var(--kor);
  font-weight: 800;
  font-size: 14px;
}

.ap-table > tbody tr b {
  font-family: var(--kor);
  font-weight: bold;
}

.ap-table tr {
  height: 48px;
  font-weight: 500;
}

.ap-table tr:last-child {
  border-bottom: 2px solid #3b57fd;
}

.ap-table tr:nth-child(2n) {
  background-color: #f1f3ff;
}

.ap-table tr:nth-child(2n + 1) {
  background-color: #ffffff;
}

.ap-table td {
  font-size: 0.9rem;
}
/* table-end */
/* --------------------ap-section-2-end-------------------- */

.ap-section-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.ap-section-3 .go-list {
  padding: 16px 40px;
  background-color: var(--white);
  color: var(--primaryBlue);
  font-family: var(--kor);
  transition-duration: 0.5s;
  border: 1px solid var(--primaryBlue);
}

.ap-section-3 .go-list:hover {
  background-color: var(--primaryBlue);
  border: 1px solid var(--primaryBlue);
  color: var(--white);
}
/* --------------------ap-section-3-end-------------------- */

/* test */
.ap-table-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ap-table-container figure {
  width: 40%;
}
/* test */

/* --------------------------responsive-------------------------- */

/* 스마트폰 크기 */
@media only screen and (max-width: 500px) {
  .prd-bg-section-1 {
    height: 380px;
  }

  .ap-section-2 {
    padding: 100px 0;
  }

  .ap-section-2 .inner .ap-container {
    width: 100%;
    gap: 30px;
    flex-direction: column;
  }

  .ap-container .ap-img {
    width: 100%;
  }

  .ap-container .ap-text {
    width: 100%;
    flex: initial;
  }

  .ap-container .ap-text .ap-slogan {
    font-size: 18px;
    padding: 0 16px;
  }

  .ap-container .ap-text .ap-title {
    margin: 20px 0;
    padding: 0;
    font-size: 38px;
  }

  .ap-container .ap-text .ap-desc {
    padding: 40px 16px 0;
    font-size: 16px;
    line-height: 26px;
  }

  .ap-container .ap-text .ap-box-infomation {
    margin-top: 20px;
    padding: 0 16px;
    gap: 12px;
    font-size: 15px;
  }

  .ap-box-infomation .ap-info b::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #1d1d1d;
    margin-right: 5px;
  }

  .ap-box-infomation .ap-info dd {
    margin-top: 10px;
  }

  .ap-box-infomation .ap-info dd span {
    font-weight: bold;
  }

  .ap-box-infomation .ap-info .ap-info-span-1 {
    display: block;
    margin-bottom: 4px;
  }

  .ap-container .ap-text .ap-title p {
    font-size: 14px;
  }
  /* ap-container-end */

  /* test */
  .ap-table-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .ap-table-container figure {
    width: 60%;
  }
  /* test */

  .ap-table {
    margin: 50px auto 0;
    width: 100%;
  }

  .ap-table.ap {
    width: 100%;
  }

  .ap-table > thead {
    font-size: 12px;
  }

  .ap-table th {
    border-right: 1px solid #d0d0d0;
  }

  .ap-table > tbody th,
  .ap-table > tbody td {
    font-size: 12px;
  }

  .ap-table > tbody tr span {
    font-family: var(--kor);
    font-weight: 800;
  }

  .ap-table tr {
    border-bottom: 1px solid #d0d0d0;
    height: 48px;
    font-weight: 500;
  }

  .ap-table td {
    font-size: 0.9rem;
  }
  /* table-end */
}

/* 태블릿 세로 모드 크기 */
@media only screen and (min-width: 501px) and (max-width: 768px) {
  .ap-section-2 {
    padding: 100px 0;
  }

  .ap-section-2 .inner .ap-container {
    width: 100%;
    gap: 30px;
    flex-direction: column;
  }

  .ap-container .ap-img {
    width: 70%;
  }

  .ap-container .ap-text {
    width: 100%;
    flex: initial;
  }

  .ap-container .ap-text .ap-slogan {
    font-size: 20px;
    padding: 0 20px;
  }

  .ap-container .ap-text .ap-title {
    margin: 20px 0;
    padding: 0 20px;
    font-size: 42px;
  }

  .ap-container .ap-text .ap-desc {
    padding: 40px 20px 0;
    font-size: 15px;
  }

  .ap-container .ap-text .ap-box-infomation {
    padding: 0 20px;
    gap: 12px;
    font-size: 15px;
  }

  .ap-box-infomation .ap-info b::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #1d1d1d;
    margin-right: 5px;
  }

  .ap-box-infomation .ap-info dd {
    margin-top: 10px;
  }

  .ap-box-infomation .ap-info dd span {
    font-weight: bold;
  }

  .ap-box-infomation .ap-info .ap-info-span-1 {
    display: block;
    margin-bottom: 4px;
  }

  .ap-container .ap-text .ap-title p {
    font-size: 14px;
  }
  /* ap-container-end */

  /* test */
  .ap-table-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .ap-table-container figure {
    width: 60%;
  }
  /* test */

  .ap-table {
    margin: 50px auto 0;
    width: 100%;
  }

  .ap-table th {
    border-right: 1px solid #d0d0d0;
  }

  .ap-table > tbody tr span {
    font-family: var(--kor);
    font-weight: 800;
  }

  .ap-table tr {
    border-bottom: 1px solid #d0d0d0;
    height: 48px;
    font-weight: 500;
  }

  .ap-table td {
    font-size: 0.9rem;
  }
  /* table-end */
}

/* 태블릿 가로 모드 또는 일부 노트북 크기 */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ap-section-2 {
    padding: 100px 0;
  }

  .ap-section-2 .inner .ap-container {
    gap: 30px;
  }

  .ap-container .ap-text .ap-slogan {
    font-size: 22px;
    padding: 0 20px;
  }

  .ap-container .ap-text .ap-title {
    margin: 20px 0;
    padding: 0 20px;
    font-size: 45px;
  }

  .ap-container .ap-text .ap-desc {
    padding: 40px 20px 0;
  }

  .ap-container .ap-text .ap-box-infomation {
    padding: 0 20px;
    gap: 14px;
  }

  .ap-box-infomation .ap-info b::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #1d1d1d;
    margin-right: 5px;
  }

  .ap-box-infomation .ap-info dd {
    margin-top: 10px;
  }

  .ap-box-infomation .ap-info dd span {
    font-weight: bold;
  }

  .ap-box-infomation .ap-info .ap-info-span-1 {
    display: block;
    margin-bottom: 4px;
  }
  /* ap-container-end */

  /* test */
  .ap-table-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .ap-table-container figure {
    width: 50%;
  }
  /* test */

  .ap-table {
    margin: 50px auto 0;
    width: 100%;
  }

  .ap-table th {
    border-right: 1px solid #d0d0d0;
  }

  .ap-table > tbody tr span {
    font-family: var(--kor);
    font-weight: 800;
  }

  .ap-table tr {
    border-bottom: 1px solid #d0d0d0;
    height: 48px;
    font-weight: 500;
  }

  .ap-table td {
    font-size: 0.9rem;
  }
  /* table-end */
}
