@charset "utf-8";
#main {
    background-color: #f4f4f4;
}

#page-area {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

h1 {
    background: #e9e9e9;
    font-family: 'Noto Sans TC';
    font-size: 28px;
    line-height: 36px;
    padding: 20px 4%;
    margin: 0 4% 60px;
}

section.page-section {
    padding: 0 8%;
    overflow: hidden;
    position: relative;
}


/* 訂票服務說明 */

h2.service-note {
    font-size: 21px;
    color: #cb0000;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
}

hr {
    border-top: 1px solid #c1c1c1;
    width: 400px;
}

ol.service-list {
    font-size: 16px;
    padding: 10px 0;
    line-height: 28px;
}

ol.service-list li {
    margin-bottom: 25px;
    font-family: 'Noto Sans TC';
}


/* 關於我們 */

h3.about-title {
    font-size: 21px;
    color: #cb0000;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
    border: solid 1px #cb0000;
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 0;
}

h4.about-tool-titel {
    color: #CC3300;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    line-height: 40px;
}

section p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    line-height: 28px;
}

ul li {    
    font-family: 'Noto Sans TC';
    line-height: 28px;
}

ul.about-list {
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
}

ul.about-list li {
    font-family: 'Noto Sans TC';
    list-style: disc;
    width: 33.33%;
    float: left;
}

.about-map {
    float: left;
    width: 50%;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 28px;
}

.about-map span {
    font-family: 'Noto Sans TC';
    margin-bottom: -16px;
}

i.fa-map-marker {
    color: #b63333;
    margin: 0 10px;
    font-size: 24px;
}


/* 聯絡我們 */

h3.contact-title {
    font-size: 21px;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0;
}

h3.contact-title .fa-briefcase {
    color: #04afff;
    color: #5c1410;
    color: #6d7be3;
    color: #a0795d;
    margin-right: 10px;
}

.contact-list {
    width: 60%;
    float: left;
    margin: 25px 0;
}

ul.contact-info {
    float: left;
    font-size: 16px;
    line-height: 28px;
}

ul.contact-info:first-child {
    width: 55%;
    float: left;
    margin-right: 5%;
}

ul.contact-info:last-child {
    width: 40%;
    float: left;
}

ul.contact-info li {
    font-family: 'Noto Sans TC';
    margin-bottom: 20px;
}

.contact-map {
    width: 40%;
    float: left;
}

/* 旅客報名須知 */

h2.info-title {
    font-size: 21px;
    color: #cb0000;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
    margin-top: 20px;
}

.info-note {
    color: #cd1111;
    font-family: 'Noto Sans TC';
}

.page-section .mobile {
	display: none;
}

@media (max-width: 1024px) {
    /* 聯絡我們 */
    .contact-list {
        width: 50%;
    }
    .contact-map {
        width: 50%;
        margin: 40px 0;
    }
    ul.contact-info:first-child,
    ul.contact-info:last-child {
        width: 100%;
        float: none;
    }
}

@media (max-width: 768px) {
    #main {
        background: #fff;
    }
    #page-area {
        box-shadow: none;
        padding: 30px 0;
    }
    section.page-section {
        padding: 0 4%;
        margin-bottom: 10px;
    }
    h1 {
        line-height: 30px;
        padding: 15px 4%;
        margin: 0 0 40px;
    }
    /* 關於我們 */
    ul.about-list li {
        width: 50%;
    }
    .about-map {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    /* 聯絡我們 */
    .contact-list,
    .contact-map {
        width: 100%;
        float: none;
    }
    .contact-map {
        margin-bottom: 0;
    }
    
    /* 旅客報名須知 */
    .page-section .mobile {
	    display: block;
    }
    .page-section .pc {
	    display: none;
    }
}

@media (max-width: 500px) {
    h1 {
        margin-bottom: 30px;
    }
    h1 span {
        display: block;
        font-size: 21px;
    }
    /* 訂票服務說明 */
    h2.service-note {
        font-size: 21px;
    }
    hr {
        width: 100%;
    }
    /* 關於我們 */
    ul.about-list li {
        width: 100%;
        float: none;
    }
    .about-map span {
        display: block;
    }
}
