@charset "UTF-8";
a {
  all: unset;
  cursor: pointer;
}

@media (min-width: 1440px) {
  .py-ui .container {
    max-width: 1410px;
  }
}

.main-slider {
  height: 801px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  aspect-ratio: var(--ratio-widescreen);
  display: none;
}

@media screen and (max-width: 480px) {
  .main-slider {
    overflow: visible;
    height: auto;
    min-height: 220px;
  }
}

.main-slider.splide {
  position: relative;
}

.main-slider.splide .text {
  position: absolute;
  right: 150px;
  left: auto;
  top: 30%;
  transform: translateY(-50%);
  z-index: 99;
  width: 480px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .main-slider.splide .text {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    top: 25%;
  }
}

@media screen and (max-width: 768px) {
  .main-slider.splide .text {
    width: 320px;
    top: 22%;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text {
    width: 180px;
    top: 20%;
  }
}

@media screen and (max-width: 480px) {
  .main-slider.splide .text {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }
  .main-slider.splide .text .card {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .main-slider.splide .text .card .card-content .title-group h1 {
    color: #333;
    font-weight: 700;
  }
  .main-slider.splide .text .card .card-content .title-group p {
    color: #555;
    display: none;
  }
}

.main-slider.splide .text.bottom {
  top: 53%;
  transform: translateY(-50%);
}

.main-slider.splide .text.bottom h1 {
  text-align: center;
}

.main-slider.splide .text.bottom p {
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .main-slider.splide .text.bottom {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 70%;
  }
}

@media screen and (max-width: 768px) {
  .main-slider.splide .text.bottom {
    top: 63%;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text.bottom {
    top: 75%;
  }
}

@media screen and (max-width: 480px) {
  .main-slider.splide .text.bottom {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    transform: translateX(-50%);
    z-index: 100;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 15px;
  }
  .main-slider.splide .text.bottom .card {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .main-slider.splide .text.bottom .card .card-content .title-group h1 {
    color: #333;
    font-weight: 700;
  }
  .main-slider.splide .text.bottom .card .card-content .title-group p {
    color: #555;
  }
}

.main-slider.splide .text.bottom .card .card-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 168, 181, 0.1), transparent);
  animation: shine 2s infinite;
}

.main-slider.splide .text .card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .main-slider.splide .text .card {
    padding: 15px;
    gap: 15px;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text .card {
    padding: 12px;
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .main-slider.splide .text .card {
    max-width: 100%;
    margin: 0 auto;
  }
}

.main-slider.splide .text .card .card-icon {
  width: 110px;
  height: 110px;
  background: rgba(248, 249, 250, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.main-slider.splide .text .card .card-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 168, 181, 0.1), transparent);
  animation: shine 2s infinite;
}

@media screen and (max-width: 768px) {
  .main-slider.splide .text .card .card-icon {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text .card .card-icon {
    width: 70px;
    height: 70px;
  }
}

.main-slider.splide .text .card .card-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  animation: running 1s infinite;
}

@media screen and (max-width: 768px) {
  .main-slider.splide .text .card .card-icon img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text .card .card-icon img {
    width: 40px;
    height: 40px;
  }
}

.main-slider.splide .text .card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-slider.splide .text .card .card-content .title-group {
  margin-bottom: 0.7rem;
}

.main-slider.splide .text .card .card-content .title-group h1 {
  margin: 0;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .main-slider.splide .text .card .card-content .title-group h1 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text .card .card-content .title-group h1 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 576px) {
  .main-slider.splide .text .card .card-content .title-group p {
    font-size: 0.9rem;
  }
}

.main-slider.splide .text .card .card-content .py-btn {
  width: 66%;
  align-self: flex-start;
  font-size: 1rem;
  background: linear-gradient(135deg, #063555, #086138);
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(43, 133, 228, 0.2);
}

.main-slider.splide .text .card .card-content .py-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}

.main-slider.splide .text .card .card-content .py-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(43, 133, 228, 0.3);
}

.main-slider.splide .text .card .card-content .py-btn:hover::before {
  left: 100%;
}

.main-slider.splide .text .card .card-content .py-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(43, 133, 228, 0.2);
}

