html,
body {
    font-family: "Lato", "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
p.lead {
    font-family: "Lato", "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}

.portfolio-carousel .item .project-details .project-name {
    font-size: 2em;
    font-family: "Lato", "PingFang TC", "PingFang SC", "STHeiti", "微軟正黑體", "Microsoft Yahei", sans-serif;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 500;
}

.team-carousel .item .team-caption hr {
    margin: 11px auto;
}

.btn {
    font-weight: 400;
}

.btn-secondary:hover {
    color: #fff !important;
}

.btn-secondary:focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-third:focus {
    box-shadow: none;
}

.btn-third {
    border: 1px solid #B78950;
    background-color: transparent;
    color: #B78950;
    border-radius: 30px;
    line-height: 1.2;
}

.team-caption a {
    cursor: pointer;
}

.fa-1-3x {
    font-size: 1.3em;
    width: 1em;
}

.team-carousel .item .team-caption .list-team-social {
    margin: 19px 0 0 0;
}

#mainNav .navbar-brand img {
    height: 30px;
}

.services .rewards .flex-first {
    text-align: center;
}

.services .rewards i.fa {
    font-size: 30px;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
    border: 3px solid #222;
    margin: 0px auto 20px auto;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.list-inline-item a {
    /*color: #fff;*/
}

.branches .item {
    padding: 100px 60px;
    color: #fff;
}

.branches hr {
    -webkit-margin-start: 0;
}

.team-carousel .item {
    margin-bottom: 15px;
}

.team-carousel a h3 {
    color: #fff;
    opacity: 0.7;
    transition: all 0.5s;
}

.team-carousel a:hover h3 {
    opacity: 1;
}

.appicon {
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100px;
    height: auto;
}

.portfolio-gallery .item a {
    cursor: pointer;
}

footer .about i.fa {
    font-size: 30px;
    line-height: 70px;
    width: 75px;
    height: 75px;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.7);
    margin: 0px auto 10px auto;
}

.index-portfolio-height {
    width: calc(100% - 60px);
    height: auto;
}

.portfolio-modal {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-body {
    padding: 0px;
}

.device-mockup .owl-carousel.owl-theme .owl-controls .owl-prev {
    left: 0px;
}

.device-mockup .owl-carousel.owl-theme .owl-controls .owl-next {
    right: 0px;
}

.section-top,
.index-section-top {
    margin-top: 60px;
}

header.masthead {
    height: auto;
    min-height: auto;
    padding: 0;
    top: 0;
    z-index: 100000;
}

.index-section-top .masthead-title,
.owl-event .masthead-title {
    font-size: 4rem;
    line-height: 4rem;
}

.index-section-top .masthead-subtitle,
.owl-event .masthead-subtitle {
    font-size: 2rem;
    line-height: 2rem;
}

.portfolio-carousel.owl-event .item {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 65.3%;
    position: relative;
}

.portfolio-carousel.owl-event .item .item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top:0;
}

@media (min-width: 992px) {
    .services .rewards .flex-second h3 {
        text-align: center;
    }

    #mainNav {
        background-color: #222;
        padding: 5px 0;
    }

    .portfolio-carousel .item .device-container {
        max-width: 700px;
        margin: 0 auto;
    }

    .portfolio-carousel.index-section-top .item {
        padding: 0;
        width: 100%;
        /* height: calc(100vh - 70px); */
        display: table;
        table-layout: fixed;
    }

    .portfolio-carousel.index-section-top .item .container {
        display: table-cell;
        vertical-align: middle;
        text-align: center !important;
    }
}

.portfolio-wrapper,
.portfolio-grid .mix .portfolio-wrapper {
    background-color: transparent;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.page-show a {
    /*background-color: #222;*/
    /*color: white;*/
    color: #B78950;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
        padding: 9px;
    }
}

