/*---개별사항---*/

.headline_03 {
    background-image: url(../img/write6.svg);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}
@media all and (max-width:768px) {
    .headline_03 {background: none;}
}

.form_03 .privacy {
    font-size: 15px;
    line-height: 26px;
    line-height: 1.7em;
    padding: 12px 15px;
    border: 1px solid #dae1eb;    
    background: #fff;   
    overflow-y: auto;
    color: #5c5c5c;
    max-height:300px;
}
.form_03 .privacy b {font-weight: 900;}
.form_03 .privacy ul {
    list-style-position: inside;
    padding-left: 12px;
}
.form_03 .privacy li {
    list-style-type: "- ";
}
.form_03 .agree {     
    position: relative;
    padding-top: 25px;
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    color: #939393;
    position: relative;
}
.form_03 .agree b { 
    color: black; 
    font-weight: bold;
}
@media all and (max-width:768px) {
    .form_03 .privacy {
        font-size: 14px;
        padding: 10px 12px;
        word-break: break-all;
        text-align: justify;
    }
    .form_03 .agree {     
        padding-top: 15px;
        font-size: 14px;
        color: #939393;
        position: relative;
    }
}


.form_03 .submit_msg {
    text-align: right;
    margin: 60px 0;
}
.form_03 .submit_msg p {
    display: inline-block;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
    word-break: keep-all;
    width: 90%;
    max-width: 540px;
}
.form_03 .submit_msg p span {
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
    line-height: 30px;
}
.form_03 .submit_msg p b {
    color: #0083c7; 
    font-weight: bold; 
    display: inline-block; 
}
@media all and (max-width:768px) {
    .form_03 .submit_msg {
        margin: 50px 0;
    }
    .form_03 .submit_msg p span {
        font-size: 14px;
        line-height: 24px;
    }
    .form_03 .submit_msg p span {
        display: inline;
    }
}

.write_btn { margin-top: 60px; }
@media all and (max-width:768px) {
    .write_btn { margin-top: 50px; }
}

.form_03 label {cursor: pointer;}
.form_03 input[type="checkbox"] {width: 16px; height: 16px; cursor: pointer;}