.main-slider.splide .text .card:hover .card-icon {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.main-slider.splide .text .card.bottom .card-icon img {
  animation: searching 2s infinite;
}

.main-slider.splide .text2 {
  position: absolute;
  left: 150px;
  top: 36%;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
}

.main-slider.splide .text2 .title-group {
  margin-bottom: 2rem;
}

.main-slider.splide .text2 .title-group h1 {
  margin: 0;
  line-height: 1.4;
  font-size: 3.5em;
  font-weight: 800;
  background: linear-gradient(to right, #fff8e7, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-slider.splide .text2 .title-group h1:last-child {
  margin-top: 0.2em;
}

.main-slider.splide .text2 h3 {
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .main-slider.splide .text2 {
    display: none;
  }
}

.main-slider.splide .btn-manager {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  font-size: 1.4em;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.main-slider .slider-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.main-slider .splide__arrow--prev {
  height: 3em;
  width: 3em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(45, 183, 245, 0.5);
}

.main-slider .splide__arrow--next {
  height: 3em;
  width: 3em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(45, 183, 245, 0.5);
}

.main-slider .splide__track {
  width: 100%;
  height: 100%;
}

.main-slider .splide__track .splide__list li div p {
  margin: 0;
  padding: 0;
}

.main-slider .splide__track a.more-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 10px;
}

.main-slider .splide__pagination {
  display: none;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.main-slider .splide__pagination button.splide__pagination__page {
  height: 10px;
  width: 10px;
  background-color: var(--py-gray-600);
}

.main-slider .splide__pagination button.is-active {
  background-color: var(--py-info-color);
  width: 20px;
  border-radius: 5px;
}

.main-slider .ul {
  width: 100%;
  height: 100%;
  display: block;
}

.main-slider .ul li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .main-slider {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .main-slider {
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .main-slider .splide__arrows {
    display: none;
  }
}

.part-section2 {
  position: relative;
}

.part-section2 .quick {
  max-width: 1380px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .part-section2 .quick {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .part-section2 .quick {
    margin-top: 5px;
  }
}

@media screen and (max-width: 576px) {
  .part-section2 .quick {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .part-section2 .quick {
    margin-top: 10px;
  }
}

.part-section2 .quick ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.part-section2 .quick ul li {
  text-align: center;
  color: #fff;
  position: relative;
  min-width: 273px;
}

@media screen and (max-width: 768px) {
  .part-section2 .quick ul li {
    min-width: 95%;
  }
}

.part-section2 .quick ul li a {
  display: flex;
  padding: 25px 30px;
  align-items: center;
  line-height: 1.1;
  gap: 30px;
  color: #fff;
}

.part-section2 .quick ul li a .left {
  text-align: center;
}

.part-section2 .quick ul li a img {
  width: 70px;
}

.part-section2 .quick ul li a .title {
  flex: 2;
  text-align: center;
}

.part-section2 .quick ul li a .title p {
  font-size: 1.3em;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  .part-section2 .quick ul li a .title p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .part-section2 .quick ul li a .title p {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 576px) {
  .part-section2 .quick ul li a .title p {
    font-size: 1em;
  }
}

.part-section2 .quick ul li a .title small {
  font-size: 0.7em;
}

@media screen and (max-width: 576px) {
  .part-section2 .quick ul li a .title small {
    font-size: 0.65em;
  }
}

.part-section2 .quick ul li.quick-1 {
  background-color: #2f42c5;
  font-weight: 600;
  border-radius: 3px 0 0 3px;
}

.part-section2 .quick ul li.quick-1:hover {
  background-color: #2a3bae;
}

.part-section2 .quick ul li.quick-2 {
  background-color: #2f56d7;
  font-weight: 600;
}

.part-section2 .quick ul li.quick-2:hover {
  background-color: #2643a7;
}

.part-section2 .quick ul li.quick-3 {
  background-color: #3293bd;
  font-weight: 600;
}

.part-section2 .quick ul li.quick-3:hover {
  background-color: #2b80a5;
}

.part-section2 .quick ul li.quick-4 {
  background-color: #195289;
  font-weight: 600;
}

.part-section2 .quick ul li.quick-4:hover {
  background-color: #0a2238;
}

.part-section2 .quick ul li.quick-5 {
  background-color: #208052;
  font-weight: 600;
  border-radius: 0px 3px 3px 0px;
}

.part-section2 .quick ul li.quick-5:hover {
  background-color: #165c3a;
}

.news-slider-zone {
  flex: 4;
  min-width: 300px;
  padding-right: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .news-slider-zone {
    min-width: 100%;
  }
}

.news-slider-zone .control-bars {
  border: 0px solid #f00;
  position: absolute;
  right: 5px;
  top: -5px;
  padding: 20px 10px 10px 10px;
  display: flex;
  align-items: top;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .news-slider-zone .control-bars {
    right: 0;
    top: 0;
    padding: 15px 5px 5px 5px;
  }
}

.news-slider-zone .control-bars .prev,
.news-slider-zone .control-bars .info,
.news-slider-zone .control-bars .next,
.news-slider-zone .control-bars .playstop,
.news-slider-zone .control-bars .more {
  display: block;
  padding: 0px;
  margin: 0px 2px;
}

.news-slider-zone .control-bars .prev img,
.news-slider-zone .control-bars .info img,
.news-slider-zone .control-bars .next img,
.news-slider-zone .control-bars .playstop img,
.news-slider-zone .control-bars .more img {
  width: 25px;
}

@media screen and (max-width: 576px) {
  .news-slider-zone .control-bars .prev img,
.news-slider-zone .control-bars .info img,
.news-slider-zone .control-bars .next img,
.news-slider-zone .control-bars .playstop img,
.news-slider-zone .control-bars .more img {
    width: 20px;
  }
}

.news-slider-zone .control-bars .more {
  font-size: 20px;
  line-height: 0px;
  padding: 2px 5px 2px 10px;
  display: none;
}

.news-slider-zone .control-bars .info {
  padding-top: 0px;
  line-height: 24px;
}

.news-slider-zone .control-bars .info strong.active-num {
  color: var(--main-color);
  font-size: 1.1rem;
}

.news-slider-zone .control-bars .info strong.total-num {
  font-size: 0.95rem;
  font-weight: 400;
}

@media screen and (max-width: 300px) {
  .news-slider-zone .control-bars {
    top: 25px;
  }
  .news-slider-zone .control-bars .prev,
.news-slider-zone .control-bars .next,
.news-slider-zone .control-bars .playstop,
.news-slider-zone .control-bars .info {
    display: none;
  }
  .news-slider-zone .control-bars .more {
    font-size: 18px;
    line-height: 0px;
  }
}

@media screen and (max-width: 699px) {
  .news-slider-zone .control-bars {
    top: 25px;
  }
  .news-slider-zone .control-bars .prev,
.news-slider-zone .control-bars .next,
.news-slider-zone .control-bars .playstop {
    display: none;
  }
  .news-slider-zone .control-bars .more {
    font-size: 18px;
    line-height: 0px;
  }
}

@media screen and (max-width: 700px) {
  .news-slider-zone .control-bars {
    top: 25px;
  }
  .news-slider-zone .control-bars .prev img,
.news-slider-zone .control-bars .info img,
.news-slider-zone .control-bars .next img,
.news-slider-zone .control-bars .playstop img,
.news-slider-zone .control-bars .more img {
    width: 22px;
  }
  .news-slider-zone .control-bars .more {
    font-size: 18px;
    line-height: 0px;
  }
}

@media screen and (max-width: 740px) {
  .news-slider-zone .control-bars {
    top: 25px;
  }
  .news-slider-zone .control-bars .prev img,
.news-slider-zone .control-bars .info img,
.news-slider-zone .control-bars .next img,
.news-slider-zone .control-bars .playstop img,
.news-slider-zone .control-bars .more img {
    width: 22px;
  }
  .news-slider-zone .control-bars .more {
    font-size: 18px;
    line-height: 0px;
  }
}

.news-slider-zone .silde-box {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 576px) {
  .news-slider-zone .silde-box {
    margin-top: 10px;
  }
}

.news-slider-zone .silde-box .content-box {
  border-radius: 0.25rem;
  flex: 1;
  margin-top: 12px;
}

@media screen and (max-width: 576px) {
  .news-slider-zone .silde-box .content-box {
    margin-top: 8px;
  }
}

.news-slider-zone .silde-box #news-slider .splide__track {
  height: 100%;
  border: 0px solid blue;
}

.news-slider-zone .silde-box #news-slider .splide__track ul {
  height: 100%;
}

.news-slider-zone .silde-box #news-slider .splide__track ul li {
  height: 100%;
}

.news-slider-zone .silde-box #news-slider .blog-box-img {
  position: relative;
  border: 0px solid #f00;
  height: 100%;
}

.news-slider-zone .silde-box #news-slider .blog-box-img .blog-img {
  position: absolute;
  left: 0px;
  width: 300px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: var(--py-gray-800);
}

.news-slider-zone .silde-box #news-slider .blog-box-img .blog-img img {
  position: absolute;
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-slider-zone .silde-box #news-slider .blog-box-img .blog-text {
  position: absolute;
  left: 350px;
  width: 350px;
  padding-top: 20px;
}

.news-slider-zone .silde-box #news-slider .blog-box-img .blog-text .title {
  font-size: 1.1rem;
  padding: 10px 0px;
}

