a:hover{text-decoration:none;color: #0028aa}
a{color: #0028aa;font-weight: 700}
body{background: #eee}

.index_article_banner img{transform:scale(0.9,0.9); right: 0; left: 0;bottom: 0;margin: auto; }
.index_article_banner h2{top: 0; right: 0; bottom: 0;left: 0;margin: auto; align-items: center;justify-content: center;display: flex;font-size: 10vw;font-weight: bold;color: rgba(255, 255, 255, 0.4);}


.breadcrumb{bottom: 0;z-index: 999;background: none}
.breadcrumb-item.active{color:#fff;}

.household .row{padding: 10vw 0}
.household .h2{line-height: 100%}
.household .h5{line-height: 200%}

.card{border-radius: 1.25rem;}
.superiority .row{padding: 10vw 0}
.superiority .card{transition: all .5s;}
.superiority .card:hover{box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);transform: translate3d(0,-10px,0);}

.card img {transform:scale(0.9,0.9);transition:0.2s linear;position: relative;max-height: 260px}
.card:hover img{transform:scale(1,1);object-fit: cover;}

.bg-opacity-30{background: rgba(0, 0, 0, 0.3);}



/*footer*/
.bg-black{background: #333}