@media (max-width: 991px) {
    .branches .item {
        padding: 100px 16px;
    }

    footer.footer .footer-contact-details {
        margin: 20px 0;
    }

    .portfolio-carousel.index-section-top .item {
        padding: 0;
        padding-bottom: 50%;
        width: 100%;
        height: 0;
    }

    header.masthead .scroll-down {
        display: none;
    }

    .index-section-top .masthead-title,
    .owl-event .masthead-title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .index-section-top .masthead-subtitle,
    .owl-event .masthead-subtitle {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .owl-item .btn {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .portfolio-carousel .item hr.colored {
        margin: 20px auto 20px auto;
    }

    .portfolio-carousel .item hr.textleft {
        margin: 20px auto 20px 0;
    }
}

@media (max-width: 767px) {
    .portfolio-modal .modal-dialog .close-modal {
        top: 0;
        right: 0;
    }

    #mainNav .navbar-brand img {
        margin-left: 16px;
    }

    .portfolio-carousel .item .device-container {
        padding: 15px 0;
    }
}

/* 20171228更新 */

/* 金框 border-y*/

.border-y .owl-carousel.owl-theme .owl-controls .owl-prev,
.border-y .owl-carousel.owl-theme .owl-controls .owl-next,
.border-y .owl-item a.btn {
    background-color: transparent !important;
    color: #C89F62 !important;
    border: 1px solid #C89F62 !important;
}

.border-y .masthead .scroll-down .btn {
    border: 2px solid #C89F62 !important;
    color: #C89F62 !important;
}

.border-y .owl-item h3,
.border-y .owl-item .masthead-title {
    color: #C89F62
}

/* 黑框 border-b*/

.border-b .owl-carousel.owl-theme .owl-controls .owl-prev,
.border-b .owl-carousel.owl-theme .owl-controls .owl-next,
.border-b .owl-item a.btn {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.border-b .masthead .scroll-down .btn {
    border: 2px solid #000 !important;
    color: #000 !important;
}

.border-b .owl-item h3,
.border-b .owl-item .masthead-title {
    color: #000 !important;
}

/* 白框 border-w*/

.border-w .owl-carousel.owl-theme .owl-controls .owl-prev,
.border-w .owl-carousel.owl-theme .owl-controls .owl-next,
.border-w .owl-item a.btn {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.border-w .masthead .scroll-down .btn {
    border: 2px solid #fff !important;
    color: #fff !important;
}

.border-w .owl-item h3,
.border-w .owl-item .masthead-title {
    color: #fff !important;
}

/* hover白底 hover-bg-w */

.hover-bg-w .owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.hover-bg-w .owl-carousel.owl-theme .owl-controls .owl-next:hover,
.hover-bg-w .owl-carousel.owl-theme .owl-controls .owl-prev:focus,
.hover-bg-w .owl-carousel.owl-theme .owl-controls .owl-next:focus,
.hover-bg-w .owl-item a.btn:hover,
.hover-bg-w .owl-item a.btn:focus {
    background-color: #fff !important;
    color: #C89F62 !important;
    border: 1px solid #fff !important;
}

.hover-bg-w .masthead .scroll-down .btn:hover,
.hover-bg-w .masthead .scroll-down .btn:focus {
    background-color: #fff !important;
    color: #C89F62 !important;
    border: 2px solid #fff !important;
}

/* hover金底 hover-bg-y*/

.hover-bg-y .owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.hover-bg-y .owl-carousel.owl-theme .owl-controls .owl-next:hover,
.hover-bg-y .owl-carousel.owl-theme .owl-controls .owl-prev:focus,
.hover-bg-y .owl-carousel.owl-theme .owl-controls .owl-next:focus,
.hover-bg-y .owl-item a.btn:hover,
.hover-bg-y .owl-item a.btn:focus {
    background-color: #C89F62 !important;
    color: #fff !important;
    border: 1px solid #C89F62 !important;
}

.hover-bg-y .masthead .scroll-down .btn:hover,
.hover-bg-y .masthead .scroll-down .btn:focus {
    background-color: #C89F62 !important;
    color: #fff !important;
    border: 2px solid #C89F62 !important;
}

/* hover金底 hover-bg-b*/

.hover-bg-b .owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.hover-bg-b .owl-carousel.owl-theme .owl-controls .owl-next:hover,
.hover-bg-b .owl-carousel.owl-theme .owl-controls .owl-prev:focus,
.hover-bg-b .owl-carousel.owl-theme .owl-controls .owl-next:focus,
.hover-bg-b .owl-item a.btn:hover,
.hover-bg-b .owl-item a.btn:focus {
    background-color: #000 !important;
    color: #C89F62 !important;
    border: 1px solid #000 !important;
}

.hover-bg-b .masthead .scroll-down .btn:hover,
.hover-bg-b .masthead .scroll-down .btn:focus {
    background-color: #000 !important;
    color: #C89F62 !important;
    border: 2px solid #000 !important;
}

.title_icon {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title_icon_app {
    margin-top: 20px;
    margin-bottom: 20px;
}

.img_title_icon{
    width: 50%;
    height: auto;
}

.img_title_text{
    display:block;
    width: 20%;
    height: auto;
    margin:0 auto;
}

.img_title_longText{
    width: 30%;
}

.img_title_shotLine{
    width: 20%;
    height: auto;
}

.img_title_longLine{
    width: 30%;
}

@media (max-width: 767px) {
    .title_icon {
        width: 80%;
    }

    .title_icon_app {
        width: 100%;
    }
}

@media (max-width:991px){
    .img_title_icon{
        width: 70%;
    }
    
    .img_title_text{
        width: 30%;
    }
    
    .img_title_shotLine{
        width: 30%;
    }

    .img_title_longText{
        width: 45%;
    }

    .img_title_longLine{
        width: 45%;
    }
}

@media (max-width:500px){
    .img_title_icon{
        width: 90%;
    }
    
    .img_title_text{
        width: 40%;
    }
    
    .img_title_shotLine{
        width: 40%;
    }
    .img_title_longText{
        width: 60%;
    }

    .img_title_longLine{
        width: 60%;
    }
}

#navbarResponsive > ul {
    align-items: center;
}


/* 202304 探索微風 & 首頁更新 */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #848484;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.owl-carousel.owl-theme .owl-controls {
    margin-top: 20px;
}

#videoHandlerBar{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#videoHandlerBar>#goArticle{
    text-align: center;
    align-self: center;
    width:30%;
    background: #333333;
    color: white;
    padding: 10px;
}
.goVideoArea{
    right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    color: #B9A779;
}
#videoHandlerBar>#goArticle:hover{
    background: #B9A779;
}
#videoHandlerBar>#arrowLeft,
#videoHandlerBar>#arrowRight{
    display: none;
}
#videoLineBar{
    margin: 5px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#videoLineBar>div{
    height: 2px;
    background: #b3b3b3;
}
#videoLineBar>div.active{
    background: #b9a779;;
}
#esgmoreEvent,#moreEvent{
    text-align: center;
}
#esgmoreEvent>a,#moreEvent>a{
    border: 1px solid black;
    padding: 5px 20px;
    color:black;
}
#esgmoreEvent>a:hover,#moreEvent>a:hover{
    border: 1px solid #b9a779;
    color: white;
    background-color: #b9a779;
}
@media (max-width: 768px) {
    #videoHandlerBar>#arrowLeft,
    #videoHandlerBar>#arrowRight{
        display: block;
    }
    #video>#arrowLeft{
        display: none;
    }
    #video>#arrowRight{
        display: none;
    }
    #videoHandlerBar{
        justify-content: space-between;
    }
    #videoHandlerBar>#goArticle{
        width:70%;
    }
}

