/* sub6-1 write_form */
#content .content_area {font-family: 'Nanum Gothic'; margin-bottom: 270px; font-size: 1.25rem;}
#content .content_area p{text-align: center; font-size: 36px; margin-bottom: 120px;}
#content .content_area p span{color: #f07404;}

form {width: 100%;}
form ul {border-top: 2px solid #f07404;}
form ul li {border-bottom: 1px solid #ccc; padding: 20px 0;}
form ul li dl {overflow: hidden;}
form ul li dl dt {float: left; width: 18%; margin-right: 2%; text-align: center;}
form ul li dl dd {float: left; width: 80%; position: relative;}
form ul li dl dd span {position: absolute; top: 0; right: 8%;}
form ul .col2 {padding: 10px 0;}
form ul .col2 input {width: 888px;}
form input, form textarea {border: none; background: #f9f9f9; padding: 10px;
    font-family: 'Nanum Gothic'; font-size: 1.25rem;}

#write_button {float: right; margin-top: 30px; font-size: 1rem;}
#write_button input {padding: 10px 20px; border: 1px solid #f07404; background: #f07404; color: #fff;
    cursor: pointer; margin-right: 10px; border-radius: 2px; font-size: 1rem;}
#write_button a {padding: 10px 20px; border: 1px solid #333; border-radius: 2px; transition: all .2s;}
#write_button a:hover {background: #f07404; color: #fff; border: 1px solid #f07404;}
