.sw-pagenavi {
  padding: 3em 0 2em;
}
.sw-pagenavi * {
  border: none !important;
}
.sw-pagenavi a {
  text-decoration: none;
  color: #333333;
}
.sw-pagenavi .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sw-pagenavi .wp-pagenavi a.page,
.sw-pagenavi .wp-pagenavi span.current {
  display: block;
  background: rgba(16, 43, 92, 0.3);
  color: #102b5c;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sw-pagenavi .current {
  background: #102b5c !important;
  color: #fff !important;
}
.sw-pagenavi .pages {
  color: #102b5c !important;
}
.sw-pagenavi .extend {
  color: #102b5c !important;
}
.sw-pagenavi .nextpostslink,
.sw-pagenavi .previouspostslink,
.sw-pagenavi .first,
.sw-pagenavi .last {
  color: #102b5c !important;
  font-size: 1em;
}
.sw-pagenavi span.pages {
  margin-right: 2em;
}

.study {
  padding: 80px 0 60px;
}
@media (max-width: 767.98px) {
  .study {
    padding: 30px 0 40px;
  }
}
.study .study-empty {
  padding: 60px 0;
  color: #666;
}
.study .study-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.study .study-card-image {
  border-radius: 8px;
  overflow: hidden;
}
.study .study-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.3s ease;
  display: block;
}
.study .study-card-image:hover img {
  transform: scale(1.05);
}
.study .study-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 0 10px;
  line-height: 1;
}
.study .study-category {
  display: inline-block;
  font-size: 14px;
  background-color: #5da099;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .study .study-category {
    font-size: 11px;
    padding: 5px 12px;
  }
}
.study .study-date {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  flex-shrink: 0;
}
.study .study-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #102b5c;
  flex-grow: 1;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .study .study-title {
    font-size: 18px;
  }
}
.study .study-more {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

.study-single {
  padding: 60px 0 100px;
}
@media (max-width: 767.98px) {
  .study-single {
    padding: 40px 0 60px;
  }
}
.study-single .study-single-inner {
  max-width: 800px;
}
.study-single .study-single-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #102b5c;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .study-single .study-single-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.study-single .study-single-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .study-single .study-single-meta {
    margin-bottom: 32px;
  }
}
.study-single .study-category {
  display: inline-block;
  font-size: 14px;
  background-color: #5da099;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .study-single .study-category {
    font-size: 11px;
    padding: 5px 12px;
  }
}
.study-single .study-date {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .study-single .study-date {
    font-size: 14px;
  }
}
.study-single .study-single-content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
@media (max-width: 767.98px) {
  .study-single .study-single-content {
    font-size: 15px;
    line-height: 1.9;
  }
}
.study-single .study-single-content p {
  margin-bottom: 1.5em;
}
.study-single .study-single-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.study-single .study-single-content > * {
  max-width: 100%;
}
.study-single .study-single-back {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .study-single .study-single-back {
    margin-top: 40px;
  }
}
.study-single .study-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  padding: 16px 40px;
  border: 1px solid #102b5c;
  border-radius: 50px;
  color: #102b5c;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .study-single .study-back-btn {
    min-width: 240px;
    padding: 14px 32px;
    font-size: 14px;
  }
}
.study-single .study-back-btn:hover {
  background-color: #102b5c;
  color: #fff;
}
.study-single .study-back-btn i {
  font-size: 14px;
}/*# sourceMappingURL=study.css.map */