@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
.btn-row, .block-row, #portfoilo .portfoilo__item .tag-row, #portfoilo .portfoilo__item, #side-list, #contact .contact__list ul li, #contact .contact__info .sns, #contact .contact__info, #contact .contact__wrap, #news-list .news__item, #news-list .news__row, #news-list, #news .news__item, #news .news__row, #blog-post .common-wrap .msg .txt, #blog-post .post-wrap .page-row, #blog-post, #blog-list .blog__item, #blog .blog__wrap > a, #search-result .search__item, #search-result .search-wrap, #search-area .search-wrap, header .logo__row, header .sns__row, header, .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-color {
  color: #D1F2FF;
}

html {
  font-size: 15px;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
@media (max-width: 62rem) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 48rem) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Noto Sans TC", "noto sans cjk tc", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  color: #454545;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /*使物件依序排列*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /*使物件垂直排列*/
  position: relative;
  -webkit-animation: fadeInAnimation ease-in-out 0.6s;
          animation: fadeInAnimation ease-in-out 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body::before {
  content: "";
  background-image: url("../Images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
  z-index: -99;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

footer {
  position: relative;
  background: linear-gradient(80deg, #FDDB92 0%, #D1F2FF 100%);
  opacity: 0.5;
  padding: 1rem 0rem;
  mix-blend-mode: multiply;
  text-align: center;
  z-index: -99;
  color: #454545;
  margin-top: 2rem;
}
footer p {
  margin-bottom: 0;
}
footer::after {
  content: "";
  background-image: url("../Images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 60vh;
  bottom: 0;
  left: 0;
  mix-blend-mode: darken;
  z-index: -100;
}

a {
  color: #13a3dc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  width: 100% !important;
  min-height: 100px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 2rem !important;
  z-index: 999;
}
header .sns__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
header .sns__row a {
  color: #454545;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
header .sns__row a:hover {
  color: #13a3dc;
}
@media (max-width: 48rem) {
  header .sns__row {
    margin: 0;
    margin-left: auto;
    margin-right: 2rem;
  }
}
header .logo__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  margin: 0 auto;
}
header .logo__row img {
  height: 80px;
  margin-top: -1rem;
}
@media (max-width: 75rem) {
  header .logo__row img {
    height: 70px;
  }
}
@media (max-width: 62rem) {
  header .logo__row img {
    height: 60px;
  }
}
@media (max-width: 48rem) {
  header .logo__row img {
    height: 40px;
    margin: 0rem;
  }
}
@media (max-width: 48rem) {
  header .logo__row {
    margin: 0;
    left: 2rem;
  }
}
header .navbar-toggler {
  cursor: pointer;
  border: none;
}
header .nav__row {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  position: relative;
}
header .nav__row ul {
  margin-left: auto !important;
}
header .nav__row ul li {
  display: inline;
  padding: 0.5rem 0.8rem;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
header .nav__row ul li a {
  text-decoration: none;
  color: #454545;
}
header .nav__row ul li:hover {
  background-color: #EBF4FB;
  border-radius: 8px;
}
header .nav__row ul li:hover a {
  color: #13a3dc;
}
@media (max-width: 62rem) {
  header .nav__row ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    padding: 1rem;
    z-index: 999;
    border-radius: 4px;
    margin-top: 0.5rem;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(124, 116, 116, 0.1);
            box-shadow: 0px 5px 5px 5px rgba(124, 116, 116, 0.1);
  }
}
@media (max-width: 48rem) {
  header .nav__row {
    margin: 0;
    z-index: 999;
  }
}
@media (max-width: 48rem) {
  header {
    min-height: 70px !important;
    padding: 1.5rem !important;
  }
}

#search-area .search-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  width: 40vw;
}
#search-area .search-wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  padding-left: 1.5rem;
}
#search-area .search-wrap button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: white;
  color: #454545;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
@media (max-width: 62rem) {
  #search-area .search-wrap {
    width: 50vw;
  }
}
@media (max-width: 48rem) {
  #search-area .search-wrap {
    width: 100%;
  }
}
#search-result .search-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
#search-result .search__item {
  border-radius: 8px;
  background-color: rgba(252, 252, 252, 0.6666666667);
  padding: 1.5rem;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #454545;
  text-decoration: none;
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#search-result .search__item:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#search-result .search__item:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#search-result .search__item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#search-result .search__item:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#search-result .search__item:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#search-result .search__item:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#search-result .search__item:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#search-result .search__item:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#search-result .search__item:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#search-result .search__item:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#search-result .search__item:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#search-result .search__item:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#search-result .search__item:nth-child(13) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
#search-result .search__item:nth-child(14) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
#search-result .search__item:nth-child(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
#search-result .search__item:nth-child(16) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
#search-result .search__item:nth-child(17) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
#search-result .search__item:nth-child(18) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
#search-result .search__item:nth-child(19) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
#search-result .search__item:nth-child(20) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#search-result .search__item:nth-child(21) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
#search-result .search__item:nth-child(22) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
#search-result .search__item:nth-child(23) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
#search-result .search__item:nth-child(24) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
#search-result .search__item:nth-child(25) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
#search-result .search__item:nth-child(26) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
#search-result .search__item:nth-child(27) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
#search-result .search__item:nth-child(28) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
#search-result .search__item:nth-child(29) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
#search-result .search__item:nth-child(30) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#search-result .search__item:nth-child(31) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}
#search-result .search__item:nth-child(32) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
#search-result .search__item:nth-child(33) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}
#search-result .search__item:nth-child(34) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
#search-result .search__item:nth-child(35) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}
#search-result .search__item:nth-child(36) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
#search-result .search__item:nth-child(37) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s;
}
#search-result .search__item:nth-child(38) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
#search-result .search__item:nth-child(39) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s;
}
#search-result .search__item:nth-child(40) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
#search-result .search__item:nth-child(41) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s;
}
#search-result .search__item:nth-child(42) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
#search-result .search__item:nth-child(43) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s;
}
#search-result .search__item:nth-child(44) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
#search-result .search__item:nth-child(45) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s;
}
#search-result .search__item:nth-child(46) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
#search-result .search__item:nth-child(47) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s;
}
#search-result .search__item:nth-child(48) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
#search-result .search__item:nth-child(49) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s;
}
#search-result .search__item:nth-child(50) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
#search-result .search__item:nth-child(51) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s;
}
#search-result .search__item:nth-child(52) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
#search-result .search__item:nth-child(53) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s;
}
#search-result .search__item:nth-child(54) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
#search-result .search__item:nth-child(55) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s;
}
#search-result .search__item:nth-child(56) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
#search-result .search__item:nth-child(57) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s;
}
#search-result .search__item:nth-child(58) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
#search-result .search__item:nth-child(59) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s;
}
#search-result .search__item:nth-child(60) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
#search-result .search__item:nth-child(61) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s;
}
#search-result .search__item:nth-child(62) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
#search-result .search__item:nth-child(63) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s;
}
#search-result .search__item:nth-child(64) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
#search-result .search__item:nth-child(65) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s;
}
#search-result .search__item:nth-child(66) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
#search-result .search__item:nth-child(67) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s;
}
#search-result .search__item:nth-child(68) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
#search-result .search__item:nth-child(69) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s;
}
#search-result .search__item:nth-child(70) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
#search-result .search__item:nth-child(71) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s;
}
#search-result .search__item:nth-child(72) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
#search-result .search__item:nth-child(73) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s;
}
#search-result .search__item:nth-child(74) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s;
}
#search-result .search__item:nth-child(75) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}
#search-result .search__item:nth-child(76) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
#search-result .search__item:nth-child(77) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s;
}
#search-result .search__item:nth-child(78) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s;
}
#search-result .search__item:nth-child(79) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s;
}
#search-result .search__item:nth-child(80) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
#search-result .search__item:nth-child(81) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s;
}
#search-result .search__item:nth-child(82) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s;
}
#search-result .search__item:nth-child(83) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s;
}
#search-result .search__item:nth-child(84) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
#search-result .search__item:nth-child(85) {
  -webkit-animation-delay: 25.5s;
          animation-delay: 25.5s;
}
#search-result .search__item:nth-child(86) {
  -webkit-animation-delay: 25.8s;
          animation-delay: 25.8s;
}
#search-result .search__item:nth-child(87) {
  -webkit-animation-delay: 26.1s;
          animation-delay: 26.1s;
}
#search-result .search__item:nth-child(88) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
#search-result .search__item:nth-child(89) {
  -webkit-animation-delay: 26.7s;
          animation-delay: 26.7s;
}
#search-result .search__item:nth-child(90) {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}
#search-result .search__item:nth-child(91) {
  -webkit-animation-delay: 27.3s;
          animation-delay: 27.3s;
}
#search-result .search__item:nth-child(92) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
#search-result .search__item:nth-child(93) {
  -webkit-animation-delay: 27.9s;
          animation-delay: 27.9s;
}
#search-result .search__item:nth-child(94) {
  -webkit-animation-delay: 28.2s;
          animation-delay: 28.2s;
}
#search-result .search__item:nth-child(95) {
  -webkit-animation-delay: 28.5s;
          animation-delay: 28.5s;
}
#search-result .search__item:nth-child(96) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
#search-result .search__item:nth-child(97) {
  -webkit-animation-delay: 29.1s;
          animation-delay: 29.1s;
}
#search-result .search__item:nth-child(98) {
  -webkit-animation-delay: 29.4s;
          animation-delay: 29.4s;
}
#search-result .search__item:nth-child(99) {
  -webkit-animation-delay: 29.7s;
          animation-delay: 29.7s;
}
#search-result .search__item:nth-child(100) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
#search-result .search__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
#search-result .search__item .img ~ div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-left: 1rem;
}
#search-result .search__item .img ~ div h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #454545;
}
#search-result .search__item .img ~ div p {
  margin-bottom: 0rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #7f7f7f;
}
@media (max-width: 48rem) {
  #search-result .search__item .img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 36rem) {
  #search-result .search__item .img {
    width: 60px;
    height: 60px;
  }
}
#search-result .search__item::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(181, 219, 255, 0.5)), to(rgba(253, 255, 213, 0.5)));
  background: linear-gradient(90deg, rgba(181, 219, 255, 0.5) 0%, rgba(253, 255, 213, 0.5) 100%);
  opacity: 0;
  position: absolute;
  height: calc(100% + 1.5rem);
  width: 0px;
  top: -1.5rem;
  left: -1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#search-result .search__item:hover::before {
  opacity: 1;
  width: calc(100% + 1.5rem);
}
@media (max-width: 48rem) {
  #search-result .search__item {
    padding: 1rem;
  }
}

