#notification {
	background-color: #f6f6f6;
    width: 100%;
    display: block;
    padding: 16px 11px;
    font-size: 14px;
    text-decoration: underline;
    border-bottom: 1px solid #eee;
}
#represent_title {
	margin-bottom: 35px;
    display: block;
	margin-top: 45px;
	font-size:35px;
	text-align:center;
    font-weight: 1000;
}
#wrap {
	display: flex;
    flex-wrap: wrap;
}
#recorddevice, #money {
    width: 100%;
    height: 185px;
    border-radius: 5px;
    background-size: cover;
}
.flexis {
    flex: 1 1 50%;
	text-align:center;
}
.flexis_40 {
    flex: 1 1 40%;
}
#wrap .flexis_40:nth-child(odd) {
	margin-right:5%;
	margin-bottom:10px;
}
#wrap .flexis_40:nth-child(even) {
	margin-left:5%;
	margin-bottom:10px;
}
#wrap .review {
	border: 1px dashed #dbdbdb;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fefefe;
    border-radius: 10px;
}
.title {
    display: block;
	text-align:center;
	font-size:23px;
	margin-top:15px;
	font-weight: bold;
}
.content {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    margin: 24px 35px;
    line-height: 1.5;
	text-align:center;
    color: rgb(123, 133, 145);
}
#banner {
    height: 350px;
    background: url(common/assets/img/record.jpg);
    filter: brightness(50%);
    background-position: center;
    background-blend-mode: hard-light;
    background-repeat: no-repeat;
    background-color: #b2b2b2;
    background-size: 100%;
}

.icon_wrap {
    background-color: rgb(248, 250, 252);
    border-radius: 50%;
    display: inline-flex;
    width: 150px;
    height: 150px;
    text-align: center;
    align-items: center;
}
.icon_wrap > i{
	margin: 0 auto;
    display: table;
    font-size: 37px;
    color: #dbdbdb;
    font-weight: 100;
}
.gradient_text {
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}