.news-slider-zone .silde-box #news-slider .blog-box-img .blog-text .desc {
  font-size: 0.9rem;
  color: var(--py-gray-500);
}

.news-slider-zone .silde-box #news-slider .splide__arrows {
  display: none;
}

.news-slider-zone .silde-box #news-slider .splide__pagination {
  display: none;
}

.news-slider-zone .silde-box #news-slider .splide__progress {
  position: absolute;
  left: 18px;
  bottom: 1px;
  width: 260px;
  z-index: 99;
}

.news-slider-zone .silde-box #news-slider .splide__progress .splide__progress__bar {
  background: var(--main-color);
}

.news-slider-zone .control-bars {
  position: absolute;
  right: 40px;
  top: 30px;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.news-slider-zone .control-bars .more a {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone {
    padding-right: 0px;
    border: 0px solid red;
    margin-bottom: 20px;
  }
  .news-slider-zone .silde-box {
    padding: 0px;
    padding-right: 8px;
  }
  .news-slider-zone .silde-box .content-box {
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 200px;
    padding-bottom: 20px;
  }
  .news-slider-zone .silde-box .content-box #news-slider {
    position: relative;
    top: 0;
    transform: none;
    height: auto;
    min-height: 200px;
    width: 100%;
  }
  .news-slider-zone .silde-box .content-box #news-slider .blog-box-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: auto;
    min-height: 300px;
    width: 100%;
    border: 0px solid red;
  }
  .news-slider-zone .silde-box .content-box #news-slider .blog-box-img .blog-img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  .news-slider-zone .silde-box .content-box #news-slider .blog-box-img .blog-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    transform: none;
  }
  .news-slider-zone .silde-box .content-box #news-slider .blog-box-img .blog-text {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    max-width: 350px;
    padding: 10px;
    margin: 0 auto;
  }
  .news-slider-zone .silde-box .content-box #news-slider .blog-box-img .blog-text .desc {
    display: none;
  }
}