#slider .mySwiper {
  border-radius: 16px;
}
#slider .slider__img {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 62rem) {
  #slider .slider__img {
    height: 400px;
  }
}
@media (max-width: 48rem) {
  #slider .slider__img {
    height: 300px;
  }
}
#slider .slider__text {
  border-radius: 8px;
  background-color: rgba(252, 252, 252, 0.6666666667);
  color: #454545;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}
#slider .slider__text .title {
  font-weight: 600;
  color: #454545;
  font-size: 1.25rem;
}
@media (max-width: 48rem) {
  #slider .slider__text .title {
    font-size: 1rem;
  }
}
@media (max-width: 48rem) {
  #slider .slider__text {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 36rem) {
  #slider .slider__text {
    display: none;
  }
}

#blog .blog__wrap {
  min-height: 600px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 48rem) {
  #blog .blog__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#blog .blog__wrap > a {
  background-color: rgba(235, 244, 251, 0.7960784314);
  border-radius: 8px;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #454545;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
#blog .blog__wrap > a:nth-child(1) {
  grid-area: 1/1/5/3;
}
@media (max-width: 62rem) {
  #blog .blog__wrap > a:nth-child(1) {
    grid-area: 1/1/3/5;
  }
}
#blog .blog__wrap > a:nth-child(2) {
  grid-area: 1/3/3/5;
}
@media (max-width: 62rem) {
  #blog .blog__wrap > a:nth-child(2) {
    grid-area: 5/1/3/3;
  }
}
#blog .blog__wrap > a:nth-child(3) {
  grid-area: 3/3/5/4;
}
#blog .blog__wrap > a:nth-child(4) {
  grid-area: 3/4/5/5;
}
@media (max-width: 48rem) {
  #blog .blog__wrap > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 36rem) {
  #blog .blog__wrap > a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#blog .blog__wrap > a::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(181, 219, 255, 0.5)), to(rgba(253, 255, 213, 0.5)));
  background: linear-gradient(90deg, rgba(181, 219, 255, 0.5) 0%, rgba(253, 255, 213, 0.5) 100%);
  opacity: 0;
  position: absolute;
  height: calc(100% + 1.5rem);
  width: 0px;
  top: -1.5rem;
  left: -1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#blog .blog__wrap > a:hover::before {
  opacity: 1;
  width: calc(100% + 1.5rem);
}
#blog .blog__img {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media (max-width: 36rem) {
  #blog .blog__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80px;
  }
}
#blog .blog__text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 0rem;
}
@media (max-width: 36rem) {
  #blog .blog__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding: 0rem 0rem 0rem 1rem;
  }
}
#blog .blog__text .tag {
  border-radius: 3rem;
  padding: 0.3rem 0.8rem;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 36rem) {
  #blog .blog__text .tag {
    margin-bottom: 0.5rem;
  }
}
#blog .blog__text .title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
#blog .blog__text .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#blog-list .blog__item {
  background-color: rgba(252, 252, 252, 0.6666666667);
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  color: #454545;
  text-decoration: none;
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#blog-list .blog__item:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#blog-list .blog__item:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#blog-list .blog__item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#blog-list .blog__item:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#blog-list .blog__item:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#blog-list .blog__item:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#blog-list .blog__item:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#blog-list .blog__item:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#blog-list .blog__item:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#blog-list .blog__item:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#blog-list .blog__item:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#blog-list .blog__item:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#blog-list .blog__item:nth-child(13) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
#blog-list .blog__item:nth-child(14) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
#blog-list .blog__item:nth-child(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
#blog-list .blog__item:nth-child(16) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
#blog-list .blog__item:nth-child(17) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
#blog-list .blog__item:nth-child(18) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
#blog-list .blog__item:nth-child(19) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
#blog-list .blog__item:nth-child(20) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#blog-list .blog__item:nth-child(21) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
#blog-list .blog__item:nth-child(22) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
#blog-list .blog__item:nth-child(23) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
#blog-list .blog__item:nth-child(24) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
#blog-list .blog__item:nth-child(25) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
#blog-list .blog__item:nth-child(26) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
#blog-list .blog__item:nth-child(27) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
#blog-list .blog__item:nth-child(28) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
#blog-list .blog__item:nth-child(29) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
#blog-list .blog__item:nth-child(30) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#blog-list .blog__item:nth-child(31) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}
#blog-list .blog__item:nth-child(32) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
#blog-list .blog__item:nth-child(33) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}
#blog-list .blog__item:nth-child(34) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
#blog-list .blog__item:nth-child(35) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}
#blog-list .blog__item:nth-child(36) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
#blog-list .blog__item:nth-child(37) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s;
}
#blog-list .blog__item:nth-child(38) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
#blog-list .blog__item:nth-child(39) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s;
}
#blog-list .blog__item:nth-child(40) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
#blog-list .blog__item:nth-child(41) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s;
}
#blog-list .blog__item:nth-child(42) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
#blog-list .blog__item:nth-child(43) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s;
}
#blog-list .blog__item:nth-child(44) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
#blog-list .blog__item:nth-child(45) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s;
}
#blog-list .blog__item:nth-child(46) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
#blog-list .blog__item:nth-child(47) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s;
}
#blog-list .blog__item:nth-child(48) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
#blog-list .blog__item:nth-child(49) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s;
}
#blog-list .blog__item:nth-child(50) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
#blog-list .blog__item:nth-child(51) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s;
}
#blog-list .blog__item:nth-child(52) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
#blog-list .blog__item:nth-child(53) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s;
}
#blog-list .blog__item:nth-child(54) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
#blog-list .blog__item:nth-child(55) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s;
}
#blog-list .blog__item:nth-child(56) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
#blog-list .blog__item:nth-child(57) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s;
}
#blog-list .blog__item:nth-child(58) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
#blog-list .blog__item:nth-child(59) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s;
}
#blog-list .blog__item:nth-child(60) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
#blog-list .blog__item:nth-child(61) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s;
}
#blog-list .blog__item:nth-child(62) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
#blog-list .blog__item:nth-child(63) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s;
}
#blog-list .blog__item:nth-child(64) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
#blog-list .blog__item:nth-child(65) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s;
}
#blog-list .blog__item:nth-child(66) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
#blog-list .blog__item:nth-child(67) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s;
}
#blog-list .blog__item:nth-child(68) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
#blog-list .blog__item:nth-child(69) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s;
}
#blog-list .blog__item:nth-child(70) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
#blog-list .blog__item:nth-child(71) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s;
}
#blog-list .blog__item:nth-child(72) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
#blog-list .blog__item:nth-child(73) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s;
}
#blog-list .blog__item:nth-child(74) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s;
}
#blog-list .blog__item:nth-child(75) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}
#blog-list .blog__item:nth-child(76) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
#blog-list .blog__item:nth-child(77) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s;
}
#blog-list .blog__item:nth-child(78) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s;
}
#blog-list .blog__item:nth-child(79) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s;
}
#blog-list .blog__item:nth-child(80) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
#blog-list .blog__item:nth-child(81) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s;
}
#blog-list .blog__item:nth-child(82) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s;
}
#blog-list .blog__item:nth-child(83) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s;
}
#blog-list .blog__item:nth-child(84) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
#blog-list .blog__item:nth-child(85) {
  -webkit-animation-delay: 25.5s;
          animation-delay: 25.5s;
}
#blog-list .blog__item:nth-child(86) {
  -webkit-animation-delay: 25.8s;
          animation-delay: 25.8s;
}
#blog-list .blog__item:nth-child(87) {
  -webkit-animation-delay: 26.1s;
          animation-delay: 26.1s;
}
#blog-list .blog__item:nth-child(88) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
#blog-list .blog__item:nth-child(89) {
  -webkit-animation-delay: 26.7s;
          animation-delay: 26.7s;
}
#blog-list .blog__item:nth-child(90) {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}
#blog-list .blog__item:nth-child(91) {
  -webkit-animation-delay: 27.3s;
          animation-delay: 27.3s;
}
#blog-list .blog__item:nth-child(92) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
#blog-list .blog__item:nth-child(93) {
  -webkit-animation-delay: 27.9s;
          animation-delay: 27.9s;
}
#blog-list .blog__item:nth-child(94) {
  -webkit-animation-delay: 28.2s;
          animation-delay: 28.2s;
}
#blog-list .blog__item:nth-child(95) {
  -webkit-animation-delay: 28.5s;
          animation-delay: 28.5s;
}
#blog-list .blog__item:nth-child(96) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
#blog-list .blog__item:nth-child(97) {
  -webkit-animation-delay: 29.1s;
          animation-delay: 29.1s;
}
#blog-list .blog__item:nth-child(98) {
  -webkit-animation-delay: 29.4s;
          animation-delay: 29.4s;
}
#blog-list .blog__item:nth-child(99) {
  -webkit-animation-delay: 29.7s;
          animation-delay: 29.7s;
}
#blog-list .blog__item:nth-child(100) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
#blog-list .blog__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
#blog-list .blog__item::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(181, 219, 255, 0.5)), to(rgba(253, 255, 213, 0.5)));
  background: linear-gradient(90deg, rgba(181, 219, 255, 0.5) 0%, rgba(253, 255, 213, 0.5) 100%);
  opacity: 0;
  position: absolute;
  height: calc(100% + 1.5rem);
  width: 0px;
  top: -1.5rem;
  left: -1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#blog-list .blog__item:hover::before {
  opacity: 1;
  width: calc(100% + 1.5rem);
}
#blog-list .blog__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 75rem) {
  #blog-list .blog__item .img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 62rem) {
  #blog-list .blog__item .img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 48rem) {
  #blog-list .blog__item .img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 36rem) {
  #blog-list .blog__item .img {
    width: 80px;
    height: 80px;
  }
}
#blog-list .blog__item .img ~ div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-left: 1.25rem;
}
#blog-list .blog__item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0rem;
}
@media (max-width: 62rem) {
  #blog-list .blog__item p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 36rem) {
  #blog-list .blog__item p {
    -webkit-line-clamp: 1;
  }
}
#blog-list .blog__item h6 {
  width: 100%;
  margin: 1rem 0rem 0rem 0rem;
  text-align: right;
  font-size: 0.9rem;
  color: #7f7f7f;
  line-height: 180%;
}
#blog-list .blog__item h6 svg {
  padding: 0rem 0.5rem;
}
#blog-post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
#blog-post .post-wrap {
  border-radius: 8px;
  padding: 1.5rem;
  background-color: rgba(252, 252, 252, 0.6666666667);
}
#blog-post .post-wrap h2 {
  font-size: 1.5rem;
  color: #454545;
}
#blog-post .post-wrap h6,
#blog-post .post-wrap .state {
  font-size: 0.95rem;
  color: #7f7f7f;
  margin-top: 0.8rem;
}
#blog-post .post-wrap h6 svg,
#blog-post .post-wrap .state svg {
  padding: 0.3rem;
}
#blog-post .post-wrap img {
  border-radius: 4px;
}
#blog-post .post-wrap .img {
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 300px;
  margin-top: 1rem;
}
#blog-post .post-wrap .main {
  margin: 1.5rem auto;
  line-height: 175%;
}
#blog-post .post-wrap hr {
  display: block;
  width: 100%;
  border-color: #b1b1b1;
}
#blog-post .post-wrap .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog-post .post-wrap .page-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#blog-post .post-wrap .page-row div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#blog-post .post-wrap .page-row div:hover {
  color: #13a3dc;
}
#blog-post .post-wrap .page-row div span {
  display: block;
  color: #7f7f7f;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
