:root {
  font-family: sans-serif, "PingFang", "Microsoft JhengHei";
  font-size: 16px;
  line-height: 1.6;
  scroll-behavior: smooth;
  --color: #444;
  --link: var(--blue);
  --red: #de4847;
  --green: #76c114;
  --blue: #005a82;
  --light-blue: #5a99bd;
  --yellow: #d6b113;
  --orange: #dcae64;
  --gold: #c2a86b;
  --smoke: #f0f0f0;
  --gray: #ccc;
  --dark: #555;
  --primary: var(--gold);
  --literacy-color: #6a7a3f;
  --literacy-border: #8ea34d;
  --literacy-btn: #849e52;
  --engineering-color: #3d777a;
  --engineering-border: #56afaf;
  --engineering-btn: #449191;
  --management-color: #91714d;
  --management-border: #bfa382;
  --management-btn: #af936d;
}

html {
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--color);
}

h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 1.3;
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.4rem;
  }
}

h2:before,
h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: var(--gray);
  border-radius: 1rem;
}

h2:after {
  width: 2rem;
  background: var(--yellow);
}

h2 .icon {
  width: 1.6em;
  height: 1.6em;
  font-size: 1em;
  line-height: 1.6em;
  background-color: var(--gold);
  border-radius: 100px;
  color: #fff;
  text-align: center;
}

hr {
  height: 1px;
  background: var(--gray);
  border: 0;
}

hr.bold {
  height: 4px;
  margin: 3rem 0;
  background: var(--smoke);
}

p {
  margin: 1.4em 0;
}

a {
  color: var(--link);
  text-decoration: none;
}

input,
textarea,
select,
button {
  box-sizing: border-box;
  font-size: 1rem;
  outline: none;
  background: #fff;
  color: var(--color);
}

input[readonly],
input[disabled],
textarea[readonly],
textarea[disabled],
select[readonly],
select[disabled],
button[readonly],
button[disabled] {
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.0666666667);
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.2rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=month],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select {
  margin: 0;
  padding: 0.6rem 0.8rem;
  width: 100%;
  min-height: 2.2rem;
  border-radius: 0.25rem;
  border: 1px solid var(--gray);
}

input[type=month],
input[type=date],
input[type=time],
input[type=datetime-local] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: vertical;
}

select {
  padding-right: 2.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("/images/select_arrow.svg") no-repeat right 0.8rem center;
  background-size: 1rem auto;
}

::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}

::placeholder {
  color: #000;
  opacity: 0.3;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn {
  box-sizing: border-box;
  display: inline-block;
  margin: 0.25rem;
  padding: 0.6rem 3rem;
  min-height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0.25rem;
  text-decoration: none;
  text-align: center;
  transition: filter 0.3s;
  line-height: 1.5;
}

.btn:hover {
  filter: brightness(1.04);
}

.btn img,
.btn svg {
  height: 1.2rem;
  vertical-align: middle;
}

.btn--sm {
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}

.btn--outline {
  background: transparent;
  color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary) inset;
}

.btn--white {
  background: #fff;
  color: var(--dark);
}

.btn--smoke {
  background: var(--smoke);
  color: var(--dark);
}

.btn--gray {
  background: var(--gray);
  color: var(--dark);
}

.btn--green {
  background: var(--green);
}

.btn--literacy {
  background: var(--literacy-btn);
}

.btn--engineering {
  background: var(--engineering-btn);
}

.btn--management {
  background: var(--management-btn);
}

.btn--inactive {
  background: var(--gray);
}

.btn--emergency {
  background: var(--red);
}

.btn--inprogress {
  background: var(--yellow);
}

.btn--done {
  background: var(--green);
}

