@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.manual-wrap,
.terms-wrap,
.download-wrap {
  width: 1100px;
  margin: auto;
}

.manual-wrap,
.terms-wrap,
.download-wrap {
  margin: 3rem auto 5rem auto;
}
.manual-wrap .title-block > div,
.terms-wrap .title-block > div,
.download-wrap .title-block > div {
  width: 90%;
  margin: auto;
  margin-top: 3rem;
}
.manual-wrap p.title,
.terms-wrap p.title,
.download-wrap p.title {
  font-size: 1.375rem;
  margin-bottom: 5rem;
  margin-top: 4rem;
}
.manual-wrap h2,
.terms-wrap h2,
.download-wrap h2 {
  font-size: 2rem;
}
.manual-wrap .manual-swiper-wrap,
.terms-wrap .manual-swiper-wrap,
.download-wrap .manual-swiper-wrap {
  position: relative;
}
.manual-wrap .card-wrapper,
.terms-wrap .card-wrapper,
.download-wrap .card-wrapper {
  justify-content: flex-start;
}
.manual-wrap .card-slide,
.terms-wrap .card-slide,
.download-wrap .card-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 10rem !important;
  padding: 0.5rem;
  text-align: center;
  box-sizing: border-box;
}
.manual-wrap .card-slide h3,
.terms-wrap .card-slide h3,
.download-wrap .card-slide h3 {
  font-size: 2rem;
  line-height: 125%;
}
.manual-wrap .card-slide h3 p,
.terms-wrap .card-slide h3 p,
.download-wrap .card-slide h3 p {
  font-size: 1rem;
  color: #07B53B;
  margin-top: 0.25rem;
  font-weight: normal;
  line-height: normal;
}
.manual-wrap .card-slide::after,
.terms-wrap .card-slide::after,
.download-wrap .card-slide::after {
  bottom: 0.75rem;
  right: 1.5rem;
}

.terms-wrap {
  margin: 5rem auto 10rem auto;
}
.terms-wrap .card-slide h3 {
  font-weight: normal;
}