#blog-post .post-wrap .page-row div:first-child {
  text-align: left;
}
#blog-post .post-wrap .page-row div:last-child {
  text-align: right;
}
#blog-post .common-wrap {
  background-color: rgba(235, 244, 251, 0.7960784314);
  border-radius: 8px;
  padding: 1.5rem;
}
#blog-post .common-wrap h5 {
  font-size: 1.1rem;
}
#blog-post .common-wrap h6 {
  font-size: 0.95rem;
}
#blog-post .common-wrap h6 span {
  padding-left: 1rem;
  color: #7f7f7f;
  font-size: 0.9rem;
}
#blog-post .common-wrap p {
  padding-left: 1rem;
  font-size: 0.9rem;
  line-height: 170%;
}
#blog-post .common-wrap .msg:not(:last-child) {
  margin-bottom: 1.5rem;
}
#blog-post .common-wrap .msg .txt p {
  margin-bottom: 0rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-right: 1.5rem;
}
#blog-post .common-wrap .msg .txt button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  opacity: 0;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  min-width: 5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 48rem) {
  #blog-post .common-wrap .msg .txt button {
    opacity: 1;
  }
}
#blog-post .common-wrap .msg .txt:hover button {
  opacity: 1;
}
#blog-post .common-wrap .rpl {
  padding-left: 1rem;
  margin: 1rem 0rem 0.5rem 0.5rem;
  border-left: 1px solid #cacaca;
}
#blog-post .common-wrap .rpl-form {
  padding: 1rem;
  border-radius: 8px;
  background-color: rgba(252, 252, 252, 0.6666666667);
  margin: 1.5rem auto;
}

