#search-adv-area {
    top: 0;
}

/* 排序(B) */
.sort-area {
    background: url(/img/dotted-line.png) repeat no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    margin: 1rem auto;
}
.sort-area .btn,.sort-area span {
    font-size: 15px;
}
.sort-area .btn-sort {
    padding-left: 0;
}
#sort_by {
    background: #fff;
}

#show_by .btn-outline-secondary {
    border-radius: 20px;
    background: #fff;
    border-color: #bbbbbb;
}
#show_by .btn-outline-secondary:hover {
    color: #fff;
    background: #707070;
    border-color: #fff;
}
/* 排序(E) */

/* 列表(B) */
.list-table .thead {
    background: #f5f5f5;
    border-bottom: 2px solid #bababa;
    margin-left: 0;
    margin-right: 0;
    color: #666;
}
.list-table .thead .th {
    padding: 8px;
}
.list-table .tbody {
    margin-left: 0;
    margin-right: 0;
}
.list-table .tbody .tr {
    border-bottom: 1px solid #bababa;
}
.list-table .thead .th, .list-table .tbody .td {
    padding: 8px;
    display: grid;
    align-items: center;
}
.list-table .tbody .td .goto-info {
    font-size: 1.4em;
    font-weight: 700;
    color: #333;
    width: 100%;
    display: inline-block;
}
.list-table .tbody .td .goto-info:hover {
    color: #f29739;
}
.list-table .tbody .td .location {
    color: #707070;
}
.list-table .tbody .td .price {
    font-size: 22px;
    font-weight: 700;
    color: #ED2E76;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.list-table .progress-count {
    font-size: 1.2em;
    color: #00BBD6;
    text-align: center;
}
.list-table .sold-out {
    color: #ED2E76;
}
.list-table .tbody .td .btn-fav-heart, .list-table .tbody .td .btn-cart-add, .list-table .tbody .td .btn-inform-me  {
    border: 1px solid #bababa;
    border-radius: 50px;
    padding: 3px 0;
}
.list-table .tbody .td .btn-fav-heart:before {
    content: '收藏';
}
.list-table .tbody .td .btn-cart-add:before {
    content: '報名'; 
}
.list-table .tbody .td .btn-inform-me:before {
    content: '報名截止';
}
.list-table .tbody .td .btn-fav-heart:hover:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e634";
}
.list-table .tbody .td .btn-cart-add:hover:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60d";
}
.list-table .tbody .td .btn-inform-me:hover:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6b8";
}
.list-table .tbody .td .btn-fav-heart:hover, 
.list-table .tbody .td .btn-cart-add:hover, 
.list-table .tbody .td .btn-inform-me:hover {
    color: #f29739;
    border-color: #f29739;
}
.list-table .tbody .td .more-gather {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list-table .tbody .td #btn-more-gather {
	display: block;
    font-size: 13px;
    border: 1px solid #f29739;
    color: #f29739;
    border-radius: 24px;
    background: #fff;
}
.list-table .tbody .td #btn-more-gather.btn-expanded {
    background: #f29739;
    color: #fff;
}
/* 列表(E) */



@media only screen and (max-width: 768px) {
    .pl-xs-0 {
        padding-left: 0 !important;
    }
    .list-table .m-table-title {
        color: #707070;
    }
    .list-table .thead .th, .list-table .tbody .td {
        padding: 0 8px; 
    }
    .list-table .tbody .tr {
        padding: 15px 0;
    }
    .list-table .tbody .td .location {
        color: initial;
    }
    .list-table .tbody .td .goto-info {
        width: auto;
    }
    .list-table .tbody .td .progress-count {
        padding: 0; 
    }
    .list-table .tbody .td .more-gather li {
        text-indent: 5.2em;
    }
    .list-table .tbody .td #btn-more-gather {
        margin-left: 6.2em;
    }
}