﻿.touristGuide-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 80px;
    overflow: hidden;
}
.touristGuide-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 50px 0;
}
.touristGuide-title-box{
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 40px;
    color: #fff;
    font-family: 'Noto Sans TC';
}
.touristGuide-search-result-box{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.touristGuide-search-result-box span{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-search-result{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-search-text{
    font-size: 16px;
    color: #ccc;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: block;
}
.touristGuide-search-select-box{
    width: 100%;
    display: block;
    margin-top: 15px;
}
.touristGuide-search-select{
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 19px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    transition: all .3s linear;
}
.touristGuide-search-select p{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 34px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s linear;
}
.touristGuide-search-select span{
    width: 15px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 34px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    transition: all .3s linear;
}
.touristGuide-search-select-btn{
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ffc90c;
    background-color: #ffc90c;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 0.1em;
    /* margin-right: 15px; */
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 34px;
    font-family: 'Noto Sans TC';
    transition: all .3s linear;
}
.touristGuide-sort-box{
    margin: 35px 0;
}
.member-info-box .touristGuide-sort-box{
    padding: 0 100px;
}
.touristGuide-sort{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 35px;
    cursor: pointer;
    transition: all .3s linear;
}
.member-info-box .touristGuide-sort{
    color: #000;
}
.member-info-box .touristGuide-sort.active,
.touristGuide-sort.active{
    color: #ffc90c;
}
.touristGuide-sort i{
    margin-right: 10px;
}
.touristGuide-sort::after{
    content: '/';
    font-size: 16px;
    line-height: 26px;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.1em;
    color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
    pointer-events: none;
}
.member-info-box .touristGuide-sort::after{
    color: #000;
}
.touristGuide-sort:last-child{
    margin-right: 0;
}
.touristGuide-sort:last-child::after{
    display: none;
}
.touristGuide-info{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin-right: 25px;
    transition: all .3s linear;
}
.touristGuide-info:nth-child(5n){
    margin-right: 0;
}
.touristGuide-info:nth-child(n + 6){
    margin-top: 25px;
}
.touristGuide-info-img-box{
    width: 100%;
    height: 360px;
    display: block;
    position: relative;
}
.touristGuide-info-qualifications-box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px 15px;
}
.touristGuide-info-qualifications{
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
    background-color: #ffc90c;
    border-radius: 5px;
    font-family: 'Noto Sans TC';
}
.touristGuide-info-qualifications-flag{
    width: 60px;
    box-sizing: border-box;
    padding: 0 5px;
}
.touristGuide-info-qualifications-graduate,
.touristGuide-info-qualifications-license{
    width: 30px;
    margin-top: 10px;
}
.touristGuide-info-favorite-box{
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 15px;
    box-shadow: 0 0 10px #000;
}
.touristGuide-info-favorite-box i{
    position: absolute;
    top: 0;
    right: 0;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
    transition: all .3s linear;
}
.touristGuide-info-favorite-box.favoriteIn i{
    -webkit-text-fill-color: rgba(255, 0, 0, 0.5);
}
.touristGuide-info-text-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    transition: all .3s linear;
}
.touristGuide-info-text-name{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans TC';
    font-weight: 700;
}
.touristGuide-info-text-star{
    display: block;
}
.touristGuide-info-text-star i{
    color: #ffc90c;
    font-size: 12px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.touristGuide-info-text-star span{
    font-size: 16px;
    color: #000;
    line-height: 36px;
    letter-spacing: 0.06em;
    font-family: 'Roboto';
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-info-text-all-box{
    height: calc(32px * 3);
}
.touristGuide-info-text{
    display: block;
    margin: 10px 0;
}
.touristGuide-info-text i{
    width: 25px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
}
.touristGuide-info-text span{
    width: calc(100% - 25px);
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.touristGuide-info-text-price{
    display: block;
    margin-top: 10px;
    text-align: right;
}
.touristGuide-info-text-price p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.06em;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: bottom;
}
.touristGuide-info-text-price span{
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.06em;
    font-family: 'Roboto';
    font-weight: 700;
    color: #ffc90c;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px;
}
.touristGuide-info-text-eye{
    display: block;
    text-align: right;
    margin-top: 15px;
}
.touristGuide-info-text-eye i{
    font-size: 14px;
    color: #888;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-right: 5px;
}
.touristGuide-info-text-eye span{
    font-size: 14px;
    color: #888;
    line-height: 1;
    letter-spacing: 0.06em;
    font-family: 'Roboto';
}
.touristGuide-info-tag-box{
    width: 100px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #000;
    text-align: center;
    background: #b4b4b4; /* Old browsers */
    background: -moz-linear-gradient(left,  #b4b4b4 0%, #ffffff 53%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #b4b4b4 0%,#ffffff 53%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #b4b4b4 0%,#ffffff 53%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: 9;
}
.touristGuide-info-tag-gold{
    background: #ffdc63; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffdc63 0%, #ffeeb9 53%, #ffe27f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffdc63 0%,#ffeeb9 53%,#ffe27f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffdc63 0%,#ffeeb9 53%,#ffe27f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc63', endColorstr='#ffe27f',GradientType=1 ); /* IE6-9 */
}
.touristGuide-info-tag-box::after{
    content: '';
    border-top: 10px solid #575757;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
}


/* touristGuide-pages */
#touristGuide-pages .index-news-box,
#travel-pages .index-news-box{
    background-color: transparent;
}
#travel-pages .index-news-box{
    border-bottom: none;
}
#touristGuide-pages .index-super-title span{
    color: #fff;
}
/* #touristGuide-pages .index-news-title-box{
    text-align: center;
} */
#touristGuide-pages .index-stroke-box{
    padding-top: 140px;
    padding-bottom: 40px;
}
#touristGuide-pages .index-strokeCombined2-box{
    margin-bottom: 100px;
}
#touristGuide-pages .index-strokeCombined-box{
    padding: 120px 0;
    padding-bottom: 160px;
}
#touristGuide-pages .index-stroke-bg{
    bottom: -30px;
}
#touristGuide-pages .index-strokeCombined-bg{
    bottom: 120px;
}