#news {
  margin: 3rem auto;
}
#news h3 {
  text-align: center;
  font-size: 1.25rem;
}
#news .news__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.65rem;
  margin-top: 1rem;
}
#news .news__item {
  color: #454545;
  text-decoration: none;
  background-color: rgba(252, 252, 252, 0.6666666667);
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#news .news__item .time {
  font-size: 1rem;
  margin-right: 1.5rem;
  width: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#news .news__item .title {
  font-size: 1rem;
  margin-bottom: 0rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
#news .news__item:hover {
  color: #13a3dc;
}
#news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1rem;
}
#news-list .news__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.65rem;
  margin-top: 1rem;
}
#news-list .news__item {
  color: #454545;
  text-decoration: none;
  background-color: rgba(252, 252, 252, 0.6666666667);
  border-radius: 8px;
  padding: 1.5rem;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-shadow: 0px 3px 3px rgba(147, 147, 147, 0.15);
          box-shadow: 0px 3px 3px rgba(147, 147, 147, 0.15);
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#news-list .news__item:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#news-list .news__item:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#news-list .news__item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#news-list .news__item:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#news-list .news__item:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#news-list .news__item:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#news-list .news__item:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#news-list .news__item:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#news-list .news__item:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#news-list .news__item:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#news-list .news__item:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#news-list .news__item:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#news-list .news__item:nth-child(13) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
#news-list .news__item:nth-child(14) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
#news-list .news__item:nth-child(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
#news-list .news__item:nth-child(16) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
#news-list .news__item:nth-child(17) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
#news-list .news__item:nth-child(18) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
#news-list .news__item:nth-child(19) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
#news-list .news__item:nth-child(20) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#news-list .news__item:nth-child(21) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
#news-list .news__item:nth-child(22) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
#news-list .news__item:nth-child(23) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
#news-list .news__item:nth-child(24) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
#news-list .news__item:nth-child(25) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
#news-list .news__item:nth-child(26) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
#news-list .news__item:nth-child(27) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
#news-list .news__item:nth-child(28) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
#news-list .news__item:nth-child(29) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
#news-list .news__item:nth-child(30) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#news-list .news__item:nth-child(31) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}
#news-list .news__item:nth-child(32) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
#news-list .news__item:nth-child(33) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}
#news-list .news__item:nth-child(34) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
#news-list .news__item:nth-child(35) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}
#news-list .news__item:nth-child(36) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
#news-list .news__item:nth-child(37) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s;
}
#news-list .news__item:nth-child(38) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
#news-list .news__item:nth-child(39) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s;
}
#news-list .news__item:nth-child(40) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
#news-list .news__item:nth-child(41) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s;
}
#news-list .news__item:nth-child(42) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
#news-list .news__item:nth-child(43) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s;
}
#news-list .news__item:nth-child(44) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
#news-list .news__item:nth-child(45) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s;
}
#news-list .news__item:nth-child(46) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
#news-list .news__item:nth-child(47) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s;
}
#news-list .news__item:nth-child(48) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
#news-list .news__item:nth-child(49) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s;
}
#news-list .news__item:nth-child(50) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
#news-list .news__item:nth-child(51) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s;
}
#news-list .news__item:nth-child(52) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
#news-list .news__item:nth-child(53) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s;
}
#news-list .news__item:nth-child(54) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
#news-list .news__item:nth-child(55) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s;
}
#news-list .news__item:nth-child(56) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
#news-list .news__item:nth-child(57) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s;
}
#news-list .news__item:nth-child(58) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
#news-list .news__item:nth-child(59) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s;
}
#news-list .news__item:nth-child(60) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
#news-list .news__item:nth-child(61) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s;
}
#news-list .news__item:nth-child(62) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
#news-list .news__item:nth-child(63) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s;
}
#news-list .news__item:nth-child(64) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
#news-list .news__item:nth-child(65) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s;
}
#news-list .news__item:nth-child(66) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
#news-list .news__item:nth-child(67) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s;
}
#news-list .news__item:nth-child(68) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
#news-list .news__item:nth-child(69) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s;
}
#news-list .news__item:nth-child(70) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
#news-list .news__item:nth-child(71) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s;
}
#news-list .news__item:nth-child(72) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
#news-list .news__item:nth-child(73) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s;
}
#news-list .news__item:nth-child(74) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s;
}
#news-list .news__item:nth-child(75) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}
#news-list .news__item:nth-child(76) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
#news-list .news__item:nth-child(77) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s;
}
#news-list .news__item:nth-child(78) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s;
}
#news-list .news__item:nth-child(79) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s;
}
#news-list .news__item:nth-child(80) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
#news-list .news__item:nth-child(81) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s;
}
#news-list .news__item:nth-child(82) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s;
}
#news-list .news__item:nth-child(83) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s;
}
#news-list .news__item:nth-child(84) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
#news-list .news__item:nth-child(85) {
  -webkit-animation-delay: 25.5s;
          animation-delay: 25.5s;
}
#news-list .news__item:nth-child(86) {
  -webkit-animation-delay: 25.8s;
          animation-delay: 25.8s;
}
#news-list .news__item:nth-child(87) {
  -webkit-animation-delay: 26.1s;
          animation-delay: 26.1s;
}
#news-list .news__item:nth-child(88) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
#news-list .news__item:nth-child(89) {
  -webkit-animation-delay: 26.7s;
          animation-delay: 26.7s;
}
#news-list .news__item:nth-child(90) {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}
#news-list .news__item:nth-child(91) {
  -webkit-animation-delay: 27.3s;
          animation-delay: 27.3s;
}
#news-list .news__item:nth-child(92) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
#news-list .news__item:nth-child(93) {
  -webkit-animation-delay: 27.9s;
          animation-delay: 27.9s;
}
#news-list .news__item:nth-child(94) {
  -webkit-animation-delay: 28.2s;
          animation-delay: 28.2s;
}
#news-list .news__item:nth-child(95) {
  -webkit-animation-delay: 28.5s;
          animation-delay: 28.5s;
}
#news-list .news__item:nth-child(96) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
#news-list .news__item:nth-child(97) {
  -webkit-animation-delay: 29.1s;
          animation-delay: 29.1s;
}
#news-list .news__item:nth-child(98) {
  -webkit-animation-delay: 29.4s;
          animation-delay: 29.4s;
}
#news-list .news__item:nth-child(99) {
  -webkit-animation-delay: 29.7s;
          animation-delay: 29.7s;
}
#news-list .news__item:nth-child(100) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
#news-list .news__item h5 {
  font-size: 1rem;
  margin-right: 1.5rem;
  width: 100%;
}
#news-list .news__item p {
  font-size: 1rem;
  margin-bottom: 0rem;
  width: 100%;
}
#news-list .news__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact .contact__wrap {
  background-color: rgba(235, 244, 251, 0.7960784314);
  border-radius: 8px;
  padding: 2rem;
}
#contact .contact__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
#contact .contact__info .img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
@media (max-width: 48rem) {
  #contact .contact__info .intro {
    margin: 2rem auto;
  }
}
#contact .contact__info .sns {
  width: 100%;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact__info .sns svg {
  font-size: 1.8rem;
  color: #454545;
}
@media (max-width: 75rem) {
  #contact .contact__info {
    width: 360px;
  }
}
@media (max-width: 62rem) {
  #contact .contact__info {
    width: 300px;
  }
}
@media (max-width: 48rem) {
  #contact .contact__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
    border-top: 1px solid #cacaca;
    padding-top: 2rem;
  }
}
#contact .contact__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
#contact .contact__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 2rem 0rem 2rem 3rem;
  border-left: 1px solid #cacaca;
}
#contact .contact__list ul li {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
#contact .contact__list ul li > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 6rem;
}
#contact .contact__list ul li > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media (max-width: 48rem) {
  #contact .contact__list ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 48rem) {
  #contact .contact__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-left: none;
    border-top: 1px solid #cacaca;
    padding: 3rem 0rem;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 48rem) {
  #contact .contact__list p {
    text-align: center;
  }
}
#contact .contact__list h5 {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 48rem) {
  #contact .contact__list h5 {
    text-align: center;
  }
}

