#id_Content{
	 padding: 0px 50px;
}
.banner-42 .meMsg_MsgBlk{
	 color: #666;
    font-family: Inter;
    font-size: 13px;
    padding: 50px 0px;
}
.banner-42 .listMsgList{
	 display: flex;
	 justify-content: center;
}
.banner-42 .itemMsgList{
    display: flex;
    flex-direction: column;
	 width: 25%;
    padding: 20px;
}
.banner-42 .itemMsgList img{
	 width: auto;
	 height: 80px;
    margin: 10px auto 30px;
}
.banner-42 .itemMsgList .meMsg_ItemTitle{
	 padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
	 color: #272727;
	 font-family: Inter;
	 font-size: 16px;
    position: relative;
}
.banner-42 .itemMsgList .meMsg_ItemContent{
	 text-align: justify;
	 color: #676767;
	 font-family: Inter;
	 font-size: 13px;
}
.banner-42 .MsgListBlk_1 .meMsg_ItemTitle:before {
    content: '1';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-42 .MsgListBlk_2 .meMsg_ItemTitle:before {
    content: '2';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-42 .MsgListBlk_3 .meMsg_ItemTitle:before {
    content: '3';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-42 .MsgListBlk_4 .meMsg_ItemTitle:before {
    content: '4';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-42 .MsgListBlk_5 .meMsg_ItemTitle:before {
    content: '5';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-43 .MsgListBlk_1 .meMsg_ItemTitle:before {
    content: '6';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-43 .MsgListBlk_2 .meMsg_ItemTitle:before {
    content: '7';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-43 .MsgListBlk_3 .meMsg_ItemTitle:before {
    content: '8';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-43 .MsgListBlk_4 .meMsg_ItemTitle:before {
    content: '9';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    background: #474747;
}
.banner-43 .MsgListBlk_5 .meMsg_ItemTitle:before {
    content: '10';
    position: absolute;
    top: 5px;
    left: calc(50% - 12px);
    color: #fff;
    padding: 5px 9px;
    border-radius: 50%;
    background: #474747;
}
@media (max-width: 768px){
#id_Content{
	 padding: 0px;
}
.banner-42 .listMsgList {
    flex-direction: column;
	 align-items: center;
}
.banner-42 .itemMsgList{
	 width: 80%;
}
}