@charset "UTF-8";
@import url(notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

.fullimg {
  display: block;
  width: 100%; }

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto; }

.hoverImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.clear {
  clear: both; }

*::placeholder,
select:invalid {
  color: #838383; }

select:valid {
  color: #333333; }

input,
textarea {
  -webkit-appearance: none; }

input,
textarea {
  background: none;
  border: 0;
  font-size: 1rem;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0.75rem 1.25rem;
  line-height: 125%;
  font-family: "Roboto", "Noto Sans TC"; }
  input:focus,
  textarea:focus {
    outline: none; }

label {
  cursor: pointer; }

input[type="radio"] {
  display: none !important; }

input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  top: -0.15rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin-right: 0.5rem;
  border: 1px solid #999999;
  vertical-align: middle;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%; }

input[type="radio"]:checked + label span {
  background: #07B53B;
  border-color: #07B53B; }

input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  top: -0.15rem;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  cursor: pointer;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 0.5rem;
  vertical-align: middle; }

input[type="checkbox"]:checked + label span {
  background: url("../img/icon/icon-check.png") no-repeat center center;
  background-size: contain; }

input[type="checkbox"] {
  display: none !important; }

.swiper-pagination-bullet {
  border-radius: 50% !important; }
  .swiper-pagination-bullet:focus {
    outline: none; }

html {
  font-size: 16px; }

.wrap-all {
  width: 100%; }

.wrap-m {
  width: 1350px;
  margin: 0 auto; }

.wrap-s {
  width: 1100px;
  margin: 0 auto; }

.text-hide {
  display: none; }

select {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #838383;
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans TC";
  background: none;
  border: 1px solid #999999;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 125%;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px; }
  select:focus {
    outline: none; }

.select-wrap {
  display: inline-block;
  position: relative; }

.select-block {
  position: relative;
  border: 1px solid transparent;
  padding: 0;
  line-height: 150%;
  box-sizing: border-box;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: left;
  transition: background 0.5s, color 0.5s, border 0.5s; }
  .select-block:hover {
    cursor: pointer; }
  .select-block p {
    position: relative;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 1rem !important;
    box-sizing: border-box; }
    .select-block p::after {
      z-index: 0;
      position: absolute;
      display: block;
      content: "";
      right: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid transparent;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.5s, border 0.5s;
      right: 1rem;
      transform: translateY(-75%) rotate(135deg); }
  .select-block ul {
    z-index: 1;
    display: none;
    position: absolute;
    padding: 0.5rem 0 !important;
    max-height: 15rem;
    left: -1px;
    width: calc(100% + 2px);
    overflow-y: auto;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; }
    .select-block ul::-webkit-scrollbar {
      width: 3px; }
    .select-block ul::-webkit-scrollbar-track {
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px; }
    .select-block ul::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px; }
    .select-block ul li {
      list-style: none;
      display: block;
      padding: 0.5rem 1rem;
      color: #FFF;
      white-space: nowrap;
      transition: color 0.25s, background 0.25s; }
      .select-block ul li:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.25); }
      .select-block ul li.active {
        background: rgba(255, 255, 255, 0.25); }
  .select-block.down ul {
    border-radius: 0 0 5px 5px;
    top: 100%; }
  .select-block.down p::before {
    bottom: 0; }
  .select-block.up ul {
    border-radius: 5px 5px 0 0;
    bottom: 100%; }
  .select-block.up p::before {
    top: 0; }
  .select-block.show {
    color: #FFF; }
    .select-block.show.down {
      border-radius: 5px 5px 0 0; }
    .select-block.show.up {
      border-radius: 0 0 5px 5px; }
    .select-block.show p {
      z-index: 0;
      position: relative; }
      .select-block.show p::before {
        display: block; }
      .select-block.show p::after {
        transform: translateY(-25%) rotate(-45deg); }
    .select-block.show ul {
      display: block; }
  .select-block.dark {
    border-color: #999999;
    background: none;
    color: #999999; }
    .select-block.dark p::after {
      border-color: #999999; }
    .select-block.dark ul {
      background: #333333; }
      .select-block.dark ul::-webkit-scrollbar-track {
        background-color: #333333; }
      .select-block.dark ul::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.75); }
    .select-block.dark li:hover {
      color: #07B53B; }
    .select-block.dark.show, .select-block.dark:hover {
      background: #333333;
      border-color: #333333; }
      .select-block.dark.show p, .select-block.dark:hover p {
        color: #999999; }
      .select-block.dark.show.up p, .select-block.dark.show.down p, .select-block.dark:hover.up p, .select-block.dark:hover.down p {
        border-color: #999999; }
  .select-block.bright {
    color: #333333;
    border-color: #333333;
    background: #FFF; }
    .select-block.bright p::after {
      border-color: #333333; }
    .select-block.bright ul {
      background: #07B53B; }
      .select-block.bright ul::-webkit-scrollbar-track {
        background-color: #07B53B; }
      .select-block.bright ul::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.5); }
    .select-block.bright li:hover {
      color: #FFF; }
    .select-block.bright.show, .select-block.bright.active, .select-block.bright:hover {
      background: #07B53B;
      border-color: #07B53B; }
      .select-block.bright.show p, .select-block.bright.active p, .select-block.bright:hover p {
        color: #FFF; }
        .select-block.bright.show p::after, .select-block.bright.active p::after, .select-block.bright:hover p::after {
          border-color: #FFF; }
  .select-block.showArrow {
    padding: 0;
    border: 0; }
    .select-block.showArrow::after {
      position: absolute;
      display: block;
      content: "";
      right: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid #999999;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.5s, border 0.5s;
      right: 1rem;
      transform: translateY(-50%) rotate(135deg); }

table {
  width: 100%;
  border: 0 !important; }
  table th, table td {
    padding: 1rem;
    box-sizing: border-box; }
  table th {
    color: #FFF;
    background: #07B53B;
    font-weight: 500;
    text-align: center; }
  table td:first-child {
    background: #ececec; }
  table td {
    text-align: left; }
  table tr {
    background: #f5f5f5; }

ol {
  list-style: decimal;
  margin-left: 1rem; }
  ol ol {
    list-style: lower-roman; }

ul {
  list-style: none;
  margin-left: 1rem; }
  ul ol {
    list-style: lower-roman; }
  ul > li {
    position: relative; }
    ul > li::before {
      position: absolute;
      content: "・";
      left: -1rem;
      color: #07B53B; }

.imageBtn.active [data-hover] {
  display: none !important; }
.imageBtn.active .hoverImg {
  display: block !important; }

.wrap-back {
  margin: 2rem auto; }
  .wrap-back a {
    position: relative;
    margin-left: 1.25rem;
    transition: color 0.5s; }
    .wrap-back a::before {
      position: absolute;
      display: block;
      content: "";
      left: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid #333333;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(-135deg);
      transition: transform 0.5s, border 0.5s;
      transition: transform 0.5s, color 0.5s; }

@media only screen and (min-width: 1025px) {
  .for-m {
    display: none !important; }

  .wrap-back a:hover {
    color: #07B53B; }
    .wrap-back a:hover::before {
      border-color: #07B53B;
      transform: translateX(-0.5rem) translateY(-50%) rotate(-135deg); } }
@media only screen and (max-width: 1440px) {
  html {
    font-size: 15px; }

  .wrap-m {
    width: 1024px; }

  .wrap-s {
    width: 900px; } }
@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important; }

  html {
    font-size: 18px; }

  body {
    margin-top: 50px; }

  .wrap-m {
    width: 768px; }

  .wrap-s {
    width: 640px; }

  .wrap-back {
    margin: 1rem auto; }

  select {
    line-height: 125%;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px; }

  .select-block {
    padding: 0; }
    .select-block::after {
      position: absolute;
      display: block;
      content: "";
      right: -1rem;
      width: 0.35rem;
      height: 0.35rem;
      border: 0.1rem solid #999999;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.5s, border 0.5s;
      right: 1rem;
      transform: translateY(-50%) rotate(135deg); }
    .select-block.dark::after {
      border-color: #999999; }
    .select-block.bright::after {
      border-color: #333333; }

  .select-wrap.bright {
    float: left;
    margin: 1.5% 0;
    width: 49%; }
    .select-wrap.bright:nth-child(2n) {
      margin-left: 2%; }
    .select-wrap.bright .select-block::after {
      border-color: #333333; }
    .select-wrap.bright select {
      width: 100%;
      min-width: auto;
      border-width: 2px;
      border-color: #333333;
      color: #333333;
      margin: 0;
      border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px; } }
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px; }

  .wrap-m {
    width: 640px; }

  .wrap-s {
    width: 500px; } }
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px; }

  .wrap-m {
    width: 480px; }

  .wrap-s {
    width: 425px; } }
@media only screen and (max-width: 480px) {
  .wrap-m {
    width: 375px; }

  .wrap-s {
    width: 345px; } }
@media only screen and (max-width: 375px) {
  html {
    font-size: 14px; }

  .wrap-m {
    width: 320px; }

  .wrap-s {
    width: 300px; } }
@media only screen and (max-width: 320px) {
  html {
    font-size: 13px; }

  .wrap-m {
    width: 300px; }

  .wrap-s {
    width: 280px; } }
.search-tag-result-title {
  border-bottom: 1px solid #ebebeb;
  padding: 3rem 1rem;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem; }
  .search-tag-result-title p {
    display: block;
    color: #333333;
    margin: 0; }
  .search-tag-result-title span {
    color: #07B53B;
    margin: 0 1rem; }
    .search-tag-result-title span::before {
      content: "“"; }
    .search-tag-result-title span::after {
      content: "”"; }
  .search-tag-result-title a {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    top: -0.25rem;
    margin-left: 2rem;
    vertical-align: middle; }

.search-tag-result-none {
  font-size: 2rem;
  color: #838383;
  text-align: center;
  margin: 3rem auto; }

.search-page-block {
  position: relative;
  width: 1350px;
  margin: 10rem auto 5rem auto;
  padding: 3rem;
  background: #ebebeb;
  box-sizing: border-box; }
  .search-page-block input {
    background: #FFF;
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: 1.375rem;
    box-sizing: border-box; }
  .search-page-block a {
    position: absolute;
    top: 50%;
    right: 4.5rem;
    font-size: 2rem;
    color: #999999;
    transform: translateY(-50%); }

.search-page-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  margin: 3rem 0; }
  .search-page-title-block > p {
    flex-grow: 1;
    margin-right: 1rem;
    font-weight: bold;
    font-size: 1.375rem; }
  .search-page-title-block .selected-select-wrap p, .search-page-title-block .selected-select-wrap .selected-select {
    display: inline-block; }
  .search-page-title-block .selected-select-wrap .selected-select {
    min-width: 12rem; }
  .search-page-title-block .selected-select-wrap p {
    margin-right: 1rem; }

.search-page-content-wrap > a {
  display: block;
  padding: 1.5rem 3rem;
  transition: background 0.5s;
  text-align: justify; }
  .search-page-content-wrap > a p {
    color: #07B53B;
    font-size: 1.375rem; }
  .search-page-content-wrap > a span {
    display: block;
    color: #838383;
    margin: 0.5rem 0; }

.search-writer-wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: 3rem auto;
  padding: 3rem 5rem;
  border: 1px solid #07B53B;
  box-sizing: border-box; }
.search-writer-wrap .search-writer-info {
  text-align: center; }
  .search-writer-wrap .search-writer-info .search-writer-info-img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  .search-writer-wrap .search-writer-info .search-writer-info-name {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 1.375rem;
    margin: 1rem 0;
    transition: color 0.5s; }
.search-writer-wrap .search-writer-content {
  flex: 1 0 0;
  margin-left: 10%; }

.search-page-more-block {
  text-align: center;
  margin: 3rem auto 5rem auto; }

.search-page-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) {
    .search-page-more:hover {
      cursor: pointer;
      background: #07B53B;
      color: #FFF;
      border-color: #07B53B; } }

.search-page-bottom {
  margin: 3rem auto 5rem auto; }
  .search-page-bottom > p {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #07B53B;
    padding: 0 3rem; }
  .search-page-bottom a {
    display: inline-block;
    width: 33%;
    padding: 0 3rem;
    box-sizing: border-box; }
    .search-page-bottom a:not(:first-child):not(:last-child) {
      border: 2px dotted #CCC;
      border-top: 0;
      border-bottom: 0; }
    .search-page-bottom a img {
      display: inline-block;
      width: 24%;
      vertical-align: middle;
      border-radius: 50%;
      -ms-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%; }
    .search-page-bottom a div {
      display: inline-block;
      width: 68%;
      margin-left: 5%;
      vertical-align: middle; }
      .search-page-bottom a div p {
        position: relative;
        font-weight: bold;
        font-size: 1.375rem;
        margin-bottom: 0.1rem;
        transition: color 0.5s;
        vertical-align: middle; }
        .search-page-bottom a div p::after {
          position: absolute;
          display: block;
          content: "";
          right: -1rem;
          width: 0.35rem;
          height: 0.35rem;
          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;
          position: relative;
          display: inline-block;
          top: auto; }

.search-nothing .search-page-title-block > div,
.search-nothing .search-page-content-wrap,
.search-nothing .search-page-more-block {
  display: none; }
.search-nothing .search-page-title-block > p {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 5rem; }

.type-none {
  font-size: 2rem;
  color: #838383;
  text-align: center;
  padding: 3rem 0; }

@media only screen and (min-width: 1025px) {
  .search-page-content-wrap a:hover {
    background: #eeeeee; }

  .search-page-bottom a:hover div p {
    color: #07B53B; }
    .search-page-bottom a:hover div p::after {
      border-color: #07B53B;
      transform: translateX(0.5rem) translateY(-50%) rotate(45deg); }

  .search-writer-info-name:hover {
    color: #07B53B; } }
@media only screen and (max-width: 1440px) {
  .search-page-block {
    width: 1024px; } }
@media only screen and (max-width: 1024px) {
  .search-tag-result-title a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    margin: 1rem auto 0 auto; }

  .search-page-block {
    width: 100%;
    margin: 50px auto 3rem auto;
    padding: 3rem 1.5rem; }
    .search-page-block input {
      padding: 1.5rem; }
    .search-page-block a {
      right: 3rem; }

  .search-page-title-block {
    display: block;
    padding: 0;
    text-align: center; }
    .search-page-title-block > p {
      margin: 0 0 1rem 0; }
    .search-page-title-block .selected-select-wrap .select-wrap {
      float: none;
      vertical-align: middle; }
    .search-page-title-block .selected-select-wrap p {
      margin: 0;
      vertical-align: middle; }

  .search-page-content-wrap > a {
    padding: 0;
    margin: 3rem 0; }

  .search-writer-wrap > div {
    display: block;
    width: 100%;
    margin: 3rem auto;
    padding: 1.5rem 3rem; }
  .search-writer-wrap .search-writer-info .search-writer-info-img {
    margin: auto; }
  .search-writer-wrap .search-writer-info .search-writer-info-name {
    text-align: left; }
    .search-writer-wrap .search-writer-info .search-writer-info-name br {
      content: "";
      margin-left: 1rem; }
  .search-writer-wrap .search-writer-content {
    margin: 0; }

  .search-page-more-block {
    margin: 3rem auto 5rem auto; }

  .search-page-bottom {
    text-align: center;
    margin: 3rem auto; }
    .search-page-bottom > p {
      font-size: 1.75rem;
      margin-bottom: 1.5rem; }
    .search-page-bottom a {
      width: 27.5%;
      margin: 0;
      padding: 0; }
      .search-page-bottom a:not(:first-child):not(:last-child) {
        border: 0;
        margin: 0 5%; }
      .search-page-bottom a img {
        display: block;
        width: 80%;
        margin: auto; }
      .search-page-bottom a div {
        display: block;
        width: 100%;
        text-align: center;
        margin: 1rem 0; }
        .search-page-bottom a div span {
          display: none; }
        .search-page-bottom a div p {
          left: -0.5rem;
          font-size: 1rem; }
          .search-page-bottom a div p::after {
            right: -0.5rem; } }
@media only screen and (max-width: 480px) {
  .search-tag-result-none,
  .search-tag-result-title {
    font-size: 1.75rem; }

  .search-page-bottom a img {
    width: 100%; }
  .search-page-bottom a div p {
    font-size: 1rem; } }

/*# sourceMappingURL=search.css.map */