#side-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
  position: sticky;
  top: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.9rem;
}
#side-list .side-wrap {
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem 1rem;
}
#side-list .side-wrap ol {
  padding-left: 1.5rem;
}
#side-list .side-wrap a {
  color: #454545;
  text-decoration: none;
}
#side-list .side-wrap a:hover {
  color: #13a3dc;
}

#portfoilo .portfoilo__item {
  background-color: rgba(252, 252, 252, 0.6666666667);
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  color: #454545;
  text-decoration: none;
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#portfoilo .portfoilo__item:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#portfoilo .portfoilo__item:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#portfoilo .portfoilo__item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#portfoilo .portfoilo__item:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#portfoilo .portfoilo__item:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#portfoilo .portfoilo__item:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#portfoilo .portfoilo__item:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#portfoilo .portfoilo__item:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#portfoilo .portfoilo__item:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#portfoilo .portfoilo__item:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#portfoilo .portfoilo__item:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#portfoilo .portfoilo__item:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#portfoilo .portfoilo__item:nth-child(13) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
#portfoilo .portfoilo__item:nth-child(14) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
#portfoilo .portfoilo__item:nth-child(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
#portfoilo .portfoilo__item:nth-child(16) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
#portfoilo .portfoilo__item:nth-child(17) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}
#portfoilo .portfoilo__item:nth-child(18) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
#portfoilo .portfoilo__item:nth-child(19) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}
#portfoilo .portfoilo__item:nth-child(20) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#portfoilo .portfoilo__item:nth-child(21) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}
#portfoilo .portfoilo__item:nth-child(22) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
#portfoilo .portfoilo__item:nth-child(23) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}
#portfoilo .portfoilo__item:nth-child(24) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
#portfoilo .portfoilo__item:nth-child(25) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
#portfoilo .portfoilo__item:nth-child(26) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
#portfoilo .portfoilo__item:nth-child(27) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}
#portfoilo .portfoilo__item:nth-child(28) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
#portfoilo .portfoilo__item:nth-child(29) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}
#portfoilo .portfoilo__item:nth-child(30) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#portfoilo .portfoilo__item:nth-child(31) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}
#portfoilo .portfoilo__item:nth-child(32) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
#portfoilo .portfoilo__item:nth-child(33) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}
#portfoilo .portfoilo__item:nth-child(34) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
#portfoilo .portfoilo__item:nth-child(35) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s;
}
#portfoilo .portfoilo__item:nth-child(36) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
#portfoilo .portfoilo__item:nth-child(37) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s;
}
#portfoilo .portfoilo__item:nth-child(38) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
#portfoilo .portfoilo__item:nth-child(39) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s;
}
#portfoilo .portfoilo__item:nth-child(40) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
#portfoilo .portfoilo__item:nth-child(41) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s;
}
#portfoilo .portfoilo__item:nth-child(42) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
#portfoilo .portfoilo__item:nth-child(43) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s;
}
#portfoilo .portfoilo__item:nth-child(44) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
#portfoilo .portfoilo__item:nth-child(45) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s;
}
#portfoilo .portfoilo__item:nth-child(46) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
#portfoilo .portfoilo__item:nth-child(47) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s;
}
#portfoilo .portfoilo__item:nth-child(48) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
#portfoilo .portfoilo__item:nth-child(49) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s;
}
#portfoilo .portfoilo__item:nth-child(50) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
#portfoilo .portfoilo__item:nth-child(51) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s;
}
#portfoilo .portfoilo__item:nth-child(52) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
#portfoilo .portfoilo__item:nth-child(53) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s;
}
#portfoilo .portfoilo__item:nth-child(54) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
#portfoilo .portfoilo__item:nth-child(55) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s;
}
#portfoilo .portfoilo__item:nth-child(56) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
#portfoilo .portfoilo__item:nth-child(57) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s;
}
#portfoilo .portfoilo__item:nth-child(58) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
#portfoilo .portfoilo__item:nth-child(59) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s;
}
#portfoilo .portfoilo__item:nth-child(60) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
#portfoilo .portfoilo__item:nth-child(61) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s;
}
#portfoilo .portfoilo__item:nth-child(62) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
#portfoilo .portfoilo__item:nth-child(63) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s;
}
#portfoilo .portfoilo__item:nth-child(64) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
#portfoilo .portfoilo__item:nth-child(65) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s;
}
#portfoilo .portfoilo__item:nth-child(66) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
#portfoilo .portfoilo__item:nth-child(67) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s;
}
#portfoilo .portfoilo__item:nth-child(68) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s;
}
#portfoilo .portfoilo__item:nth-child(69) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s;
}
#portfoilo .portfoilo__item:nth-child(70) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}
#portfoilo .portfoilo__item:nth-child(71) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s;
}
#portfoilo .portfoilo__item:nth-child(72) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s;
}
#portfoilo .portfoilo__item:nth-child(73) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s;
}
#portfoilo .portfoilo__item:nth-child(74) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s;
}
#portfoilo .portfoilo__item:nth-child(75) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s;
}
#portfoilo .portfoilo__item:nth-child(76) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s;
}
#portfoilo .portfoilo__item:nth-child(77) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s;
}
#portfoilo .portfoilo__item:nth-child(78) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s;
}
#portfoilo .portfoilo__item:nth-child(79) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s;
}
#portfoilo .portfoilo__item:nth-child(80) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
#portfoilo .portfoilo__item:nth-child(81) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s;
}
#portfoilo .portfoilo__item:nth-child(82) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s;
}
#portfoilo .portfoilo__item:nth-child(83) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s;
}
#portfoilo .portfoilo__item:nth-child(84) {
  -webkit-animation-delay: 25.2s;
          animation-delay: 25.2s;
}
#portfoilo .portfoilo__item:nth-child(85) {
  -webkit-animation-delay: 25.5s;
          animation-delay: 25.5s;
}
#portfoilo .portfoilo__item:nth-child(86) {
  -webkit-animation-delay: 25.8s;
          animation-delay: 25.8s;
}
#portfoilo .portfoilo__item:nth-child(87) {
  -webkit-animation-delay: 26.1s;
          animation-delay: 26.1s;
}
#portfoilo .portfoilo__item:nth-child(88) {
  -webkit-animation-delay: 26.4s;
          animation-delay: 26.4s;
}
#portfoilo .portfoilo__item:nth-child(89) {
  -webkit-animation-delay: 26.7s;
          animation-delay: 26.7s;
}
#portfoilo .portfoilo__item:nth-child(90) {
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}
#portfoilo .portfoilo__item:nth-child(91) {
  -webkit-animation-delay: 27.3s;
          animation-delay: 27.3s;
}
#portfoilo .portfoilo__item:nth-child(92) {
  -webkit-animation-delay: 27.6s;
          animation-delay: 27.6s;
}
#portfoilo .portfoilo__item:nth-child(93) {
  -webkit-animation-delay: 27.9s;
          animation-delay: 27.9s;
}
#portfoilo .portfoilo__item:nth-child(94) {
  -webkit-animation-delay: 28.2s;
          animation-delay: 28.2s;
}
#portfoilo .portfoilo__item:nth-child(95) {
  -webkit-animation-delay: 28.5s;
          animation-delay: 28.5s;
}
#portfoilo .portfoilo__item:nth-child(96) {
  -webkit-animation-delay: 28.8s;
          animation-delay: 28.8s;
}
#portfoilo .portfoilo__item:nth-child(97) {
  -webkit-animation-delay: 29.1s;
          animation-delay: 29.1s;
}
#portfoilo .portfoilo__item:nth-child(98) {
  -webkit-animation-delay: 29.4s;
          animation-delay: 29.4s;
}
#portfoilo .portfoilo__item:nth-child(99) {
  -webkit-animation-delay: 29.7s;
          animation-delay: 29.7s;
}
#portfoilo .portfoilo__item:nth-child(100) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
#portfoilo .portfoilo__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
#portfoilo .portfoilo__item::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(181, 219, 255, 0.5)), to(rgba(253, 255, 213, 0.5)));
  background: linear-gradient(90deg, rgba(181, 219, 255, 0.5) 0%, rgba(253, 255, 213, 0.5) 100%);
  opacity: 0;
  position: absolute;
  height: calc(100% + 1.5rem);
  width: 0px;
  top: -1.5rem;
  left: -1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#portfoilo .portfoilo__item:hover::before {
  opacity: 1;
  width: calc(100% + 1.5rem);
}
#portfoilo .portfoilo__item .img {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 62rem) {
  #portfoilo .portfoilo__item .img {
    height: 350px;
  }
}
@media (max-width: 48rem) {
  #portfoilo .portfoilo__item .img {
    height: 300px;
  }
}
@media (max-width: 36rem) {
  #portfoilo .portfoilo__item .img {
    height: 250px;
  }
}
#portfoilo .portfoilo__item p {
  margin-bottom: 0rem;
}
#portfoilo .portfoilo__item .tag-row {
  gap: 0.5rem;
}
#portfoilo .portfoilo__item .tag-row .tag {
  color: white;
  border-radius: 5rem;
  padding: 0.3rem 0.8rem;
}

