.rtLtMgsAdvListCol2No1v1 .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 38px;
}

.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk {
    margin-bottom: 40px;
    display: block;
    height: 75px;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk center {
    float: right;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk > div {
    float: left;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk .meMsg_MsgTitle {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk .meMsg_Content {
    color: #4A4A4B;
    text-align: left;
}

.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList .meMsg_MsgListCaption {
    font-size: 16px;
    color: #FF3700;
    margin: 0 0 90px;
    text-align: justify;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList ul {
    padding-left: 0;
    color: #4A4A4A;
    line-height: 200%;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList ul li:before {
    content: "";
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/DirectionTriangle.png);
    height: 13px;
    width: 13px;
    display: inline-block;
    margin-right: 20px;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList ul li .meMsg_ItemTitle {
    color: #000000;
    font-weight: 700;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList ul li .meMsg_ItemContent {
    margin-left: 33px;
}





@media (max-width: 700px) {
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
}

.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk center,
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk > div {
    float: none;
}
.rtLtMgsAdvListCol2No1v1 .meMsg_MsgContentBlk center {
    margin-top: 20px;
}

.rtLtMgsAdvListCol2No1v1 .meMsg_MsgList ul li {
    width: 100%;
}

}

