.go-msg-box {
    text-align: center;
    margin-bottom: 40px;
}
.btn.go-msg,
#message-sect .form-title {
    color: #fff;
    font-size: 23px;
    text-align: center;
    background: #c31522;
    width: 144px;
    height: 144px;
    padding-top: 20px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    bottom: 0;
}
.btn.go-msg:hover {
    background: #B64848;
    bottom: 5px;
}
.btn.go-msg .txt,
#message-sect .form-title .txt {
    display: block;
    border: 1px solid #fff;
    border-width: 1px 0;
    line-height: 23px;
    width: 91px;
    margin: 2px auto 0;
    font-size: 17px;
    padding: 3px 0 7px 0;
    white-space: normal;
}
.btn.go-msg .ic,
#message-sect .form-title .ic {
    font-size: 32px;
}

.message-item {
    margin-bottom: 15px;
}
.message-txt {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    /* border-radius: 10px; */
    background: #313131;
    padding: 15px;
}
.message-from {
    color: #676767;
    font-size: 13px;
    text-align: right;
    padding: 6px 6px 0;
}
.message-from .author {
    font-weight: bold;
}
.message-question {
    position: relative;
    cursor: pointer;
    /* color: #f7f7f7; */
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    min-height: 22px;
}
.message-item.active .message-question {
    color: #000;
    font-weight: bold;
}
.message-answer {
    display: none;
    position: relative;
}
.message-answer .message-from {
    text-align: left;
    color:#FFBFBF;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 2px;
}
.message-answer .message-from .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 0 -1px 3px;
}
.message-answer .editor {
    background: #130e07;
    color: #F0EFEE;
    padding: 15px;
    min-height: 20px;
}

#message-sect {
    margin-top: 20px;
    padding-top: 40px;
}
#message-sect .form-wrap {
    background: url('../../images/common/message/form_bg.png') 0 0 / auto 100% no-repeat rgb(47, 47, 47);
    padding: 50px 11% 40px 36%;
    position: relative;
}
#message-sect .form-title {
    position: absolute;
    top: 50%;
    left: 18%;
    margin: -72px 0 0 -72px;
}
#message-sect .form-box {
    border: 0;
}
#message-sect .reminder .ic {
    color: #c31523;
}
#message-sect .form-control {
    /* background: #5c6284; */
}
#message-sect .form-group {
    border: 0;
    padding: 4px 0;
}
#message-sect .btn-holder {
    padding-top: 20px;
}
.btn.login, .btn.arrowL, .btn.arrowR {
    width: 194px;
    line-height: 50px;
    padding: 0 15px;
    color: #FFBFBF;
    font-size: 18px;
    margin: 0 0px 10px;
    position: relative;
    border-radius: 0;
    border: 2px solid #2f2f2f;
    outline: 1px solid #2f2f2f;
}
@media screen and (max-width: 1080px) {
    #message-sect .form-wrap {
        padding: 50px 4% 40px 28%;
    }
    #message-sect .form-title {
        left: 14%;
    }
}
@media screen and (max-width: 860px) {
    #message-sect .form-wrap {
        padding: 40px 30px;
    }
    #message-sect .form-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #message-sect .form-title {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 30px;
    }
    #message-sect .btn-holder {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .message-txt {
        padding: 10px 14px;
    }
    .message-answer .editor {
        padding: 10px;
    }
    #message-sect .form-wrap {
        padding: 30px 15px;
    }
}