@charset "utf-8";

.at-body {background: #f5f5f5;}

/* Write */
.write-wrap {
    background: #fff;
    border: 1px solid #ddd;
    padding: 100px 200px;
}
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 80px;
}
.write-wrap .formGroup {
    margin-bottom: 30px;
    overflow: hidden;
}
.write-wrap .halfGroup {
    float: left;
    margin-right: 30px;
    width: calc((100% - 30px)/2);
}
.write-wrap .halfGroup:last-child {margin-right: 0;}

.write-wrap .control-label {
    font-size: 16px;
    font-family: "Montserrat SemiBold";
    margin: 0 0 12px;
    padding: 0;
}
.write-wrap .control-label .requiredMark {
    background: #1d2087;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: super;
}
.write-wrap .form-control {
    border: 1px solid #ddd;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    box-shadow: none;
}
.write-wrap .form-control::placeholder {color: #aaa;}

.write-wrap .write-content {
    height: 200px;
    line-height: 1.4;
    padding: 20px;
}
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:50px 0px 0; text-align:center; }
.write-wrap .write-btn button {
    border: 1px solid #1d2087;
    text-align: center;
    width: 100%;
    max-width: 200px;
    height: 42px;
    line-height: 38px;
    display: inline-block;
    transition: all 0.3s;
    color: #1d2087;
    background: #fff;
    font-weight: bold;
}
.write-wrap .write-btn button:hover {
    background: #1d2087;
    color: #fff;
}
.write-wrap .write-btn a.btn {
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
}
.write-wrap .write-btn .adminBtn {margin-top: 20px;}
.write-wrap .write-btn .adminBtn a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

#variableFiles { width:100%; margin:0; border:0; }
#variableFiles td { padding:0px 0px 7px; border:0; }
#variableFiles input[type=file] { box-shadow : none; border: 1px solid #ccc !important; outline:none; }
#variableFiles .form-group { margin-left:0; margin-right:0; margin-bottom:7px; }
#variableFiles .checkbox-inline { padding-top:0px; font-weight:normal; }

@media all and (max-width: 1024px) {
    .write-wrap {padding: 50px;}
}
@media all and (max-width: 767px) {
    .write-wrap {padding: 40px 20px;}
    .write-wrap h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .write-wrap .formGroup {margin-bottom: 20px;}
    .write-wrap .halfGroup {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .write-wrap .halfGroup:last-child {margin-bottom: 0;}
    .write-wrap .control-label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .write-wrap .form-control {
        padding: 0 15px;
        font-size: 16px;
    }
    .write-wrap .write-content {
        height: 200px !important;
        padding: 15px;
    }
    .write-wrap .write-btn {margin-top: 30px;}
}
@media all and (max-width: 480px) {
    #captcha.m_captcha audio {margin: 0 auto 5px;}
    #captcha.m_captcha #captcha_img {margin: 0 auto 3px;}
}