@charset "utf-8";

/* Write */
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label {  }
.write-wrap .control-label { padding-top:0px; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:30px 0px 0; text-align:center; }
.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; }


.write-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.write-wrap > form {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 80px 200px;
}
.write-wrap .form_group {margin-bottom: 15px;}
.write-wrap .form_group label {display: none;}
.write-wrap .form_group input, .write-wrap .form_group select {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.write-wrap .form_group select {padding: 0 15px;}
.write-wrap .form_group input::placeholder {color: #888;}

.write-wrap select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}
.write-wrap select::-ms-expand{display:none;/*for IE10,11*/}
.write-wrap select {
    background-image: url("/img/custom/arrow_bottom.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 11px 6px;
}
.write-wrap .agree_group {
    font-size: 14px;
}
.write-wrap .agree_group input[type=checkbox] {
    margin-top: -4px;
    margin-right: 8px;
}
.write-wrap button {
    font-size: 16px;
    color: #fff;
    background-color: #7b4124;
    width: 200px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: none;
    font-weight: bold;
    transition: all 0.3s;
}
.write-wrap button:hover {
    background-color: #fff;
    color: #7b4124;
    border: 1px solid #7b4124;
}

.write-wrap .admin_btn {
    font-size: 16px;
    font-weight: bold;
    color: #7b4124;
    text-decoration: underline;
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

.status_wrap {margin-top: 80px;}
.status_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

@media all and (max-width: 767px) {
    .write-wrap > form {padding: 30px;}
}