.note {
  color: #FDDB92;
}

.block-row {
  width: 100%;
  gap: 1.5rem;
  position: relative;
}
.block-row section:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media (max-width: 48rem) {
  .block-row section:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.block-row section:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 240px;
}
@media (max-width: 75rem) {
  .block-row section:last-child {
    width: 220px;
  }
}
@media (max-width: 48rem) {
  .block-row section:last-child {
    display: none !important;
  }
}

.btn {
  border-radius: 5rem;
  padding: 0.7rem 2.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.101);
}
@media (max-width: 48rem) {
  .btn {
    padding: 0.6rem 2rem;
  }
}
@media (max-width: 36rem) {
  .btn {
    padding: 0.4rem 1rem;
  }
}
.btn.disabled {
  background-color: #b1b1b1;
  color: #ebebeb;
}
.btn-main {
  background-color: white;
  color: #7f7f7f;
}
.btn-main:hover {
  background-color: #d1ad61;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-sub {
  background-color: transparent;
  border-color: #454545;
  color: #454545;
}
.btn-sub:hover {
  background-color: white;
  border-color: #454545;
  color: #454545;
}
.btn-order {
  background-color: #FDDB92;
  border-radius: 8px;
  color: white;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.4rem 1rem;
  text-decoration: none;
}
@media (max-width: 36rem) {
  .btn-order {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
}
.btn-order:hover {
  background-color: #d1ad61;
  color: white;
  text-decoration: none;
}
.btn-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.btn-more {
  border: 1px solid #FDDB92;
  border-radius: 8px;
  color: #FDDB92;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.4rem 1rem;
  text-decoration: none;
}
@media (max-width: 36rem) {
  .btn-more {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
}
.btn-more:hover {
  background-color: #fff1d3;
  border: 1px solid #FDDB92;
  color: #d1ad61;
  text-decoration: none;
}

.step-process {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 36rem) {
  .step-process {
    padding: 0 15px;
  }
}
.step-process > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
}
@media (max-width: 48rem) {
  .step-process > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step-process > div:not(:first-child) {
  padding-left: 10px;
}
@media (max-width: 48rem) {
  .step-process > div:not(:first-child) {
    padding-left: 0;
  }
}
.step-process > div::before {
  counter-increment: num;
  content: counter(num);
  display: grid;
  place-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100rem;
  border: 2px solid #FDDB92;
  color: #FDDB92;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 62rem) {
  .step-process > div::before {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 14px;
  }
}
@media (max-width: 48rem) {
  .step-process > div::before {
    margin-bottom: 5px;
  }
}
@media (max-width: 36rem) {
  .step-process > div::before {
    height: 24px;
    width: 24px;
    min-width: 24px;
    font-size: 13px;
  }
}
.step-process > div > span {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 48rem) {
  .step-process > div > span {
    line-height: 1.2rem;
    font-size: 13px;
    padding: 0;
  }
}
@media (max-width: 36rem) {
  .step-process > div > span {
    max-width: 54px;
    line-height: 1rem;
  }
}
.step-process > div.active::before {
  background-color: #FDDB92;
  color: white;
}
.step-process::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FDDB92;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 48rem) {
  .step-process::after {
    top: 15px;
  }
}
@media (max-width: 36rem) {
  .step-process::after {
    width: calc(100% - 30px);
    left: 15px;
    top: 12px;
  }
}

label {
  width: 100%;
  color: #7f7f7f;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

input:focus, input:focus-visible {
  outline: 1px solid #FDDB92;
}
input:not([type=submit]) {
  width: 100%;
}
input:not([type=submit])[type=text], input:not([type=submit])[type=number] {
  padding: 0.5rem;
  color: #454545;
  border-radius: 8px;
  border: 1px solid #cacaca;
  background: #fff;
}
input:not([type=submit])[type=text]::-webkit-input-placeholder, input:not([type=submit])[type=number]::-webkit-input-placeholder {
  color: #b1b1b1;
}
input:not([type=submit])[type=text]::-moz-placeholder, input:not([type=submit])[type=number]::-moz-placeholder {
  color: #b1b1b1;
}
input:not([type=submit])[type=text]:-ms-input-placeholder, input:not([type=submit])[type=number]:-ms-input-placeholder {
  color: #b1b1b1;
}
input:not([type=submit])[type=text]::-ms-input-placeholder, input:not([type=submit])[type=number]::-ms-input-placeholder {
  color: #b1b1b1;
}
input:not([type=submit])[type=text]::placeholder, input:not([type=submit])[type=number]::placeholder {
  color: #b1b1b1;
}
input:not([type=submit])[type=text][disabled=true], input:not([type=submit])[type=text]:disabled, input:not([type=submit])[type=number][disabled=true], input:not([type=submit])[type=number]:disabled {
  background-color: #ebebeb;
}
input:not([type=submit])[type=text].date-picker, input:not([type=submit])[type=number].date-picker {
  padding: 0.6rem;
  color: #454545;
  border-radius: 8px;
  border: 1px solid #cacaca;
  display: block;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=submit])[type=text].date-picker:disabled, input:not([type=submit])[type=number].date-picker:disabled {
  background-color: #ebebeb;
}
input:not([type=submit])[type=radio], input:not([type=submit])[type=checkbox] {
  display: none;
}
input:not([type=submit])[type=radio] + label, input:not([type=submit])[type=checkbox] + label {
  position: relative;
  padding-left: 3rem;
  padding-right: 1rem;
  margin: 0.5rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.5rem;
}
input:not([type=submit])[type=radio] + label[for=agree], input:not([type=submit])[type=checkbox] + label[for=agree] {
  font-size: 1rem;
}
input:not([type=submit])[type=radio] + label:hover, input:not([type=submit])[type=checkbox] + label:hover {
  color: #FDDB92;
}
input:not([type=submit])[type=radio] + label::before, input:not([type=submit])[type=checkbox] + label::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  border: 1px solid #cacaca;
  position: absolute;
  left: 10px;
  top: 1px;
  border-radius: 8px;
}
input:not([type=submit])[type=checkbox] + label::before {
  top: 4px;
}
input:not([type=submit])[type=radio] + label::before {
  border-radius: 100rem;
}
input:not([type=submit])[type=checkbox]:checked + label::before {
  background-color: #FDDB92;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
input:not([type=submit])[type=radio]:checked + label::before {
  background-color: #FDDB92;
}
input:not([type=submit])[type=radio]:checked + label::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 100rem;
  position: absolute;
  left: 17px;
  top: 8px;
}
input:not([type=submit])[type=radio]:disabled + label, input:not([type=submit])[type=checkbox]:disabled + label {
  cursor: default;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.25);
}
input:not([type=submit])[type=radio]:disabled + label::before, input:not([type=submit])[type=checkbox]:disabled + label::before {
  border-color: rgba(0, 0, 0, 0.1);
}