.btn--index {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background: #ac2252;
  background-image: linear-gradient(50deg, #b94b92, #3683d6);
  background-origin: border-box;
  border-radius: 0.8rem;
  border: 2px solid transparent;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn--index-outline {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background: transparent;
  border-radius: 0.8rem;
  border: 2px solid #d983a2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

section {
  box-sizing: border-box;
}

.form-input-group {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 2rem;
}

@media (max-width: 575px) {
  .form-input-group {
    display: block;
  }
}

.form-input {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 0.4rem 1rem;
}

@media (max-width: 767px) {
  .form-input {
    grid-template-columns: 5rem 1fr;
  }
}

.form-input.auto-w {
  grid-template-columns: auto auto;
  justify-content: flex-end;
}

.form-input > input {
  width: 100%;
}

.form-input > label {
  padding-top: 0.5rem;
  text-align: right;
}

@media (max-width: 767px) {
  .form-input > label {
    padding-top: 0.6rem;
    font-size: 0.8rem;
  }
}

.form-input > label .required {
  color: var(--red);
}

.form-input button {
  margin: 0;
}

.form-input .error-msg {
  grid-column: 1/span 2;
  color: #f33;
  text-align: right;
  font-size: 0.9rem;
}

.form-input .error-msg:before {
  content: "* ";
}

.form-input .input-hint {
  grid-column: 1/span 2;
  padding-left: 11rem;
  color: var(--primary);
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .form-input .input-hint {
    padding-left: 6rem;
  }
}

.form-input .input-hint + .error-msg {
  margin-top: -1.8rem;
}

.form-input .input-hint a {
  color: color-mix(in srgb, currentColor 80%, #000 20%);
  text-decoration: underline;
}

.form-text {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 0.4rem 1rem;
}

@media (max-width: 767px) {
  .form-text {
    grid-template-columns: 5rem 1fr;
  }
}

.form-text--inactive {
  color: var(--gray);
}

.form-text--emergency {
  color: var(--red);
}

.form-text--inprogress {
  color: var(--yellow);
}

.form-text--done {
  color: var(--green);
}

.form-text.auto-w {
  grid-template-columns: auto auto;
  justify-content: flex-end;
}

.form-text > div {
  padding: 0.5rem 0;
}

.form-text > div:first-child {
  text-align: right;
}

@media (max-width: 767px) {
  .form-text > div:first-child {
    padding-top: 0.7rem;
    font-size: 0.8rem;
  }
}

.input-group {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

@media (max-width: 575px) {
  .input-group:not(.no-rwd) {
    display: block;
  }
}

.input-text-group {
  display: flex;
}

.input-text-group input,
.input-text-group select {
  flex: 1;
  border-radius: 0;
}

.input-text-group .input-text {
  align-content: center;
  padding: 0 1rem;
  background: var(--smoke);
  border: 1px solid var(--gray);
  text-align: center;
}

.input-text-group > * {
  border-right-width: 0 !important;
}

.input-text-group > *:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.input-text-group > *:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-right-width: 1px !important;
}

.checkbox-group {
  padding: 0.5rem 0;
}

.checkbox-group label {
  display: inline-block;
  margin-right: 1rem;
}

.alert {
  margin: 2rem 0;
  padding: 0.8rem 1rem;
  background: color-mix(in srgb, var(--primary) 20%, transparent);
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  color: #333;
}

.alert .icon {
  font-size: 0.8rem;
}

.alert--emergency {
  background: color-mix(in srgb, var(--red) 20%, transparent);
  border: 1px solid var(--red);
}

.alert--inactive {
  background: color-mix(in srgb, var(--gray) 20%, transparent);
  border: 1px solid var(--gray);
}

.alert--inprogress {
  background: color-mix(in srgb, var(--yellow) 20%, transparent);
  border: 1px solid var(--yellow);
}

.alert--done {
  background: color-mix(in srgb, var(--green) 20%, transparent);
  border: 1px solid var(--green);
}

.pages {
  margin: 3rem 0;
  text-align: center;
}

.pages a {
  margin: 0 0.4rem;
  text-decoration: none;
}

.pages a.active {
  font-weight: bold;
  color: var(--color);
}

.badge {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  padding: 0.25rem 0.8rem;
  background: rgba(0, 0, 0, 0.0666666667);
  border-radius: 0.25rem;
  text-decoration: none;
  color: #333;
}

.badge--emergency {
  background: var(--red);
  color: #fff;
}

.badge--inactive {
  background: var(--gray);
  color: #fff;
}

.badge--inprogress {
  background: var(--yellow);
  color: #fff;
}

.badge--done {
  background: var(--green);
  color: #fff;
}

.badge--literacy {
  background: var(--literacy-btn);
  color: #fff;
}

.badge--engineering {
  background: var(--engineering-btn);
  color: #fff;
}

.badge--management {
  background: var(--management-btn);
  color: #fff;
}

.tag {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  padding: 0 0.8rem;
  background: rgba(0, 0, 0, 0.0666666667);
  border-radius: 100px;
  font-size: 0.8rem;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.tag .icon {
  font-size: 0.8rem;
}

.tag--emergency {
  background: var(--red);
  color: #fff;
}

.tag--inactive {
  background: var(--gray);
  color: #fff;
}

.tag--inprogress {
  background: var(--yellow);
  color: #fff;
}

.tag--done {
  background: var(--green);
  color: #fff;
}

.tag--info {
  background: var(--light-blue);
  color: #fff;
}

.tag--warning {
  background: var(--orange);
  color: #fff;
}

.tag--literacy {
  background: var(--literacy-btn);
  color: #fff;
}

.tag--engineering {
  background: var(--engineering-btn);
  color: #fff;
}

.tag--management {
  background: var(--management-btn);
  color: #fff;
}

.r-card {
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}

.r-card .r-card-head {
  padding: 1rem;
  background: var(--smoke);
  border-bottom: 1px solid var(--gray);
}

.r-card .r-card-body {
  padding: 1rem;
}

.m-table-wrapper {
  width: 100%;
  /* max-height: calc(100vh - 320px); */
  overflow: scroll;
  border: 1px solid #ccc;
}

.m-table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.9rem;
}

.m-table th,
.m-table td {
  padding: 0.8rem;
  white-space: nowrap;
}

.m-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  position: sticky;
  top: 0;
  background: #f6f6f6;
  box-shadow: 0 1px 0 0 #ccc;
}

.m-table thead th:nth-child(even) {
  background: #f2f2f2;
}

.m-table tbody tr:nth-child(even) th {
  background: #f2f2f2;
}

.m-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.0352941176);
}

.m-table tbody td:nth-child(even) {
  background: rgba(0, 0, 0, 0.0235294118);
}

.m-table tbody tr:nth-child(even) td:last-child {
  background: #f2f2f2;
}

.m-table.m-table-2row tbody tr:nth-child(4n+3) th {
  background: #f2f2f2;
}

.m-table.m-table-2row tbody tr:nth-child(4n+3) {
  background: rgba(0, 0, 0, 0.0352941176);
}

.m-table.m-table-2row tbody td:nth-child(4n+3) {
  background: rgba(0, 0, 0, 0.0235294118);
}

.m-table.m-table-2row tbody tr:nth-child(4n+3) td:last-child {
  background: #f2f2f2;
}

.main {
  border-bottom: 1px solid #222;
  min-height: calc(100vh - 200px);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6%;
}

.pages {
  margin: 3rem 0;
  text-align: center;
}

.pages a {
  margin: 0 0.4rem;
  text-decoration: none;
}

.pages a.active {
  font-weight: bold;
  color: var(--color);
}

.breadcrumb {
  margin: 1.8rem 0;
}

.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  color: #888;
}

