@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@600&display=swap');

.mobile {
    display: none !important;
}

.meeting,
.modal-content {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

.meeting .modal-header {
    border: none;
}

.meeting a {
    text-decoration: none;
}

.meeting-main {
    height: calc(100vh - 199px);
}

.meeting-tags {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    padding: 28px 0;
}

.meeting-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.meeting-tags ul li {
    display: inline-block;
}

.meeting-tags ul li a {
    display: inline-block;
    color: white;
    font-size: 1.4em;
    text-decoration: none;
    letter-spacing: 4px;
    border-left: 1px solid white;
    padding: 0 70px;
}

.meeting-tags ul li:last-child a {
    border-right: 1px solid white;
}

.meeting-bt {
    display: inline-block;
    text-align: center;
    width: 250px;
    border-radius: 50em;
    margin: 50px 0;
    font-family: 'Noto Sans TC', serif;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 2px;
    padding: 10px;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, .2);
    position: relative;
    color: white !important;
    transition: .3s;
}

.meeting-bt:hover {
    box-shadow: -3px 3px 5px rgba(0, 0, 0, .2);
}

.meeting-bt:hover,
.meeting-bt:hover::after {
    color: white;
    text-decoration: none;
}

.meeting-bt::after {
    position: absolute;
    content: "→";
    font-weight: 500;
    transition: .3s;
    right: 20px;

}

.meeting-bt:hover::after {
    right: 15px;
}

.meeting-bt.square {
    border-radius: 0;
}

.meeting-bt.report {
    display: inline-block;
    text-align: center;
    background: url(images/icon-paper.svg) 90% no-repeat;
    background-size: 20px;
    letter-spacing: 2px;
    text-decoration: none !important;
    margin: 0;
}

.meeting-bt.report::after {
    display: none;
}

.modal .meeting-bt {
    margin-top: 40px;
}

.meeting h2 {
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2.8em;
}

.meeting-lg a,
.meeting .notice a {
    text-decoration: underline;
}

.meeting-lg {
    list-style: none;
    margin-top: 50px;
    padding: 0;
}

.meeting-lg li span {
    width: 44px;
    display: inline-block;
}

.meeting-lg li {
    padding-left: 40px;
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.meeting .logos {
    margin: 40px 0 80px;
}

.meeting .logos img {
    width: auto;
    height: 45px;
}

.meeting .theway {
    list-style: none;
    margin-top: 100px;
    padding: 0;
}

.meeting .theway li {
    margin-bottom: 50px;
}

.meeting .theway li:last-child {
    margin-bottom: 0;
}

.meeting .theway li span {
    display: block;
    font-size: 15px;
}

.meeting .theway li:first-child:before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    background-size: contain;
    left: 20px;
}

.meeting .theway li:nth-child(2):before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    background-size: contain;
    left: 20px;
}

.meeting .theway li:nth-child(3):before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    background-size: contain;
    left: 20px;
}

.meeting .theway li h3 {
    position: relative;
    padding-left: 60px;
}

.meeting .theway li h3::before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 45px;
    height: 45px;
    border-radius: 50em;
}

.meeting .theway li h3::after {
    position: absolute;
    content: "";
}

.meeting .theway li h3.mrt::after {
    background: url(images/MRT.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    left: 8px;
    top: 2px;
}

.meeting .theway li h3.bus::after {
    background: url(images/Bus.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 4px;
}

.meeting .theway li h3.car::before {
    top: 6px;
}

.meeting .theway li h3.car::after {
    background: url(images/Car.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    left: 9px;
    top: 13px;
}

.meeting .theway li p {
    margin-bottom: 10px;
}

.meeting .price {
    padding: 0;
    margin-top: 50px;
    list-style: none;
}

.meeting .price li {
    padding: 25px 8%;
    margin-top: 15px;
    font-weight: 500;
}

.meeting .price li p {
    font-weight: 300;
    margin: 0;
}

.meeting h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    margin: 0;
}

.meeting .price li .border-bt .row .col-6 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.meeting .price li .border-bt .row {
    border-bottom: 1px dashed white;
}

.meeting .price li .border-bt .row:last-child {
    border-bottom: 0;
}

.meeting .notice {
    margin-bottom: 100px;
}

.meeting .notice h3 {
    margin-bottom: 20px;
}

.meeting .notice ol {
    padding-left: 23px;
}

.h2-1 {
    margin: 100px 0 40px;

}

.meeting .title {
    padding: 60px 0;
    margin-top: 50px;
}

.meeting .title h2 {
    font-size: 5.5em;
    font-weight: 700;
    letter-spacing: 2px;
}

.timeline {
    position: relative;
}

.timeline h2 {
    text-align: left;
}

.timeline .time {
    font-size: 1.4em;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
}

.timeline section {
    font-family: 'Noto Serif TC', serif;
    padding: 40px;
    margin-top: 70px;
}

.timeline section p {
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
}

.meeting .price li,
.timeline section {
    border-radius: 50px 0 50px 0;
}

.meeting .tpic {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 35px;
    margin-top: 30px;
    transition: .3s;
}

.meeting .tpic h3 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6em;
    padding-top: 20px;
    transition: .3s;
}

.meeting .tpic a {
    display: block;
}

.meeting .tpic div {
    position: relative;
}

.meeting .modal .tpic div {
    cursor: default;
}

.meeting .tpic .more {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    width: 100px;
    z-index: 2;
    text-align: center;
}

.meeting .tpic:hover {
    box-shadow: -5px 5px 10px rgb(0, 0, 0, .2);
    transform: scale(1.02);
}

.meeting .tpic:hover h3 {
    padding: 20px;
}

.meeting .modal .tpic:hover h3 {
    padding-top: 20px !important;
}

.meeting .modal .tpic:hover {
    box-shadow: none;
    transform: scale(1);
    background: none;
}

.meeting .modal .tpic:hover h3 {
    padding: 0;
}

.meeting .tpic:hover .more {
    color: white;
    right: 15px;
}

.meeting .tpic .more::before {
    color: white;
    position: absolute;
    content: "+";
    font-size: 25px;
    line-height: normal;
    right: 3.5px;
    top: -4px;
    z-index: 1;
}

.meeting .tpic .more::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 50em;
    transition: .3s;
    right: 0;
    top: 6px;
    z-index: -1;
}