textarea {
  padding: 0.5rem;
  color: #454545;
  border-radius: 8px;
  border: 1px solid #cacaca;
  display: block;
  width: 100%;
  background-color: #fff;
}
textarea:focus, textarea:focus-visible {
  outline: 1px solid #FDDB92;
}

select {
  padding: 0.5rem;
  color: #454545;
  border-radius: 8px;
  border: 1px solid #cacaca;
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select:focus, select:focus-visible {
  outline: 1px solid #FDDB92;
}

.notice {
  color: #ca171d;
  font-size: 0.8rem;
  font-weight: 400;
  padding-left: 0.5rem;
}
@media (max-width: 36rem) {
  .notice {
    width: 100%;
    display: block;
    padding-left: 0rem;
  }
}

.recipt2 {
  color: #454545;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
}

.cash {
  background-color: #fff1d3;
  text-align: center;
  padding: 1.5rem 1rem;
}
.cash h2 {
  color: #FDDB92;
  font-size: 1.25rem;
  font-weight: 500;
}
.cash p {
  color: #454545;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 36rem) {
  .cash br {
    display: none;
  }
}

.modal-content {
  border: none;
  border-radius: 1rem;
}
.modal-body {
  padding: 3rem 1.5rem;
}
.modal-body h2 {
  color: #454545;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.modal-body p {
  color: #7f7f7f;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%; /* 1.8rem */
  margin-bottom: 2rem;
}

#tc .modal-header {
  position: relative;
  border: none;
}
#tc .modal-header h1 {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 62rem) {
  #tc .modal-dialog {
    max-width: 90%;
  }
}
@media (max-width: 48rem) {
  #tc .modal-dialog {
    max-width: none;
  }
}
#tc .modal .btn-close {
  position: absolute;
  right: 1rem;
}