.breadcrumb a:after,
.breadcrumb span:after {
  margin-right: 0.4rem;
  display: inline;
  content: "\ea50";
  font-family: "Material Symbols Rounded";
  vertical-align: middle;
  pointer-events: none;
  color: #aaa;
}

.breadcrumb a:last-child,
.breadcrumb span:last-child {
  color: var(--dark);
}

.breadcrumb a:last-child:after,
.breadcrumb span:last-child:after {
  display: none;
}

.breadcrumb a:hover {
  color: var(--link);
}

.breadcrumb span[class^=material-symbols] {
  font-size: 0.9rem;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6666666667);
}

.modal[hidden] {
  display: none;
}

.modal .modal-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.4rem;
}

.modal .modal-main .modal-header {
  padding: 1rem 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0666666667);
  text-align: center;
  font-weight: bold;
}

.modal .modal-main .modal-body {
  padding: 1rem 0.8rem;
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

.modal .modal-main .modal-footer {
  padding: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.0666666667);
  text-align: right;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}

.site-header .header {
  height: 5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

@media (max-width: 991px) {
  .site-header .header {
    grid-template-columns: 1fr auto;
  }
}

.site-header .header a {
  color: currentColor;
  text-decoration: none;
  transition: color 0.4s;
}

.site-header .header a:hover {
  color: var(--link);
}

.site-header .header .logo img {
  height: 3.6rem;
  margin-right: 0.6rem;
  vertical-align: middle;
}

.site-header .header .rwd-menu-icon {
  display: none;
}

.site-header .header .rwd-menu-icon button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
}

@media (max-width: 1299px) {
  .site-header .header .rwd-menu-icon {
    display: block;
  }
}

.site-header .header .menu {
  display: flex;
  font-size: 0.96rem;
}

.site-header .header .menu .dropdown,
.site-header .header .menu span,
.site-header .header .menu a {
  display: block;
  padding: 0.4rem 0.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1333333333);
}

.site-header .header .menu .dropdown.secondary,
.site-header .header .menu span.secondary,
.site-header .header .menu a.secondary {
  color: var(--gold);
}

.site-header .header .menu .dropdown.secondary:nth-child(1 of .secondary):before,
.site-header .header .menu span.secondary:nth-child(1 of .secondary):before,
.site-header .header .menu a.secondary:nth-child(1 of .secondary):before {
  display: inline-block;
  content: "|";
  margin-left: -0.2rem;
  margin-right: 1.2rem;
  color: #ddd;
}

@media (max-width: 1299px) {
  .site-header .header .menu .dropdown.secondary:nth-child(1 of .secondary):before,
  .site-header .header .menu span.secondary:nth-child(1 of .secondary):before,
  .site-header .header .menu a.secondary:nth-child(1 of .secondary):before {
    display: none;
  }
}

.site-header .header .menu .dropdown.username,
.site-header .header .menu span.username,
.site-header .header .menu a.username {
  color: #777;
}

.site-header .header .menu .dropdown.rwd-menu,
.site-header .header .menu span.rwd-menu,
.site-header .header .menu a.rwd-menu {
  display: none;
}

.site-header .header .menu .dropdown.logout,
.site-header .header .menu span.logout,
.site-header .header .menu a.logout {
  margin-left: -1.2rem;
}

.site-header .header .menu .dropdown.logout:before,
.site-header .header .menu span.logout:before,
.site-header .header .menu a.logout:before {
  content: "(";
}

.site-header .header .menu .dropdown.logout:after,
.site-header .header .menu span.logout:after,
.site-header .header .menu a.logout:after {
  content: ")";
}

.site-header .header .menu .dropdown {
  position: relative;
  display: flex;
  justify-content: center;
}

.site-header .header .menu .dropdown .dropdown-item:after {
  content: "\e5cf";
  font-family: "Material Symbols Rounded";
  opacity: 0.4;
  vertical-align: middle;
  transition: opacity 0.4s;
}

