<!-- start Simple Custom CSS and JS -->
<style type="text/css">
html, body {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background-color: #ffffff !important;
}

.Board-page-wrapper {
  background-color: #ffffff;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.download-top-banner {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 185px;
  background-color: #ffffff;
}
.download-top-banner img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.download-gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  background-color: #ffffff;
}
.download-gallery.pc { display: block; }
.download-gallery.mobile { display: none; }

@font-face {
  font-family: 'monaco';
  src: url('/wp-content/uploads/2025/04/monaco.ttf') format('truetype');
}

.pt-cv-content-item {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 20px;
  border-radius: 12px;
  background-color: #ffffff;
}
.pt-cv-content-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}
.pt-cv-title {
  font-family: 'monaco', sans-serif !important;
  font-size: 40px !important;
}
.pt-cv-no-post {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  font-size: 30px;
  font-family: 'monaco', sans-serif !important;
  color: #333;
  text-align: center;
}
.pt-cv-no-content {
  display: none !important;
}

.pt-cv-wrapper .pagination {
  display: flex !important;
  justify-content: center !important;
  padding-left: 0 !important;
  margin: 30px auto 0 !important;
}
.pt-cv-wrapper ul.pagination > li > a {
  all: unset;
  font-family: 'monaco', sans-serif !important;
  font-size: 20px !important;
  color: #333 !important;
  cursor: pointer;
  margin: 0 6px;
  line-height: 1;
  display: inline-block;
}
.pt-cv-wrapper .pagination > .active > a,
.pt-cv-wrapper .pagination > .active > span {
  z-index: 2;
  color: #333;
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: default;
  font-family: 'monaco', sans-serif !important;
  font-weight: bold;
  text-decoration: underline;
}
.pt-cv-wrapper .pagination > li.active > a {
  font-weight: bold;
  text-decoration: underline;
}

.mobile-logo {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media (max-width: 1024px) {
  .menu-container,
  .menu-logo {
    display: none !important;
  }
  .mobile-logo {
    display: block !important;
  }
  .mobile-logo img {
    height: 59px;
    width: auto;
    padding-top: 30px;
  }
  .contact-box h3 {
    font-size: 13px;
  }
  .contact-box button {
    margin-top: 18px;
  }
  .contact-wrapper {
    padding: 10px 20px 20px;
  }
  .download-gallery.pc {
    display: none !important;
  }
  .download-gallery.mobile {
    display: block !important;
  }
 .pt-cv-title {
    font-family: 'monaco', sans-serif !important;
    font-size: 30px !important;
  }
}


@media (min-width: 1025px) {
  .mobile-logo {
    display: none !important;
  }
  .download-gallery.pc {
    display: block;
  }
  .download-gallery.mobile {
    display: none;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
