/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/css/rental_faq.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.maintitle_row {
  text-align: center; }

.maintitle_en {
  font-size: 3.375rem;
  font-family: "Montserrat", "Noto Sans TC";
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25; }

.maintitle {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1; }

._en .ck_editor {
  font-size: 1rem; }

.ck_editor {
  line-height: 1.875;
  font-size: 1.0625rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana; }
  @media screen and (max-width: 480px) {
    .ck_editor {
      font-size: 1.0625rem; } }
  .ck_editor h2 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem; }
  .ck_editor a {
    display: inline;
    position: relative; }
    .ck_editor a:hover::before {
      display: none; }
    .ck_editor a::before {
      content: "";
      width: 100%;
      border-bottom: 0.0625rem dotted #000;
      position: absolute;
      bottom: -0.0625rem;
      left: 0; }
  .ck_editor p {
    margin-bottom: 1.25rem; }
    .ck_editor p:last-child {
      margin-bottom: 0; }
  .ck_editor ol {
    list-style: decimal;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor iframe {
    width: 100%;
    height: 37.5rem;
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 768px) {
      .ck_editor iframe {
        height: 50vw; } }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 50vw; } }
  .ck_editor img,
  .ck_editor figure {
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 1.25rem; }
  .ck_editor figcaption {
    font-size: .9em;
    margin-top: -0.9375rem;
    padding-left: 1.5625rem;
    position: relative; }
    .ck_editor figcaption::before {
      content: "";
      width: 0;
      border-width: 0 4px 7px 4px;
      border-color: transparent transparent #fff transparent;
      border-style: solid;
      position: absolute;
      left: 0.3125rem;
      top: 0.7rem; }

.content_sec {
  padding-top: 1.875rem;
  padding-bottom: 9.375rem; }
  .content_sec .breadcrumbs {
    margin-bottom: 2.5rem; }
  .content_sec .container {
    max-width: 68.75rem; }

.content_title {
  font-size: 2rem;
  font-family: "Montserrat", "Noto Sans TC";
  letter-spacing: 0.125rem; }

.content_txt {
  color: #141414;
  background: rgba(255, 255, 255, 0.85);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, #fff 15%, #fff 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8) 70%, #fff 80%, #fff 85%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(15%, #fff), color-stop(40%, #fff), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0.8)), color-stop(80%, #fff), color-stop(85%, #fff), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 15%, #fff 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8) 70%, #fff 80%, #fff 85%, rgba(255, 255, 255, 0.7) 100%);
  padding: 3.125rem 1.25rem;
  margin-top: 1.5625rem; }

.content_tag_row {
  position: relative;
  margin-bottom: 0.9375rem; }
  .content_tag_row::before {
    content: '';
    width: 100%;
    height: 0.0625rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .2; }

.content_tag {
  font-size: 1.125rem;
  line-height: 2.44444;
  display: inline-block;
  position: relative; }
  .content_tag::before {
    content: '';
    width: 100%;
    height: 0.1875rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

.content_date {
  color: #999999;
  font-style: italic;
  margin-bottom: 0.75rem; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  opacity: .6; }

.breadcrumbs_li {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0.875rem;
  position: relative; }
  .breadcrumbs_li::after {
    content: '/';
    opacity: .7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -53%);
        -ms-transform: translate(50%, -53%);
            transform: translate(50%, -53%); }
  .breadcrumbs_li:last-child::after {
    display: none; }

.breadcrumbs_link:focus, .breadcrumbs_link:hover {
  color: #b19160; }

.tab_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
  margin-bottom: 2.5rem; }

.tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.0625rem; }

.tab_link {
  font-size: 1.25rem;
  text-shadow: -0.0625rem-0.0625rem 0 #616161;
  background: rgba(177, 145, 96, 0.85);
  background: -o-linear-gradient(left, rgba(177, 145, 96, 0.5) 0%, rgba(177, 145, 96, 0.9) 50%, rgba(177, 145, 96, 0.9) 60%, rgba(177, 145, 96, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(177, 145, 96, 0.5)), color-stop(50%, rgba(177, 145, 96, 0.9)), color-stop(60%, rgba(177, 145, 96, 0.9)), to(rgba(177, 145, 96, 0.5)));
  background: linear-gradient(to right, rgba(177, 145, 96, 0.5) 0%, rgba(177, 145, 96, 0.9) 50%, rgba(177, 145, 96, 0.9) 60%, rgba(177, 145, 96, 0.5) 100%);
  text-align: center;
  padding: 0.9375rem 0.625rem; }
  .tab_link::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #b19160;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
  .tab_link.active::before, .tab_link:hover::before {
    opacity: 1; }

.rental_sec {
  padding-top: 11.875rem;
  padding-bottom: 9.375rem; }
  .rental_sec .breadcrumbs {
    margin-top: 3.125rem; }
  .rental_sec .container {
    max-width: 68.75rem; }

.tab_row {
  margin-top: 1.875rem; }

.faq_row {
  margin-bottom: 1.25rem; }

.faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .faq_question:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b19160;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .faq_question:focus:after {
      opacity: 1; } }
  .faq_question::before {
    content: "";
    width: 100%;
    height: 0.0625rem;
    background: #dbdbdb;
    position: absolute;
    bottom: 0rem;
    right: 0;
    z-index: -1;
    opacity: .2; }

.fa-question {
  font-size: 1.25rem;
  position: relative;
  top: 0.0625rem;
  margin-right: 0.9375rem; }

.faq_title {
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans TC";
  font-weight: 500;
  position: relative;
  padding: 0.625rem 0;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 768px) {
    .faq_title {
      font-size: 1.5rem; } }
  .faq_title::before {
    content: '';
    width: 100%;
    height: 0.1875rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

.faq_answer {
  padding: 1.25rem 1.875rem; }