.touristGuide-pages-title-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 50px;
    border-bottom: 1px solid #eee;
}
.touristGuide-pages-title-path-box{
    width: calc(100% - 320px);
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-pages-title-path{
    font-family: 'Noto Sans TC';
    font-size: 14px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: all .3s linear;
}
a.touristGuide-pages-title-path::after{
    content: '〉';
    font-family: 'Noto Sans TC';
    font-size: 14px;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: -20px;
    pointer-events: none;

}
a.touristGuide-pages-title-path{
    margin-right: 18px;
    color: #666;
}
.touristGuide-pages-title-menu-box{
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.touristGuide-pages-title-menu{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s linear;
}
.touristGuide-pages-title-menu i{
    color: #000;
    transition: all .3s linear;
}
.touristGuide-pages-title-menu:nth-child(n + 2){
    margin-left: 25px;
}
.touristGuide-pages-info-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 40px 50px;
    background-color: #fff;
}
.touristGuide-pages-info-user-box{
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.touristGuide-pages-info-user-img-box{
    width: 100%;
    height: 360px;
    display: block;
}
.touristGuide-pages-info-user-name-box{
    margin-top: 30px;
}
.touristGuide-pages-info-user-name-box p{
    max-width: calc(100% - 55px);
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.06em;
}
.touristGuide-pages-info-user-name-box span{
    width: 45px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 24px;
    color: #666;
    letter-spacing: 0.06em;
    position: relative;
    box-sizing: border-box;
    text-align: right;
    padding-left: 10px;
    margin-left: 10px;
}
.touristGuide-pages-info-user-name-box span::after{
    content: '/';
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 24px;
    color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.touristGuide-pages-info-user-star-box{
    width: 100%;
    display: block;
}
.touristGuide-pages-info-user-star{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffc90c;
}
.touristGuide-pages-info-user-star i.noStar{
    color: #cccccc;
}
.touristGuide-pages-info-user-star-box>p{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
.touristGuide-pages-info-user-star-box>span{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 30px;
    color: #666;
    letter-spacing: 0.1em;
    margin-left: 6px;
    margin-bottom: 3px;
}
.touristGuide-pages-info-user-group-box{
    width: 100%;
    display: block;
}
.touristGuide-pages-info-user-group-box>i{
    color: #000;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
}
.touristGuide-pages-info-user-group-box>span{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 26px;
    color: #666;
    letter-spacing: 0.06em;
}
.touristGuide-pages-info-user-price-box{
    width: 100%;
    display: block;
    margin: 30px 0 ;
}
.touristGuide-pages-info-user-price-box>span{
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 32px;
    color: #000;
    letter-spacing: 0.06em;
}
.touristGuide-pages-info-user-price-box>p{
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #ffc90c;
    letter-spacing: 0.06em;
    margin: 0 5px;
}
.touristGuide-pages-info-user-btn-box{
    width: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: #ffc90c;
    color: #000;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans TC';
    cursor: pointer;
    transition: all .3s linear;
}
.touristGuide-pages-info{
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 50px;
}
.touristGuide-pages-info-text-box{
    width: 100%;
    display: block;
}
.touristGuide-pages-info-text{
    width: calc((100% - 1px) / 3);
    display: inline-block;
    vertical-align: top;
}
.touristGuide-pages-info-text:nth-child(n + 4){
    margin-top: 60px;
}
.touristGuide-pages-info-text-name{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    line-height: 36px;
    color: #888;
    letter-spacing: 0.06em;
}
.touristGuide-pages-info-text-p{
    width: 100%;
    display: block;
}
.touristGuide-pages-info-text-p>i{
    font-size: 16px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.06em;
    vertical-align: middle;
    margin-right: 10px;
}
.touristGuide-pages-info-text-p>div:nth-child(2){
    vertical-align: middle;
}
.touristGuide-pages-info-text-p>span{
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.06em;
    vertical-align: middle;
}
.touristGuide-pages-info-text-span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.touristGuide-pages-info-text-span>i{
    font-size: 14px;
    line-height: 36px;
    color: #ffc90c;
    letter-spacing: 0.06em;
}
.touristGuide-pages-info-text-span>span{
    font-family: 'Noto Sans TC';
    /* font-weight: 300; */
    font-size: 14px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.06em;
    margin-left: 5px;
}
.touristGuide-pages-info-img-box{
    width: 530px;
    display: block;
    box-sizing: border-box;
    padding: 0 35px;
    margin: 65px 0;
}
.touristGuide-pages-info-img-all-box{
    width: 100%;
    display: block;
}
.touristGuide-pages-info-img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
    position: relative;
    transition: all .3s linear;
}
.touristGuide-pages-info-img-box .slick-prev{
    z-index: 1;
    left: -35px;
}
.touristGuide-pages-info-img-box .slick-next{
    z-index: 1;
    right: -35px;
}
.touristGuide-pages-info-img-box .slick-prev:before, 
.touristGuide-pages-info-img-box .slick-next:before{
    color: #888;
    opacity: 1;
    font-size: 16px;
    transition: all .3s linear;
}
.touristGuide-pages-info-introduction-name{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    line-height: 36px;
    color: #888;
    letter-spacing: 0.06em;
}
.touristGuide-pages-info-introduction-text{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.06em;
}
.touristGuide-pages-introduction-text-translation{
    color: #0c84ff;
    font-weight: 300;
    display: inline;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
}
.touristGuide-pages-box{
    width: 100%;
    display: block;
}
.touristGuide-pages-comment-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 35px 0;
}
.touristGuide-pages-comment-title{
    font-size: 48px;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.1em;
    display: block;
    color: #000;
}
.touristGuide-pages-comment-name-box{
    width: 100%;
    display: block;
    margin-top: 15px;
}
.touristGuide-pages-comment-name-box p {
    max-width: calc(100% - 55px);
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    color: #000;
    letter-spacing: 0.06em;
}
.touristGuide-pages-comment-name-box span{
    width: 60px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    letter-spacing: 0.06em;
    position: relative;
    box-sizing: border-box;
    text-align: right;
    padding-left: 15px;
    margin-left: 10px;
}
.touristGuide-pages-comment-name-box span::after {
    content: '/';
    font-family: 'Noto Sans TC';
    font-size: 18px;
    line-height: 50px;
    color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.touristGuide-pages-comment{
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.touristGuide-pages-comment-number-box{
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-pages-comment-number{
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 60px;
    font-size: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.touristGuide-pages-comment-number-star{
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #ffc90c;
}
.touristGuide-pages-comment-number-star i.noStar {
    color: #cccccc;
}
.touristGuide-pages-comment-number-text{
    font-family: 'Noto Sans TC';
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-align: center;
    letter-spacing: 0.06em;
}
.touristGuide-pages-comment-star-box{
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px;
}
.touristGuide-pages-comment-star{
    display:         flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
}
.touristGuide-pages-comment-star-p{
    font-size: 18px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    font-weight: 700;
}
.touristGuide-pages-comment-star-p>i{
    color: #ffc90c;
    margin-right: 5px;
    font-size: 16px;
}
.touristGuide-pages-comment-star-line{
    width: 150px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 25px;
    overflow: hidden;
}
.touristGuide-pages-comment-star-line span{
    width: 80%;
    height: 100%;
    display: block;
    background-color: #ffc90c;
}
.touristGuide-pages-comment-star-text{
    font-family: 'Roboto';
    letter-spacing: 0.06em;
    line-height: 30px;
    font-size: 16px;
    color: #888;
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-pages-comment-write{
    width: 120px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    margin-right: 50px;
    transition: all .3s linear;
}
.touristGuide-pages-comment-write i{
    margin-right: 8px;
}
.touristGuide-pages-comment-sort-box{
    display: inline-block;
    vertical-align: bottom;
}
.touristGuide-pages-comment-sort-box p{
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-pages-comment-sort-text{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.rwd-touristGuide-pages-comment-sort{
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.rwd-touristGuide-pages-comment-sort:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 4px solid transparent;
    border-top: 8px solid #888;
    border-left: 4px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 5px);
    right: -15px;
    box-sizing: border-box;
}
.touristGuide-pages-comment-sort-all-box{
    position: absolute;
    width: calc(100% + 10px);
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 5px 0;
}
.touristGuide-pages-comment-sort{
    width: 100%;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 0 5px;
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    cursor: pointer;
}
.touristGuide-pages-comment-info{
    box-sizing: border-box;
    padding: 45px 0;
    border-bottom: 1px solid #eee;
}
.touristGuide-pages-comment-info-img-box{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
}
.touristGuide-pages-comment-info-text-box{
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
}
.touristGuide-pages-comment-info-top-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
}
.touristGuide-pages-comment-info-top-star{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.06em;
    color: #ffc90c;
    margin-right: 20px;
}
.touristGuide-pages-comment-info-top-star i.noStar{
    color: #ccc;
}
.touristGuide-pages-comment-info-top-name{
    font-size: 14px;
    color: #666;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.06em;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-pages-comment-info-top-line{
    font-size: 14px;
    color: #eee;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.06em;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.touristGuide-pages-comment-info-start{
    font-size: 14px;
    color: #666;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.06em;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.touristGuide-pages-comment-info-tag{
    width: 50px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.06em;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-left: 20px;
}
.touristGuide-pages-comment-info-text{
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 26px;
    display: block;
    margin-top: 10px;
}
.touristGuide-pages-comment-info-text-translation{
    font-size: 16px;
    color: #0c84ff;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 26px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.touristGuide-pages-comment-info-date{
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 30px;
    display: block;
    margin-top: 35px;
}



.fancybox-dynamic-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    font-size: 0;
}
.fancybox-dynamic-all-box{
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}
.fancybox-dynamic-img-box{
    width: calc((260 / 360) * (100vh - 60px - 100px));
    max-width: 390px;
    height: calc(100vh - 60px - 100px);
    max-height: 540px;
    display: inline-block;
    vertical-align: top;
}
.fancybox-dynamic-text-box{
    width: calc(100% - (100vh - 60px - 100px));
    min-width: calc(100% - 390px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 40px 40px;
}
.fancybox-dynamic-text-name-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffc90c;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.fancybox-dynamic-text-name{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.1em;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.fancybox-dynamic-text{
    margin-top: 20px;
    max-height: calc(100vh - 60px - 60px - 44px - 80px - 20px);
    overflow: auto;
}
.fancybox-dynamic-text-overflew{
    font-size: 16px;
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 30px;
}




@media only screen and (max-width: 1600px){
    .touristGuide-all-box{
        width: 1400px;
    }
    .touristGuide-info {
        width: 260px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * 260px);
    }


    /* pages */
    .touristGuide-pages-comment-box{
        width: 1400px;
    }
}
@media only screen and (max-width: 1400px){
    .touristGuide-all-box{
        width: 1200px;
    }
    .touristGuide-info {
        width: 220px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * 220px);
    }
    .touristGuide-info-text-box{
        padding: 15px;
    }
    .touristGuide-info-text i{
        font-size: 14px;
        width: 20px;
    }
    .touristGuide-info-text span{
        font-size: 14px;
        width: calc(100% - 20px);
    }
    .touristGuide-info-text-price span{
        font-size: 26px;
    }

    
    /* pages */
    .touristGuide-pages-comment-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .touristGuide-all-box{
        width: 1000px;
    }
    .touristGuide-info:nth-child(n){
        width: 235px;
        margin-right: 20px;
        margin-top: 0;
    }
    .touristGuide-info:nth-child(4n){
        margin-right: 0;
    }
    .touristGuide-info:nth-child(n + 5){
        margin-top: 20px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * 235px);
    }

    
    /* pages */
    .touristGuide-pages-comment-box{
        width: 1000px;
    }
    .fancybox-dynamic-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .touristGuide-box{
        padding-top: 44px;
    }
    .touristGuide-all-box{
        width: 750px;
    }
    .touristGuide-info:nth-child(n) {
        width: 180px;
        margin-right: 10px;
        margin-top: 0;
    }
    .touristGuide-info:nth-child(4n){
        margin-right: 0;
    }
    .touristGuide-info:nth-child(n + 5){
        margin-top: 10px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * 180px);
    }
    .touristGuide-info-qualifications-box{
        padding: 10px 5px;
    }
    .touristGuide-info-tag-box{
        font-size: 14px;
        line-height: 30px;
        top: -20px;
        left: -5px;
    }
    .touristGuide-info-tag-box::after {
        border-top-width: 5px;
        border-left-width: 5px;
    }
    .touristGuide-info-text i{
        line-height: 21px;
    }
    .touristGuide-info-text span{
        line-height: 18px;
        box-sizing: border-box;
    }
    .touristGuide-info-text-box{
        padding: 10px;
    }

    .member-info-box .touristGuide-sort-box{
        padding: 0 60px;
    }

    /* page */
    .touristGuide-pages-title-box{
        padding: 0 30px;
    }
    .touristGuide-pages-info-box{
        padding: 20px 30px;
    }
    .touristGuide-pages-info-user-box{
        margin: 0 auto;
        display: block;
    }
    .touristGuide-pages-info{
        width: 100%;
        display: block;
        margin-top: 60px;
        padding-left: 0;
    }
    .touristGuide-pages-comment-box{
        width: 750px;
    }
    .touristGuide-pages-comment-star-box{
        margin: 0 30px;
    }
    .touristGuide-pages-comment-write{
        margin-right: 30px;
    }


    .fancybox-dynamic-box{
        width: 750px;
    }
    .fancybox-dynamic-img-box {
        width: calc((260 / 360) * (100vh - 60px - 100px));
        max-width: 260px;
        height: calc(100vh - 60px - 100px);
        max-height: 360px;
    }
    .fancybox-dynamic-text-box {
        width: calc(100% - (100vh - 60px - 100px));
        min-width: calc(100% - 260px);
        padding: 20px;
    }
    .fancybox-dynamic-text{
        max-height: calc(100vh - 60px - 60px - 44px - 40px - 20px);
    }
}
@media only screen and (max-width: 768px){
    .touristGuide-box{
        padding-top: 44px;
    }
    .touristGuide-all-box{
        width: 550px;
    }
    .touristGuide-info:nth-child(n) {
        width: 270px;
        margin-right: 10px;
        margin-top: 0;
    }
    .touristGuide-info:nth-child(2n){
        margin-right: 0;
    }
    .touristGuide-info:nth-child(n + 3){
        margin-top: 10px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * 270px);
    }
    .member-info-box .touristGuide-sort-box{
        padding: 0 30px;
    }

    
    /* page */
    .touristGuide-pages-title-box{
        padding: 0 20px;
    }
    .touristGuide-pages-title-path-box{
        width: 100%;
        display: block;
    }
    .touristGuide-pages-title-path,
    a.touristGuide-pages-title-path::after{
        line-height: 30px;
    }
    .touristGuide-pages-title-menu-box{
        display: block;
        margin-left: auto;
    }
    .touristGuide-pages-title-menu{
        line-height: 30px;
    }
    .touristGuide-pages-info-box {
        padding: 10px 20px;
    }
    .touristGuide-pages-info{
        margin-top: 0;
    }
    .touristGuide-pages-info-text:nth-child(n){
        width: calc((100% - 1px) / 2);
        margin-top: 40px;
        text-align: center;
    }
    .touristGuide-pages-info-text-span{
        margin: 0 10px;
    }
    .touristGuide-pages-info-img-box{
        padding: 0px 15px;
        width: 490px;
        margin: 30px 10px;
    }
    .touristGuide-pages-info-img-box .slick-prev{
        left: -32px;
    }
    .touristGuide-pages-info-img-box .slick-next{
        right: -30px;
    }
    #touristGuide-pages .index-strokeCombined-box {
        padding: 40px 0;
        padding-bottom: 60px;
    }
    .touristGuide-pages-comment-box {
        width: 550px;
        padding: 30px 0;
    }
    .touristGuide-pages-comment{
        padding-bottom: 20px;
    }
    .touristGuide-pages-comment-title {
        font-size: 30px;
    }
    .touristGuide-pages-comment-name-box{
        margin-top: 5px;
    }
    .touristGuide-pages-comment-name-box p{
        font-size: 24px;
        line-height: 30px;
    }
    .touristGuide-pages-comment-name-box span{
        font-size: 16px;
        line-height: 30px;
    }
    .touristGuide-pages-comment-name-box span::after{
        font-size: 16px;
        line-height: 30px;
    }
    .touristGuide-pages-comment-number{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .touristGuide-pages-comment-number-star{
        font-size: 14px;
    }
    .touristGuide-pages-comment-star-p{
        font-size: 16px;
        line-height: 26px;
    }
    .touristGuide-pages-comment-write{
        margin-top: 0;
        margin-right: 0;
    }
    .touristGuide-pages-comment-sort-box{
        margin-top: 20px;
    }
    .touristGuide-pages-comment-info{
        padding: 20px 0;
    }
    #touristGuide-pages .index-strokeCombined2-box{
        margin-bottom: 0px;
    }
    .fancybox-dynamic-box{
        width: 550px;
    }
    .fancybox-dynamic-img-box {
        width: calc((260 / 360) * (100vh - 60px - 100px));
        max-width: 130px;
        height: calc(100vh - 60px - 100px);
        max-height: 180px;
    }
    .fancybox-dynamic-text-box {
        width: calc(100% - (100vh - 60px - 100px));
        min-width: calc(100% - 130px);
        padding: 20px;
    }
    .fancybox-dynamic-text{
        margin-top: 10px;
        max-height: calc(100vh - 60px - 60px - 44px - 40px - 10px);
    }
}
@media only screen and (max-width: 550px){
    .touristGuide-all-box{
        width: 95vw;
        padding: 20px 0;
    }
    .touristGuide-title-box{
        font-size: 20px;
    }
    .touristGuide-search-result-box{
        margin-top: 10px;
    }
    .touristGuide-search-result-box span{
        font-size: 14px;
        line-height: 22px;
    }
    .touristGuide-search-result{
        font-size: 16px;
        line-height: 22px;
    }
    .touristGuide-search-text{
        font-size: 14px;
        line-height: 22px;
    }
    .touristGuide-info:nth-child(n) {
        width: calc((95vw - 10px) / 2);
        margin-right: 10px;
        margin-top: 0;
    }
    .touristGuide-info:nth-child(2n){
        margin-right: 0;
    }
    .touristGuide-info:nth-child(n + 3){
        margin-top: 10px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * ((95vw - 10px) / 2));
    }
    .touristGuide-search-select{
        min-width: 80px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 9px;
        border-radius: 5px;
        min-width: 75px;
    }
    .touristGuide-search-select p{
        line-height: 28px;
    }
    .touristGuide-search-select span{
        line-height: 28px;
        margin-left: 9px;
    }
    .touristGuide-search-select-btn{
        min-width: 80px;
        line-height: 28px;
        border-radius: 5px;
    }
    .touristGuide-sort-box {
        margin: 15px 0;
    }
    .touristGuide-sort{
        font-size: 14px;
        margin-right: 15px;
        line-height: 20px;
    }
    .touristGuide-sort::after{
        font-size: 14px;
        right: -11px;
        line-height: 20px;
    }
    .touristGuide-sort i{
        margin-right: 5px;
    }
    .member-info-box .touristGuide-sort-box{
        padding: 0 10px;
    }

    
    /* page */
    .touristGuide-pages-title-box {
        padding: 0 10px;
    }
    .touristGuide-pages-title-path,
    a.touristGuide-pages-title-path::after{
        font-size: 12px;
        line-height: 26px;
    }
    .touristGuide-pages-info-box {
        padding: 10px 10px;
    }
    .touristGuide-pages-info-user-name-box{
        margin-top: 10px;
    }
    .touristGuide-pages-info-user-name-box p{
        font-size: 16px;
        line-height: 26px;
        max-width: calc(100% - 55px);
    }
    .touristGuide-pages-info-user-name-box span{
        font-size: 12px;
        line-height: 20px;
    }
    .touristGuide-pages-info-user-name-box span::after{
        line-height: 20px;
        font-size: 12px;
    }
    .touristGuide-pages-info-user-price-box{
        margin: 15px 0;
    }
    .touristGuide-pages-info-user-star-box>span{
        font-size: 12px;
        line-height: 24px;
    }
    .touristGuide-pages-info-user-price-box>p{
        font-size: 20px;
        line-height: 24px;
    }
    .touristGuide-pages-info-user-price-box>span{
        font-size: 14px;
        line-height: 20px;
    }
    .touristGuide-pages-info-user-btn-box{
        font-size: 16px;
        line-height: 30px;
    }
    .touristGuide-pages-info-text:nth-child(n){
        width: 100%;
        margin-top: 20px;
        display: block;
    }
    .touristGuide-pages-info-text-name{
        line-height: 30px;
    }
    .touristGuide-pages-info-text-p>i{
        font-size: 14px;
        line-height: 28px;
    }
    .touristGuide-pages-info-text-p>span{
        font-size: 14px;
        line-height: 28px;
    }
    .touristGuide-pages-info-img-box{
        width: calc(100% - 30px);
        margin: 20px auto;
    }
    .touristGuide-pages-info-img{
        width: calc((95vw - 110px) / 4);
        height: calc((95vw - 110px) / 4);
        margin-right: 10px;
    }
    .index-stroke-title-box .index-super-title span{
        margin-top: 0;
    }
    #touristGuide-pages .index-stroke-box{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #touristGuide-pages .index-strokeCombined-box {
        padding: 20px 0;
        padding-bottom: 40px;
    }
    .touristGuide-pages-comment-box {
        width: 95vw;
        padding: 20px 0;
    }
    .touristGuide-pages-comment-title {
        font-size: 20px;
    }
    .touristGuide-pages-comment {
        padding-bottom: 10px;
    }
    .touristGuide-pages-comment-name-box p {
        font-size: 16px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-name-box span {
        font-size: 14px;
        line-height: 20px;
        width: 50px;
    }
    .touristGuide-pages-comment-name-box span::after {
        font-size: 14px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-number {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .touristGuide-pages-comment-number-star {
        font-size: 12px;
        letter-spacing: 0;
    }
    .touristGuide-pages-comment-number-text{
        font-size: 12px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-star-box{
        margin: 0 10px;
    }
    .touristGuide-pages-comment-star-p{
        font-size: 14px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-star-p>i{
        margin-right: 3px;
        font-size: 14px;
    }
    .touristGuide-pages-comment-star-line{
        width: calc(95vw - 10px - 85px - 94px - 102px);
        height: 10px;
        margin-left: 5px;
        margin-right: 15px;
    }
    .touristGuide-pages-comment-star-text{
        font-size: 14px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-write{
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }
    .touristGuide-pages-comment-sort-box p{
        font-size: 14px;
    }
    .touristGuide-pages-comment-info {
        padding: 10px 0;
    }
    .touristGuide-pages-comment-info-img-box{
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
    .touristGuide-pages-comment-info-top-box{
        padding: 0;
    }
    .touristGuide-pages-comment-info-text-box{
        width: calc(100% - 40px);
        padding: 0 10px;
    }
    .touristGuide-pages-comment-info-top-star{
        font-size: 14px;
        line-height: 20px;
        margin-right: 10px;
        letter-spacing: 0;
    }
    .touristGuide-pages-comment-info-top-name{
        line-height: 20px;
    }
    .touristGuide-pages-comment-info-top-line{
        display: block;
        font-size: 0;
        line-height: 0;
        margin-top: 5px;
    }
    .touristGuide-pages-comment-info-start{
        line-height: 18px;
    }
    .touristGuide-pages-comment-info-tag{
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin-left: 10px;
        border-radius: 5px;
    }
    .touristGuide-pages-comment-info-text{
        font-size: 14px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-info-text-translation{
        font-size: 14px;
        line-height: 20px;
    }
    .touristGuide-pages-comment-info-date{
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
        letter-spacing: 0.06em;
    }
    .fancybox-dynamic-box{
        width: 95vw;
    }
    .fancybox-dynamic-img-box {
        width: 100%;
        max-width: initial;
        height: calc((260 / 360) * 95vw);
        max-height: initial;
    }
    .fancybox-dynamic-text-box {
        width: 100%;
        min-width: initial;
        padding: 20pxa;
    }
    .fancybox-dynamic-text{
        margin-top: 10px;
        max-height: calc(100vh - 60px - ((260 / 360) * 95vw) - 44px - 40px);
    }
}
@media only screen and (max-width: 380px){
    .touristGuide-info:nth-child(n) {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .touristGuide-info-img-box{
        height: calc((360 / 300) * 95vw);
    }
    .touristGuide-pages-box .page{
        margin: 30px 0;
    }
    .touristGuide-pages-box .page a{
        width: 25px;
        height: 25px;
        line-height: 27px;
    }

    /* page */
    .touristGuide-pages-title-menu:nth-child(n + 2){
        margin-left: 10px;
    }
    .touristGuide-pages-info-user-box{
        width: 100%;
    }
    .touristGuide-pages-info-user-img-box{
        height: calc((360 / 300) * (95vw - 20px));
    }
    .touristGuide-pages-info-img{
        width: calc((95vw - 90px) / 2);
        height: calc((95vw - 90px) / 2);
        margin-right: 10px;
    }
    .touristGuide-pages-info-introduction-name{
        line-height: 30px;
    }
    .touristGuide-pages-info-introduction-text{
        font-size: 14px;
        line-height: 1.6;
    }
    .touristGuide-pages-comment-star-box{
        margin: 0;
        margin-left: 10px;
    }
    .touristGuide-pages-comment-star-line{
        width: calc(95vw - 10px - 85px - 84px);
    }
    .touristGuide-pages-comment-write{
        margin-right: 20px;
    }
}



@media only screen and (min-width: 769px){
    .touristGuide-search-select:hover{
        background-color: #fff;
    }
    .touristGuide-search-select:hover p,
    .touristGuide-search-select:hover span{
        color: #000;
    }
    .touristGuide-search-select span:hover{
        color: #ff0000;
    }
    .touristGuide-search-select-btn:hover{
        border-color: #000;
        background-color: #000;
        color: #fff;
    }
    .touristGuide-sort.active,
    .touristGuide-sort:hover{
        color: #ffc90c;
    }
    .touristGuide-info:hover{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    }
    .touristGuide-info-favorite-box:hover i{
        -webkit-text-stroke: 2px #ff0000;
    }
    .touristGuide-info:hover .touristGuide-info-text-box{
        background-color: rgba(255, 202, 12, 0.1);
    }
    .page a.select,
    .page a:hover{
        background-color: #000;
        color: #fff;
    }

    a.touristGuide-pages-title-path:hover{
        color: #ffc90c;
    }
    .touristGuide-pages-title-menu:hover,
    .touristGuide-pages-title-menu:hover i{
        color: #ffc90c;
    }
    .favoriteIn,
    .favoriteIn i{
        color: #ff0000;
    }
    .touristGuide-pages-info-user-btn-box:hover{
        background-color: #000;
        color: #fff;
    }
    .touristGuide-pages-info-img-box .slick-prev:hover:before, 
    .touristGuide-pages-info-img-box .slick-next:hover:before{
        color: #ffc90c;
    }
    .touristGuide-pages-info-img::after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        border: 4px solid #ffc90c;
        transition: all .3s linear;
        opacity: 0;
    }
    .touristGuide-pages-info-img:hover::after{
        opacity: 1;
    }
    .touristGuide-pages-introduction-text-translation::after,
    .touristGuide-pages-comment-info-text-translation::after{
        content: '';
        width: 0%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #0c84ff;
        transition: all .3s linear;
    }
    .touristGuide-pages-introduction-text-translation:hover::after,
    .touristGuide-pages-comment-info-text-translation:hover::after{
        width: 100%;
    }

    .touristGuide-pages-comment-write:hover{
        background-color: #000;
        color: #fff;
    }
    .rwd-touristGuide-pages-comment-sort::before{
        content: '';
        width: 0%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #666;
        transition: all .3s linear;
    }
    .rwd-touristGuide-pages-comment-sort:hover::before{
        width: 100%;
    }

    .touristGuide-title-box,
    .touristGuide-search-result-box,
    .touristGuide-search-text,
    .touristGuide-search-select-box,
    .touristGuide-sort-box,
    .touristGuide-info,
    .touristGuide-pages-box,
    .touristGuide-all-box{
        opacity: 0;
    }
    .touristGuide-title-box.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .touristGuide-search-result-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .touristGuide-search-text.anima{
        animation: fade 1s ease .3s 1 both;
    }
    .touristGuide-search-select-box.anima{
        animation: fadeInUp 1s ease .3s 1 both;
    }
    .touristGuide-sort-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .touristGuide-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .touristGuide-pages-box.anima{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .touristGuide-all-box.anima{
        animation: fade 1s ease 0s 1 both;
    }
}