@charset "utf-8";


.full_height {height: 100vh; padding-top: 120px; display:flex; flex-direction: column; justify-content: space-between;}
.info_box.quick_height {padding-bottom: 60px;}

@media (max-width: 991px) {
.full_height { padding-top: 50px; height:100% }
.info_box.quick_height {padding-bottom: 0; margin-top: 40px;}
}
/* Write */
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; margin-top:4px; }
.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 { margin:15px 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; }

/* m04_01 게시판 커스텀 */

/*.m04_01_write .info_top { margin-top: 120px; margin-bottom: 250px;}*/

/* .m04_01_write .info_box.info_top {padding-bottom:25%;} */



.m04_01_write .contact_info {  display: flex; margin-bottom: 20px; }
.m04_01_write .contact_info h3 { width: 15%; font-weight: bold; font-size: 14px; color: #000000; line-height: 22px;}
.m04_01_write .contact_info span { margin-left: 30px; font-weight: 400; font-size: 14px; color: #000000; line-height: 22px;}
.m04_01_write .contact_margin { height: 70px; }
.m04_01_write .quick_box { display: flex; justify-content: flex-start; align-items: center; gap: 15px; cursor: pointer;} 
.m04_01_write .quick_box h3 { font-size: 14px; color: #000000; line-height: 24px; font-weight: bold;}

.m04_01_write .flex-box.section_one { padding-top: 75px;}
.m04_01_write .flex-box { margin-left: 40px; width: 1085px; }
.m04_01_write .inquiry_box { margin-bottom: 10px; }
.m04_01_write .inquiry_box > label { color: #222222; font-weight: bold; font-size: 14px; width: 170px;}
.m04_01_write .inquiry_box .answer { width: calc(100% - 170px); }
.m04_01_write .inquiry_box .answer input[type="text"],
.m04_01_write .inquiry_box .answer input[type="password"] { background-color: #f8f8f8; border: none; border-radius: 0; color:#222222; font-size: 14px; font-weight: bold; width: 100%; line-height: 44px;}

.m04_01_write .inquiry_box .sand_box { width: 170px; }
/* 파일 */
.m04_01_write .inquiry_box .answer .file_input { width: 100%; }
.m04_01_write .inquiry_box .answer .file_input .row .file_content { margin-bottom: 0; }
.m04_01_write .inquiry_box .answer .file_input .row .file_content > label { width: 50px; height: 44px; line-height: 45px; border-radius: 0; border: none; background: #f8f8f8; color: #222222; font-size: 16px; font-weight: bold;  }
.m04_01_write .inquiry_box .answer .row .file_content > div.right_file { width: calc(100% - 50px); }
.m04_01_write .inquiry_box .answer .row .file_content > div.right_file input { border-radius: 0; border: none; font-size: 14px; height: 44px; }

.m04_01_write .inquiry_box.content_box { position: relative; }
.m04_01_write .inquiry_box .answer textarea { border: none; border-radius: 0 !important; color:#222222; background-color: #f8f8f8; font-size: 14px; font-weight: bold; }

/* 버튼 */
.m04_01_write .write-btn.btn_write.sand_btn { text-align: left; margin: 0; display: flex; }
.m04_01_write .write-btn.btn_write.sand_btn .btn { border-radius: 0 !important; text-align: left; background: none; display: flex; align-items: center; gap: 10px; width: auto;}
.m04_01_write .write-btn.btn_write.sand_btn .btn:focus { outline: none; box-shadow: none; }
.m04_01_write .write-btn.btn_write.sand_btn .btn  span { font-size: 14px; line-height: 24px; color: #222222; font-weight: bold; }

.m04_01_write .contact_bottom_text { margin-top: 200px;}
.m04_01_write .contact_bottom_text h4{ font-size: 14px; color: #222222; line-height: 22px; font-weight: bold;}

/* 자동등록방지 */
.m04_01_write .well_box { display: flex; margin-left: 40px; align-items: flex-start; margin-top: 20px; width: 1085px;}
.m04_01_write .well_box .well_box_in { display: flex;  flex-direction: column;     justify-content: space-between;  height: 114px;}
.m04_01_write .well_box h3 { width: 170px; font-size: 14px; color: #222222; font-weight: bold;}
.m04_01_write .well_box .well { width: calc(100% - 170px); background-color: #f8f8f8; border: none; box-shadow: none; padding: 19px 9px;}
.m04_01_write #captcha #captcha_info { color: #222222; font-weight: 600;}
.m04_01_write #captcha #captcha_key { width: 180px; }

@media (max-width: 991px) {
    .m04_01_write .info_top {}
    .m04_01_write .contact_info {  display: flex; flex-direction: column; margin-bottom: 70px; gap: 4px; }
    .m04_01_write .contact_info h3 { width: 100%; font-size: 14px; line-height: 25px;}
    .m04_01_write .contact_info span { margin-left: 0; font-weight: 500; font-size: 13px; line-height: 25px;}
    .m04_01_write .contact_margin { height: auto; }
    .m04_01_write .quick_box img { height: 24px;}
    .m04_01_write .quick_box h3 { font-size: 14px; line-height: 19px; }

    .m04_01_write .flex-box { margin-left: 0;width: auto; }
    .m04_01_write .flex-box.section_one { padding-top: 50px;}
    .m04_01_write .inquiry_box { margin-bottom: 10px;}
    .m04_01_write .inquiry_box > label { font-size: 14px; width: 130px;}
    .m04_01_write .inquiry_box .answer { width: calc(100% - 130px); }

    .m04_01_write .inquiry_box .answer .file_input .row .file_content > label { width: 40px; height: 42px; line-height: 42px;}
    .m04_01_write .inquiry_box .answer .row .file_content > div.right_file { width: calc(100% - 40px); }
	.m04_01_write .inquiry_box .answer .row .file_content > div.right_file input { height: 42px; }

	.m04_01_write .inquiry_box .answer input[type="text"],
	.m04_01_write .inquiry_box .answer input[type="password"] {  line-height: 42px;}


	
	.m04_01_write .inquiry_box .sand_box { width: 130px; }
    .m04_01_write .write-btn.btn_write.sand_btn .btn img { width: 24px;}

    .m04_01_write .well_box { display: flex; margin-left: 0; align-items: flex-start; margin-top: 10px;  width: auto;}
	.m04_01_write .well_box .well_box_in {  height: 86px;}
    .m04_01_write .well_box h3 { width: 130px; margin-bottom: 10px; }
    .m04_01_write .well_box .well { width: calc(100% - 130px); padding: 15px 9px; margin-bottom: 10px;}

    .m04_01_write .contact_bottom_text { margin-top: 100px;}
    .m04_01_write .contact_bottom_text h4{ font-size: 12px;  line-height: 23px; }
    .m04_01_write .contact_bottom_text h4:nth-of-type(2) { margin-top: 20px; margin-bottom: 20px;}

    .at-html .m04_01_write #captcha #captcha_mp3 {
        left: 110px;
        height: 20px;
		top: 20px;
        background-position: center 1px;
        background-color: #e3e3e3;
		background-size: cover;
		width: 20px;
    }
	
	 .at-html .m04_01_write #captcha #captcha_reload {
		background-size: cover;
		height: 20px;
		background-position: center -18px;
		width: 20px;
	 
	 }
	 .m04_01_write #captcha.m_captcha #captcha_img {
		 width: 110px;
	 }
	 .m04_01_write #captcha #captcha_key { width: calc(100% - 130px) !important; }
    .m04_01_write #captcha #captcha_info { font-size: 10px; font-weight: 400; padding-left: 5px;}
}