.news-slider-zone .slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone .slider-container {
    height: auto;
  }
}

.news-slider-zone .slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone .slider-wrapper {
    height: auto;
  }
}

.news-slider-zone .slider-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone .slider-list {
    height: auto;
  }
}

.news-slider-zone .slider-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone .slider-item {
    height: auto;
    min-height: 200px;
  }
}

.news-slider-zone .slider-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .news-slider-zone .slider-item a {
    height: auto;
  }
}

.news-slider-zone .slider-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .news-slider-zone .slider-item img {
    height: auto;
    max-height: none;
    width: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 576px) {
  .news-slider-zone .slider-item img {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.news-notice {
  margin-top: 50px;
  overflow-x: unset;
}

@media screen and (max-width: 576px) {
  .news-notice {
    margin-top: 30px;
  }
}

.news-notice .news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

@media screen and (max-width: 1200px) {
  .news-notice .news-container {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .news-notice .news-container {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .news-notice .news-container {
    gap: 30px;
  }
}

@media screen and (max-width: 576px) {
  .news-notice .news-container {
    gap: 20px;
  }
}

.news-notice .notice-wrap .head-title span, .news-notice .notice-wrap .poster-head .head-title span, .news-notice .news-slider-zone .head-title span, .news-notice .news-slider-zone .poster-head .head-title span {
  color: #585858;
  font-size: 0.85em;
  margin-bottom: 15px;
  display: block;
}

.news-notice .notice-wrap .head-title h2, .news-notice .notice-wrap .poster-head .head-title h2, .news-notice .news-slider-zone .head-title h2, .news-notice .news-slider-zone .poster-head .head-title h2 {
  color: #000;
  font-size: 2em;
  margin-top: 12px;
  font-weight: 800;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .news-notice .notice-wrap .head-title h2, .news-notice .notice-wrap .poster-head .head-title h2, .news-notice .news-slider-zone .head-title h2, .news-notice .news-slider-zone .poster-head .head-title h2 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .head-title h2, .news-notice .notice-wrap .poster-head .head-title h2, .news-notice .news-slider-zone .head-title h2, .news-notice .news-slider-zone .poster-head .head-title h2 {
    font-size: 1.6em;
  }
}

.news-notice .notice-wrap {
  flex: 6;
  min-width: 300px;
}

@media screen and (max-width: 1024px) {
  .news-notice .notice-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap {
    min-width: 100%;
  }
}

.news-notice .notice-wrap .notice-zone .notice-head {
  display: flex;
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .notice-zone .notice-head {
    flex-direction: column;
  }
}

.news-notice .notice-wrap .notice-zone .notice-head .head-title span {
  color: #585858;
  font-size: 0.85em;
  margin-bottom: 15px;
}

.news-notice .notice-wrap .notice-zone .notice-head .head-title h2 {
  color: #000;
  font-size: 2em;
  margin-top: 12px;
  font-weight: 800;
  margin-bottom: 3px;
}

.news-notice .notice-wrap .notice-zone .notice-head .head-tab {
  margin-left: auto;
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .notice-zone .notice-head .head-tab {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}

.news-notice .notice-wrap .notice-zone .notice-head .head-tab ul.py-tabnav {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 10px;
  list-style: none;
  padding: 0;
  margin-top: 32px;
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .notice-zone .notice-head .head-tab ul.py-tabnav {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
}

.news-notice .notice-wrap .notice-zone .notice-head .head-tab ul.py-tabnav::before {
  border-bottom: none;
}

.news-notice .notice-wrap .notice-zone .notice-head .head-tab ul.py-tabnav li button {
  padding: 6px 20px;
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .notice-zone .notice-head .head-tab ul.py-tabnav li button {
    padding: 6px 10px;
    font-size: 0.9em;
    white-space: nowrap;
  }
}

.news-notice .notice-wrap .notice-zone .notice-head .head-tab ul.py-tabnav li.active > button {
  border-bottom: none;
  color: #fff;
  background-color: #195289;
  font-weight: bold;
  border-radius: 20px;
}

.news-notice .notice-wrap .notice-zone .tab-content ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-top: 2px solid #000;
}

.news-notice .notice-wrap .notice-zone .tab-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  line-height: 1.3;
  padding: 22px 10px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .notice-zone .tab-content ul li {
    padding: 15px 5px;
    flex-wrap: wrap;
  }
}

.news-notice .notice-wrap .notice-zone .tab-content ul li a {
  flex: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.news-notice .notice-wrap .notice-zone .tab-content ul li a.ellipsis {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .news-notice .notice-wrap .notice-zone .tab-content ul li a.ellipsis {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .news-notice .notice-wrap .notice-zone .tab-content ul li a.ellipsis {
    font-size: 16px;
    width: 100%;
    margin-top: 8px;
  }
}

.news-notice .notice-wrap .notice-zone .tab-content ul li span.date {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.news-notice .notice-wrap .notice-zone .tab-content ul li span.prestr {
  line-height: 1.5;
  border: 1px solid var(--py-info-color);
  padding: 0px 10px;
  border-radius: 25px;
  font-size: 0.9rem;
}

.news-notice .notice-wrap .notice-zone .tab-content ul .btn_notice_more {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
  padding: 0.8rem;
  border-bottom: 0 !important;
}

.news-notice .notice-wrap .notice-zone .tab-content ul .btn_notice_more a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 1.2rem;
  font-size: 1rem;
  color: black;
}

.news-notice .notice-wrap .notice-zone .tab-content ul .btn_notice_more a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.news-notice .poster-wrap .poster-head .head-title span {
  color: #585858;
  font-size: 0.85em;
  margin-bottom: 10px;
}

.news-notice .poster-wrap .poster-head .head-title h2 {
  color: #000;
  font-size: 2em;
  margin-top: 12px;
  font-weight: 800;
  margin-bottom: 3px;
}

.banner-bar {
  border-top: 1px solid var(--py-border-color);
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .banner-bar {
    margin-top: 30px;
  }
}

.banner-bar #banner-slider {
  padding: 10px 30px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banner-bar #banner-slider {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider {
    padding: 10px 5px;
  }
}

.banner-bar #banner-slider a {
  border: 1px solid var(--py-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  height: 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .banner-bar #banner-slider a {
    height: 50px;
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider a {
    height: 40px;
    border-width: 1px;
  }
}

.banner-bar #banner-slider img {
  max-width: 200px;
  max-height: 50px;
  box-shadow: unset;
  object-fit: contain;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .banner-bar #banner-slider img {
    max-width: 100%;
    max-height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider img {
    max-height: 30px;
    padding: 2px;
  }
}

.banner-bar #banner-slider .splide__pagination {
  display: none;
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider .splide__track {
    padding: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider .splide__list {
    gap: 5px !important;
  }
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider .splide__slide {
    width: auto !important;
    max-width: 120px;
  }
}

@media screen and (max-width: 400px) {
  .banner-bar #banner-slider .splide__slide {
    max-width: 100px;
  }
}

@media screen and (max-width: 576px) {
  .banner-bar #banner-slider .splide__arrows {
    display: none;
  }
}

.banner-bar .btn-manager {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6em;
  z-index: 9;
  color: var(--py-warning-color);
}

.main-gallery {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 10px;
}

.main-gallery .section-title h2 {
  color: #000;
  font-size: 2em;
  margin-top: 12px;
  font-weight: 800;
  margin-bottom: 3px;
}

.main-gallery #gallery-slider-list {
  border: 0px solid #f00;
  width: 100%;
}

