.empty-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.empty-content__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1226px;
  padding: 100px 40px;
  border: 1px solid #c9d0d7;
  border-radius: 10px;
  background-color: #f7f9fa;
  box-sizing: border-box;
}
.empty-content__icon {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.empty-content__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.empty-content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.empty-content__title {
  margin: 0;
  color: #1a1d24;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 150%;
}
.empty-content__title-strong {
  font-weight: 800;
}
.empty-content__desc {
  margin: 0;
  color: #3e3a39;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .empty-content__box {
    padding: 80px 32px;
  }
  .empty-content__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .empty-content__box {
    padding: 60px 20px;
  }
  .empty-content__icon {
    width: 96px;
    height: 96px;
  }
  .empty-content__title {
    font-size: 1.5rem;
  }
  .empty-content__desc {
    font-size: 0.875rem;
  }
}

.cert-intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.cert-intro__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eaeb;
}
.cert-intro__eyebrow {
  margin: 0;
  color: #0065bd;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.cert-intro__head-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}
.cert-intro__title {
  margin: 0;
  color: #3e3a39;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.cert-intro__slogan {
  flex: 1;
  margin: 0;
  color: #717680;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
.cert-intro__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  width: 100%;
}
.cert-intro__section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 1226px;
}
.cert-intro__media {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.cert-intro__img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cert-intro__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.cert-intro__heading {
  margin: 0;
  color: #3e3a39;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
}
.cert-intro__heading--center {
  text-align: center;
}
.cert-intro__text {
  margin: 0;
  color: #717680;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.cert-intro__highlight {
  text-decoration: underline;
  text-decoration-color: #a3eeff;
  text-decoration-thickness: 0.24em;
  text-underline-offset: 0.1em;
}
.cert-intro__br-pc {
  display: inline;
}
.cert-intro__br-mobile {
  display: none;
}
.cert-intro__banner {
  display: flex;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  padding: 120px 0;
  background-image: url("../images/sub/cert/cert-globe.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #061a33;
  box-sizing: border-box;
  position: relative;
}
.cert-intro__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.cert-intro__banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1226px;
  padding: 0 32px;
  box-sizing: border-box;
  color: #fff;
}
.cert-intro__banner-title {
  margin: 0;
  color: #fff;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.cert-intro__banner-text {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.cert-intro__section--response {
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.cert-intro__section--response .cert-intro__media {
  flex: 0 0 598px;
  width: 598px;
  max-width: 49%;
}
.cert-intro__section--response .cert-intro__img {
  height: 600px;
  object-position: bottom;
}
.cert-intro__response-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 50px;
  min-width: 0;
}
.cert-intro__note {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #f2f4f5;
  box-sizing: border-box;
}
.cert-intro__note-text {
  margin: 0;
  color: #717680;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cert-intro__section--change {
  gap: 50px;
  align-items: center;
}
.cert-intro__cards {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cert-intro__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 300px;
  padding: 30px;
  border: 1px solid #c9d0d7;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.cert-intro__card-icon {
  display: block;
  width: 130px;
  height: 130px;
}
.cert-intro__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.cert-intro__card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.cert-intro__card-title {
  color: #3e3a39;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
}
.cert-intro__card-desc {
  margin: 0;
  color: #3e3a39;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.cert-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 70px;
  border-radius: 6px;
  background: linear-gradient(90deg, #0072ce 0%, #004f9e 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
}
.cert-intro__cta:hover, .cert-intro__cta:focus-visible {
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.cert-intro__cta__cta-icon {
  flex-shrink: 0;
}
.cert-intro__cta__cta-icon svg {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .cert-intro {
    gap: 50px;
  }
  .cert-intro__eyebrow {
    font-size: 1.25rem;
  }
  .cert-intro__title {
    font-size: 2.375rem;
  }
  .cert-intro__slogan {
    font-size: 0.9375rem;
  }
  .cert-intro__body {
    gap: 60px;
  }
  .cert-intro__section {
    gap: 30px;
  }
  .cert-intro__media {
    border-radius: 10px;
  }
  .cert-intro__img {
    height: 400px;
  }
  .cert-intro__heading {
    font-size: 2rem;
  }
  .cert-intro__text {
    font-size: 1rem;
  }
  .cert-intro__copy {
    gap: 10px;
  }
  .cert-intro__banner {
    padding: 60px 32px;
  }
  .cert-intro__banner-inner {
    gap: 20px;
    padding: 0;
    max-width: none;
  }
  .cert-intro__banner-title {
    font-size: 2.625rem;
  }
  .cert-intro__banner-text {
    font-size: 1.125rem;
  }
  .cert-intro__banner-text .cert-intro__br-pc {
    display: none;
  }
  .cert-intro__section--response {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .cert-intro__section--response .cert-intro__media {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .cert-intro__section--response .cert-intro__img {
    height: 400px;
  }
  .cert-intro__response-body {
    gap: 30px;
  }
  .cert-intro__note {
    padding: 24px 16px;
    border-radius: 10px;
  }
  .cert-intro__note-text {
    font-size: 0.9375rem;
  }
  .cert-intro__section--change {
    gap: 30px;
  }
  .cert-intro__cards {
    gap: 10px;
  }
  .cert-intro__card {
    min-height: 300px;
    padding: 30px;
    border-radius: 10px;
  }
  .cert-intro__card-title {
    font-size: 1.25rem;
  }
  .cert-intro__card-desc {
    font-size: 0.9375rem;
  }
  .cert-intro__card-desc .cert-intro__br-mobile {
    display: inline;
  }
  .cert-intro__cta {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .cert-intro {
    gap: 30px;
  }
  .cert-intro__head {
    padding-bottom: 20px;
  }
  .cert-intro__eyebrow {
    font-size: 1rem;
  }
  .cert-intro__head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cert-intro__title {
    font-size: 1.875rem;
    white-space: normal;
    line-height: 1.3;
  }
  .cert-intro__slogan {
    font-size: 0.875rem;
    text-align: left;
  }
  .cert-intro__body {
    gap: 40px;
  }
  .cert-intro__section {
    gap: 16px;
  }
  .cert-intro__img {
    height: 300px;
  }
  .cert-intro__heading {
    font-size: 1.375rem;
  }
  .cert-intro__text {
    font-size: 0.875rem;
  }
  .cert-intro__banner {
    padding: 30px 16px;
  }
  .cert-intro__banner-title {
    font-size: 1.75rem;
  }
  .cert-intro__banner-text {
    font-size: 0.875rem;
  }
  .cert-intro__section--response {
    gap: 16px;
  }
  .cert-intro__section--response .cert-intro__img {
    height: 300px;
  }
  .cert-intro__response-body {
    gap: 20px;
  }
  .cert-intro__note-text {
    font-size: 0.875rem;
  }
  .cert-intro__section--change {
    gap: 16px;
  }
  .cert-intro__cards {
    flex-direction: column;
    gap: 10px;
  }
  .cert-intro__card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 0;
    padding: 24px 16px;
    text-align: left;
  }
  .cert-intro__card-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
  .cert-intro__card-text {
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }
  .cert-intro__card-title {
    font-size: 1.125rem;
  }
  .cert-intro__card-desc {
    font-size: 0.875rem;
  }
  .cert-intro__cta {
    height: 48px;
    font-size: 0.875rem;
  }
}

.content-lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(90deg, #003E73 46.15%, #005AA8 100%);
  box-sizing: border-box;
}
.content-lead__slogan {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.content-lead__desc {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .content-lead__slogan {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .content-lead {
    padding: 30px;
    gap: 12px;
  }
  .content-lead__slogan {
    font-size: 1.125rem;
  }
  .content-lead__desc {
    font-size: 0.9375rem;
  }
}

.content-point {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.content-point__title {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  color: #1a1d24;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.content-point__num {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 24px;
  color: #0065bd;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' fill='none'%3E%3Cpath fill='%230065bd' d='M0 0h3.5v15H0z'/%3E%3C/svg%3E") 15px center/10px 15px no-repeat;
  text-indent: 28px;
  box-sizing: border-box;
}
.content-point .content-list {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .content-point__title {
    font-size: 0.9375rem;
    align-items: flex-start;
  }
  .content-point .content-list {
    padding-left: 28px;
  }
}

.content-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-list--indent {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .content-list--indent {
    padding-left: 16px;
  }
}
.content-list__item {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: #3e3a39;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}
.content-list__item::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1a1d24;
}
.content-list__item--sub {
  margin-left: 12px;
  color: #667381;
  font-size: 0.9375rem;
}
.content-list__item--sub::before {
  content: "*";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #667381;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-list__item {
    font-size: 0.9375rem;
  }
  .content-list__item--sub {
    font-size: 0.875rem;
  }
}

.content-feature {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-feature__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 16px 20px;
  border-radius: 12px;
  background-color: #F6F6F6;
  box-sizing: border-box;
}
.content-feature__head {
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #2EA7E0;
}
.content-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 43px;
  height: 43px;
}
.content-feature__title {
  color: #1a1d24;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.content-feature__body {
  padding: 0 8px;
}
@media screen and (max-width: 1024px) {
  .content-feature {
    flex-direction: column;
    gap: 12px;
  }
  .content-feature__item {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .content-feature__title {
    font-size: 1rem;
  }
  .content-feature__desc {
    padding: 0;
    font-size: 0.9375rem;
  }
  .content-feature__icon {
    width: 36px;
    height: 36px;
  }
}

.content-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #C9D0D7;
  box-sizing: border-box;
}
.content-panel__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.content-panel__label {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 4px 12px;
  border-radius: 10px;
  background-color: #2ea7e0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.content-panel__label.eng {
  min-width: 120px;
}
.content-panel__body {
  flex: 1;
  min-width: 0;
}
.content-panel__body .subtit_con {
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .content-panel {
    padding: 16px;
    gap: 16px;
  }
  .content-panel__row {
    flex-direction: column;
    gap: 10px;
  }
  .content-panel__label {
    align-self: flex-start;
  }
  .content-panel__body {
    width: 100%;
  }
  .content-panel__body .subtit_con {
    flex-direction: column;
  }
}

.content-proc {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 2px solid #2EA7E0;
}
.content-proc__group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/-1;
  min-width: 0;
  border-left: 1px solid #c9d0d7;
}
.content-proc__group:first-child {
  border-left: 0;
}
.content-proc--wide .content-proc__group--wide {
  grid-column: span 2;
  grid-template-columns: subgrid;
}
.content-proc--wide .content-proc__group--wide .content-proc__head {
  grid-column: 1/-1;
}
.content-proc--wide .content-proc__group--wide .content-proc__col {
  grid-row: 2/-1;
  border-left: 1px solid #c9d0d7;
}
.content-proc--wide .content-proc__group--wide .content-proc__col:first-child {
  border-left: 0;
}
.content-proc__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 16px;
  background-color: #eef6ff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  border-bottom: 1px solid #c9d0d7;
  box-sizing: border-box;
}
.content-proc__cols {
  width: 100%;
  display: contents;
}
.content-proc__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  border-bottom: 1px solid #C9D0D7;
  box-sizing: border-box;
}
.content-proc__col:only-child {
  grid-row: 2/-1;
}
.content-proc__col .content-list {
  padding: 12px 16px;
  gap: 6px;
}
.content-proc__step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 40px;
  padding: 8px;
  border-bottom: 1px solid #c9d0d7;
  color: #1a1d24;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  background: #F6F6F6;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .content-proc {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
  }
  .content-proc.content-proc--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content-proc__group {
    grid-row: span 3;
    grid-column: auto;
    border-left: 1px solid #c9d0d7;
    border-top: 1px solid #c9d0d7;
  }
  .content-proc__group:first-child, .content-proc__group:nth-child(3n+1) {
    border-left: 0;
  }
  .content-proc__group:nth-child(-n+3) {
    border-top: 0;
  }
  .content-proc--wide .content-proc__group--wide {
    grid-row: span 2;
    grid-column: 1/-1;
  }
  .content-proc--wide .content-proc__group--wide .content-proc__head {
    grid-column: 1/-1;
  }
  .content-proc--wide .content-proc__group--wide .content-proc__col {
    grid-row: 2/-1;
  }
  .content-proc--wide .content-proc__group--wide .content-proc__col:first-child {
    border-left: 0;
  }
  .content-proc--wide .content-proc__group {
    grid-row: span 3;
    grid-column: 1/-1;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .content-proc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid #c9d0d7;
  }
  .content-proc__group {
    border-left: 1px solid #c9d0d7;
    border-top: 1px solid #c9d0d7;
  }
  .content-proc__group:nth-child(3n+1) {
    border-left: 1px solid #c9d0d7;
  }
  .content-proc__group:nth-child(2n+1) {
    border-left: 0;
  }
  .content-proc__group:nth-child(-n+3) {
    border-top: 1px solid #c9d0d7;
  }
  .content-proc__group:nth-child(-n+2) {
    border-top: 0;
  }
  .content-proc__group--wide {
    grid-column: 1/-1;
  }
}

.content-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
}
.content-docs__item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  color: #1a1d24;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}
.content-docs__num {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 0;
  border: 1px solid #1a1d24;
  border-radius: 99px;
  color: #1a1d24;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content-docs {
    flex-direction: column;
    gap: 8px;
  }
  .content-docs__item {
    font-size: 0.9375rem;
  }
}