.site-header .header .menu .dropdown .dropdown-menu {
  padding: 0.4rem 1.6rem;
  position: absolute;
  top: 2.4rem;
  white-space: nowrap;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(-10px);
}

.site-header .header .menu .dropdown:hover .dropdown-item:after {
  opacity: 0.8;
}

.site-header .header .menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
}

@media (max-width: 1299px) {
  .site-header .header .menu {
    padding: 0.4rem 3%;
    display: block;
    position: fixed;
    top: 5rem;
    bottom: 0;
    width: 240px;
    right: 0;
    overflow-y: auto;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s;
    color: #222;
    font-size: 1rem;
  }
  .site-header .header .menu a {
    padding: 1rem 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
  }
  .site-header .header .menu a.rwd-menu {
    display: block;
  }
  .site-header .header .menu a.logout {
    margin-left: 0;
  }
  .site-header .header .menu a.logout:before,
.site-header .header .menu a.logout:after {
    content: "";
  }
  .site-header .header .menu .dropdown {
    position: static;
    display: block;
    justify-content: initial;
    padding: 0;
  }
  .site-header .header .menu .dropdown .dropdown-item {
    display: none;
  }
  .site-header .header .menu .dropdown .dropdown-menu {
    padding: 0;
    position: static;
    white-space: initial;
    background: transparent;
    border-radius: initial;
    border: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: initial;
    transition: none;
    transform: none;
  }
  .site-header .header .menu .rwd-hidden {
    display: none;
  }
  .site-header .header .menu.active {
    transform: translateX(0);
  }
}

@media (max-width: 575px) {
  .site-header .header .menu {
    padding: 0.4rem 6%;
    width: auto;
    left: 0;
  }
}

.site-footer {
  padding: 3rem 0;
  background: #222;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.site-footer .footer .links {
  margin-bottom: 1rem;
}

.site-footer .footer .links a {
  display: inline-block;
  margin: 0.4rem 0.8rem;
}

.site-footer .footer .links .sns {
  margin: 0.4rem 0.6rem;
}

.site-footer .footer .links img {
  height: 1rem;
  vertical-align: middle;
}

.site-footer .footer span {
  display: inline-block;
}

.site-footer .contact {
  margin: 1.8rem 0;
}

.site-footer .contact span {
  display: inline-block;
  margin: 0 0.6rem;
}

.site-footer a {
  color: currentColor;
  text-decoration: none;
}

.site-footer .logo {
  margin-bottom: 1rem;
}

.site-footer .logo img {
  height: 3rem;
}

