/* board basic write */
.board-write .sound_only { display: none; }
.board-write .guest-info .form-control { margin-top: -1px; }
.board-write .autosave-wrap .btn-outline-danger { border: none !important; }
.board-write .autosave-wrap .list-group-item a { font-size: .875rem; }
.board-write .category-wrap { min-width: 120px; }
.board-write .captcha-wrap .captcha { display: block; }
@media (min-width: 768px) { .board-write .captcha-wrap .captcha { display: flex; } }
.board-write .captcha-wrap .captcha legend { display: none; }
.board-write .captcha-wrap #captcha_info { display: none; }
.board-write .captcha-wrap .captcha_box { max-width: 120px; }
.board-write .captcha-wrap #captcha_img { width: 160px; height: 60px; }
.board-write .subject-wrap .form-control { margin-bottom: .1rem; }
.board-write .btn_cke_sc { border: none; }
.board-write .cke_sc_def { padding: 1rem; }
.board-write .cke_sc_def dl { display: block; }
.board-write .cke_sc_def dl dt, .board-write .cke_sc_def dl dd { display: inline-block; width: 48%; }
@media (min-width: 768px) { .board-write .cke_sc_def dl dt, .board-write .cke_sc_def dl dd { width: 22%; } }
.board-write .cke_sc_def .btn_cke_sc_close { border: 1px solid #ddd; }
.board-write .attach-files .file-delete { font-size: .875rem; }

.iframe-container { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }

/*# sourceMappingURL=basic-write.css.map */