.content-flow {
  position: relative;
  display: flex;
  gap: 28px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-flow::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  right: 26px;
  height: 23px;
  background: linear-gradient(90deg, #ffffff 0%, #f3f8ff 4%, #0065BD 100%);
  opacity: 0.44;
  border-radius: 0 4px 4px 0;
  pointer-events: none;
}
.content-flow::after {
  content: "";
  position: absolute;
  top: 43px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 28px solid #90BCE2;
  pointer-events: none;
}
.content-flow__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.content-flow__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 138px;
  flex-shrink: 0;
}
.content-flow__icon {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
}
.content-flow__body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content-flow__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 12px;
  border-radius: 8px;
  background: linear-gradient(0deg, #0065BD 0%, #0065BD 100%), #0065BD;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.content-flow__detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  list-style: none;
  border-radius: 8px;
  background: #EAF4FE;
  box-sizing: border-box;
}
.content-flow__detail li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  color: #3e3a39;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  word-break: keep-all;
}
.content-flow__date {
  flex-shrink: 0;
  font-weight: 500;
  color: #0065BD;
}
@media screen and (max-width: 1024px) {
  .content-flow {
    flex-wrap: wrap;
    gap: 28px;
  }
  .content-flow::before, .content-flow::after {
    display: none;
  }
  .content-flow__item {
    flex: none;
    width: calc(50% - 14px);
    align-items: flex-start;
  }
  .content-flow__icon-wrap {
    width: 100%;
    height: 136px;
  }
  .content-flow__label {
    width: auto;
    min-width: 120px;
    margin-bottom: 0;
  }
  .content-flow__detail {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .content-flow {
    flex-direction: column;
  }
  .content-flow__item {
    width: 100%;
  }
}

.content-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f9fa;
  box-sizing: border-box;
}
.content-note__title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #2EA7E0;
  color: #1A1D24;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
}
.content-note__desc {
  margin: 0;
  padding: 0 12px;
  color: #1A1D24;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .content-note {
    padding: 16px;
  }
  .content-note__title {
    font-size: 0.9375rem;
    padding: 8px 12px;
  }
  .content-note__desc {
    padding: 0;
    font-size: 0.9375rem;
  }
}

