@charset "utf-8";

/*==================
	메시지
==================*/

.message_wrap {
    position: fixed;
    bottom: -100%;
    right: 15px;
    width: 330px;
    height: 100px;
    background: #ffdd95;
    border-radius: 0px;
    z-index: 1100;
}

.message_wrap .message_con {
    height: 100%;
    background: url(../img/message_img.png) no-repeat left 45px center;
    padding: 14px 0 14px 135px;
}

.message_wrap .message_con p {
    font-size: 13px;
    color: #2c2c2c;
    line-height: 30px;
}

.message_wrap .message_con .message_btn {
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #d3312c;
    border-radius: 0px;
    margin-top: 4px;
}

.message_wrap02 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    background: #2a2a2a;
    margin-left: -150px;
    margin-top: -103px;
    z-index: 99999;
}

.message_wrap02 .inner {
    position: relative;
}

.message_wrap02 .message_top {
    position: relative;
    height: 40px;
    background: #ffdd95;
    padding: 0 20px;
}

.message_wrap02 .message_top h2 {
    font-size: 13px;
    font-weight: bold;
    color: #060606;
    line-height: 40px;
}

.message_wrap02 .message_top .message_close_btn {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(../img/message02_close_btn.png) no-repeat left top;
}

.message_wrap02 .message_bot {
    text-align: center;
    background: url(../img/message02_img.png) no-repeat center top 22px;
    padding: 75px 0 19px;
}

.message_wrap02 .message_bot p {
    font-size: 13px;
    color: #fff;
}

.message_wrap02 .message_bot .message_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    background: #c14b5c;
    border-radius: 0px;
    margin-top: 22px;
    padding: 0 30px;
}

