
p {
    font-size: 16px;
}
.text--cyan {
    color: #00a99d;
}
.pageDescription {
    padding:20px;
    font-size:16px;
    line-height:1.8
}
.first-row {
    margin-top: 40px;
}
.section-row {
    margin-bottom: 40px;
}

/* ----------- 董事長的話 ---------- */
.chairman img {
    max-width: 500px;
}

/* ----------- 關於公平待客 ---------- */
.nine-rules {
    margin-top: 40px;
    width: 100%;
}
.nine-rules img {
    width: 100%;
    max-width: 500px;
}

/* ----------- 公平待客原則推動小組 ---------- */
.structure {
    margin-top: 40px;
    width: 100%;
}
.structure img {
    width: 100%;
    max-width: 900px;
}

/* ----------- 與我們聯絡 ---------- */
.liboxContent-title {
    width: 100%;
    background-color: #ffae00;
    padding: 5px 20px;
}
.liboxContent-title p{
    color: #fff;
    font-size: 1.3125em;
    font-weight: 900;
    line-height: 2;
}
.libocContent-wrapper {
    display: flex;
    flex-direction: column;
}
.list--servicetelFlow-left li:nth-child(2),
.list--servicetelFlow-left li:nth-child(3),
.list--servicetelFlow-right li:nth-child(2),
.list--servicetelFlow-right li:nth-child(3),
.list--servicetelFlow-right li:nth-child(4) {
    margin-top: 30px;
}
.list--servicetelFlow-left li:nth-child(4),
.list--servicetelFlow-right li:nth-child(5) {
    margin: 30px 0 20px 0;
}
.liboxContent-category {
    margin-top: 30px;
}
.liboxContent-category {
    background-color: rgb(244, 244, 244);
    padding: 20px;
}
.liboxContent-category ul li {
    line-height: 1.5;
}
.contact {
    position: absolute;
    bottom: 0;
}