@charset "utf-8";
/* CSS Document */

/*BOARD*/
.board_btn_wrap{ margin-top:3em; text-align:center;}

.board_st{ font-size:.938em;}

.board_st th,
.board_st td{ height:2.25em; padding:.75em .5em; border-bottom:1px solid #ddd;}
.board_st th{ color:#666;}
.board_st td{ color:#222;}
.board_st ~ div.no_con{ border-top:none;}

.board_st.list.tit th{ border-top:4px solid #093291; border-bottom:1px solid #666; text-align: center;}
.board_st.list td{ text-align:center;}
.board_st.list td.w_name{word-break: break-all;}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:inline-block; *display:inline; zoom:1; max-width:calc(100% - 4.5em); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:1.4;}
.board_st.list td.w_tit > .bd_tit{ display:inline-block; color:#111; line-height:1.4;}

.board_st.list a:hover,
.board_st.view a:hover{ text-decoration:underline;}

.board_st.list.notice td{ background:#f2f8f8;}
.board_st.list .reply td{ background:#f7f7f7;}

.board_st.write{ border-top:2px solid #3178be}
.board_st.write th{ text-align:left; /*padding-left:1.5em;*/}
.board_st.write th.bg1{background: #f5f5f5}

.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 .xi{ margin-right:.3em;}
.board_info > li .xi:before{ color:#72727d;}
.board_info > li .tt + .input_st{ margin-left:1.5em;}
.board_info > li .tt {font-size: .875em;}
.board_info.flex.col > li{ padding:.375em 0;}
.board_info.flex.col > li:before{ display:none;}

.board_file{ font-size:.938em; 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 .xi{ position:absolute; top:-.063em; left:0;}
.board_file a,
.board_file a .xi:before{ color:#333;}
.board_file a:hover{ text-decoration:underline;}
span.board_file,
strong.board_file{ display:inline-block;}

.board_view_top{ border-bottom:1px solid #ddd;}
.board_view_top .tit{ padding:1em; border-top:4px solid #093291; font-size:1.250em; font-weight: 500; line-height: 1.5}
.board_view_top .tit:last-child{ border-bottom:1px solid #333;}
.board_view_top .board_info{ padding:0 1em 1.5em 1em;}
.board_view_top .board_file{ font-size:.938em; padding:.75em 1.25em; background:#f5f5f5; border:dashed #ddd; border-width:1px 0 0 0;}
.board_view_top + .board_view_middle{ padding:2em 1em;}
.board_view_middle{ box-sizing:border-box; color:#353535; line-height:1.6;}
.board_view_middle *{ box-sizing:border-box; max-width:100% !important; vertical-align:baseline;}
.board_view_middle:after{ content:""; display:block; clear:both;}
.board_view_middle b{ font-weight:700;}
.board_view_middle img{ height:auto !important;}
.board_view_middle .videoCon{ margin-bottom:2em;}
.board_view_middle #viewIframe{ width:100%; height:100%;}
.board_view_middle .in_btn{ margin-top:3em; text-align:center;}
.board_view_bottom{ border-top:1px solid #666;}
.board_view_bottom .board_st a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_view_middle google-sheets-html-origin table td *{ max-width:none !important;}

.board_view_middle span,
.board_view_middle strong,
.board_view_middle a,
.board_view_middle em,
.board_view_middle i,
.board_view_middle b{ display:inline;}

.board_search_wrap{ font-size:.938em; margin-bottom:1.5em;}
.board_search_wrap .total_wrap{ font-size:1.063em; margin-top:1em; margin-bottom:0;}
.board_search_wrap .sel{ width:8em;}
.board_search_wrap .inp{ width:18em;}
.board_search_wrap .flex .btn{ margin-left:.25em;}
.board_search_wrap .flex .btn:first-child{ margin-left:0;}

.board_view_top.noticeV_st .tit{border-top: none; text-align: center; padding: 0 0 1em 0}
.board_view_middle.noticeV_st{border-bottom: 1px solid #ddd;}
.board_view_top .board_info.noticeV_st{justify-content: center;}

.total_wrap{ margin-bottom:1em; color:#222; text-transform:uppercase; letter-spacing:0;}
.total_wrap .tt{ display:inline-block; vertical-align:middle; padding:0 .25em;}
.total_wrap .tt:first-child{ padding-left:0;}
.total_wrap .t1{ font-size:.938em;}
.total_wrap .t2{ font-size:1.188em; color:#00a2ea; font-weight:700;}

.label_st.mg{ margin:.125em 1.5em .125em 0;}
.label_st.mg:last-child{ margin-right:0;}

.label_st{ display:inline-flex; align-content:flex-start; align-items:flex-start; position:relative;}
.label_st,
.label_st > *{ min-width:0; box-sizing:border-box;}
.label_st > *{ cursor:pointer;}
.label_st .xi{ font-size:1.500em; line-height:1;}
.label_st .xi:before{ font-family:xeicon !important; font-style:normal;}
.label_st input ~ .xi ~ span{ flex:1; padding-left:.5em; padding-top:.125em;}
.label_st input ~ .xi ~ span,
.label_st input ~ .xi:before{ color:#434343;}
.label_st input:checked ~ .xi ~ span,
.label_st input:checked ~ .xi:before{ color:#433a74;}
.label_st input[type=checkbox] ~ .xi:before{ content:"\ea0e";}
.label_st input[type=checkbox]:checked ~ .xi:before{ content:"\e92d";}
.label_st input[type=radio] ~ .xi:before{ content:"\e9c6";}
.label_st input[type=radio]:checked ~ .xi:before{ content:"\e9c7";}
.label_st input[type=checkbox],
.label_st input[type=radio]{ position:absolute; width:0; height:0; overflow:hidden; opacity:0;}
.label_st input[disabled=disabled] ~ *,
.label_st input[disabled=disabled] ~ .xi:before{ color:#434343;}
.label_st input[disabled=disabled] ~ *{ cursor:default; opacity:.8;}

.label_st ~ .input_tt{ color:#434343;}

.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; -moz-appearance:none; -webkit-border-radius:0;}
.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 #e5e7eb; max-width:100%; height:3em; line-height:1.875em; padding:.5em 1em; color:#000;}
input[type=file].input_st{ background:none; border:none; padding:0;}
input[type=text].input_st,
input[type=password].input_st{ min-width:inherit !important;}
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:#433a74; color:#000;}

input[type=text].input_st:focus::placeholder,
textarea:focus::placeholder{ color:#ccc;}

.input_wrap{ display:flex; flex-wrap:wrap; align-items:center}
.input_wrap ~ .input_wrap{ margin-top:.5em}
.input_wrap .label_st{ margin-right:3em}

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 > .xi,
.input_st > .tt{ display:inline-block; vertical-align:top; padding:0 .25em; line-height:inherit;}
.input_st > .xi{ font-size:1em;}
.input_st > .xi:before{ font-size:1.250em;}

.input_st.s1{ height:3.5em; line-height:2.375em; padding:.5em .75em; min-width:9em; font-size:1.063em; font-weight:500;}
.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:.875em;}

.input_st.round{ border-radius:10em;}

.input_st.c1   { background:#3178be; border-color:#3178be; color:#ffffff !important;}/*포인트색 블루*/
.input_st.c1.re{ background:#ffffff; border-color:#3178be; color:#3178be !important;}
.input_st.c2   { background:#386fc8; border-color:#386fc8; color:#ffffff !important;}/*파랑*/
.input_st.c2.re{ background:#ffffff; border-color:#386fc8; color:#386fc8 !important;}
.input_st.c3   { background:#6cb7cc; border-color:#6cb7cc; color:#ffffff !important;}/*하늘색*/
.input_st.c3.re{ background:#ffffff; border-color:#6cb7cc; color:#6cb7cc !important;}
.input_st.c4   { background:#a3d063; border-color:#a3d063; color:#ffffff !important;}/*연두*/
.input_st.c4.re{ background:#ffffff; border-color:#a3d063; color:#a3d063 !important;}
.input_st.c5   { background:#dc232d; border-color:#dc232d; color:#ffffff !important;}/*빨강*/
.input_st.c5.re{ background:#ffffff; border-color:#dc232d; color:#dc232d !important;}
.input_st.c6   { background:#f57440; border-color:#f57440; color:#ffffff !important;}/*오렌지*/
.input_st.c6.re{ background:#ffffff; border-color:#f57440; color:#f57440 !important;}
.input_st.c7   { background:#2d3951; border-color:#2d3951; color:#ffffff !important;}/*진한회색*/
.input_st.c7.re{ background:#ffffff; border-color:#2d3951; color:#2d3951 !important;}
.input_st.c8   { background:#000000; border-color:#000000; color:#ffffff !important;}/*블랙*/
.input_st.c8.re{ background:#ffffff; border-color:#000000; color:#000000 !important;}
.input_st.c9   { background:#999999; border-color:#999999; color:#ffffff !important;}/*흐린회색*/
.input_st.c9.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;}
.input_st.w5{ width:10em;}

.w30 { width:30% !important;}
.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;}

.w_check { width:3em;}
.w_no    { width:6em;}
.w_tit   { width:auto;}
.w_name  { width:7em; width: 12em;}
.w_date  { width:8em;}
.w_hit   { width:7em;}
.w_file  { width:4em;}
.w_faq   { width:4.5em;}
.w_more  { width:4em;}
.w_place { width:14em;}
.w_state { width:6.5em;}
.w_btn   { width:8.5em;}
.w_del   { width:3.5em;}
.w_month { width:5em;}

.w_form_tit{ width:14em;}
.w_auto    { width:auto;}

.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; vertical-align:middle; margin:0 .375em;}
.input_tt:first-child{ margin-left:0 !important;}
.input_tt:last-child{ margin-right:0;}
div.input_tt,
p.input_tt{ display:block; margin:.375em 0;}

input::-webkit-input-placeholder{ color:inherit}
input::-moz-placeholder         { color:inherit}
input:-moz-placeholder          { color:inherit}
input:-ms-input-placeholder     { color:inherit}

.input_st::-webkit-input-placeholder{ color:#888;}
.input_st::-moz-placeholder         { color:#888;}
.input_st:-moz-placeholder          { color:#888;}
.input_st:-ms-input-placeholder     { color:#888;}

/*input group*****/
.group_file{ display:flex; flex-wrap:wrap; align-content:center; align-items:center;}
.group_file .label_file{ flex:1;}
.group_file .label_file ~ button{ margin-left:.25em;}
.group_file .input_row{ width:100%;}

.group_btn.flex .input_st{ flex:1;}
.group_btn .input_st{ margin-left:.25em;}
.group_btn .input_st:first-child{ margin-left:0;}

/**/
*[class^="xi bd_"]{ vertical-align:middle;}
*[class^="xi bd_"]:before{ color:#111; line-height:1;}
*[class^="xi bd_"].big:before{ font-size:1.250em;}
.xi.bd_new:before   { content:"\e9a8"; color:#ff7e00;}
.xi.bd_notice:before{ content:"\ea5b"; color:#323d8f;}
.xi.bd_reply:before { content:"\e9fa"; color:#666; display:inline-block; transform:rotateX(180deg);}
.xi.bd_sub:before   { content:"\e981"; color:#06aba1; font-size:1.375em;}
.xi.bd_lock:before  { content:"\e966";}
.xi.bd_docu:before  { content:"\e9b4";}
.xi.bd_name:before  { content:"\e9f5";}
.xi.bd_date:before  { content:"\ea1f";}
.xi.bd_hit:before   { content:"\e951";}
.xi.bd_file:before  { content:"\e9b9";}
.xi.bd_calen:before { content:"\e9a4";}
.xi.bd_plus:before  { content:"\e913";}
.xi.bd_tel:before   { content:"\e9d3";}
.xi.bd_fax:before   { content:"\e9bc";}
.xi.bd_email:before   { content:"\ea07";}
.xi.bd_location:before{ content:"\eb59";}

a[class^="xi bd_"]:hover{ text-decoration:none !important;}
a[class^="xi bd_"]:hover:before{ color:#433a74;}

/**/
.board_paging{ text-align:center; margin-top:5em; font-size:.813em;}
.board_paging a{display: inline-block;}
.board_paging button,
.board_paging a{ vertical-align:top; min-width:3em; height:3em; line-height: 3em; background:#fff; border:1px solid #ddd; border-radius:.3em; color:#313851; font-weight:500; /*padding:0 .5em; */}
.board_paging button:hover,
.board_paging a:hover,
.board_paging button.on,
.board_paging a.on{ background:#313851; border-color:#313851; color:#fff}
.board_paging button.icon,
.board_paging a.icon{ background:#f1f1f1;}
.board_paging button.icon:hover,
.board_paging a.icon:hover{ background:#aaa; border-color:#aaa;}
.board_paging .xi.first:before{ content:"\ea47"}
.board_paging .xi.last:before { content:"\ea48"}
.board_paging .xi.prev:before { content:"\e93c"}
.board_paging .xi.next:before { content:"\e93f"}

.pop .board_paging{ margin-top:2em;}
.pop .board_paging button,
.pop .board_paging a{ min-width:2.5em; height:2.5em;}


@media screen and (max-width:780px){

.input_st{ font-size:1.125em}
.input_st.w1{ width:100%}
.input_wrap .input_st{ flex:1 1 0%; min-width:0}
.input_wrap .wrap100{ width:100%; display:flex; align-items:center}
.input_wrap .wrap100:not(:last-child){ margin-bottom:.5em}

.board_view_top .tit{font-size: 1.188em;}
.board_info > li .tt{font-size: .625em}

.board_info > li{flex:1 0 50%}

table.response{ font-size:1em;}
table.response,
table.response caption,
table.response thead,
table.response tbody,
table.response tfoot,
table.response tr,
table.response th,
table.response td{ display:block; box-sizing:border-box; height:auto !important; width:auto !important;}
table.response thead{ display:none;}
table.response tr{ position:relative;}
table.response *[data-th]{ display:flex !important; flex-wrap:wrap; align-content:center; align-items:center; text-align:left;}
table.response *[data-th]:before{ content:attr(data-th); box-sizing:border-box; display:flex; align-content:center; align-items:center; flex:1 0 7.5em; max-width:7.5em; padding-right:.75em; color:#000; font-weight:700;}
table.response *[data-th] > *{ flex:1;}

table .pcHide{ display:block !important;}
table .pcHide.flex{ display:flex !important;}
table .moHide{ display:none !important;}

/*BOARD*/
.board_st{ font-size:1em;}
.board_st th,
.board_st td{ padding:.5em .5em;}

.board_st.list.tit{ display:none;}
.board_st.list.tit + .board_st.list{ border-top:4px solid #093291;}
.board_st.list tr{ padding:.5em .5em; border-bottom:1px solid #ddd;}
.board_st.list td{ border:none; padding:.25em 0; text-align:left; background:transparent !important;}
.board_st.list tr.reply{ padding-left:3em;}
.board_st.list tr.reply .w_no{ display:block; position:absolute; top:50%; left:0; transform:translateY(-50%); padding:0; width:2.5em !important; text-align:center;}
.board_st.list .w_no{ display:none;}
.board_st.list .w_tit{ font-size:1.125em; color:#111; font-weight:500;}
.board_st.list .w_tit a{ max-width:100% !important; white-space:normal !important; font-weight:500;}
.board_st.list .w_tit ~ td{ position:relative; display:inline-block; padding-left:1.125em; margin-left:1em;}
.board_st.list .w_tit ~ td:before{ content:""; position:absolute; left:0; top:50%; margin-top:-.375em; height:.75em; width:1px; background:#ddd;}
.board_st.list .w_tit + td{ padding-left:0; margin-left:0;}
.board_st.list .w_tit + td:before{ display:none;}

.board_st.list.notice tr{ background:#f2f8f8;}
.board_st.list .reply{ background:#f7f7f7;}

.board_st.write{}
.board_st.write tr{ padding:1em .25em; border-bottom:1px solid #aaa;}
.board_st.write th,
.board_st.write td{ border-width:0; padding:.25em 0;}
.board_st.write th{ font-size:1.125em; color:#111;}

.board_view_top .tit{ text-align:center; font-weight:500;}
.board_view_top .board_info{ padding:0 1px .75em 0;}
.board_view_top .board_info > li{ flex:1 0 50%; min-width:50%; border:solid #ddd; border-width:1px; margin:0 -1px -1px 0; padding:.75em .75em;}
.board_view_top .board_info > li:before{ display:none;}
.board_view_top .board_file{ padding:.75em .5em;}
.board_view_middle{ padding:2.5em 0 !important; overflow-x:auto;}
.board_view_bottom .w_form_tit{ width:7em;}

/**/
.board_search_wrap{ display:block; font-size:1em;}
.board_search_wrap .total_wrap{ margin:0 0 .5em 0;}
.board_search_wrap .right{ display:flex; flex-wrap:wrap;}
.board_search_wrap .input_st{ margin-left:.25em; padding-left:.5em; padding-right:.5em;}
.board_search_wrap .input_st:first-child{ margin-left:0;}
.board_search_wrap .sel{ flex:1; max-width:6em;}
.board_search_wrap .inp{ flex:1; max-width:calc(100% - 6em - 5.5em);}
.board_search_wrap .btn{ flex:1; max-width:5.5em;}
.board_search_wrap .btn_write{ flex:1 0 100%; width:100%; margin:.5em 0 0 0; font-size:1.125em; font-weight:500;}

/**/
.board_btn_wrap{ margin-top:3em;}
.board_btn_wrap .input_st{ min-width:inherit; padding-left:.5em; padding-right:.5em; font-weight:500;}
.board_btn_wrap.flex .input_st:not(.s1) .xi{ display:none;}

.board_btn_wrap.full{ display:flex;}
.board_btn_wrap.full > .input_st{ flex:1; margin-left:.25em;}
.board_btn_wrap.full > .input_st:first-child{ margin-left:0;}
.pop .board_btn_wrap.full{ font-size:1.063em;}
.pop .board_btn_wrap.full > .input_st:not(.s1){ height:3em;}

}