#no-order {
  font-size: 2rem;
  color: #b1b1b1;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.pagination {
  gap: 1rem;
}
.pagination .page-item:first-child .page-link {
  background-color: transparent;
}
.pagination .page-item:last-child .page-link {
  background-color: transparent;
}
.pagination .page-item.active .page-link {
  background-color: #FDDB92;
  color: #454545;
}
.pagination .page-link {
  border: none;
  border-radius: 100%;
  aspect-ratio: 1/1;
  min-height: 35px;
  min-width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7f7f7f;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2.5rem;
}
@media (max-width: 75rem) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }
}
@media (max-width: 62rem) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.5rem;
  }
}

ol > li {
  list-style: decimal;
}
ol > li > ol > li {
  list-style: upper-alpha;
}
ol > li > ol > li > ol > li {
  list-style: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li {
  list-style: upper-roman;
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  list-style: lower-roman;
}

ul, ol {
  line-height: 180%;
}
ul.no-style, ol.no-style {
  list-style: none;
  padding: 0;
  margin-bottom: 0rem;
}
ul.no-style ul, ul.no-style ol, ol.no-style ul, ol.no-style ol {
  list-style: none;
  margin: 0.8rem 0.5rem;
  padding-left: 0.8rem;
  border-left: 1px solid #cacaca;
}

.table {
  border: 1px solid #cacaca;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border-width: 1px;
  border-color: #cacaca;
  border-style: solid;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left: 1px solid #cacaca;
}
.table thead th:last-child {
  border-right: 1px solid #cacaca;
}
.table td {
  border: 1px solid #cacaca;
  vertical-align: middle;
  padding: 1rem;
}
.table tbody th {
  background: #cacaca;
  color: #fff;
  vertical-align: middle;
}

.table-style01 {
  border: none;
  text-align: center;
}
.table-style01 td {
  border: none;
}
.table-style01 thead th {
  background: #454545;
  font-weight: 400;
}
.table-style01 tbody th {
  background: #ebebeb;
  color: #454545;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .table-style01 tbody th {
    font-weight: 500;
  }
}
.table-style01 tr {
  border-bottom: 1px solid #cacaca;
}
.table-style01 tr:hover {
  background: #f6f6f6;
}
.table-style01 tfoot {
  text-align: left;
}
.table-style01 tfoot ol {
  margin-bottom: 0rem;
}

.table-style02 thead th {
  background-color: #454545;
  color: white;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 48rem) {
  .table-style02 thead th {
    text-align: left;
  }
}
.table-style02 tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}
.table-style02 tbody td {
  text-align: center;
  border: none;
}
@media (max-width: 48rem) {
  .table-style02 tbody td {
    text-align: right;
    padding: 0.8rem 1rem;
  }
}
.table-style02 tbody td:last-child {
  padding: 1rem;
}
@media (max-width: 36rem) {
  .table-style02 tbody td:last-child {
    padding: 1.8rem 1rem;
  }
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media (max-width: 48rem) {
  .table {
    border: 1px solid #cacaca;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.6rem 0.75rem;
  }
  .table-rwd th {
    font-weight: 600;
  }
  .table-rwd tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd td {
    border: none;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title) ":";
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .table-rwd-2 {
    min-width: 100%;
  }
  .table-rwd-2 thead {
    display: none;
  }
  .table-rwd-2 th,
  .table-rwd-2 td {
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.6rem 0.75rem;
  }
  .table-rwd-2 th {
    font-weight: 600;
  }
  .table-rwd-2 tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd-2 td {
    border: none;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd-2 td[data-title]:before {
    content: attr(data-title) ":";
    text-transform: uppercase;
    float: left;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}
.overflow {
  width: auto;
  overflow-x: auto;
}

@media only screen and (max-width: 48rem) {
  [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.duration__1s {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.duration__2s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay__1ms {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__2ms {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__3ms {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__4ms {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__5ms {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__6ms {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__7ms {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__8ms {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__9ms {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.delay__2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* ----------------------------------------------
   * Generated by Animista on 2023-10-13 15:59:3
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/**
   * ----------------------------------------
   * animation fade-in-top
   * ----------------------------------------
   */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
   * Generated by Animista on 2023-10-13 15:59:56
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/**
   * ----------------------------------------
   * animation fade-in-left
   * ----------------------------------------
   */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
   * Generated by Animista on 2023-10-17 16:14:16
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/**
   * ----------------------------------------
   * animation slide-in-bottom
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-2-26 10:11:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}