.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}


.articleTitle {
  border: none;
}

h1.style-scope {
  color: #b19365;
  font-size: 21px;
  font-weight: 500;
}

.paragraph p {
  color: #555;
}






/* 證照區塊 */
.licenseSection{
display:flex;
align-items:center;
gap:40px;
margin-top:50px;
padding:40px;
background:#303030;
/*border-radius:12px;*/
}

.licenseImg{
flex:1;
}

.licenseImg img{
width:100%;
max-width:360px;
border-radius:8px;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
margin: auto;
}

.licenseInfo{
flex:1;
}

.licenseInfo h2{
font-size:22px;
color:#b19365;
margin-bottom:20px;
font-weight:500;
}

.licenseInfo ul{
padding:0;
margin:0;
list-style:none;
}

.licenseInfo li{
font-size:16px;
line-height:2;
color:#fff;
border-bottom:1px solid #eee;
padding:6px 0;
text-align: left;
}

.licenseInfo span{
color:#aaa;
margin-right:6px;
}

/* 手機版 */
@media (max-width:768px){

.licenseSection{
flex-direction:column;
text-align:center;
padding:25px;
}

.licenseImg img{
max-width:280px;
margin:auto;
}

}




.mainArea {
  padding-bottom: 50px;
}