._index .top {
  position: relative;
  background: #000;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("/images/kv5.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

._index .top video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._index .top .container {
  padding: 7rem 6%;
  position: relative;
}

@media (max-width: 767px) {
  ._index .top .container {
    padding: 3rem 6%;
  }
}

._index .top .kv {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

@media (max-width: 767px) {
  ._index .top .kv {
    position: static;
    width: 100%;
    margin-bottom: -30px;
  }
}

._index .top .content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

._index .top .content h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 575px) {
  ._index .top .content h1 {
    font-size: 2rem;
  }
  ._index .top .content h1 br {
    display: none;
  }
}

._index .top .content h1 span,
._index .top .content h1 em {
  display: inline-block;
}

._index .top .content h1 em {
  background-image: linear-gradient(245deg, #7de2ff, #ff8ac9);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-style: normal;
}

._index .top .content .action {
  margin-top: 2rem;
}

._index .top .content .action .btn:nth-child(1) {
  margin-left: 0;
}

@media (max-width: 575px) {
  ._index .top .content .action .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

._index .promotion {
  background: #f2f2f2;
  padding: 2rem 0;
}

._index .promotion .banners {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

@media (max-width: 575px) {
  ._index .promotion .banners {
    grid-auto-flow: initial;
  }
}

._index .promotion .banners img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4rem;
}

._index .info {
  padding: 3rem 0;
}

._index .info h2 {
  margin-top: 0;
}

._index .info .info-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 4rem;
}

@media (max-width: 767px) {
  ._index .info .info-row {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

._index .info .news ul {
  margin: 0 0 4rem 0;
  padding: 0;
  list-style: none;
}

._index .info .news li {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

._index .info .news li a {
  text-decoration: none;
  color: currentColor;
}

._index .info .about {
  margin: 0 0 2rem 0;
}

._index .info .about h3 {
  margin-top: 2.5rem;
}

._index .info .about img {
  display: block;
  margin: 1rem auto;
  width: 100%;
  max-width: 460px;
}

._index .info .about table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

._index .info .about table th,
._index .info .about table td {
  padding: 0.4rem 1rem;
  border: 1px solid #ccc;
}

._index .info .about table th {
  width: 150px;
  text-laign: left;
  background: #f7f0e5;
}

@media (max-width: 575px) {
  ._index .info .about table th {
    width: 100px;
  }
}

._index .info .about table td ol:first-child,
._index .info .about table td p:first-child {
  margin-top: 0;
}

._index .info .about table td ol:last-child,
._index .info .about table td p:last-child {
  margin-bottom: 0;
}

._index .info .about table ol {
  padding-left: 1.2rem;
}

._index .info .period .item {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #fff;
  border-radius: 0.4rem;
  border-top: 0.3rem solid var(--border);
  border-bottom: 0.3rem solid var(--border);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}

._index .info .period .item .title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  color: var(--color);
}

._index .info .period .item .apply-datetime,
._index .info .period .item .test-location,
._index .info .period .item .test-datetime {
  margin: 0.4rem 0;
  opacity: 0.7;
}

._index .info .period .item .apply-datetime .material-symbols-rounded,
._index .info .period .item .test-location .material-symbols-rounded,
._index .info .period .item .test-datetime .material-symbols-rounded {
  font-size: 0.9em;
  color: var(--primary);
}

._index .info .period .item .none {
  margin: 0.8rem 0;
  opacity: 0.5;
}

._index .info .period .item .remaining {
  display: block;
  margin-top: 0.8rem;
  padding: 0.8rem 0;
  font-weight: bold;
  text-align: center;
  border: 2px solid var(--btn);
  border-radius: 1rem;
  color: var(--color);
}

._index .info .period .item .remaining strong {
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: middle;
}

._index .info .period .item .action {
  text-align: center;
}

._index .info .period .item .btn {
  background: var(--btn);
}

._index .certificates {
  padding: 3rem 0 5rem 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("/images/kv3.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

._index .certificates h2 {
  margin-left: auto;
  margin-right: auto;
}

._index .certificates .certificate-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  color: var(--color);
}

@media (max-width: 767px) {
  ._index .certificates .certificate-list {
    grid-template-columns: 1fr;
  }
}

._index .certificates .certificate-list .item {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.4rem;
  border-top: 0.3rem solid var(--border);
  border-bottom: 0.3rem solid var(--border);
}

._index .certificates .certificate-list .item .title {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}

._index .certificates .certificate-list .item .title img {
  width: 96%;
  max-width: 280px;
}

._index .certificates .certificate-list .item .cert-info {
  margin-top: 0.8rem;
  padding: 0.4rem 0;
  background: #f2f2f2;
  border-radius: 0.4rem;
  color: #777;
  text-align: center;
}

._index .certificates .certificate-list .item .action {
  margin-top: 1rem;
  text-align: center;
}

._index .certificates .certificate-list .item .btn {
  background: var(--btn);
}

._index .articles {
  padding: 3rem 0 5rem 0;
  background: var(--smoke);
}

._index .articles h2 {
  margin-left: auto;
  margin-right: auto;
}

._index .articles .article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
}

@media (max-width: 991px) {
  ._index .articles .article-list {
    grid-template-columns: 1fr;
  }
}

._index .articles .article-list .item .title {
  margin: 1rem 0 0.4rem 0;
  font-size: 1.4rem;
  font-weight: bold;
}

._index .articles .article-list .item .title a {
  color: currentColor;
}

._index .articles .article-list .item .image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.4rem;
}

._index .enterprise {
  padding: 3rem 0;
}

._index .enterprise h2 {
  margin-left: auto;
  margin-right: auto;
}

._index .enterprise .logo-list {
  text-align: center;
}

._index .enterprise .logo-list img {
  margin: 1rem;
  max-width: 120px;
  max-height: 50px;
  vertical-align: middle;
}

@media (max-width: 575px) {
  ._index .enterprise .logo-list img {
    max-width: 80px;
    max-height: 30px;
  }
}

._article {
  background: var(--smoke);
}

._article .top {
  padding: 5rem 0 7rem 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.5333333333)), url("/images/kv5.jpg");
  background-size: cover;
  background-position: center center, center center;
  text-align: center;
  color: #fff;
}

@media (max-width: 575px) {
  ._article .top {
    padding: 3rem 0 5rem 0;
  }
}

._article .top h1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6rem;
}

@media (max-width: 575px) {
  ._article .top h1 {
    font-size: 2.2rem;
  }
}

._article .article .main-content {
  box-sizing: border-box;
  margin: -3rem auto 0 auto;
  padding: 2rem 3rem;
  max-width: 960px;
  background: #fff;
  border-top: 0.3rem solid var(--primary);
}

@media (max-width: 575px) {
  ._article .article .main-content {
    padding: 1rem;
  }
}

._article .article .main-content .post-date {
  color: var(--dark);
}

._article .article .main-content .post-date span {
  color: var(--primary);
}

._article .article .main-content h2 {
  font-size: 1.4rem;
  color: inherit;
}

._article .article .main-content h2:after,
._article .article .main-content h2:before {
  display: none;
}

._article .article .main-content img,
._article .article .main-content svg,
._article .article .main-content iframe,
._article .article .main-content table {
  max-width: 100%;
}

@media (max-width: 575px) {
  ._article .article .main-content img,
._article .article .main-content svg,
._article .article .main-content iframe,
._article .article .main-content table {
    width: 100% !important;
  }
}

