/* Minification failed. Returning unminified contents.
(377,21): run-time error CSS1030: Expected identifier, found '.'
(377,66): run-time error CSS1031: Expected selector, found ')'
(377,66): run-time error CSS1025: Expected comma or open brace, found ')'
(380,21): run-time error CSS1030: Expected identifier, found '.'
(380,66): run-time error CSS1031: Expected selector, found ')'
(380,66): run-time error CSS1025: Expected comma or open brace, found ')'
(464,27): run-time error CSS1030: Expected identifier, found '.'
(464,84): run-time error CSS1031: Expected selector, found ')'
(464,84): run-time error CSS1025: Expected comma or open brace, found ')'
(467,27): run-time error CSS1030: Expected identifier, found '.'
(467,84): run-time error CSS1031: Expected selector, found ')'
(467,84): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.sgroup a {
    cursor:pointer;
}

.float-right{
    float:right;
}

.text-right{
    text-align:right;
}

.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-black{
    color:black;
}

.gplace {
}
    .gplace a, .gplace a:hover {
        text-decoration: none !important;
    }

    .gplace .card-body > p, .gplace .card-body > div {
        margin-bottom: 2px;
    }

    .gplace p > span:first-child {
        margin-right: 3px;
        font-weight: bolder;
    }

    .gplace p > span:nth-of-type(2) {

    }

    .gplace .weekopen p {
        font-weight: bolder;
    }

    .error__content {
        padding: 0 0.9375rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: auto;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .error__content h1 {
        color: #cacedb;
        font-weight: 700;
        font-size: 3.75rem;
        margin-bottom: 1.5625rem;
    }

    .error__content h2 {
        font-weight: 500;
        font-size: 2.1875rem;
        margin-bottom: 0.625rem;
        color: #3d5170;
        font-weight: bolder;
    }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: Microsoft JhengHei, sans-serif;
  line-height: 1.5;
  background-color: #f5f5f5;
}

iframe {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

.shadow:hover {
  -webkit-box-shadow: 0px 3px 8px #b8b8b8 !important;
          box-shadow: 0px 3px 8px #b8b8b8 !important;
}

.typeOptionDotBtn {
  cursor: pointer;
}

.typeOptionDot {
  width: 1.5rem;
  text-align: center;
}

.typeOptions {
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #898989;
  z-index: 2;
  display: none;
}
.typeOptions li {
  font-size: 0.875rem;
}
.typeOptions li:hover {
  background-color: #00a550;
  color: #fff;
}

.typeOptions.show {
  display: block;
}

.type1 {
  margin-bottom: 10px;
}

.type1Box a {
  display: block;
  color: #3E3A39;
}
.type1Box a:hover {
  text-decoration: underline;
}
.type1Box h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.type1BoxImg {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
}
.type1BoxImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.type1Icon {
  background-color: #ddd;
  aspect-ratio: 1/1;
  width: 25px;
  overflow: hidden;
  margin-right: 10px;
}
.type1Icon + span {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .type1Icon + span {
    font-size: 0.75rem;
  }
}

.type1Option {
  cursor: pointer;
}

.type2Box a {
  display: block;
  color: #3E3A39;
}
.type2Box a:hover h2 {
  text-decoration: underline;
}
.type2Box h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.type2BoxImg {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.type2BoxImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.type3Icon {
  width: 35px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-color: #fff;
}
.type3Icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.type3InfoText {
  font-size: 0.75rem;
}

.type3InfoTextBread span + span::before {
  content: ">";
  right: 0;
}

.type3Content a {
  color: #3E3A39;
}
.type3Content a:hover h2 {
  text-decoration: underline;
}
.type3Content h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.articleDate {
  color: #898989;
}
.articleDate::after {
  content: "-";
}

.type3ContentP {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.copyright {
  color: #898989;
  font-size: 0.875rem;
}

.searchContainer {
  max-width: 560px;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .searchContainer {
    padding: 80px 10px;
  }
}

.searchInputRow {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.searchInputRow::before {
  content: "";
  width: 0%;
  height: 10%;
  background-color: #00a550;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.searchInputRow input {
  outline: none;
  border: none;
  background-color: transparent;
}
.searchInputRow input:focus, .searchInputRow input:focus-within {
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.searchInputRow .btn {
  background-color: #00a550;
  color: #fff;
}
.searchInputRow .btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.searchInputRow:has(.searchInput:focus-within, .searchInput:focus) {
  border: 1px solid #00a550;
}
.searchInputRow:has(.searchInput:focus-within, .searchInput:focus)::before {
  width: 100%;
}

.yamEnterprise {
  padding: 10px;
  border-radius: 10px;
  border-left: 1px solid #ddd;
  border: 1px solid #ddd;
  overflow: hidden;
}
.yamEnterprise p {
  color: #3E3A39;
  margin: 10px 0;
  font-size: 1rem;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .yamEnterprise p {
    font-size: 0.875rem;
  }
}
.yamEnterprise:hover {
  -webkit-box-shadow: 1px 2px 5px #898989;
          box-shadow: 1px 2px 5px #898989;
}

.searchResultContainer {
  padding: 100px 20px;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .searchResultContainer {
    padding: 80px 10px;
  }
}

.searchResultInputRow {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
}
.searchResultInputRow::before {
  content: "";
  width: 0%;
  height: 10%;
  background-color: #00a550;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.searchResultInputRow input {
  outline: none;
  border: none;
  background-color: transparent;
}
.searchResultInputRow input:focus, .searchResultInputRow input:focus-within {
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid #00a550;
}
.searchResultInputRow .btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.searchResultInputRow .btn:first-of-type {
  background-color: #00a550;
  color: #fff;
}

.searchResultClose {
  background-color: #fff;
}
.searchResultClose:hover {
  color: #00a550;
}

.searchResultInputRow:has(.searchResultInput:focus-within, .searchResultInput:focus) {
  border: 1px solid #00a550;
}
.searchResultInputRow:has(.searchResultInput:focus-within, .searchResultInput:focus)::before {
  width: 100%;
}

.searchResultTypeNav a {
  color: #3E3A39;
  border-radius: 10px 10px 0 0;
}
.searchResultTypeNav a:hover {
  color: #00a550;
}
.searchResultTypeNav a.active {
  color: #fff;
  background-color: #00a550;
}

.resultIntroCard a {
  color: #00a550;
}
.resultIntroCard a:hover {
  text-decoration: underline;
}
