@charset "UTF-8";
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

#options {
  width: 100% !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #options {
    display: none;
  }
}
#options .dd-selected-image, #options .dd-option-image {
  max-width: 170px !important;
  float: none !important;
  margin-right: 0;
}
#options .dd-selected, #options .dd-option-selected, #options .dd-option {
  text-align: center;
  background: #ffffff;
}
#options .dd-option {
  padding: 1.1rem !important;
}
#options .dd-select, #options .dd-options {
  width: 100% !important;
}
#options .dd-option-text {
  line-height: 1.2 !important;
  color: #8b8b8b;
}
#options .dd-select {
  padding: 0.5rem 0;
  background-color: #ffffff !important;
}
#options .dd-options li:nth-child(5) .dd-option {
  padding: 1.1rem 0 1.3rem 0 !important;
}
#options .dd-selected .dd-selected-text {
  color: #8b8b8b;
}

.document-part {
  width: 80%;
  margin: auto;
  text-align: center;
}
.document-part h3 {
  padding: 10px 0;
  color: #828282;
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 224, 224)), color-stop(52%, rgb(242, 242, 242)), to(rgb(224, 224, 224)));
  background: linear-gradient(to right, rgb(224, 224, 224) 0%, rgb(242, 242, 242) 52%, rgb(224, 224, 224) 100%);
}
@media (min-width: 992px) {
  .document-part h3 {
    padding: 5px 15px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #666666;
    letter-spacing: 1px;
    border-radius: 50em;
  }
}
.document-part .document-meun-PC {
  display: none;
  padding: 2.5rem 1rem;
  margin-bottom: 3rem;
  width: 100%;
  background-color: #f2f4f5;
  border-radius: 50em;
}
@media (min-width: 992px) {
  .document-part .document-meun-PC {
    display: block;
  }
}
.document-part .document-meun-PC p {
  display: inline;
  color: #959595;
}
.document-part .document-meun-PC__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
.document-part .document-meun-PC__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  width: min(20%, 263px);
  height: 85px;
  border-radius: 8px;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.08), -0.5rem -0.5rem 1rem #fff;
          box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.08), -0.5rem -0.5rem 1rem #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
}
.document-part .document-meun-PC__list li.active, .document-part .document-meun-PC__list li:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 239, 239)), color-stop(60%, rgb(255, 255, 255)), to(rgb(249, 249, 249)));
  background: linear-gradient(0, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 60%, rgb(249, 249, 249) 100%);
}
.document-part .document-meun-PC__list li.active {
  height: 100px;
}
.document-part .document-meun-PC__list li.active img {
  width: 100%;
}
.document-part .document-meun-PC__list li.active:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.document-part .document-meun-PC__list li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.document-part .document-meun-PC__list li:hover img {
  width: 88%;
}
.document-part .document-meun-PC__list li.p-p3hb89.active img {
  width: 90%;
}
.document-part .document-meun-PC__list li:last-child {
  margin-right: 0;
}
.document-part .document-meun-PC__list li.p-p3.active {
  -webkit-box-shadow: 0 0 5px #058dad;
          box-shadow: 0 0 5px #058dad;
}
.document-part .document-meun-PC__list li.p-s.active {
  -webkit-box-shadow: 0 0 5px #fe7e3a;
          box-shadow: 0 0 5px #fe7e3a;
}
.document-part .document-meun-PC__list li.p-plusC.active {
  -webkit-box-shadow: 0 0 5px #e75995;
          box-shadow: 0 0 5px #e75995;
}
.document-part .document-meun-PC__list li.p-gutarget.active {
  -webkit-box-shadow: 0 0 5px #252525;
          box-shadow: 0 0 5px #252525;
}
.document-part .document-meun-PC__list li img {
  width: 90%;
  margin: auto;
}
@media (min-width: 1400px) {
  .document-part .document-meun-PC__list li img {
    width: min(80%, 180px);
  }
}
.document-part .sgs-datahint {
  display: none;
}
@media (min-width: 992px) {
  .document-part .document-list__title {
    text-align: left;
    margin-left: 5px;
  }
  .document-part .document-list__title h3 {
    display: inline;
  }
}
.document-part .document-list__title div {
  text-align: left;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .document-part .document-list__title div {
    display: inline;
  }
}
.document-part .document-list__title div span {
  color: #999999;
}
.document-part .select {
  width: 100%;
  height: 60px;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  color: #a5b194;
  text-align: center;
  background-color: #f8faf6;
  border: 1px solid #a0b880;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.document-part .document-list .sgs-morebtn {
  display: none;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .document-part .document-list .sgs-morebtn {
    margin-top: 1.5rem;
  }
}
.document-part .document-list .sgs-morebtn__buttom {
  display: inline-block;
  padding: 18px 0;
  width: 80%;
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(109, 109, 109)), color-stop(52%, rgb(135, 135, 135)), to(rgb(109, 109, 109)));
  background: linear-gradient(to right, rgb(109, 109, 109) 0%, rgb(135, 135, 135) 52%, rgb(109, 109, 109) 100%);
  border-radius: 50em;
}
@media (min-width: 768px) {
  .document-part .document-list .sgs-morebtn__buttom {
    width: min(50%, 320px);
  }
}
.document-part .document-list__ul__li {
  padding: 1.1rem 0;
  width: 100%;
  text-align: center;
  border-top: 1px dotted #e4e4e4;
}
.document-part .document-list__ul__li:last-child {
  border-bottom: 1px dotted #e4e4e4;
}
@media (min-width: 992px) {
  .document-part .document-list__ul__li {
    padding: 2rem 0;
  }
  .document-part .document-list__ul__li:first-child {
    border-top: 0;
  }
}
.document-part .document-list p {
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 992px) {
  .document-part .sgs-grid {
    display: block;
    margin-top: 2rem;
  }
}
@media (min-width: 1665px) {
  .document-part .sgs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.document-part .sgs-list {
  padding: 1.3rem 0;
  font-size: 1.12rem;
  text-align: left;
  border-bottom: 1px dotted #a4a4a4;
}
@media (max-width: 768px) {
  .document-part .sgs-list:nth-child(8) {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .document-part .sgs-list {
    padding: 0;
    border-bottom: 0;
  }
}
.document-part .sgs-list:last-child {
  border-bottom: 0;
}
.document-part .sgs-list.d-none {
  display: none;
}
.document-part .sgs-list .sgs-item {
  display: block;
  margin-top: 0.3rem;
}
@media (min-width: 992px) {
  .document-part .sgs-list .sgs-item {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
  }
}
.document-part .sgs-list .sgs-item a {
  display: inline-block;
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.8;
}
.document-part .sgs-list .sgs-item a:hover {
  color: #2196F3;
}
.document-part .sgs-list .sgs-item a:not(:first-child)::before {
  content: "|";
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  color: #b9b9b9;
  text-decoration: none;
}
@media (min-width: 768px) {
  .document-part .sgs-list .sgs-item a:not(:first-child)::before {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.document-part .sgs-list .sgs-left {
  display: inline-block;
}
.document-part .sgs-list .sgs-left span.number {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .document-part .sgs-list .sgs-left span.number {
    font-size: 1.1rem;
    width: 70px;
  }
}
.document-part .sgs-list .sgs-left span.date {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #978d82;
}
@media (min-width: 768px) {
  .document-part .sgs-list .sgs-left span.date {
    margin-right: 0.5rem;
    width: 95px;
    font-size: 1rem;
  }
}
.document-part .sgs-list .sgs-left .new {
  display: inline-block;
}
.document-part .sgs-list .sgs-left .new span {
  padding: 1px 3px;
  margin-right: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #e56969;
  text-align: center;
  background-color: #ffd6d6;
  border-radius: 50em;
  vertical-align: super;
}
.document-part .sgs-list span[data-item=pp-taste], .document-part .sgs-list span[data-item=香草], .document-part .sgs-list span[data-item=lemon], .document-part .sgs-list span[data-item=milk], .document-part .sgs-list span[data-item=original], .document-part .sgs-list span[data-item=Kumquat] {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 0.9rem;
  border-radius: 6px;
  line-height: 1;
}
.document-part .sgs-list span[data-item=pp-taste] {
  color: #333333;
  border: 1px solid #333333;
}
.document-part .sgs-list span[data-item=香草] {
  color: #36c7e9;
  border: 1px solid #36c7e9;
}
.document-part .sgs-list span[data-item=lemon] {
  color: #61af23;
  border: 1px solid #61af23;
}
.document-part .sgs-list span[data-item=milk] {
  color: #009ead;
  border: 1px solid #009ead;
}
.document-part .sgs-list span[data-item=original] {
  color: #ff924e;
  border: 1px solid #ff924e;
}
.document-part .sgs-list span[data-item=Kumquat] {
  color: #97680e;
  border: 1px solid #e9c45d;
}
.document-part .material-list {
  text-align: left;
}
@media (min-width: 992px) {
  .document-part .material-list {
    display: block;
  }
}
.document-part .material-list__item {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .document-part .material-list__item {
    margin-bottom: 0.5rem;
  }
}
.document-part .material-list__item:first-child {
  margin-top: 2em;
}
.document-part .material-list__item .name {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  color: #414141;
  border: 1px solid #414141;
  border-radius: 8px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .document-part .material-list__item .name {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.document-part .material-list__item a {
  font-family: "Glegoo", "PingFang TC", "蘋果儷中黑", "Noto Emoji", "Noto Sans TC", "微軟正黑體", serif;
  color: #333333;
  letter-spacing: 0;
}
.document-part .material-list__item a:not(:first-of-type)::before {
  content: "|   ";
  display: inline-block;
  text-decoration: none;
  color: #b9b9b9;
}
.document-part .material-list__item a::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 8px;
  height: 11.5px;
  background: url(/images/other/file-regular.svg) no-repeat top center/8px;
}
@media (min-width: 768px) {
  .document-part .material-list__item a::after {
    margin-right: 1.1rem;
  }
}
.document-part .material-list__item a:hover {
  color: #2196F3;
}
.document-part .material-list__item > span:nth-child(2) {
  padding-top: 0.5rem;
}
.document-part .material-list__item > span > span {
  display: block;
}
@media (min-width: 992px) {
  .document-part .material-list__item > span > span {
    display: inline;
  }
}