._article .article .article-nav {
  box-sizing: border-box;
  margin: 0 auto 4rem auto;
  max-width: 960px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-top: 1px solid var(--gray);
  border-bottom: 0.3rem solid var(--primary);
}

._article .article .article-nav a {
  display: block;
  padding: 2rem 3rem;
  color: var(--primary);
  text-decoration: none;
}

@media (max-width: 575px) {
  ._article .article .article-nav a {
    padding: 1rem;
  }
}

._article .article .article-nav a .title {
  font-size: 1.6rem;
  color: var(--dark);
}

@media (max-width: 575px) {
  ._article .article .article-nav a .title {
    font-size: 1.2rem;
  }
}

._article .article .article-nav a:nth-child(2) {
  border-left: 1px solid var(--gray);
  text-align: right;
}

.admin-edit {
  padding: 0.6rem;
  background: #222;
  text-align: center;
}

.admin-edit a {
  color: #fff;
}

._faq {
  background: var(--smoke);
}

._faq .top {
  padding: 5rem 0 7rem 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.5333333333)), url("/images/kv5.jpg");
  background-size: cover;
  background-position: center center, center center;
  text-align: center;
  color: #fff;
}

@media (max-width: 575px) {
  ._faq .top {
    padding: 3rem 0 5rem 0;
  }
}

._faq .top h1 {
  font-size: 2.6rem;
}

@media (max-width: 575px) {
  ._faq .top h1 {
    font-size: 2.2rem;
  }
}

._faq .faq-nav {
  box-sizing: border-box;
  margin: -3rem auto 1rem auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  background: #fff;
  border-top: 0.3rem solid var(--primary);
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  ._faq .faq-nav {
    grid-template-columns: 1fr;
  }
}

._faq .faq-nav > div {
  margin-bottom: -1px;
  padding: 1rem 1.6rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

._faq .faq-nav > div:nth-child(3n) {
  border-right: 0;
}

@media (max-width: 991px) {
  ._faq .faq-nav > div {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

._faq .faq-nav ul {
  padding-left: 1.4rem;
}

._faq .faq-nav a {
  color: currentColor;
}

._faq .faq-content {
  box-sizing: border-box;
  margin: 0 auto 4rem auto;
  padding: 2rem 3rem;
  max-width: 1200px;
  background: #fff;
  border-top: 0.3rem solid var(--primary);
  border-bottom: 0.3rem solid var(--primary);
}

@media (max-width: 575px) {
  ._faq .faq-content {
    padding: 1rem;
  }
}

._faq .faq-content h3 {
  margin-top: 2rem;
  background: var(--smoke);
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}

._faq .faq-content .back {
  text-align: right;
}

._apply {
  background: var(--smoke);
}

._apply .top {
  padding: 5rem 0 7rem 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.5333333333)), url("/images/kv4.jpg");
  background-size: cover;
  background-position: center center, center center;
  text-align: center;
  color: #fff;
}

@media (max-width: 575px) {
  ._apply .top {
    padding: 3rem 0 5rem 0;
  }
}

._apply .top h1 {
  font-size: 2.6rem;
}

@media (max-width: 575px) {
  ._apply .top h1 {
    font-size: 2.2rem;
  }
}

._apply .apply .main-content {
  box-sizing: border-box;
  margin: -3rem auto 3rem auto;
  padding: 2rem 3rem;
  max-width: 960px;
  background: #fff;
  border-top: 0.3rem solid var(--border);
  border-bottom: 0.3rem solid var(--border);
}

@media (max-width: 575px) {
  ._apply .apply .main-content {
    padding: 1rem;
  }
}

._apply .apply .main-content .logo {
  text-align: center;
}

._apply .apply .main-content .logo img {
  width: 90%;
  max-width: 400px;
}

._apply .apply .main-content h2 {
  margin-left: auto;
  margin-right: auto;
}

._apply .apply .main-content hr {
  margin-bottom: 4rem;
}

._apply .apply .main-content .info-row {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 767px) {
  ._apply .apply .main-content .info-row {
    display: block;
  }
}

._apply .apply .main-content .info {
  flex: 1;
  min-width: 33%;
  padding: 1rem;
  background: var(--smoke);
  border-radius: 0.4rem;
  line-height: 2;
}

@media (max-width: 767px) {
  ._apply .apply .main-content .info {
    margin-bottom: 2rem;
  }
}

._apply .apply .main-content .info .material-symbols-rounded {
  font-size: 0.9em;
  color: var(--primary);
}

._apply .apply .main-content .confirm {
  margin-bottom: 2rem;
  padding: 1rem;
  background: var(--smoke);
  border-radius: 0.4rem;
  line-height: 2;
}

._apply .apply .main-content .confirm .material-symbols-rounded {
  font-size: 0.9em;
  color: var(--primary);
}

._apply .apply .main-content .confirm {
  text-align: center;
}

._apply .apply .main-content .confirm .action {
  margin-top: 1rem;
}

._apply .apply .main-content .confirm .btn {
  background: var(--btn);
}

._apply .apply .main-content .confirm .term {
  font-size: 1.4rem;
}

._apply .apply .main-content .confirm .term textarea {
  height: 15rem;
}

._apply .apply .main-content .user-info {
  padding: 1rem 0;
}

._login {
  background: var(--smoke);
}

._login .login-row {
  max-width: 960px;
  overflow: hidden;
  margin: 4rem auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border-radius: 0.4rem;
  background: #fff;
}

@media (max-width: 767px) {
  ._login .login-row {
    grid-template-columns: 1fr;
  }
}

._login .kv {
  padding: 2rem 3rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.5333333333)), url("/images/kv5.jpg");
  background-size: cover;
  background-position: center center, center bottom;
  color: #fff;
}