.manual-info-wrap {
  margin: 5rem auto;
}
.manual-info-wrap h2.title {
  font-size: 2rem;
  color: #07B53B;
}
.manual-info-wrap .manual-info-a-wrap {
  margin: 1.5rem auto;
}
.manual-info-wrap .manual-info-a-wrap a {
  position: relative;
  display: block;
  border-top: 1px solid #999999;
  padding: 1.5rem 0;
}
.manual-info-wrap .manual-info-a-wrap a:first-child {
  border: 0;
}
.manual-info-wrap .manual-info-a-wrap a::after {
  position: absolute;
  display: block;
  content: "";
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #838383;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s, border 0.5s;
  right: 2rem;
}
.manual-info-wrap .manual-info-a-wrap a span {
  display: inline-block;
  color: #838383;
  width: 8rem;
  vertical-align: middle;
}
.manual-info-wrap .manual-info-a-wrap a h3 {
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 12rem);
  margin-left: 1rem;
  vertical-align: middle;
}
.manual-info-wrap .manual-info-a-wrap a.new h3::before {
  content: "NEW";
  display: inline-block;
  position: relative;
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem;
  color: #07B53B;
  border: 1px solid #07B53B;
  margin-right: 0.5rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.manual-info-more-block {
  text-align: center;
  margin: 3rem auto;
}

.manual-info-more {
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
}
@media only screen and (min-width: 1025px) {
  .manual-info-more:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

@media only screen and (min-width: 1025px) {
  .manual-wrap .card-slide,
  .terms-wrap .card-slide,
  .download-wrap .card-slide {
    border: 1px solid #999999;
    box-shadow: none;
  }
  .manual-info-wrap .manual-info-a-wrap a {
    transition: color 0.5s;
  }
  .manual-info-wrap .manual-info-a-wrap a::after {
    transition: right 0.5s;
  }
  .manual-info-wrap .manual-info-a-wrap a:hover {
    color: #07B53B;
  }
  .manual-info-wrap .manual-info-a-wrap a:hover::after {
    right: 1rem;
  }
  .manual-wrap .card-slide,
  .terms-wrap .card-slide,
  .download-wrap .card-slide {
    transition: background 0.5s;
  }
  .manual-wrap .card-slide h3,
  .manual-wrap .card-slide h3 p,
  .terms-wrap .card-slide h3,
  .terms-wrap .card-slide h3 p,
  .download-wrap .card-slide h3,
  .download-wrap .card-slide h3 p {
    transition: color 0.5s;
  }
  .manual-wrap .card-container .card-slide:hover,
  .terms-wrap .card-container .card-slide:hover,
  .download-wrap .card-container .card-slide:hover {
    background: #07B53B;
  }
  .manual-wrap .card-container .card-slide:hover h3,
  .manual-wrap .card-container .card-slide:hover h3 p,
  .terms-wrap .card-container .card-slide:hover h3,
  .terms-wrap .card-container .card-slide:hover h3 p,
  .download-wrap .card-container .card-slide:hover h3,
  .download-wrap .card-container .card-slide:hover h3 p {
    color: #FFF;
  }
  .manual-wrap .card-container .card-slide:hover::after,
  .terms-wrap .card-container .card-slide:hover::after,
  .download-wrap .card-container .card-slide:hover::after {
    background: url("../img/icon/icon-arrow-more-white.png") no-repeat center center;
    background-size: contain;
    transform: none;
  }
}
@media only screen and (max-width: 1440px) {
  .manual-wrap,
  .terms-wrap,
  .download-wrap {
    width: 900px;
  }
  .manual-wrap .card-slide {
    height: 9rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .manual-wrap,
  .terms-wrap,
  .download-wrap {
    width: 100%;
    overflow: hidden;
  }
  .title-block,
  .manual-swiper-container {
    width: 768px;
    margin: auto;
  }
  .manual-wrap .title-block > div,
  .terms-wrap .title-block > div,
  .download-wrap .title-block > div {
    width: 100%;
  }
  .manual-wrap .card-container,
  .terms-wrap .card-container,
  .download-wrap .card-container {
    padding-bottom: 3rem;
  }
  .manual-wrap .card-slide,
  .terms-wrap .card-slide,
  .download-wrap .card-slide {
    height: 15rem !important;
  }
  .manual-wrap .card-slide h3,
  .terms-wrap .card-slide h3,
  .download-wrap .card-slide h3 {
    font-size: 2.5rem;
    font-weight: 500;
  }
  .manual-wrap .card-slide h3 p,
  .terms-wrap .card-slide h3 p,
  .download-wrap .card-slide h3 p {
    font-size: 1.375rem;
    margin-top: 0.25rem;
    font-weight: normal;
  }
  .manual-wrap .card-slide::after,
  .terms-wrap .card-slide::after,
  .download-wrap .card-slide::after {
    bottom: 1.5rem;
    right: 2rem;
  }
  .manual-wrap p.title {
    font-size: 1rem;
    margin: 0 0 3rem 0;
  }
  .manual-wrap .title-block > div {
    margin-top: 3rem;
  }
  .download-wrap .title-block > div {
    margin-top: 3rem;
  }
  .download-wrap p.title {
    margin: 3rem 0 0 0;
  }
  .terms-wrap,
  .download-wrap {
    margin: 0 auto 5rem auto;
  }
  .terms-wrap .card-container-noswiper,
  .download-wrap .card-container-noswiper {
    padding: 0;
  }
  .terms-wrap .card-container-noswiper .card-wrapper,
  .download-wrap .card-container-noswiper .card-wrapper {
    margin: 0;
  }
  .terms-wrap .card-slide,
  .download-wrap .card-slide {
    height: 12rem !important;
    border: 1px solid #999999;
    box-shadow: none;
  }
  .manual-info-wrap {
    margin: 3rem auto;
  }
  .manual-info-wrap h2.title {
    font-size: 1.75rem;
  }
  .manual-info-wrap .manual-info-a-wrap {
    margin: 0 auto;
  }
  .manual-info-wrap .manual-info-a-wrap a {
    padding: 2rem 0;
  }
  .manual-info-wrap .manual-info-a-wrap a:first-child {
    border: 0;
  }
  .manual-info-wrap .manual-info-a-wrap a::after {
    display: none;
  }
  .manual-info-wrap .manual-info-a-wrap a span {
    position: relative;
    display: block;
    width: 100%;
  }
  .manual-info-wrap .manual-info-a-wrap a h3 {
    position: relative;
    display: block;
    width: 95%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .manual-info-wrap .manual-info-a-wrap a h3::after {
    position: absolute;
    display: block;
    content: "";
    right: -1rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.1rem solid #838383;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.5s, border 0.5s;
    right: -2.5%;
  }
  .manual-info-wrap .manual-info-a-wrap a.new h3::before {
    display: none;
  }
  .manual-info-wrap .manual-info-a-wrap a.new span::before {
    content: "NEW";
    display: inline-block;
    position: absolute;
    padding: 0.1rem 0.5rem;
    top: 50%;
    right: 2.5%;
    color: #07B53B;
    font-size: 0.8rem;
    border: 1px solid #07B53B;
    margin-right: 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translateY(-50%);
  }
  .manual-info-more-block {
    margin: 0.5rem auto 3rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .title-block,
  .manual-swiper-container {
    width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  .title-block,
  .manual-swiper-container {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .title-block,
  .manual-swiper-container {
    width: 375px;
  }
  .terms-wrap .card-slide h3 {
    font-size: 2rem;
  }
  .manual-wrap h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 375px) {
  .title-block,
  .manual-swiper-container {
    width: 320px;
  }
}
@media only screen and (max-width: 320px) {
  .title-block,
  .manual-swiper-container {
    width: 300px;
  }
}/*# sourceMappingURL=manual.css.map */