@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.faq-wrap {
  width: 1350px;
  margin: auto;
  margin: 3rem auto;
  text-align: center;
}
.faq-wrap .faq-inner {
  width: 100%;
  text-align: left;
}
.faq-wrap .title-block > div {
  width: 90%;
  margin: auto;
  margin-top: 5rem;
}
.faq-wrap h2 {
  font-size: 2rem;
}

.faq-block {
  margin-bottom: 5rem;
}
.faq-block > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5rem auto 1.5rem auto;
  gap: 6%;
}
.faq-block h3.title {
  font-size: 2rem;
  font-weight: normal;
  color: #07B53B;
}
.faq-block a.plus {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #999999;
  transition: color 0.5s;
  box-sizing: border-box;
}
.faq-block a.plus::after {
  position: absolute;
  display: block;
  content: "";
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #333333;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s, border 0.5s;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.5s;
}
.faq-block h4 {
  font-size: 1.375rem;
  font-weight: normal;
}
.faq-block .q-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  color: #07B53B;
  font-size: 0.8rem;
  border: 1px solid #07B53B;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
}

.faq-more-btn-block {
  margin: 0;
}
.faq-more-btn-block .faq-more-btn {
  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) {
  .faq-more-btn-block .faq-more-btn:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.faq-detail-block {
  width: 100%;
  margin: 1.5rem 0 5rem 0;
  text-align: left;
  vertical-align: top;
}
.faq-detail-block h2.title,
.faq-detail-block h3.title {
  font-size: 2rem;
  font-weight: normal;
  color: #07B53B;
}
.faq-detail-block h2.title {
  position: relative;
  padding-left: 2.5rem;
}
.faq-detail-block h2.title::after {
  content: "?";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  color: #07B53B;
  font-size: 1rem;
  border: 2px solid #07B53B;
  transform: translateY(-45%);
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.faq-detail-block .faq-q {
  position: relative;
}
.faq-detail-block .faq-q .q-num {
  position: absolute;
  left: 0.25rem;
  color: #07B53B;
  text-align: center;
  font-size: 1.375rem;
  top: 0.95rem;
  line-height: 2rem;
}
.faq-detail-block .faq-q a.plus {
  display: block;
  position: relative;
  border-bottom: 1px solid #999999;
  padding: 1rem 2.5rem;
  line-height: 2rem;
  transition: color 0.5s;
}
.faq-detail-block .faq-q a.plus h3,
.faq-detail-block .faq-q a.plus h4 {
  font-size: 1.375rem;
  font-weight: normal;
}
.faq-detail-block .faq-q a.plus span {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.faq-detail-block .faq-q a.plus::after {
  position: absolute;
  display: block;
  content: "";
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #333333;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s, border 0.5s;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.5s;
}
.faq-detail-block .faq-q .faq-detail-title {
  font-size: 1.375rem;
  padding: 1.5rem 0;
  line-height: 2rem;
}
.faq-detail-block .faq-a {
  position: relative;
  padding: 1.5rem 2.5rem;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.faq-detail-block .faq-a article {
  text-align: justify;
}
.faq-detail-block .faq-a article a {
  color: #377ff3;
  margin: 0;
  text-decoration: underline;
}
.faq-detail-block .faq-a article h1 {
  font-size: 2.375rem;
}
.faq-detail-block .faq-a article h2 {
  font-size: 2rem;
}
.faq-detail-block .faq-a article h3 {
  font-size: 1.375rem;
}
.faq-detail-block .faq-a article h4, .faq-detail-block .faq-a article h5, .faq-detail-block .faq-a article h6 {
  font-size: 1rem;
}
.faq-detail-block .faq-a article img {
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  max-width: 100%;
}
.faq-detail-block .faq-detail-back {
  text-align: center;
  margin-top: 3rem;
}
.faq-detail-block .faq-detail-back a {
  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) {
  .faq-detail-block .faq-detail-back a:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.yt-wrap {
  margin: 1.5rem 0;
}
.yt-wrap .yt-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.yt-wrap .yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy-input {
  z-index: -1;
  position: absolute;
  top: -99rem;
  transform: scale(0);
}

.faq-search-input-wrap .faq-search-input-block {
  position: relative;
  border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #999999;
  width: 20rem;
  margin: 1rem auto;
}
.faq-search-input-wrap .faq-search-input-block input {
  border: 0;
  width: 100%;
  padding-right: 5rem;
  box-sizing: border-box;
}
.faq-search-input-wrap .faq-search-input-block .faq-search-clear,
.faq-search-input-wrap .faq-search-input-block .faq-search-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.5rem;
  transform: translateY(-50%);
}
.faq-search-input-wrap .faq-search-input-block .faq-search-clear::before,
.faq-search-input-wrap .faq-search-input-block .faq-search-btn::before {
  display: none;
}
.faq-search-input-wrap .faq-search-input-block .faq-search-clear {
  right: 3rem;
  width: 1.25rem;
}

.faq-search-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  border-bottom: 1px solid #999999;
  padding: 0 1rem 1.5rem 1rem;
}
.faq-search-tab a {
  display: block;
  transition: color 0.5s;
}
.faq-search-tab a.active {
  font-weight: bold;
  color: #07B53B;
}

.faq-search-q a {
  display: block;
  margin: 1.5rem 0;
  padding: 0 1rem;
  transition: color 0.5s;
}
.faq-search-q a .faq-q {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
  transition: color 0.5s;
}
.faq-search-q a .faq-q .highlight {
  color: #07B53B;
}
.faq-search-q .faq-search-q-none {
  font-size: 2rem;
  padding: 3rem 0;
  text-align: center;
  font-weight: bold;
  color: #999999;
}

@media only screen and (min-width: 1025px) {
  .faq-detail-block a.plus:hover {
    color: #07B53B;
  }
  .faq-detail-block a.plus:hover::after {
    border-color: #07B53B;
    right: 0.5rem;
  }
  .faq-detail-block .faq-a .btn-copy:hover {
    color: #07B53B;
  }
  .faq-detail-block .faq-a .btn-copy:hover::after {
    background: url(../img/icon/icon-copy-green.png) no-repeat center center;
    background-size: contain;
  }
  .faq-block a.plus:hover {
    color: #07B53B;
  }
  .faq-block a.plus:hover::after {
    border-color: #07B53B;
    right: 0.5rem;
  }
  .faq-search-tab a:hover {
    color: #07B53B;
  }
  .faq-search-q a:hover {
    color: #07B53B;
  }
  .faq-search-q a:hover .faq-q {
    color: #07B53B;
  }
}
@media only screen and (max-width: 1440px) {
  .faq-wrap {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-wrap {
    width: 768px;
  }
  .faq-wrap .title-block > div {
    width: 100%;
    margin-top: 3rem;
  }
  .faq-block {
    margin-bottom: 3rem;
  }
  .faq-block > div {
    display: block;
    margin: 0.5rem auto 1.5rem auto;
    gap: 0;
  }
  .faq-block a.plus {
    display: block;
    width: 100%;
  }
  .faq-more-btn-block {
    text-align: center;
  }
  .faq-detail-block .faq-a {
    padding: 1.5rem 0;
  }
  .faq-detail-block .faq-a article {
    text-align: justify;
  }
  .faq-detail-block .faq-a article h1 {
    font-size: 2rem;
  }
  .faq-detail-block .faq-a article h2 {
    font-size: 1.75rem;
  }
  .faq-search-input-wrap .faq-search-input-block {
    width: 100%;
    max-width: 24rem;
  }
  .faq-search-tab {
    padding: 0 0 1.5rem 0;
    gap: 1rem;
  }
  .faq-search-q a {
    padding: 0;
  }
  .faq-search-q .faq-search-q-none {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .faq-wrap {
    width: 640px;
  }
}
@media only screen and (max-width: 640px) {
  .faq-wrap {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-wrap {
    width: 375px;
  }
  .faq-wrap h2,
  .faq-detail-block h2.title,
  .faq-block h3.title {
    font-size: 1.75rem;
  }
  .faq-detail-block .faq-q a.plus {
    padding: 1rem 2.5rem;
  }
  .faq-detail-block .faq-q a.plus h3,
  .faq-detail-block .faq-q a.plus h4 {
    font-size: 1rem;
  }
  .faq-detail-block .faq-q .q-num {
    top: 1rem;
    left: 0.5rem;
    font-size: 1rem;
  }
  .faq-detail-block .faq-a {
    padding: 1rem 0 1.5rem 0;
  }
  .faq-block a.plus {
    padding: 1rem 2.5rem;
  }
  .faq-block h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .faq-wrap {
    width: 320px;
  }
}
@media only screen and (max-width: 320px) {
  .faq-wrap {
    width: 300px;
  }
}/*# sourceMappingURL=faq.css.map */