@media (max-width: 767px) {
  ._login .kv {
    padding: 2rem;
  }
}

._login .login-form {
  padding: 3rem 4rem;
}

@media (max-width: 767px) {
  ._login .login-form {
    padding: 2rem;
  }
}

._login .login-form .login-input-group {
  margin: 1rem 0;
}

._login .login-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}

._login .login-form input,
._login .login-form select,
._login .login-form button,
._login .login-form .input-text-group {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

._login .login-form .input-text-group input,
._login .login-form .input-text-group select,
._login .login-form .input-text-group button {
  margin-top: 0;
  margin-bottom: 0;
}

._login .login-form input[type=email],
._login .login-form input[type=tel],
._login .login-form input[type=number],
._login .login-form input[type=text],
._login .login-form input[type=password],
._login .login-form select,
._login .login-form textarea,
._login .login-form button,
._login .login-form .btn {
  width: 100%;
}

._login .login-form button,
._login .login-form .btn {
  margin-left: 0;
  margin-right: 0;
}

._login .login-form .actions {
  margin-top: 2rem;
}

._login .login-form .actions .links {
  margin-top: 2rem;
  text-align: center;
}

._login .login-form .actions .links a {
  margin: 0 1rem;
  color: var(--dark);
}

._member .top {
  padding: 2rem 0;
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.6)), url("/images/kv3.jpg");
  background-size: cover;
  background-position: center center, center center;
  color: #fff;
}

._member .top .container {
  display: grid;
  grid-template-columns: 1fr auto;
}

._member .top .tutorials-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--gray);
}

._member .tutorials-modal .modal-body {
  padding: 0;
}

._member .tutorials-modal .modal-body .text {
  padding: 0 1rem;
}

._member .tutorials-modal img {
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
}

._member .tutorials-modal h3,
._member .tutorials-modal p {
  margin: 0;
}

._member .tutorials-modal .tns-nav {
  text-align: center;
  margin: 10px 0;
}

._member .tutorials-modal .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

._member .tutorials-modal .tns-nav > .tns-nav-active {
  background: #999;
}

._member .member-row {
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 300px calc(100% - 300px - 4rem);
  grid-gap: 4rem;
}

@media (max-width: 991px) {
  ._member .member-row {
    display: block;
  }
  ._member .member-row .member-sidebar {
    display: none;
  }
}

._member .member-row .member-sidebar {
  padding-top: 2rem;
  padding-right: 4rem;
  border-right: 1px solid var(--smoke);
  box-shadow: 30px 0 10px -20px rgba(0, 0, 0, 0.0352941176);
  font-size: 1.1rem;
}

._member .member-row .member-sidebar h3 {
  font-size: 0.9rem;
  margin: 2rem 0 1rem 0;
  opacity: 0.5;
}

._member .member-row .member-sidebar a {
  margin-top: -1px;
  padding: 1.2rem 0;
  display: block;
  color: var(--dark);
  border-bottom: 1px solid var(--smoke);
  border-top: 1px solid var(--smoke);
}

._member .member-row .member-sidebar a:hover {
  color: var(--link);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0), #fafafa);
}

._member .member-row .member-sidebar a.active {
  background: linear-gradient(90deg, rgba(250, 250, 250, 0), #fafafa);
  font-weight: bold;
}

._member .member-row .action {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 4px solid var(--smoke);
  text-align: right;
}

._member .member-main {
  padding-bottom: 2rem;
}

._member .member-main h2 {
  margin: 3rem 0 2rem 0;
}

._member .user-info h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1rem;
  align-items: center;
}

._member .user-info h3:before,
._member .user-info h3:after {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
}

._member .exam-list .exam-status {
  margin-top: -1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #aaa;
}

._member .exam-list .exam-status span {
  margin: 0 0.8rem;
}

._member .exam-list .exam-status a {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  color: #555;
}

._member .exam-list .exam-status a.active {
  background-color: var(--primary);
  border-radius: 0.4rem;
  color: #fff;
}

._member .exam-list .exam {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
}

@media (max-width: 575px) {
  ._member .exam-list .exam {
    padding: 1rem;
  }
}

._member .exam-list .exam .title-short .tag {
  background: var(--btn);
  color: #fff;
}

._member .exam-list .exam .title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: var(--color);
}

._member .exam-list .exam .exam-row {
  padding-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 1rem;
  border-top: 4px solid var(--smoke);
  line-height: 2;
}

._member .exam-list .exam .exam-row .btn:first-child {
  margin-left: 0;
}

