@charset "utf-8";

/* Write */
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.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 { 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: inherit;
    background: #f5f5f5;
    padding: 80px 0 100px;
}
.write-wrap .title {
    text-align: center;
    margin-bottom: 50px;
}
.write-wrap .title img {width: 80px; height: 80px;}
.write-wrap .title p {
    font-size: 20px;
    margin: 25px 0 0;
}
.write-wrap .title p b {color: #32477a}
.write-wrap > form {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    padding: 50px 80px;
    border-top: 2px solid #32477a;
    font-size: 16px;
}
.write-wrap .form_group {
    overflow: hidden;
    margin-bottom: 15px;
}
.write-wrap .control-label {
    width: 150px;
    float: left;
    text-align: left;
    font-weight: normal;
    margin-top: 12px;
}
.write-wrap .form-control {
    width: calc(100% - 150px);
    float: right;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}
.write-wrap .form-control::placeholder {color: #888;}
.write-wrap .input_group {overflow: hidden;}
.write-wrap .input_group span {
    width: calc((100% - 30px)/2);
    float: left;
}
.write-wrap .input_group span:first-child {margin-right: 30px;}
.write-wrap .input_group span .form-control {
    float: none;
    width: calc(100% - 20px);
    display: inline-block;
}
.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 20px;
    background-size: 13px 7px;
}
.write-wrap textarea {
    width: calc(100% - 150px) !important;
    height: 150px !important;
}
.write-wrap .agree_group {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
}
.write-wrap .agree_group a {color: #32477a;}
.write-wrap .agree_group input[type=checkbox] {
    margin-top: -4px;
    margin-right: 5px;
}
.write-wrap button {
    width: 200px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #32477a;
    border: 1px solid #32477a;
    margin-top: 20px;
    transition: all 0.3s;
}
.write-wrap button:hover {
    background: #fff;
    color: #32477a;
}
.write-wrap .list_btn {
    margin-top: 30px;
    text-align: center;
}
.write-wrap .list_btn a {
    font-size: 16px;
    color: #32477a;
    text-decoration: underline;
    display: inline-block;
    font-weight: bold;
}

.at-footer {margin-top: 0;}

@media all and (max-width: 1200px) {
    .write-wrap .title {padding: 0 15px;}
    .write-wrap > form {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .write-wrap {padding: 30px 0 50px;}
    .write-wrap .title {margin-bottom: 20px;}
    .write-wrap .title img {width: 50px; height: 50px;}
    .write-wrap .title p {
        font-size: 16px;
        margin-top: 15px;
    }
    .write-wrap > form {
        padding: 30px;
        font-size: 14px;
    }
    .write-wrap .control-label {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    .write-wrap .form-control {
        float: none;
        width: 100%;
        font-size: 15px;
        height: 42px;
        line-height: 42px;
    }
    .write-wrap .input_group span:first-child {margin-right: 15px;}
    .write-wrap .input_group span {width: calc((100% - 15px)/2);}
    .write-wrap textarea {width: 100% !important;}
    .write-wrap .agree_group {
        font-size: 12px;
        margin-top: 20px;
    }
    .write-wrap button {
        height: 42px;
        line-height: 38px;
        font-size: 14px;
    }
}