@charset "utf-8";

/* 게시판 쓰기 */
#autosave_wrapper {position:relative; font-size:14px;}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:100%;height:auto !important;height:180px;max-height:205px;border:1px solid #565656;background:#fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
#autosave_pop:before{content: "";position: absolute;top: -8px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #000 transparent;}
#autosave_pop:after{content: "";position: absolute;top: -7px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important;}
#autosave_pop button {margin:0;padding:0;border:0;}
#autosave_pop ul {margin:0px;padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:156px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;zoom:1}
#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;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover{background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del{background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:26px;width:20px;}

.cke_sc { display:none; }

/* 기타 */
#bo_v_con {min-height:300px;}
#bo_v_con div { position: relative; margin-bottom: 1rem; }
#bo_v_con img { margin-bottom: 1rem; }
#bo_v_con iframe { position: absolute; width: 100%; height: 100%; }
#bo_v_con .video { position: relative; width: 100%;	padding-bottom: 56.25%;	border-radius: 2px;	overflow: hidden; }
#bo_v_con .video iframe { position: absolute; width: 100%; height: 100%; }

/* 커스텀 */
.anchor { position: relative } 
.anchor a { position: absolute; top: -60px }
/* .pagination { margin-bottom: 0.75rem; } */

.table { table-layout: fixed; }

.list-icon { width: 20px; height: 20px; vertical-align: text-bottom; }
.view-icon { width: 48px; height: 48px; }
.comm-icon { width: 48px; height: 48px; }
.comm-body { background: #f4f4f4; padding: 10px 20px 10px 20px; border-radius: 5px; }

@media (max-width: 575px)
{
	#captcha_audio {display:none !important;}

	.xs-100 { width: 100%; }
	.xs-full {
		width: 100vw;
		position: relative;
		/* margin-top: -36px; */
		margin-left: -50vw;
		left: 50%;
	}
	.xs-full td	{ padding: 8px 18px; }

	.list-icon { width: 18px; height: 18px; vertical-align: text-top; }
	.comm-icon { width: 24px; height: 24px; margin: 10px; position: absolute; }
	.comm-body { padding: 10px; }
	.comm-name { margin: 0 0 6px 30px; }
}

.req_visual {background: url(../../../../../img/req_visual.jpg) no-repeat center / cover; }

.req_tit {padding-bottom: 4em;}
.req_tit h3 {font-size: 4.8em; font-weight: 700; color: #00387d;}
.req_tit p {font-size: 2.2em;}

.req_font {font-size: 2.2em;}


/* 글쓰기폼 */
.req_form .row {align-items: center; border-bottom: 1px solid #e1e1e1; --bs-gutter-x: 0; --bs-gutter-y: 0;}
.req_form .row:first-of-type {border-top: 1px solid #222;}
.req_form .row:last-of-type {border-bottom: 1px solid #222;}
.req_form .col-form-label {width: 26%; padding: 1.5em 3em; background: #eef1fa; font-weight: 500;}
.req_form .col-form-label span {color: #00387d; margin-left: 10px;}
.req_form .col-sm-10 {width: 74%; padding-left: 1.33em;}
.req_form .col-sm-10 .form-control {font-size: .8em; line-height: 2.2; border-radius: 3em;}
.req_form .col-sm-10.half .form-control {max-width: 560px;}
.req_form .btn_wrap {justify-content: center; padding-top: 3.6em;}
.req_form .btn_wrap .btn-group .btn {font-size: 1.1em; padding: .46em 2.8em; border-radius: 3em !important; border: 1px solid #c5c5c5; color: #999;}
.req_form .btn_wrap .btn-group .btn:hover {background: #00387d; color: #fff;}
.req_form .btn_wrap .btn-group a.btn {margin-left: 0.5em; color: #fff; background: #00387d;}
.req_form #captcha #captcha_info {display: inline-block; margin-left: 10px;}
.req_form #captcha #captcha_key {font-size: .75em;}

/* 글보기 */
.req_view{border-top: 1px solid #222;width:100%;margin-bottom:2em;}
.req_view th, .req_view td {border-bottom: 1px solid #e1e1e1;font-size: 16px; line-height: 2.2em;padding:1em;}
.req_view th{width:20%;background:#eef1fa}

@media (max-width:1080px) {
    .req_form .col-form-label {padding: 1.2em 2em;}
    .req_tit h3 {font-size: 4.4em;}
}
@media (max-width:768px) {
    .req_tit h3 {font-size: 4em;}
    .req_form .col-form-label {padding: 1.2em; width: 140px;}
    .req_form .col-sm-10 {width: calc(100% - 140px);}

    .req_form .captcha_form .col-form-label  {padding: 3em 1.2em;} 
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00387d;
    --bs-btn-border-color: #00387d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00387d;
    --bs-btn-hover-border-color: #00387d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00387d;
    --bs-btn-active-border-color: #00387d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00387d;
    --bs-btn-disabled-border-color: #00387d;
}

/* 리스트 */
.req_table .d-md-table-row th {background: #eef1fa; padding: 1em 0.5em; text-align: center; font-weight: 500;}
.req_table .d-md-table-cell {text-align: center;}
.req_table tr {border-bottom: 1px solid #e1e1e1;}
.req_table td {padding: 1em 0.5em;}

@media (max-width:1080px) {
    .sub_inner {padding: 7em 0;}
}
@media (max-width:768px) {
    .sub_inner {padding: 6em 0;}
    .req_table {border-top: 1px solid #00387d;}
    .req_btn {border-left: 1px solid #eee;}
}