.main-gallery .article-list {
  margin-top: 40px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.main-gallery .article-list .py-img-cover {
  height: 250px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .main-gallery .article-list .py-img-cover {
    height: 110px;
  }
  .main-gallery .article-list .splide__arrow {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .main-gallery .article-list .py-img-cover {
    height: 150px;
  }
}

.main-gallery .article-list .py-card {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 20px;
}

.main-gallery .article-list .py-card .card-body {
  position: relative;
  min-height: 120px;
}

.main-gallery .article-list .py-card .card-body .more-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1;
}

.main-gallery .article-list .py-card .card-body em {
  position: absolute;
  right: 20px;
  top: -18px;
  z-index: 99;
  border: 1px solid var(--py-info-color);
  border-radius: 25px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
}

@media screen and (max-width: 768px) {
  .main-gallery .article-list .py-card .card-body {
    min-height: 100px;
  }
  .main-gallery .article-list .py-card .card-body em {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 2px 8px;
    right: 10px;
    top: -15px;
  }
  .main-gallery .article-list .py-card .card-body .more-link {
    font-size: 0.8rem;
  }
}

.main-gallery .article-list .splide__pagination {
  bottom: -30px;
}

.main-gallery .article-list .splide__pagination button {
  width: 10px;
  height: 10px;
}

.main-gallery .article-list .splide__pagination button.is-active {
  background-color: var(--main-color);
  width: 16px;
  border-radius: 7px;
}

.video-calendar {
  min-height: 500px;
  display: block;
  padding: 50px 20px;
  background-image: url(/gsports/ko/theme/sports210621/static/images/bg01.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.video-calendar::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(1, 71, 103, 0.8);
}

.video-calendar .grid {
  height: 100%;
}

.video-calendar .video-zone {
  height: 100%;
  position: relative;
}

.video-calendar .video-zone .play-vod {
  min-height: 606px;
  height: 100%;
  position: relative;
}

.video-calendar .video-zone .play-vod .no-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.video-calendar .video-zone .play-vod .no-video .icon {
  color: #888;
  font-size: 3rem;
}

.video-calendar .video-zone .play-vod .no-video .text {
  color: #888;
  font-size: 1.2rem;
}

.video-calendar .video-zone .papyposts-manager-btn {
  right: 5px;
  top: 3px;
}

@media screen and (max-width: 540px) {
  .video-calendar .video-zone {
    min-height: 200px;
    max-height: 280px;
    margin-bottom: 20px;
  }
  .video-calendar .video-zone .play-vod {
    min-height: 280px;
    height: 100%;
  }
  .video-calendar .video-zone .play-vod iframe {
    min-height: 280px;
  }
}

.video-calendar .calendar-zone {
  position: relative;
}

.video-calendar .calendar-zone .calendar-box {
  width: 100%;
  z-index: 9;
  /*.papyboard-app {
                height: 100%;
                border: 0px solid #f00;
                display: block;
                .tui-full-calendar-weekday-grid-more-schedules {
                    color: var(--primary-color);
                }
            }
            .pyboard-calendar {
                .calen-header {
                    background-color: #3cb66f;
                    color: #fff;
                    .yyyymm {
                        padding-left: 20px;
                    }
                }
                .color-table {
                    padding-right: 20px;
                }
                .tui-full-calendar-layout {
                    height: 289px;
                }
                .tui-full-calendar-month {
                    height: 100%;
                    min-height: 250px;
                }
            }*/
}

.video-calendar .calendar-zone .calendar-box .calendar-header {
  background-color: #3cb66f;
  padding: 5px;
  color: #fff;
}

.video-calendar .calendar-zone .calendar-box .calendar-header .calendar-title {
  text-align: center;
  font-size: 1.4rem;
}

.video-calendar .calendar-zone .calendar-box .calendar-header p {
  text-align: center;
  font-size: 1.2rem;
}

.video-calendar .calendar-zone .calendar-box #py-calendar-app .tui-full-calendar-month {
  min-height: 500px;
}

.video-calendar .calendar-zone .calendar-box #py-calendar-app .calendar-container {
  border: 0px;
}

