.go-msg-box {
    letter-spacing: 0.03em;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}
.btn.go-msg {
    border: 4px solid #02225D;
    width: 234px;
    color: #01215D;
    font-family: 'Noto Serif TC' ;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.18em;
    position: relative;
    padding: 4px 4px 4px 64px;
}
.btn.go-msg .ic {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #001F5D;
    font-size: 18px;
    width: 52px;
    line-height: 58px;
    text-align: center;
}
.btn.go-msg:hover .ic {
    background: #02225D;
    color: #fff;
}
.btn.go-msg:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #A98C29;
}
.btn.go-msg small {
    display: block;
    color: #D3B74D;
    font-family: 'Gentium Basic', serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
.message-list {
    max-width: 1200px;
    margin: 0 auto;
}
.message-item {
    margin-bottom: 30px;
}
.message-from {
    background: #D4B74E;
    color: #EEE2B8;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 110px;
}
.message-from .author {
    display: block;
    color: #02225D;
    font-size: 14px;
    font-weight: bold;
}
.message-question {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #02225D;
    color: #8191AE;
    font-size: 18px;
    line-height: 1.4;
    padding: 14px 50px 14px 135px;
    min-height: 25px;
}
.message-item.active .message-question {
    color: #fff;
}
.message-question .ic-accordion {
    display: block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #022463;
    background: #C2AF62;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.message-question .ic-accordion:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #FFF;
    border-color: transparent transparent #FFF #FFF;
    margin: 4px 4px 6px 6px;
}
.message-question:hover .ic-accordion {
    background: #02225D;
}
.message-item.active .message-question .ic-accordion:before {
    border-color: #FFF #FFF transparent transparent;
    margin: 6px 6px 4px 4px;
}
.message-answer {
    position: relative;
    overflow: hidden;
    display: none;
}
.message-answer .ic {
    color: #02225D;
    font-size: 50px;
    text-align: center;
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.message-answer .ic:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 2px;
    top: 100%;
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}
.message-answer .editor {
    background: #D4B74E;
    padding: 20px 20px 20px 120px;
    min-height: 100px;
}
#message-sect {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
#message-sect .form-title {
    border: 4px solid #02225D;
    width: 234px;
    color: #01215D;
    font-family: 'Noto Serif TC' ;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.18em;
    position: relative;
    margin: 0 auto 30px;
    padding: 4px 4px 4px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#message-sect .form-title .ic {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #001F5D;
    font-size: 18px;
    width: 52px;
    line-height: 58px;
    text-align: center;
}
#message-sect .form-title:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #A98C29;
}
#message-sect .form-title small {
    display: block;
    color: #D3B74D;
    font-family: 'Gentium Basic', serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
#message-sect .reminder {
    text-align: center;
}
#message-sect .form-group {
    position: relative;
}
#message-sect .control-label {
    display: block;
    position: absolute;
    left: -20px;
}
@media screen and (max-width: 1000px) {
    #message-sect {
        margin-top: 45px;
        padding-top: 45px;
    }
}
@media screen and (max-width: 767px) {
    #message-sect .control-label {
        position: relative;
        left: 0;
    }
}
@media screen and (max-width: 600px) {
    .message-question {
        padding: 0;
    }
    .message-question .txt {
        display: block;
        padding: 10px 15px;
    }
    .message-question .ic-accordion {
        top: 20px;
    }
    .message-from {
        position: static;
        width: auto;
        text-align: left;
        padding: 5px 35px 5px 15px;
    }
    .message-from .author {
        display: inline-block;
    }
    .message-answer .ic {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 15px;
        left: 15px;
    }
    .message-answer .ic:after {
        border-width: 10px 5px 0 5px;
    }
    .message-answer .editor {
        padding: 60px 15px 15px;
    }
}