@charset "UTF-8";

.contents {}

.contents .sec-1 {
  padding: 22rem 0 12rem;
}

.contents .sec-1 .inner {
  max-width: 1328px;
  padding: 0 4rem;
  margin: 0 auto;
  width: auto;

}

.txt-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #000;
  align-items: center;
}

.txt-wrap .vis-tit {
  color: #1F1F1F;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
font-size: 80px;

}

.txt-wrap a {
  display: block;
  padding: 1rem 2.6rem;
  border: 1px solid #8F8F8F;
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.view-header {}

.view-header .title-area {}

.title-area .title {
  color: #1F1F1F;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  /* 125% */
  text-align: center;
  padding: 4.8rem 0;
  border-bottom: 1px solid #1F1F1F;
font-size: 32px;
line-height: 1.5;
}

.view-header .right {
  text-align: center;
  padding-top: 2.4rem;
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  /* 150% */

}

.view-header .right b {
  color: #8F8F8F;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  /* 150% */


}

.view-body {
  text-align: center;
    padding: 6rem 0 8rem;
}

.view-body .img-wrap {
  margin-top: 8rem;
}

.view-body p {
  color: #1F1F1F;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  /* 150% */


}

.view-footer {}

.view-footer .button-wrap {
  display: flex;
  gap: 2.4rem;

}

.button-wrap>div {
  width: 50%;
  padding: 2.4rem 0;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}

.button-wrap .prev {
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  position: relative;

}

.button-wrap .prev ::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background-color: #1F1F1F;
}

.button-wrap .prev span {
  color: #8F8F8F;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  /* 150% */
  margin-right: 2.4rem;
}

.button-wrap .next {
  color: #116BB5;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  text-align: end;
}

.button-wrap .next span {
  margin-left: 2.4rem;
  font-weight: 300;
}


@media (max-width: 1280px) {
  .txt-wrap .vis-tit {
    font-size: 72px;
  }

  .title-area .title {
    font-size: 40px;
  }

  .view-body p {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .contents .sec-1 {
    padding: 16rem 0 10rem;
  }

  .txt-wrap {
    padding-bottom: 3.6rem;
  }

  .txt-wrap .vis-tit {
    font-size: 56px;
  }

  .txt-wrap a {
    font-size: 15px;
    padding: 0.8rem 2.2rem;
  }

  .title-area .title {
    font-size: 34px;
    padding: 3.6rem 0;
  }

  .view-header .right {
    font-size: 18px;
  }

  .view-body .img-wrap {
    margin-top: 6rem;
  }

  .view-body p {
    font-size: 18px;
    padding: 4.8rem 0 6rem;
  }
}

@media (max-width: 768px) {
  .contents .sec-1 {
    padding: 12rem 0 8rem;
  }

  .contents .sec-1 .inner {
    padding: 0 2rem;
  }

  .txt-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .txt-wrap .vis-tit {
    font-size: 40px;
  }

  .txt-wrap a {
    align-self: flex-end;
  }

  .title-area .title {
    font-size: 28px;
    padding: 3rem 0;
  }

  .view-header .right {
    font-size: 16px;
  }

  .view-body p {
    font-size: 16px;
    padding: 4rem 0 5rem;
  }

  .button-wrap {
    flex-direction: row;
  }

  .button-wrap>div {
    width: calc(50% - 1.2rem);
    text-align: center;
  }

  .button-wrap .prev::after {
    display: none;
  }

  .button-wrap .next {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .txt-wrap .vis-tit {
    font-size: 32px;
  }

  .title-area .title {
    font-size: 24px;
  }

  .view-body p {
    font-size: 15px;
  }

  .button-wrap .prev span {
    display: block;
  }

  .button-wrap .next span {
    display: block;
  }
}

/* notice */
.ref .section {
  padding-bottom: 12rem;
}

.ref .section .inner {
  max-width: 1328px;
  padding: 0 4rem;
}

/* list */
.ref .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem  4.8rem;
}

.ref .list li {
  width: calc(100% / 3 - 10rem / 3);
}

.ref .list li .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.ref .list li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ref .list li:hover .img {
  outline: 0.1rem solid var(--main);
}

/* dl dt dd */
.ref .list li {
  padding-bottom: 2.4rem;
  position: relative;

}
.ref .list li {
  padding-bottom: 2.4rem;
  position: relative;

}
.ref .list>li:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  animation: linewid 0.3s  0.1s ease-in-out forwards;
  -webkit-animation: linewid 0.3s  0.1s ease-in-out forwards;
}
.ref .list li::after{
  content: "";
  position: absolute;
  top: 0rem;
  right: -2.4rem;
  width: 1px;
  height: 0%;
  background-color: #000;
  animation: linegrow 0.3s  0.1s ease-in-out forwards;
  -webkit-animation: linegrow 0.3s  0.1s ease-in-out forwards;
}
.ref .list li:nth-child(3n)::after{
  display: none;
}
@keyframes linegrow{
  0%{
    height: 0%;
  }
  100%{
    height: 95%;
  }
}
@keyframes linewid{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
.ref .list a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 600;
  line-height: 1.12;
}

.ref .list a .img {
  position: relative;
}
.ref .list a .img::after{
  content: "";
  position: absolute;
  background-color: #0000001a;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
}