.video-calendar .calendar-zone .calendar-box #py-calendar-app .calendar-container .header {
  background-color: #3cb66f;
  padding: 0px 10px 0px 10px;
  color: #fff;
}

.video-calendar .calendar-zone .calendar-box #py-calendar-app .calendar-container .header button i {
  color: #fff;
}

.video-calendar .calendar-zone .calendar-box #py-calendar-app .calendar-container .header .calen-cate em {
  color: #fff;
}

.video-calendar .calendar-zone .calendar-box #py-calendar-app .calendar-container .tui-full-calendar-layout {
  height: 100%;
}

@media screen and (max-width: 540px) {
  .video-calendar .calendar-zone .calendar-box .calendar-header {
    padding: 5px;
  }
  .video-calendar .calendar-zone .calendar-box .calendar-header .calendar-title {
    font-size: 1.2rem;
  }
  .video-calendar .calendar-zone .calendar-box .pyboard-calendar .calen-header {
    flex-direction: column;
    justify-content: center;
  }
  .video-calendar .calendar-zone .calendar-box .pyboard-calendar .calen-header .yyyymm {
    text-align: center;
    padding-left: 0px;
    font-size: 1.8rem;
  }
  .video-calendar .calendar-zone .calendar-box .pyboard-calendar .calen-header .yyyymm span {
    font-size: 1.5rem;
  }
  .video-calendar .calendar-zone .calendar-box .pyboard-calendar .calen-header .color-table {
    font-size: 0.8rem;
  }
  .video-calendar .calendar-zone .calendar-box .pyboard-calendar .tui-full-calendar-layout {
    height: 350px;
  }
}

.video-calendar .calendar-zone .more {
  position: absolute;
  right: 20px;
  top: 5px;
}

.video-calendar .calendar-zone .more a {
  color: #fff;
}

@keyframes running {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-2px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(2px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* 뉴스 슬라이더 스타일 */
.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-item img {
  width: auto;
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
