body,html {
    color: #151515;
}

.text-content-big p{
    color: #151515;
}

ul li {
    list-style-type: none;
}

/* 目錄 */

.price-list {
    position: fixed;
    bottom: 0;
    left: 16px;
    padding: 12px 16px;
    background-color: #f7cd6d;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    z-index: 10;
    width: auto;
}

.price-list p{
    margin: 0;
    font-weight: bold;
    line-height: 2;
}


.price-list-content{
    display: none;
}

.price-list-content p a {
    color: #0D47A1;
}

.price-list-content p a:hover {
    color: #3175e4;
}

.price-list-title button {
    background-color: transparent;
    color: #067a86;
    text-decoration: underline;
    font-size: 18px;
    border: 0;
}

.price-list-title button:focus {
    outline: -webkit-focus-ring-color auto 0px;

}

/* 價目表樣式[舊] */

.price-new-table{
	border: 0;
	margin-top: 8px;
	width: 100%;
}

.price-new-table th{
	background-color: #067a86;
	color: #fff;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
    border: 1px solid #ccc;
    font-size: 22px;
}

.price-new-table th:first-child{
    border:0;
    border-radius: 0;
}
.price-new-table th:last-child{
    border:0;
    border-radius: 0;
}

.price-new-table td{
	color: #333;
	text-align: center;
	padding: 4px 12px;
	border: 1px solid #cecece;
}

.price-new-table td:first-child{
	background-color: #FCE9E6;

}

.price-new-table td a{
    text-decoration:underline;
    color: #0D47A1;
    font-weight: bold;
}

.price-memo{
	background-color: #fef8ea;
	padding: 12px;
	border-radius: 10px;
	text-align: left;
	margin-top: 24px;
}

.price-memo p{
	font-size: 19px;
	font-weight: 600;
}

/* 價目表樣式20210125 */

.price-title {
    background-color: #067a86; 
    color: #fff; 
    font-weight: bold; 
    font-size: 22px; 
    padding: 12px 0; 
    border: 1px solid #cecece; 
    margin-bottom: 0;
    text-align: center;
}

.price-wrapper .table  {
    width: 100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
  
.price-wrapper .table .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
    margin: 0;
}

.price-wrapper .table .row:nth-child(even){
    background: #ffffff;
}

.price-wrapper .table .row:nth-child(1){
    background: #ddd;
}

.price-wrapper .table .header{
    width: 100%;
    background: #ddd;
}

.price-wrapper .table .row .cell{
    width: calc(100% / 5);
    padding: 2px 16px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-wrapper .table .row .cell p{
    margin: 0;
    width: 100%;
    text-align: center;
}

.price-wrapper .table .row .cell p a{
    margin: 0;
    text-decoration: underline;
    color: #0D47A1;
    font-weight: bold;
}

.price-wrapper .table .row .cell:first-child{
    background-color: #FCE9E6;
}

.price-wrapper .table .header .cell:first-child{
    background-color: #067a86;
    color: #fff;
}

.header-p{
    color: white !important;
} 
.cell p{
    color: black;
}
.two{
    width: calc(100% / 2) !important;
}

.price-wrapper .table .row .cell:nth-child(4){
    justify-content: center;
}


.price-wrapper .table .header .cell{
    padding: 12px 0;
    font-weight: bold;
    background-color: #067a86;
    color: #fff;
}

.price-wrapper .table .header .cell:nth-child(4){
    justify-content: center;
}

.price-wrapper .table .row .cell ul{
    margin-bottom: 0;
}

.price-wrapper .table .row .cell ul li{
    list-style-type: disc;
}

/* 解決錨點錯位的問題 */
.anchor {
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}


.table-list{
    text-align: left;
    padding-inline-start: 24px;
}

.table-list li{
    color: black;
}

.calec:hover{
    background-color: rgba(200, 192, 150, 0.3) !important;
}
.calec:hover .cell{
    background-color: rgb(200, 192, 150, 0.3) !important;
}


  
@media (max-width: 576px){

    .price-new-table th:first-child{
        border-top-left-radius: 8px;  
        border-right: 1px solid #ddd;
    }

    .price-new-table th:last-child{
        border-top-right-radius: 8px; 
    }

    .price-title {
        border-top-left-radius: 8px; 
        border-top-right-radius: 8px; 
    }
    .price-wrapper .table .header .cell{
        display: none;
    }
    .price-wrapper .table .row .cell p{
        font-size: 20px;
        width: fit-content;
        text-align: left;
    }
    .price-wrapper .table .row .cell p a{
        font-size: 20px;
    }
    .price-wrapper .table .row .cell ul li{
        font-size: 20px;
    }
    .price-wrapper .table .row .cell{
        width: 100%;
        padding: 16px;
        padding-left: 108px;
        position: relative;
        justify-content: flex-start;
        text-align: left;
        border-top: 1px solid #ccc;
        border-bottom: 1px dashed #ddd;
    }
    .price-wrapper .table .row .cell:last-child{
        padding-bottom: 16px;
        border-bottom: 1px solid #ccc;
    }
    .price-wrapper .table .row .cell:first-child{
        background-color: transparent;
    }

    .price-wrapper .table .row .cell:before{
        content: attr(data-title);
        color: #067a86;
        font-weight: bold;
        width: 86px;
        font-size: 20px;
        text-align: left;
        position: absolute;
        top: 24px;
        left: 16px;
    }

    .table-list{
        margin-top: -8px;
    }
    .two{
        width: calc(100% / 1) !important;
    }

    .price-wrapper .table .row .cell:nth-child(4){
        justify-content: flex-start;
    }

}

@media (max-width: 480px){
    .price-list {
        bottom: 74px;
        padding: 2px 16px;
        left: 0;
        width: 100%;
    }

    .price-list-title button {
        font-size: 22px;
    }

    .price-list-title {
        font-size: 20px;
        text-align: center;
    }

    .price-list-content p a {
        font-size: 18px;
    }
}

@media(max-width:322px){
    .price-list-content p a{
      font-size: 16px;
    }
  }