@charset "utf-8";

/* Write */
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; margin-top:4px; }
.write-wrap label span {
    color: #ce8142;
    font-size: 16px;
    vertical-align: middle;
}
.write-wrap .control-label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
    padding: 0;
}
.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; }

.at-body {background: #f4eee6;}
.bottom_banner {display: none;}
.write-wrap .board_title {margin-top: 0;}
.write-wrap .board_title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    margin: 0 0 15px;
    text-align: center;
}
.write-wrap .board_title p {
    font-size: 16px;
    font-weight: normal;
}
.write-wrap form {
    background: #fff;
    border: 1px solid #ae7e41;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 200px;
}
.write-wrap .form_group {margin-bottom: 15px;}
.write-wrap .form_group input, .write-wrap .form_group select, .write-wrap .form_group textarea {
    box-shadow: none;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
}
.write-wrap .form_group textarea {
    height: 200px !important;
    line-height: 1.4 !important;
    padding: 15px;
}
.write-wrap .write-btn button {
    width: 200px;
    height: 50px;
    line-height: 46px;
    background: #ce8142;
    border: 2px solid #ce8142;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    padding: 0;
}
.write-wrap .write-btn button:hover {
    background: #fff;
    color: #ce8142 !important;
}

.reservation_list {
    font-size: 14px;
    color: #444;
    text-align: center;
    border: none;
    background: none;
    margin: 20px auto 0;
    display: block;
    text-decoration: underline !important;
}
.reservation_list:hover, .reservation_list:focus {color: #444;}

@media all and (max-width: 767px) {
    .write-wrap .board_title h2 {font-size: 24px;}
    .write-wrap form {padding: 25px;}
}