h2.more-view {
    color: #005bac;
    font-size: 26px;
    text-align: line-height:50px;
    letter-spacing: 1px;
    border: border-bottom:2px solid #005bac;
}

/*單一區域頁面簡述description區*/
div.place-description {
    padding: 30px 5% 0;
}

div.place-description h1,
h2.more-view {
    margin-top: 15px;
    font-size: 35px !important;
    color: #ec6c2a !important;
    margin-bottom: 1%;
}

div.place-description h1:after,
h2.more-view:after {
    display: block;

    background: #eb6100;
    content: " "
}

div.place-description li {
    letter-spacing: 0.5px;
    line-height: 32px !important;
}

div.place-description p {
    letter-spacing: 0.5px;
    line-height: 25px;
}

div.place-description blockquote {
    border: 1px solid #CCC;
    border-left: 4px solid #CCC;
    background-color: #FFF;
}


/*必去旅遊景點列表*/
div#more-intro {}

div#more-intro .more-intro-single {
    float: left;
    width: 31.6%;
    background-color: #FFF;
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    min-height: 280px;
}

div#more-intro .more-intro-single img {
    max-width: 100%;
    width: 100%;
}

div#more-intro .more-intro-single h3 {
    font-size: 26px;
    overflow: hidden;
    height: 30px;
    max-height: 30px;
}

div#more-intro .more-intro-single p {
    height: 128px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    letter-spacing: 0.5px;
}

div#more-intro .more-intro-single a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    box-shadow: 0 0 10px #333;
}

div#more-intro .more-intro-single b {
    color: #555;
    font-weight: bolder;
}


/*FAQ區域*/
div#arno-faq {
    width: 1080px;
    max-width: 90%;
    margin: 15px auto 0;
    clear: both;
    background-color: #FFF;
    padding-right: 20px;
}

div#arno-faq h4 {
    border-left: 2px solid #eb6100;
    padding: 10px 0 10px 15px;
    margin: 0;
    font-weight: bold;
}

div#arno-faq h4 span {
    color: #eb6100;
    margin-right: 10px;
}

div#arno-faq p {
    border-left: 2px solid #555;
    color: #555;
    padding: 10px 0 10px 15px;
    font-size: 16px;
}

div#arno-faq p span {
    color: #999;
    margin-right: 10px;
}

/*單一景點及文章*/
div.single-description {
    padding: 30px 5% 0;
}

div.single-description h1,
h2.more-view {
    margin-top: 15px;
    font-size: 35px !important;
    color: #ec6c2a !important;
    margin-bottom: 1%;
}

div.single-description img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 10px 0;
    background-color: #FFF;
}

div.single-description h1:after,
h2.more-view:after {
    display: block;
    
    background: #eb6100;
    content: " "
}

div.single-description p {
    letter-spacing: 0.5px;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}

div.single-description ul {}

div.single-description ol li {
    list-style: decimal inside;
    margin-left: 15px;
}

div.single-description li {
    letter-spacing: 0.5px;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}

/* FAQ 整體區塊 */
.faq-section {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 2em;
  margin-top: 2em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* 每一題的標題 */
.faq-section h3 {
  color: #00796b;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

/* 答案內容 */
.faq-section p {
  margin-left: 1em;
  line-height: 1.8;
  font-size: 1em;
  color: #333;
}

/* 加點 hover 效果，讓滑鼠經過更有感覺 */
.faq-section h3:hover {
  color: #004d40;
  cursor: pointer;
}


/*RWD自適應*/

@media (max-width:767px) {
    .skin_module .autopage_box .product_box {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    div#more-intro .more-intro-single {
        min-height: 445px;
    }

    div#more-intro .more-intro-single {
        width: 92%;
        margin: 0 4% 2% 4%;
        padding: 3%;
    }

    h2.more-view {
        margin-left: 15px;
    }
}