.ref .list a .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  background: #116bb5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  font-style: normal;
  animation: pulse 1.5s ease-in-out infinite;
  opacity: 0;
    visibility: hidden;
  transition: all 0.5s;

}

.ref .list a:hover .img i {
  opacity: 1;
  visibility: visible;
}
.ref .list a:hover .img::after {
  opacity: 1;
}

.ref .list a .con {}

.ref .list a .con .subject {
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  ;
  margin-bottom: 0.6rem;
  /* 150% */

}

.ref .list a .con .desc {
  overflow: hidden;
  color: #1F1F1F;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  /* 150% */
font-size: 2rem;
margin-bottom:2.4rem ;


}

.list .con .date {
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  /* 150% */
}

.ref .list dd {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* date */
.ref .date {
  font-size: calc(var(--fs-sm) - 0.1rem);
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

/* viewmore */
.ref .viewmore {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: fit-content;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5;
}

.ref .viewmore .icon,
.ref .viewmore img {
  display: block;
}

/* top-list */
.ref .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #000;
  padding-bottom: 4.8rem;
}

.ref .top-list h5 {
  color: #222;
  font-family: var(--ff-pre);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.252;
}
.ref .top-list
 form {
  display: flex;
  border: 1px solid #000;
  align-items: center;
  padding: 1.8rem 1.6rem;
}
.ref .top-list .vis-tit.a{
  color: #1F1F1F;
font-family: Poppins;
font-size: 8rem;
font-style: normal;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
}

/* select box */
.ref .top-list .select-box {
  width: auto;
  position: relative;
}

.ref .top-list .select-box .selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: auto;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
  border-right: 1px solid #000000;
  background: url(/static/img/icon/bottom.svg) no-repeat center right 10px;
}
.search input{
  padding-right: 2rem;
  outline: none;
  width: 28rem;
}
.search input::placeholder{
  color: #1F1F1F;
font-family: Poppins;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: 1; /* 100% */
opacity: 0.5;
}

.ref .top-list .select-box .selected span {
  color: #222;
  font-family: var(--ff-pre);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;

}

.ref .top-list .select-box .selected span img{
  padding-left: 1rem;
  vertical-align: middle;
}

.ref .top-list .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}

.ref .top-list .select-box .option-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}

.ref .top-list .select-box .option-list li:hover {
  background: #f5f5f5;
}

.ref .top-list .select-box.open .option-list {
  display: block;
}

.ref .top-list .select-box.open .option-list span {
  color: #222;
  font-family: var(--ff-pre);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.216;
}

@media (max-width: 1280px) {
  .ref .section {
    padding-bottom: 10rem;
  }

  .ref .list {
    gap: 2.4rem 3.2rem;
  }

  .ref .list li {
    width: calc(100% / 3 - 6.4rem / 3);
  }

  .ref .list a .con .subject {
    font-size: 2.6rem;

  }

  .ref .list a .con .desc {
    font-size: 2rem;

  }
}


@media (max-width: 1024px) {
  .ref .section {
    padding-bottom: 8rem;
  }

  .ref .section .inner {
    padding: 0 3rem;
  }

  .ref .list {
    gap: 3rem 2rem;
  }

  .ref .list li {
    width: calc(100% / 2 - 1rem);
  }

  .ref .list li::after {
    right: -1rem;
  }

  .ref .list a .img i {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }

  .ref .list a .con .subject {
    font-size: 2.4rem;
  }

  .ref .list a .con .desc {
    font-size: 1.8rem;
  }

  .list .con .date {
    font-size: 1.6rem;
  }
}



@media (max-width: 768px) {
  .ref .section {
    padding-bottom: 6rem;
  }

  .ref .section .inner {
    padding: 0 2rem;
  }

  .ref .list {
    gap: 3rem;
  }

  .ref .list li {
    width: 100%;
  }

  .ref .list li::after {
    display: none;
  }

  .ref .list>li::before {
    animation: none;
    width: 100%;
  }

  .ref .list a .img i {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }

  .ref .list a .con .subject {
    font-size: 2rem;
  }

  .ref .list a .con .desc {
    font-size: 1.6rem;
  }

  .list .con .date {
    font-size: 1.4rem;
  }

  .ref .top-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .ref .top-list .select-box {
    width: 45%;
  }
    .ref .top-list .search {
      padding-left: 0rem;
    width: 55%;
    justify-content: space-between;
    display: flex;
  }
      .ref .top-list .search span{
        display: inline-block;
  }
        .ref .top-list .search input{
        display:block;
  }
  .ref .top-list form{
    width: 100%;
  }

}
@media(max-width:480px){
  .ref .top-list .select-box .selected {
    padding-right: 0;
    margin-right:0;
    font-size: 14px;
  }
   .ref .top-list .select-box .selected span{
    font-size: 14px;
   }
      .ref .top-list .select-box span img{
        padding-right: 1rem;
      }
          .ref .top-list .search input{
            width: 15rem;
            padding-left: 0.2rem;
          }
}


/* pagination */
.pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.pagination ul {
  display: flex;
  gap: 0.4rem;
}

.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}

.pagination ul .active a {
  color: var(--white);
  font-weight: 700;
  background: var(--black);
  border-radius: 2rem;
}