.meeting .tpic:hover .more::after {
    width: 90px;
    overflow: hidden;
}

.meeting .tpic .tip {
    color: white;
    position: absolute;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.2em;
    padding: 8px 15px;
    top: 0;
    left: 0;
    font-weight: 300;
}

.meeting .modal .tpic {
    max-width: 100%;
    display: block;
    font-size: 1.2em;
    margin-top: 0;
}

.meeting .modal .tpic div::before {
    display: none;
}

.modal-body {
    padding: 30px 8% 80px;
}

.modal a {
    cursor: pointer;
}

.modal .content {
    max-height: 50vh;
    overflow-y: scroll;
    padding-right: 15px;
    padding-bottom: 100px;
    position: relative;
}

.gradient {
    position: relative;
}

.gradient::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 90%;
    height: 100px;
    z-index: 2;
}

.modal-header {
    padding: 30px;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.btn-close {
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
    position: relative;
}

.btn-close svg {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 2;
}

.btn-close::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: #eee;
    border-radius: 50em;
    right: -2px;
    top: 0;
}

.modal-xl {
    padding: 0 30px;
}

.btn-prv svg,
.btn-next svg {
    width: 40px;
    height: 40px;
}

.btn-prv,
.btn-next {
    position: absolute;
}

.btn-prv {
    left: -40px;
    top: 40%;
}

.btn-next {
    right: -40px;
    top: 40%;
}

/* width */
.modal ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.modal ::-webkit-scrollbar-track {
    background: #bbbbbb;

}

/* Handle */
.modal ::-webkit-scrollbar-thumb,
.modal ::-webkit-scrollbar-thumb:hover {
    background: #787878
}

h2 span {
    font-size: 24px;
    display: block;
}

h2.h2-4 {
    font-size: 1.8em;
    line-height: 1.6em;
    padding-left: 180px;
    position: relative;
    margin-bottom: 40px;
}

h2.h2-4 span {
    font-size: 24px;
    position: absolute;
    left: 0;
}

.timeblock {
    position: relative;
}

.timeblock::before {
    position: absolute;
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    left: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+26,ffffff+75,ffffff+75&0+0,1+25,1+75,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */

}

.meeting .spot {
    position: sticky;
    top: 50%;
    transition: .5s;

}

.meeting .spot::before {
    position: absolute;
    width: 54px;
    height: 54px;
    left: -16px;
    background: url(../images/meeting-spot.png);
    content: "";
    animation-name: shiny;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.btn-close {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .meeting .theway li h3 {
        margin-bottom: 20px;
    }

    .meeting .theway li h3.car {
        margin-bottom: 10px;
    }
}

@keyframes shiny {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .meeting-main {
        height: calc(100vh - 164px);
        background: url(../images/meeting-main-m.jpg) top center no-repeat;
        background-size: cover;
    }

    .meeting-tags ul li a {
        padding: 0 20px;
    }

    .meeting-tags ul li:first-child a {
        border: 0;
    }

    .meeting-tags ul li:last-child a {
        border-right: 0;
    }

    .meeting h2 {
        font-size: 2em;
    }

    .meeting .title {
        padding: 30px 0;
        background-size: contain;
    }

    .meeting .title h2 {
        font-size: 3em;
    }

    .timeline .timeblock {
        padding-left: 40px;
    }

    h2.h2-4 span {
        position: relative;
        display: block;
    }

    h2.h2-4 {
        font-size: 1.2em;
        line-height: auto;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .timeline section {
        margin-top: 40px;
        padding: 30px;
    }

    .meeting-lg li {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .meeting-lg li span {
        display: none;
    }

    .meeting .tpic {
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .btn-close svg {
        width: 30px;
        height: 30px;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-body {
        padding: 10px 15px 40px;
    }

    .meeting-bt.report {
        display: block;
        width: 100%;
    }

    .meeting .theway li span,
    .meeting .theway li::before {
        top: 20px;
    }

    .meeting .theway li span b {
        display: inline;
        padding-left: 5px;
    }

    .meeting .notice {
        word-break: break-all;
    }

    .timeblock .col-md-auto {
        margin-top: 20px;
    }

    .gradient {
        margin-top: 0;
    }

    .gradient::before {
        display: none;
    }

    .modal .content {
        max-height: none;
        overflow-y: auto;
        padding-right: 0;
        padding-bottom: 0;
    }

    .modal-xl {
        padding: 0;
    }

    .modal-body {
        padding: 0 50px 40px;
    }

    .modal-dialog {
        margin: 0 auto;
    }

    .btn-prv {
        left: 3px;
        top: 45%;
        position: fixed;
    }

    .btn-next {
        right: 3px;
        top: 45%;
        position: fixed;
    }

    .meeting .logos img {
        height: auto;
        max-height: 45px;
    }

    .mobile {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .pd {
        padding-right: 18%;
    }
}