@charset "utf-8";

/* Write */
.write-wrap {padding: 0 15px; font-size: min(calc(10 / 500 * 100vw), 10px);}
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:400; margin-top:4px; font-size: 3em; display: flex; align-items: center; gap: 5px; margin-bottom: 15px;}
.write-wrap .agreeType1 {justify-content: center;}
.write-wrap .control-label { padding-top:0px; }
.write-wrap .write-content { height: 350px !important; resize: none;}
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:30px 0px 25px; 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 .form-group {margin-bottom: 20px;}

.container1300 {width: 100%; margin: 0 auto;}
@media (min-width: 1200px) {
.container1300 {max-width: 100%;}
}
@media (max-width: 991px) {
.container1300 {width: 100%; margin: 0 auto; padding: 0 15px;}
}

.contact_wrap {width: 100%;}
.contact_title {font-size: 4em; font-weight: 700; padding-bottom:30px; padding-top: 10px; line-height: 1.8;}
.contact_title2 {text-align: center;}

.content_title {margin-top: 40px !important;}

.form-group i {font-size: 9px; color: #f25656; padding-left: 5px; line-height: 13px;}
#fwrite {width: 100%; max-width: 1000px; margin: 0 auto;}


/* 첨부파일 */
.write-wrap .input-group-addon {font-size:  max(12px, 1.6em);}
.write-wrap .file-control {font-size: max(12px, 1.6em); height: 60px;}
/* 첨부파일 끝*/

.con_btn {background-color: #363636; border-color: #363636; color: #ffffff; border-width: 1px; padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right: 15px;}
.con_btn:hover {background-color: #fff; border-color: #363636; color: #363636;}

.form-control {border: 1px solid #ccc; font-size: 25px !important; height: 50px;}


.wrap_map {width: 640px; height: 1000px !important; }


.col-md-8{width: 52% !important;}
.col-md-4{width: 44% !important;}

@media all and (max-width: 991px) {
	.contact_title {padding-bottom: 18px;}

	
	
	.col-md-8{width: 100% !important;}
	.col-md-4{width: 100% !important;}
	.write-wrap{padding: 0;}
}

@media (max-width: 600px) {
	.contact_title br{display: block;}
	.write-wrap .write-content { height: 200px !important;}
}
.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

#captcha #captcha_key {
    margin: 0 0 0 33px;
    padding: 0 5px;
    width: 70px;
    height: 60px;
    border: 1px solid #b8c9c2;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 2.8em;
    vertical-align: top;
}

.con_pl30 {padding-left: 30px;}
@media (max-width: 991px) {
.con_pl30 {padding-left: 0px;}
}

@media (max-width: 991px) {
.pd0 {padding-left: 0 !important; padding-right: 0 !important;}
}
