@charset "UTF-8";
.iMemo2 {
    display: inline-block;
    background: url("../images/ico_meno2.png") 0 0 no-repeat;
    text-indent: -9999px;
    font-size: 0;
    width: 30px;
    height: 26px;
    vertical-align: middle;
}

.noDecoGreenLink:hover {
    color: #66bb6b !important;
    text-decoration: none !important;
}

.noDecoWhiteLink:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.noDecoOriginLink:hover {
    text-decoration: none !important;
}

.noDecoOriginLink {
    text-decoration: none !important;
}

.cusorHand:hover {
    cursor: pointer;
}

.cusorHand {
    cursor: auto;
}

.padding0 {
    padding: 0 !important;
}

.multi-two-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3.0em;
}
.mPos1 .iConfrim {
    position: absolute;
    top: 0;
    right: 0;
}

.iConfirm {
    display: block;
    background: url("../images/ico_confirm1.png") 0 0 no-repeat;
    text-indent: -9999px;
    font-size: 0;
    width: 28px;
    height: 28px;
}
@media all and (max-width:768px) {
    .mPos1 .iConfrim {
        top: -3px;
    }
    .iConfrim {
        background: url("../images/ico_confirm1_m.png");
        background-size: 28px auto;
    }
}