.esgItem:hover>a>div,.articleItem:hover>a>div{
    opacity: 1;
}
.esgItem>a>img,.articleItem>a>img{
    width:95%;
}
.esgItem>a>div,.articleItem>a>div{
    background: #B9A779;
    color:white;
    width: 95%;
    margin: 0 auto;
    transform: translate(9px, -70px);
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    position: absolute;
}

.esgItem>a>div>span,.articleItem>a>div>span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 90%;
}

/* 品牌搜尋 */
.brandSearch {
    display: flex;
    flex-direction: row;
    margin: 20px 15px;
    height: 55px;
    align-items: center;
    border: 1px solid #333333;
    border-right: none;
    background-color: white;
}

.brandSearch>.branchSelect {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #AFAFAF;
    padding: 0px 30px;
}

.brandSearch>.branchSelect>span {
    margin-right: 20px;
}

.brandSearch>.keyWordInput {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.brandSearch>.keyWordInput>input {
    font-family: 'Noto Sans CJK TC';
    font-weight: 400;
    padding: 5px;
    width: 100%;
    height: 100%;
    border: none;
    padding-left:20px;
}

.brandSearch>.keyWordInput>.keyWordBtn {
    height: 55px;
    width: 5%;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
}

.brandSearch>.keyWordInput>.keyWordBtn:hover {
    background-color: #BCA570;
    border: 1px solid #BCA570;
}

.branchOption {
    margin-left: 15px;
    flex-direction: column;
    width: 15%;
    position: absolute;
    margin-top: -15px;
    border: none;
    padding: 0px;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
    transition: height.5s;
    max-height: 0px;
    background: white;
}

.branchOption>div {
    padding: 8px;
}

.branchOption>div:hover {
    color: #BCA570;
}

.search_branch{
    width: 95%;
    margin: 0px auto;
}

.searchRes {
    overflow: hidden;
    height: 0px;
}

.search_res_title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Noto Sans CJK TC';
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.search_res_title>p {
    border-bottom: 3px solid #BCA570;
    margin-bottom: 0px;
    line-height: 40px;
}

.search_res_title>span {
    font-weight: 700;
    color: #BCA570;
    border-bottom: 3px solid #BCA570;
    margin-bottom: 0px;
    line-height: 40px;
}
.search_res_open,
.search_res_close {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    transform: translate(0px, -43px);
}
.search_res_open>div,
.search_res_close>div {
    margin-right: 10px;
    border: 1px solid #BCA570;
    padding: 7px 20px;
    color: #BCA570;
}

.search_res_open>div{
    background-color: #BCA570;
    color:white;
}

.search_res_data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search_res_data>.search_res_item {
    width: calc(95%/2);
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.search_res_data>.search_res_item>div:nth-child(1) {
    width: 40%;
}

.search_res_data>.search_res_item>div:nth-child(1)>a>img {
    width: 100%;
}

.search_res_data>.search_res_item>div:nth-child(1)>p {
    font-family: Noto Sans CJK TC;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin-top:1rem;
}

.search_res_data>.search_res_item>div:nth-child(2) {
    width: 60%;
    padding-left: 10%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.search_res_data>.search_res_item>div:nth-child(2)>p{
    font-size: 16px;
}

.search_res_data>.search_res_item>div:nth-child(2)>a {
    font-family: Noto Sans CJK TC;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.search_res_data>.search_res_item>div:nth-child(2)>a>p {
    font-family: Noto Sans CJK TC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #BCA570;
    display: inline;
}

.brandSelect_branch{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.searchIcon{
    display: none;
}

@media (max-width: 768px) {
    .brandSearch>.branchSelect>span{
        margin-right:5px;
    }
    .brandSearch>.keyWordInput>.keyWordBtn{
        width: 10%;
    }
}

@media (max-width: 480px) {
    .brandSelect_branch{
        display: none;
    }
    .searchIcon{
        display: block;
        margin-right: 20px;
    }
    .brandSearch{
        flex-direction: column;
        height: auto;
        border: none;
        background-color: transparent;
    }
    .brandSearch>.branchSelect{
        margin-bottom: 20px;
        border: 1px solid #333333;
        width: 100%;
        padding: 20px;
        justify-content: space-between;
        background-color: white;
    }

    .brandSearch>.keyWordInput{
        width: 100%;
        border: 1px solid #333333;
        background-color: white;
    }

    .brandSearch>.keyWordInput>.keyWordBtn{
        width: 15%;
        height: 45px;
    }
    .branchOption{
        width: 85%;
        margin-top: -80px;
    }
    .search_res_open,
    .search_res_close{
        transform:none;
        margin: 24px auto;
        justify-content: center;
    }

    .search_res_data>.search_res_item{
        width: 90%;
        margin: 0px auto;
    }
    .brandSearch>.keyWordInput>input{
        font-size: 13px;
    }
    textarea:focus, input:focus{
        outline: none;
    }
    .search_res_data>.search_res_item>div:nth-child(2)>a,
    .search_res_data>.search_res_item>div:nth-child(1)>p{
        font-size: 14px;
    }
    .search_res_data>.search_res_item>div:nth-child(2)>p,
    .search_res_data>.search_res_item>div:nth-child(2){
        font-size: 12px;
    }
}

/******************************************************
    2023.11.08 特別服務
******************************************************/
.serviceLink_branches{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 430px;
}
.serviceLink_branches>a{
  width: 50px;
  height: 50px;  
  margin-right: 10px;
  margin-bottom: 10px;
}
.serviceLink_branches>a>img{
    width: 50px;
    height: 50px;
    background-color: #272727;
}
.serviceLink_branches>a>span{
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 20px;
  position: absolute;
  z-index: 1;
  transform: translate(-50px, -35px);
}
.serviceLink_branches>a:hover>img{
    background-color: #B9A779;
}
.serviceLink_branches>a:hover>span {
    visibility: visible;
  }
.service-content{
    margin-top: 5rem;
    padding: 0 7%;
}

.service-content>p{
    text-align: center;
    font-size: 32px;
    padding: 15px 0px 5px 0px;
    font-family: PingFang TC;
    font-weight: 500;
    letter-spacing: 1px;
}
.service-content>img{
    width: 100%;
    padding: 0 22%;
}
.service-content>textarea{
    margin-bottom: 1rem;
    width: 100%;
    resize: none;
    border: none;
    background-color: white;
    padding: 0 8%;
    color:black;
    overflow: hidden;
}
.service-order{
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 7%;
}
.service-order>p{
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0px;
}
.serviceList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 8%;
}

.serviceList>div{
    width: calc(100%/3);
    margin-bottom: 10px;
}
.serviceList>div>a>img{
    background-color: #272727;
    border-radius: 5px;
    width: 40px;
}
.serviceList>div>a>span{
    color: #272727;
    margin-left: 10px;
}
.serviceList>div:hover>a>span{
    color:#5F5F5F;
}
.serviceList>div:hover>a>img{
    background-color: #B9A779;
}
.branchService-head{
    background-color: black;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    justify-content: center;
    z-index: 1040;
    position: fixed;
    top:0px;
}

.branchService-head>p{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .05em;
    color: #fff;
}

.branchService-head>svg{
    margin-left: 10px;
    position: absolute;
    left: 10px;
}
.branchService-head>span{
    color: #d2ba84;
    right: 10px;
    font-size: 13px;
    position: absolute;
    margin-right: 5px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 30%;
    line-height: 25px;
    text-align: right;
}
.branchServiceList{
    padding-top: 70px;
    padding-bottom: 30px;
}
.branchServiceItem{
    background-color: #272727;
    margin: 10px;
    padding: 7px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.branchServiceItem:hover{
    background-color: #616161;
}
.branchServiceItem>img{
    width:50px;
}
.branchServiceItem>span{
    color: white;
    margin-left: 30px;
}
.branchServiceItem>svg{
    width: 20px;
    position: absolute;
    right: 30px;
}
.branchService-select{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(0 0 0 / 80%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 20px;
}
.branchService-optionList{
    background: white;
    display: flex;
    flex-direction: column;
    width: 90%;
    border-radius: 10px;
    align-items: center;
    margin-top: 10px;
}
.branchService-optionList>a,
.branchService-optionList>span{
    padding: 10px;
    color: black;
}
.branchService-optionList>a.active,
.branchService-optionList>a:hover,
.branchService-optionList>span:hover{
    color: #d2ba84;
}
/* 特別服務 App WebView用 */
.service-content.isApp{
    margin-top: 0;
    padding: 0px;
    background-color: #333333;
}
.service-content.isApp>span{
    padding: 16px 20px 5px 20px;
    display: block;
    color: white;
    white-space: pre-wrap;
}
.service-content.isApp>img{
    padding: 0px;
    padding-top: 70px;
}
.service-order.isApp{
    margin:0;
    background-color: #333333;
    padding: 0 20px;
    padding-bottom: 40px;
}
.service-order.isApp>p{
    text-align: left;
    border-top: 1px solid #565656;
    color:#f5f5f5;
}
.serviceList.isApp>div{
    width: calc(100%/2);
}
.serviceList.isApp>div>a>span{
    color:#f5f5f5;
}

@media (max-width:991px){
    .serviceList,
    .service-content>img,
    .service-content>textarea{
        padding:0px;
    }
}

@media (max-width:991px){
    .serviceList>div{
        width: calc(100%/2);
    }
}