header{
    box-shadow: 1px 1px 7px 1px #80808038;
    background-color: #fff;
}

#togle span{
    background:#1c3e9e;
}

.menu li a{
    color:#333;
    font-weight:600;
}

.page_link{
    float: right;
    position: absolute;
    right: 0;
    top: -33px;
}

.page_link li{
    display:inline-block;
    padding-left:10px;
}

.align{
    float: right;
}

.write_section{
    order:2;
    width:100%;
    height:auto;
    padding-top: 80px;
}

.view_content{
    margin:80px 0;
}


.view_panel h2{
    font-size:24px;
    font-weight: 600;
    margin:0;
}

.view_box{
    margin-top:20px;
}


.panel {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd !important;
    padding: 10px 15px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
}

.panel.answer {
    background-color: #faebd7
}

.panel span{
    padding:0 10px;
}

.panel span i{
    vertical-align:middle;
    font-size:12px;
    color:#777;
}

.content{
    width:100%;
    height:auto;
    border-bottom:1px solid #ddd !important;
    text-align: center;
}

.content pre{
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0;
    text-align: center;
    white-space: pre-line;
    line-height: 24px;
}

.content img{
    width:80%;
    height:auto;
}

textarea {
    resize: none;
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    padding:10px;
    box-sizing:border-box;
}

.btn_write{
    justify-content: center;
    margin-top:20px;
}

.btn_write a{
    margin:0 5px;
    border-radius:2px;
    border:1px solid #ccc;
    color:#333;
    padding: 5px 10px;
}

.btn_write button{
    margin:0 5px;
    border-radius:2px;
    border:1px solid #ccc;
    color:#333;
    padding: 5px 10px;
    cursor:pointer;
    background:none;
}



.btn_write a:hover{
    background-color:#ff897d;
    color:#fff;
    font-weight:600;
}

.btn_write button:hover{
    background-color:rgb(119, 119, 119);
    color:#fff;
    font-weight:600;
}


.comment button{
    width: 100%;
    border: none;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.list{
    position: absolute;
    right: 0;
}


/*패스워드*/

#div_pw{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#div_pw input{
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    padding: 2px;
}

#div_pw button{
    width: 45px;
    height: 32px;
    cursor: pointer;
}


#div_pw input{
    width:
}

@media screen and (max-width:1280px) {
    .align{
        float:none;
        padding-top: 10px !important;
    }
    .content img{
        width:100%;
    }
}

@media screen and (max-width:700px) {
    .align{
        width: 100%;
        display: block;
    }
}