@charset "utf-8";
/* CSS Document */
.fl_wrap{ *zoom:1;}
.fl_wrap:after{ content:""; display:block; clear:both;}
.fl_wrap > *     { float:left;}
.fl_wrap > .left { float:left;}
.fl_wrap > .right{ float:right;}
.fl_wrap > * > .in{ display:block;}

.di_table,
.di_table .tr,
.di_table .th,
.di_table .td{ box-sizing:border-box;}
.di_table{ display:table; table-layout:fixed; width:100%; border-collapse:collapse; border-spacing:0;}
.di_table .tr{ display:table-row;}
.di_table .th,
.di_table .td{ display:table-cell; vertical-align:middle;}

.flex{ display:flex; box-sizing:border-box; min-width:0;}
.flex > *{ box-sizing:border-box; min-width:0;}
.flex.di{ display:inline-flex;}
.flex.wrap{ flex-wrap:wrap;}
.flex.col{ flex-direction:column;}
.flex.col > *{ width:100%;}
.flex.space { justify-content:space-between;}
.flex.vspace{ align-content:space-between;}
.flex.hc{ justify-content:center;}
.flex.hr{ justify-content:flex-end;}
.flex.vt{ align-content:flex-start; align-items:flex-start;}
.flex.vc{ align-content:center; align-items:center;}
.flex.vb{ align-content:flex-end; align-items:flex-end;}
.flex.ac{ align-content:center; align-items:center; justify-content:center; text-align:center;}
.flex.ah{ align-items:stretch;}
.flex .mgL{ margin-left:auto;}
.flex .mgR{ margin-right:auto;}
.flex .mgT{ margin-top:auto;}

.vm_wrap{ display:block; text-align:center; white-space:nowrap;}
.vm_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%;}
.vm_wrap .vm{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal; box-sizing:border-box;}
.vm_wrap img{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; max-height:100%;}

.resize{ position:relative; display:block; height:0; padding-bottom:100%; box-sizing:border-box;}
.resize .re{ position:absolute; left:0; right:0; top:0; bottom:0; box-sizing:border-box;}
.resize.s1 { padding-bottom:66.66%;}
.resize.s2 { padding-bottom:56.25%;}
.resize.s3 { padding-bottom:85%;}

.bgfix{ background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}