.content-compare {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #C9D0D7;
  box-sizing: border-box;
  overflow-x: auto;
}
.content-compare::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  background: transparent;
}
.content-compare__scroll {
  display: flex;
  gap: 20px;
  width: 100%;
  min-width: 800px;
}
.content-compare__side {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.content-compare__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 43px;
  padding: 8px;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.content-compare__side--before .content-compare__heading {
  color: #fff;
  background-color: #667381;
}
.content-compare__side--after .content-compare__heading {
  color: #fff;
  background-color: #0065BD;
}
.content-compare__side--after .content-compare__group {
  background-color: #EAF4FE;
}
.content-compare__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 102px;
  gap: 6px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
  border-radius: 10px;
  background-color: #F6F6F6;
  box-sizing: border-box;
}
.content-compare__group .content-list__item {
  font-size: 1rem;
}
.content-compare.eng .content-compare__group {
  height: 150px;
}
.content-compare__vs {
  display: flex;
  flex-direction: column;
  flex: 0 0 183px;
  gap: 8px;
  align-items: center;
}
.content-compare__vs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 43px;
  width: 100%;
  color: #667381;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.content-compare__actor {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.content-compare__actor-icon {
  display: block;
  width: 86px;
  height: 86px;
  margin-bottom: -18px;
  object-fit: contain;
}
.content-compare__actor-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}
.content-compare__actor-label--consumer {
  background-color: #f68d4c;
}
.content-compare__actor-label--company {
  background-color: #2ea7e0;
}
.content-compare__actor-label--government {
  background-color: #0a4087;
}
@media screen and (max-width: 1024px) {
  .content-compare__group {
    height: 150px;
  }
  .content-compare.eng .content-compare__group {
    height: 180px;
  }
}
.content-table {
  overflow-x: auto;
}
.content-table table {
  min-width: 736px;
  border-top: 2px solid #2EA7E0;
  border-collapse: collapse;
}
.content-table table thead th {
  text-align: center;
  padding: 14px 16px;
  background: #EAF4FE;
  border-bottom: 1px solid #C9D0D7;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
}
.content-table table thead th + th {
  border-left: 1px solid #C9D0D7;
}
.content-table table tbody tr:hover {
  background-color: transparent;
}
.content-table table tbody td {
  text-align: center;
  padding: 12px 16px;
  border-bottom: 1px solid #C9D0D7;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
}
.content-table table tbody td:has(.content-table__country) {
  text-align: left;
  height: 48px;
  box-sizing: border-box;
}
.content-table table tbody td.content-table__cell--left {
  text-align: left;
}
.content-table table tbody td + td {
  border-left: 1px solid #C9D0D7;
}
.content-table__country {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  color: #1a1d24;
  line-height: 1.5;
  white-space: nowrap;
}
.content-table__flag-wrap {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.content-table__flag {
  display: block;
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.content-table__name {
  color: #1a1d24;
}
.content-table__img {
  display: block;
  height: 83px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.content-table__cell--muted {
  background-color: #F6F6F6;
  font-weight: 500;
}
.content-table__cell--left {
  text-align: left;
}

.content-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 619px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #C9D0D7;
  border-radius: 12px;
  background-color: #000;
  box-sizing: border-box;
}
.content-media__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.content-media__placeholder {
  margin: 0;
  color: #1a1d24;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 1024px) {
  .content-media {
    height: auto;
    min-height: 280px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .content-media {
    min-height: 200px;
    padding: 16px;
  }
}

.system-intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.system-intro_content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .system-intro {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .system-intro {
    gap: 32px;
    padding-bottom: 24px;
  }
}

.content-tabs {
  border-bottom: 1px solid #c9d0d7;
  margin-bottom: 2.5rem;
}
.content-tabs__inner {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-tabs__inner::-webkit-scrollbar {
  display: none;
}
.content-tabs__list {
  display: flex;
  gap: 0.5rem;
  min-width: max-content;
}
.content-tabs__item {
  flex-shrink: 0;
}
.content-tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  margin-bottom: -1px;
}
.content-tabs__link:hover {
  color: #1a1d24;
}
.content-tabs__link.is-active {
  color: #0065bd;
  border-bottom-color: #0065bd;
}
@media screen and (max-width: 768px) {
  .content-tabs {
    margin-bottom: 1.5rem;
  }
  .content-tabs__link {
    height: 3rem;
    padding: 0 1.125rem;
    font-size: 0.9375rem;
  }
}

/*# sourceMappingURL=content.css.map */