._member .exam-list .exam .exam-row .btn:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  ._member .exam-list .exam .exam-row {
    grid-template-columns: 1fr;
  }
  ._member .exam-list .exam .exam-row .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

._member .exam-list .exam .exam-row .material-symbols-rounded {
  font-size: 0.9em;
}

._member .exam-list .exam .exam-row .expire {
  color: var(--red);
  font-size: 0.9rem;
}

._member .certs-list .certs {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
}

@media (max-width: 575px) {
  ._member .certs-list .certs {
    padding: 1rem;
  }
}

._member .certs-list .certs .title-short .tag {
  background: var(--btn);
  color: #fff;
}

._member .certs-list .certs .title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: var(--color);
}

._member .certs-list .certs .certs-row {
  padding-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 1rem;
  border-top: 4px solid var(--smoke);
  line-height: 2;
}

._member .certs-list .certs .certs-row .btn {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 575px) {
  ._member .certs-list .certs .certs-row {
    grid-template-columns: 1fr;
  }
  ._member .certs-list .certs .certs-row .btn {
    width: 100%;
  }
}

._member .certs-list .certs .certs-row .material-symbols-rounded {
  font-size: 0.9em;
}

._member .sample-file {
  text-align: right;
}

._member .order-details-group {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 2rem;
}

@media (max-width: 575px) {
  ._member .order-details-group {
    display: block;
  }
}

._member .order-detail {
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.25rem;
  border-bottom: 2px solid #eee;
}

._member .order-detail.auto-w {
  grid-template-columns: auto auto;
  justify-content: flex-end;
}

._member .order-detail .title {
  opacity: 0.6;
  font-weight: bold;
}

._member .order-exam-details {
  padding: 0.8rem 1.4rem;
  background: #fff !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 4px 4px inset rgba(0, 0, 0, 0.0666666667);
  text-align: left;
}

._member .order-exam-details h4 {
  padding: 0.4rem;
  background: #f2f2f2;
  border-radius: 0.2rem;
  margin: 0.6rem 0 1rem 0;
  text-align: center;
}

._member .exam-begin-info {
  margin-bottom: 2rem;
}

._member .exam-begin-info .title {
  padding: 4rem 1rem;
  background-color: #222;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9333333333), rgba(0, 0, 0, 0.2)), url("/images/kv2.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

._member .exam-begin-info .content {
  padding: 1.6rem;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 0 0 1rem 1rem;
}

._member .exam-begin-info .content .level {
  color: var(--color);
  font-weight: bold;
}

._member .exam-begin-info .content .tag {
  background: var(--btn);
  color: #fff;
}

._member .exam-begin-info .content hr {
  margin: 1.4rem 0;
}

._member .exam-begin-info .content strong {
  color: var(--primary);
}

._member .two-steps-auth-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1333333333);
}

._member .two-steps-auth-list .two-steps-auth-item {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}

._member .two-steps-auth-list .two-steps-auth-item .desc {
  padding-left: 1.8rem;
  opacity: 0.6;
}

._member .two-steps-auth-list .two-steps-auth-item .action {
  margin: initial;
  padding: initial;
  border: initial;
  text-align: right;
}

._mycert {
  background: var(--smoke);
}

._mycert .top {
  height: 10rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.5333333333)), url("/images/kv4.jpg");
  background-size: cover;
  background-position: center center, center center;
}

._mycert .mycert .main-content {
  box-sizing: border-box;
  margin: -5rem auto 5rem auto;
  padding: 3rem;
  max-width: 960px;
  background: #fff;
  border-top: 0.3rem solid var(--border);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}

@media (max-width: 575px) {
  ._mycert .mycert .main-content {
    padding: 2rem 1rem;
  }
}

._mycert .mycert .main-content .logo {
  text-align: center;
}

._mycert .mycert .main-content .logo img {
  width: 70%;
  max-width: 400px;
}

._mycert .mycert .main-content .content {
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 4px solid var(--smoke);
  text-align: center;
}

._mycert .mycert .main-content .content .desc {
  padding: 2rem;
  border: 1px solid var(--primary);
  background: color-mix(in srgb, var(--primary) 20%, transparent);
  border-radius: 0.4rem;
  color: #666;
}

._mycert .mycert .main-content .content .desc h1 {
  margin: 0;
  color: color-mix(in srgb, var(--primary) 70%, #000);
}

._mycert .mycert .main-content .content .score {
  margin: 0.5rem auto;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--primary);
  font-size: 1.2rem;
}

._mycert .mycert .main-content .content .score b {
  font-size: 2rem;
  color: color-mix(in srgb, var(--primary) 60%, #000);
}

._mycert .mycert .main-content .content .expire {
  margin-top: 0.4rem;
  opacity: 0.75;
}

._mycert .mycert .main-content .content .cert-image {
  margin-top: 2rem;
  width: 100%;
}

._mycert .mycert .main-content .action {
  text-align: center;
}

._mycert .mycert .main-content .btn {
  background: var(--btn);
}

.material-symbols-rounded {
  vertical-align: middle;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

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