.tt_cp{ cursor:pointer;}
.tt_cut{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.tt_cutNo{ white-space:normal !important; overflow:visible;}

table.word *{ word-break:break-all; word-wrap:break-word;}

/*BOARD*/
.board_st{ font-size:.813em;}

.board_st th,
.board_st td{ height:1.5em; padding:.75em .5em; border-bottom:1px solid #bebebe; color:#555;}
.board_st th{ font-weight:500;}
.board_st.list.tit ~ div.no_con{ border-top:none;}

.board_st.list th,
.board_st.list td{ letter-spacing:-.5px;}
.board_st.list.tit th{ height:2em; padding-left:0; padding-right:0; background:#f4f4f4; border-top:2px solid #aaa; color:#000;}
.board_st.list.tit th > div{ position:relative;}
.board_st.list.tit th > div:before{ content:""; position:absolute; left:0; top:50%; width:1px; height:.75em; background:#ccc; transform:translateY(-50%);}
.board_st.list.tit th:first-child > div:before,
.board_st.list.tit th.w_no > div:before{ display:none;}
.board_st.list td{text-align:center;}
.board_st.list td.w_tit{ padding-left:1.25em; text-align:left;}
.board_st.list td.w_tit > a{ display:inline-block; *display:inline; zoom:1; max-width:calc(100% - 5em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#555; line-height:1.4;}

.board_st.list a:hover{ text-decoration:underline;} 

.board_st.write,
.board_st.view { border-top:2px solid #777;}

.board_st.list.notice td{ background:#f2f8f8;}
.board_st.list .reply td{ background:#f7f7f7;}

.board_st.write{}
.board_st.write th{ padding-left:1.5em; text-align:left;}
.board_st.write th,
.board_st.write td{ height:2.5em;}

.board_st.view{ font-size:.750em;}
.board_st.view th,
.board_st.view td{ border:1px solid #d7d7d7; color:#000;}
.board_st.view th{ background:#f9f9f9;}
.board_st.view td{ padding-left:1.5em; padding-right:1.5em; font-weight:300;}

.board_st.view_list{ font-size:.750em;}
.board_st.view_list th,
.board_st.view_list td{ height:1em; padding-top:.5em; padding-bottom:.5em; border:solid #d7d7d7; border-width:1px 0 0 0; text-align:center;}
.board_st.view_list th{ border-right-width:1px;}
.board_st.view_list tr:first-child th,
.board_st.view_list tr:first-child td{ border-top-width:0;}
.board_st.view_list th,
.board_st.view_list th a{ color:#666;}
.board_st.view_list td{ color:#000;}
.board_st.view_list td a{ color:#555;}
.board_st.view_list th .icon{ margin-right:.75em; font-size:1.375em;}
.board_st.view_list td.w_no{ color:#333;}
.board_st.view_list th.w_form_tit .icon,
.board_st.view_list th.w_form_tit .tt{ display:inline-block; line-height:1;}

.board_info{ display:flex; flex-wrap:wrap; min-width:0; color:#72727d;}
.board_info > li{ display:flex; align-content:center; align-items:center; padding-right:3em; position:relative; box-sizing:border-box;}
.board_info > li:before{ content:""; position:absolute; right:1.5em; top:15%; width:1px; height:70%; background:#ccc;}
.board_info > li:last-child{ padding-right:0;}
.board_info > li:last-child:before{ display:none;}
.board_info > li .fa{ margin-right:.25em;}
.board_info > li .fa:before{ color:#72727d;}

.board_file{ line-height:1.2;}
.board_file > li{ padding:.125em 0;}
.board_file a{ position:relative; display:inline-block; padding-left:1.5em; word-break:break-all; word-wrap:break-word;}
.board_file a .fa{ position:absolute; top:.125em; left:0;}
.board_file a,
.board_file a .fa:before{ color:#333;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_middle{ padding:3em 1em; min-height:12.5em;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important;}
.board_view_middle img{ width:auto !important; height:auto !important;}
.board_view_con{ font-family:'나눔고딕','ng','맑은 고딕','Malgun Gothic','NotoSans',sans-serif; font-size:.938em; color:#333; font-weight:400; line-height:1.7em;}
.board_view_bottom{ padding:0 3.375em 0 1.125em;}
.board_view_bottom .board_st td a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

/**/
.board_st.faq .list{ padding-bottom:1px; letter-spacing:-.02em;}
.board_st.faq .list .td{ padding:1.5em .5em; text-align:center;}
.board_st.faq .list .td{ line-height:1.8em;}
.board_st.faq .list > li{ border:solid #c1c1c1; border-width:1px 0; margin-bottom:-1px;}
.board_st.faq .list .BStit .td{ color:#5e5e5e; padding-top:1em; padding-bottom:1em;}
.board_st.faq .list .BScon{ background:#f8f8f8;}
.board_st.faq .list .BScon .td{ color:#444;}
.board_st.faq .list .BScon .w_faq{ vertical-align:top;}
.board_st.faq .list .w_tit{ text-align:left; color:#111;}
.board_st.faq .list .faqQ{ display:inline-block;}
.board_st.faq .list .faqQ:hover{ color:#000;}
.board_st.faq .list .faqA{ font-weight:400;}
.board_st.faq .list .faqA *{ box-sizing:border-box; max-width:100% !important;}
.board_st.faq .list .faqA img{ width:auto; height:auto;}
.board_st.faq .faq_tit{ display:inline-block; width:1.75em; line-height:1.75em; border-radius:100%; font-family:Arial, Helvetica, sans-serif; font-size:1.500em; color:#fff;}
.board_st.faq .faq_tit.c1{ background:#555;}
.board_st.faq .faq_tit.c2{ background:#878787;}

/**/
.w_check { width:3em;}
.w_no    { width:6.75em;}
.w_tit   { width:auto;}
.w_name  { width:9.75em;}
.w_date  { width:9.75em;}
.w_hit   { width:6.75em;}
.w_con   { width:12em;}
.w_file  { width:4em;}
.w_btn   { width:9em;}
.w_state { width:6.5em;}

.w_form_tit{ width:9em;}
.w_auto    { width:auto;}

.board_st .w_faq { width:5.5em;}
.board_st .w_more{ width:4em;}

.board_st.view_list .w_form_tit{ width:7em;}
.board_st.view_list .w_name    { width:12em;}
.board_st.view_list .w_date    { width:9em;}

/**/
.board_search_wrap{ font-size:.938em; margin-bottom:1.5em;}
.board_search_wrap .total_wrap{ font-size:1.063em; margin-top:1em;}
.board_search_wrap .inp{ width:18em;}

.total_wrap{ color:#222; text-transform:uppercase; letter-spacing:0;}
.total_wrap .tt{ display:inline-block; padding:0 .25em;}
.total_wrap .tt:first-child{ padding-left:0;}
.total_wrap .t1{ font-size:1em;}
.total_wrap .t2{ font-size:1.250em; color:#0b9087; font-weight:700;}

/**/
.board_paging{ text-align:center; margin-top:3em;}
.board_paging button{ padding:.5em .75em; background:transparent; border:none; font-size:1.125em; color:#999; font-weight:700; line-height:1;}
.board_paging button:hover,
.board_paging button.on{ color:#e14f64}
.board_paging button.icon{ color:#1d1d1d;}
.board_paging button.icon i{ display:inline-block; padding-top:.25em; -webkit-padding-before:0;}
.board_paging i.first:before{ content:"\f100"}
.board_paging i.last:before { content:"\f101"}
.board_paging i.prev:before { content:"\f104"}
.board_paging i.next:before { content:"\f105"}

.pop .board_paging{ margin-top:2em;}
.pop .board_paging button{ min-width:2.5em; height:2.5em;}

.board_btn_wrap{ margin-top:3em; text-align:center; font-size:.813em;}
.pop .board_btn_wrap{ margin-top:2em;}

/**/
.label_st.mg{ margin:.125em 1.5em .125em 0;}
.label_st.mg:last-child{ margin-right:0;}

.label_st{ display:inline-block; *display:inline; zoom:1;}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer; line-height:1;}
.label_st .fa:before{ font-size:1.313em; font-weight:400;}
.label_st input ~ .fa ~ span,
.label_st input ~ .fa:before{ color:#434343;}
.label_st input:checked ~ .fa ~ span,
.label_st input:checked ~ .fa:before{ color:#e14f64;}
.label_st input[type=checkbox] ~ .fa:before{ content:"\f0c8";}
.label_st input[type=checkbox]:checked ~ .fa:before{ content:"\f14a"; font-weight:900;}
.label_st input[type=radio] ~ .fa:before{ content:"\f111";}
.label_st input[type=radio]:checked ~ .fa:before{ content:"\f058"; font-weight:900;}
.label_st input[type=checkbox],
.label_st input[type=radio]{ width:0; height:0; overflow:hidden; opacity:0;}
.label_st input[disabled=disabled] ~ *,
.label_st input[disabled=disabled] ~ .fa:before{ color:#434343;}
.label_st input[disabled=disabled] ~ *{ cursor:default; opacity:.8;}

.label_select{ position:relative; display:inline-block; *display:inline; zoom:1; background:#fff; box-sizing:border-box;}
.label_select:after{ content:"\e941"; font-family:xeicon !important; position:absolute; z-index:0; right:.75em; top:50%; margin-top:-.438em; line-height:1;}
.label_select select{ position:relative; z-index:1; padding-right:2.25em !important; background:none; width:100%; box-sizing:border-box; appearance:none; -webkit-appearance:none;}
.label_select select::-ms-expand{ display:none;}

.label_file{ position:relative; display:inline-block; *display:inline; zoom:1; box-sizing:border-box; padding-right:6.25em;}
.label_file .file{ position:absolute; z-index:50; top:0; left:0; width:100%; height:100%; cursor:pointer; opacity:0;}
.label_file .inp { width:100%;}
.label_file .btn { position:absolute; top:0; right:0; bottom:0; width:6em; background-color:#8f8f8f; border:1px solid #787878; color:#fff; transition:.2s;}
.label_file:hover .inp{ border-color:#0f2945;}
.label_file:hover .btn{ background-color:#0f2945; border-color:#0f2945; color:#fff;}

.input_st{ box-sizing:border-box; display:inline-block; vertical-align:middle; background:#fff; border:1px solid #e1e2e6; max-width:100%; height:3em; line-height:1.875em; padding:.5em 1em; font-family:'나눔고딕','ng','맑은 고딕','Malgun Gothic','NotoSans',sans-serif; color:#111;}
input[type=file].input_st{ background:none; border:none; padding:0;}
textarea.input_st{ padding:1em; width:100%; height:10em; line-height:1.4;}
textarea.input_st.h1{ height:20em;}

input[type=text].input_st:focus,
input[type=password].input_st:focus,
input[type=tel].input_st:focus{ border-color:#444; color:#111;}

a.input_st{ text-align:center;}
a.input_st:hover{ text-decoration:none;}

.input_st[disabled=disabled]{ cursor:default; opacity:.5;}
.input_st[disabled=disabled]:not([type=button]):not([type=submit]):not(button){ background:#f5f5f5; border-color:#ddd !important; color:#666; opacity:1;}

.input_st > .fa,
.input_st > .tt{ display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:0 .25em; line-height:inherit;}

.input_st.s1{ height:3.5em; line-height:2.375em; padding:.5em 1.5em; min-width:9em; font-size:1.063em; font-weight:700;}
.input_st.s2{ height:2.5em; line-height:1.375em; padding:.5em .75em; min-width:inherit !important;}
.input_st.s3{ height:auto; line-height:1.2; min-width:inherit !important; font-size:.938em;}

.input_st.c1   { background:#e14f64; border-color:#e14f64; color:#ffffff !important;}/*파랑*/
.input_st.c1.re{ background:#ffffff; border-color:#e14f64; color:#e14f64 !important;}
.input_st.c2   { background:#0b9087; border-color:#0b9087; color:#ffffff !important;}/*하늘*/
.input_st.c2.re{ background:#ffffff; border-color:#0b9087; color:#0b9087 !important;}
.input_st.c3   { background:#a3d063; border-color:#a3d063; color:#ffffff !important;}/*연두*/
.input_st.c3.re{ background:#ffffff; border-color:#a3d063; color:#a3d063 !important;}
.input_st.c4   { background:#dc232d; border-color:#dc232d; color:#ffffff !important;}/*빨강*/
.input_st.c4.re{ background:#ffffff; border-color:#dc232d; color:#dc232d !important;}
.input_st.c5   { background:#f57440; border-color:#f57440; color:#ffffff !important;}/*오렌지*/
.input_st.c5.re{ background:#ffffff; border-color:#f57440; color:#f57440 !important;}
.input_st.c6   { background:#6c6c6c; border-color:#6c6c6c; color:#ffffff !important;}/*진한회색*/
.input_st.c6.re{ background:#ffffff; border-color:#6c6c6c; color:#444444 !important;}
.input_st.c7   { background:#222222; border-color:#222222; color:#ffffff !important;}/*더 진한회색*/
.input_st.c7.re{ background:#ffffff; border-color:#222222; color:#222222 !important;}
.input_st.c8   { background:#999999; border-color:#999999; color:#ffffff !important;}/*흐린회색*/
.input_st.c8.re{ background:#f5f5f5; border-color:#cccccc; color:#444444 !important;}

.input_st.w1{ width:13.375em;}
.input_st.w2{ width:8.375em;}
.input_st.w3{ width:28.375em;}
.input_st.w4{ width:18.438em;}

.w50 { width:50% !important;}
.w60 { width:60% !important;}
.w70 { width:70% !important;}
.w80 { width:80% !important;}
.w85 { width:85% !important;}
.w90 { width:90% !important;}
.w100{ width:100% !important;}

.input_sec{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:center; width:1.25em;}
.flex > .input_sec{ width:1.688em;}
.input_row{ display:block; padding:.25em 0;}

.input_tt{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 .375em;}
div.input_tt,
p.input_tt{ display:block; margin:.375em 0;}

input::-webkit-input-placeholder{ color:#aaa !important;}
input::-moz-placeholder         { color:#aaa !important;}
input:-moz-placeholder          { color:#aaa !important;}
input:-ms-input-placeholder     { color:#aaa !important;}


/*****************/
/*input group*****/
.group_file{ display:flex; flex-wrap:wrap; align-content:center; align-items:center;}
.group_file .label_file{ flex:1;}
.group_file .removeF{ margin-left:.25em;}
.group_file .input_row{ width:100%;}

.group_inpBtn.flex .input_st[type=text],
.group_inpBtn.flex .input_st[type=password]{ flex:1;}
.group_inpBtn.flex .input_st[type=submit],
.group_inpBtn.flex .input_st[type=button],
.group_inpBtn.flex button.input_st{ margin-left:.25em;}

.group_btn .input_st{ margin-left:.25em;}
.group_btn .input_st:first-child{ margin-left:0;}

/*inc*/
.state{ display:inline-block; vertical-align:middle; padding:.25em .5em;}
.state.c1{ color:#e14f64;}
.state.c2{ color:#0b9087;}
.state.c3{ color:#a3d063;}
.state.c4{ color:#dc232d;}
.state.c5{ color:#f57440;}
.state.c6{ color:#6c6c6c;}
.state.c7{ color:#222222;}
.state.c8{ color:#999999;}

.BSbtn{ cursor:pointer;}
.BScon{ display:none;}

.board_more{ display:inline-block; *display:inline; zoom:1; width:2.5em; line-height:2.5em !important; border-radius:100%; text-align:center; transition:.3s;}
.board_more .xi{ font-size:1.750em;}
.board_more .xi:before{ content:"\e943"; color:#111;}
.board_more.plus .xi:before{ content:"\e913";}
.BStit.on .board_more{ transform:rotate(-180deg); background:#313851; color:#fff; border-color:transparent;}
.BStit.on .board_more .xi:before{ color:#fff;}

.no_con{ padding:5.5em 0 !important; background:#fff !important; color:#999 !important; text-align:center;}
.no_con:before{ content:"\f46d"; font-family:'Font Awesome 5 Free'; font-weight:900; font-size:3.5em; color:#ddd; display:block; margin:0 auto .25em auto;}
div.no_con{ border:solid #ddd; border-width:1px 0; font-size:.813em;}

.pic{ background:#f5f5f5; position:relative;}
.pic:before{ content:"No Image"; position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:.938em; color:#999; text-transform:uppercase; letter-spacing:0;}
.pic.pers:before{ content:"\f2bd"; font-family:'Font Awesome 5 Free'; font-size:3.5em; color:#e2e2e2; font-weight:900;}

.xi.input_cal{ vertical-align:middle; font-size:1em; color:#343b4d;}
.xi.input_cal:before{ content:"\e9a5"; font-size:1.625em;}

.xi.ess,
.xi.ess + span{ display:inline-block; color:#dc232d;}
.xi.ess{ padding-top:.625em; font-family:inherit !important; font-size:1em; line-height:1;}
.xi.ess:before{ content:"*"; font-size:1.375em; font-weight:700;}
.xi.ess + span{ font-size:.938em;}
.essW{ position:relative; display:inline-block; padding-right:1.125em;}
.essW .xi.ess{ position:absolute; right:0; top:50%; margin-top:-1em;}

*[class^="fa bd_"]{ padding:0 .125em;}
*[class^="fa bd_"]:before{ display:block; color:#555; letter-spacing:0; line-height:1;}
*[class^="fa bd_"].big:before{ font-size:1.250em;}
.fa.bd_new:before   { content:"NEW"; font-family:sans-serif; font-size:.875em; color:#ff9600; font-weight:bold;}
.fa.bd_notice:before{ content:"\f0a1"; color:#e14f64;}
.fa.bd_reply:before { content:"\f3bf"; transform:rotate(90deg);}
.fa.bd_sub:before   { content:"\f3bf"; transform:rotate(90deg); color:#0b9087; font-size:1.375em;}
.fa.bd_lock:before  { content:"\f023";}
.fa.bd_docu:before  { content:"\f15c";}
.fa.bd_name:before  { content:"\f2bd";}
.fa.bd_date:before  { content:"\f017";}
.fa.bd_hit:before   { content:"\f06e";}
.fa.bd_file:before  { content:"\f0c6";}
.fa.bd_calen:before { content:"\f073";}
.fa.bd_plus:before  { content:"\f067";}
.fa.bd_tel:before   { content:"\f879";}

a[class^="fa bd_"]:hover{ text-decoration:none !important;}
a[class^="fa bd_"]:hover:before{ color:#0b9087;}
