@charset "utf-8";
/* CSS Document */

/*board*/
.board_st{ table-layout:fixed; font-size:.813em;}
.board_st th,
.board_st td{ padding:12px 10px; border-bottom:1px solid #ddd;}
.board_st th{ color:#000;}
.board_st td{ color:#444;}

.board_st.list.tit{}
.board_st.list.tit th{ border:2px solid #333; border-bottom-width:1px; border-left: none; border-right:none;}
.board_st.list .no_con{ padding:100px 0; color:#000; font-weight:600;}

.board_st.list td{ text-align:center; color:#777;}
.board_st.list.notice td{ background:#f5f5f5;}
.board_st.list.reply td{ background:#f9f9f9;}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:block; color:#000; width:99%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_st.list td.w_tit > a > p{ max-width:85%; padding-right:10px; display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_st.list td.w_tit > a > p:hover{ text-decoration:underline;}

.board_st a:not(.Vfile):hover{ text-decoration:underline}

.board_st .icon{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 1px;}
.board_st .icon:before{ font-family:xeicon!important; font-style:normal; font-size:1.188em; color:#111;}
.board_st .icon.file:before{ content:"\e9ba";}
.board_st .icon.open:before{ content:"\e967";}
.board_st .icon.close:before{ content:"\e966";}
.board_st .icon.prev,
.board_st .icon.next{ font-size:1.125em; padding-right:10px;}
.board_st .icon.prev:before{ content:"\e944"; color:#333;}
.board_st .icon.next:before{ content:"\e941"; color:#333;}

.board_st.write,
.board_st.view.tit{ border-top:2px solid #333;}
.board_st.write th,
.board_st.view th{ border-bottom-color:#999;}
.board_st.view th{ padding-left:25px; text-align:left;}
.board_st.view td{ padding-left:20px; border-bottom-style:dashed;}
.board_st.view.tit th{ padding:15px 10px; text-align:center; border-bottom-color:#999; font-size:1.250em; color:#000; letter-spacing:-0.5px;}
.board_st.view .Vfile{ display:block; padding:1px 0;}
.board_st.view .Vfile:before{ content:"\e9ba"; font-family:xeicon!important; font-size:1.375em; padding-right:6px; vertical-align:middle;}
.board_st.view .Vfile:hover{ color:#005ead;}
.board_st.view .w_view_info .info{ text-align:right;}
.board_st.view .w_view_info .info > li{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding-left:20px; font-size:.938em; color:#888;}
.board_st.view .w_view_info .info > li:first-child{ padding-left:0;}
.board_view_con{ padding:50px 20px; border-bottom:1px solid #aaa;}

.board_st.write th{ padding-right:25px; text-align:right;}
.board_st.write td{ padding:10px 0 10px 25px;}
.board_st.write td.edit{ padding:10px 0;}

/**/
.board_icon{ display:inline-block; *display:inline; zoom:1; text-align:center;}
.board_icon:before{ font-family:xeicon!important; font-size:.875rem; font-style:normal;}
.board_icon.new{ color:#f62c11; font-size:.750em;}
.board_icon.new .xi{ margin-right:5px; font-size:.875rem; vertical-align:bottom;}
.board_icon.reply{ color:#154194; font-size:.750em;}
.board_icon.reply:before{ content:"\e981"; vertical-align:middle;}
.board_icon.notice{ font-size:0;}
.board_icon.notice:before{ content:"\ea5a"; font-size:1.375rem; color:#000;}
.board_icon.down{}
.board_icon.down:before{ content:"\eb7c";}

/*faq*/
.faq_board { border-top:1px solid #41414d;}
.faq_board .qq{ padding:15px 0; position:relative; z-index:inherit; border-bottom:1px solid #41414d; cursor:pointer}
.faq_board .aa{ padding:20px 0; position:relative; z-index:inherit; border-bottom:1px solid #41414d; display:none}
.faq_board .qq:before{ content:""; position:absolute; z-index:inherit; top:0; left:0; width:0; height:100%; background:#585860; transition:.3s;}
.faq_board .icon{ position:absolute; z-index:inherit; display:block; width:60px; height:100%; left:0; top:0; font-family:Arial, Helvetica, sans-serif; font-size:1.563em; color:#fff; text-align:center; line-height:55px}
.faq_board .qq .icon{ background:#585860}
.faq_board .aa .icon{ background:#00a2d7; color:#fff;}
.faq_board .tt{ position:relative; z-index:inherit; display:block; padding:0 80px; line-height:1.5;
word-break: break-all;
word-wrap: break-word; /* Internet Explorer */ 
white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */
}
.faq_board .qq .tt{ color:#666; font-size:.875em}
.faq_board .aa .tt{ color:#777; font-size:.813em}
.faq_board .qq .arrow{ position:absolute; z-index:inherit; width:60px; height:100%; right:0; top:0; text-align:center;}
.faq_board .qq .arrow:before{ content:"\e941"; display:block; font-family:xeicon; font-style:normal; line-height:55px; font-size:1.563em; filter:alpha(opacity=30); opacity:0.3;}
.faq_board .qq.on{border-bottom:1px solid #585860;}
.faq_board .qq.on:before{ width:100%;}
.faq_board .qq.on .tt{ color:#fff}
.faq_board .qq.on .arrow:before{ content:"\e944"; color:#fff; filter:alpha(opacity=100); opacity:1;}

/*searching*/
.searching_area{ font-size:.813em; margin-bottom:25px; overflow:hidden;}
.total_area{ float:left;}
.total_area .total{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:center;}
.total_area .total .xi{ width:30px; height:30px; line-height:30px; border:1px solid #ddd; border-radius:50%; font-size:1.563em;}
.total_area .num{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; color:#111; font-weight:600; margin:0 0 0 5px;}
.total_area .num > strong{ color:#005ead; vertical-align:baseline; padding:0 8px;}
.board_search{ float:right;}
.board_search select,
.board_search input,
.board_search button{ display:inline-block; *display:inline; zoom:1; vertical-align:top; line-height:35px; height:35px; border:1px solid transparent; background-color:transparent; box-sizing:border-box;}
.board_search select,
.board_search input{ border-bottom-color:#666; margin-right:10px; font-weight:600;}
.search_select{ width:110px; padding-left:5px; color:#111;}
.search_inp{ width:220px; padding:0 5px; color:#aaa;}
.search_inp:focus{ color:#111}
.search_btn{ font-size:0;}
.search_btn .xi{ font-size:1.6rem; color:#333; line-height:35px; transition:.3s;}
.search_btn:hover .xi{ color:#005ead;}

/*paging*/
.board_paging{ text-align:center; margin-top:60px;}
.board_paging button{ vertical-align:top; padding:0 10px; *margin:0 2px; min-width:30px; height:30px; line-height:28px; background:#fff; border:1px solid #ddd; border-radius:3px; color:#333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.813rem; font-weight:600; transition:.3s;}
.board_paging button:hover,
.board_paging button.on{ background:#2d4c72; border-color:#2d4c72; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa; border-color:#aaa;}

/*board btn*/
.board_btn_wrap{ text-align:right; margin-top:50px;}
.board_btn{ line-height:45px; padding:0 35px; font-size:0.813em; font-weight:600; transition:.3s;}
.board_btn.c1{ background:#333333; border:1px solid #333333; color:#ffffff;}
.board_btn.c2{ background:#f1f1f1; border:1px solid #cccccc; color:#555555;}
.board_btn.c3{ background:#f9f9f9; border:1px solid #aaaaaa; color:#666666;}
.board_btn.c4{ background:#ffffff; border:1px solid #333333; color:#111111;}
.board_btn.c5{ background:#00a2d7; border:1px solid #00a2d7; color:#ffffff;}
.board_btn.c1:hover{ background:#00a2d7; border-color:#00a2d7;}
.board_btn.c2:hover{ background:#777777; border-color:#777777; color:#ffffff;}
.board_btn.c3:hover{ background:#666666; border-color:#666666; color:#ffffff;}
.board_btn.c4:hover{ border-color:#00a2d7; color:#00a2d7;}
.board_btn.c5:hover{ background:#333333; border-color:#333333;}

/**/
.board_gallery{ padding-top:40px; border-top:2px solid #333;}
.board_photo_wrap{ margin:0 0 -40px -60px; *zoom:1;}
.board_photo_wrap:after{ content:""; display:block; clear:both;}
.board_photo_wrap > li{ float:left; width:33.333%}
.board_photo_wrap .list{ margin:0 0 40px 60px; padding-bottom:15px; cursor:pointer} 
.board_photo_wrap .list .img{ overflow:hidden;}
.board_photo_wrap .list .tit{ padding:25px 0 5px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-family: 'LatoWebBold'; font-size:1.125em; color:#154194;}
.board_photo_wrap .list .name{ padding-bottom:5px; font-size:.875em; color:#444; line-height:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_photo_wrap .list .date{ padding-bottom:10px; line-height:16px; font-size:.813em; color:#bbb;}
.board_photo_wrap .list .comm{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:15px; padding-left:28px; background:url(../images/inc/icon_comm.png) no-repeat left top; font-family: 'LatoWebBold'; color:#7f66ad;}
.board_photo_wrap .list .txt{ font-size:.875em; color:#666; height:50px; overflow:hidden;}
.board_photo_wrap .list .btn{ padding-top:30px;}
.board_photo_wrap .list .btn .st{ position:relative;display:inline-block; *display:inline; zoom:1; margin-left:15px; padding-bottom:5px; border-bottom:2px solid #000; font-family: 'LatoWebBold'; font-size:.875em; color:#222;}
.board_photo_wrap .list .btn .st:before{ content:""; position:absolute; top:3px; left:-15px; width:8px; height:8px; background:url(../images/inc/icon_plus.png) no-repeat -11px -11px;}
.board_photo_wrap .list:hover *{ transition:0.3s}
.board_photo_wrap .list:hover .img img { transform:scale(1.1,1.1);}
.board_photo_wrap .list:hover .tit,
.board_photo_wrap .list:hover .name,
.board_photo_wrap .list:hover .date,
.board_photo_wrap .list:hover .txt,
.board_photo_wrap .list:hover .btn{ padding-left:25px; padding-right:25px;}

/**/
.label_st{display:inline-block; *display:inline; zoom:1;}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st span{ padding-left:3px; color:#222;}
.label_st:not(.cssbrowser) input:checked + span,
.label_st:not(.cssbrowser) input:checked + span + *{ color:#005ead}

.label_st.de:not(.cssbrowser) .xi:before{ font-family:xeicon!important; font-style:normal; font-size:1.75em; color:#888;}
.label_st.de:not(.cssbrowser) input:checked + .xi + span,
.label_st.de:not(.cssbrowser) input:checked + .xi:before{ color:#005ead}
.label_st.de:not(.cssbrowser) input[type=checkbox] + .xi:before{ content:"\e92e"}
.label_st.de:not(.cssbrowser) input[type=checkbox]:checked + .xi:before{ content:"\e92d"}
.label_st.de:not(.cssbrowser) input[type=radio] + .xi:before{ content:"\e9c6"}
.label_st.de:not(.cssbrowser) input[type=radio]:checked + .xi:before{ content:"\e9c7"}
.label_st.de:not(.cssbrowser) input[type=checkbox],
.label_st.de:not(.cssbrowser) input[type=radio]{ width:0; height:0; overflow:hidden;}

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; background-color:#f9f9f9; border:1px solid #ccc; line-height:35px; height:35px; font-size:inherit; box-sizing:border-box;}
input.input_st::-webkit-input-placeholder{color:#999}
input.input_st::-moz-placeholder{color:#999}
input.input_st::-moz-placeholder{color:#999}
input.input_st::-ms-input-placeholder{ color:#999}
input[type=text].input_st, input[type=tel].input_st,
input[type=password].input_st{ padding:0 12px;}
input[type=file].input_st{ background:none; border:none;}
input[type=file]:not(*:root){ border:1px solid #ccc; padding:5px;}
select.input_st{}
textarea.input_st{ line-height:inherit;}
button.input_st,
input[type=button].input_st,
input[type=submit].input_st{ padding:0 15px;}
input[disabled=disabled]{ cursor:default}

.input_st.s1{ background-color:#ffffff; height:45px; line-height:45px;}
input[type=text].input_st.s1,
input[type=password].input_st.s1,
input[type=tel].input_st.s1{ padding:0 10px;}
select.input_st.s1{ font-size:.938em;}
button.input_st.s1,
input[type=button].input_st.s1,
input[type=submit].input_st.s1{ font-size:.938em; padding:3px 30px 0 30px;}

.input_st.c1   { background-color:#f62c11; border-color:#f62c11; color:#ffffff}
.input_st.c1.re{ background-color:#ffffff; border-color:#f62c11; color:#f62c11}
.input_st.c2   { background-color:#18629f; border-color:#18629f; color:#ffffff}
.input_st.c2.re{ background-color:#ffffff; border-color:#18629f; color:#18629f}
.input_st.c3   { background-color:#666666; border-color:#666666; color:#ffffff}
.input_st.c3.re{ background-color:#ffffff; border-color:#666666; color:#444444}

/**/
.btn_st{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:3px 15px; font-size:.813rem; color:#111; background:#fff; border:1px solid #ccc; filter:alpha(opacity=90); opacity:0.9;}
.btn_st:hover{filter:alpha(opacity=100);opacity:1;}
.btn_st.c1   { background:#111111; color:#ffffff; border-color:transparent}
.btn_st.c1.re{ background:#ffffff; color:#111111; border-color:#333333}
.btn_st.c2   { background:#666666; color:#ffffff; border-color:transparent}
.btn_st.c2.re{ background:#ffffff; color:#666666; border-color:#cccccc}
.btn_st.c3   { background:#f62c11; color:#ffffff; border-color:transparent}
.btn_st.c3.re{ background:#ffffff; color:#f62c11; border-color:#f62c11}

.btn_st.s1{ font-size:.75rem; padding:2px 8px}
.btn_st.s2{ font-size:.875rem; padding:8px 20px}
.btn_st.s3{ font-size:.938rem; padding:15px 30px;}

/**/
.w_no{ width:90px}
.w_check{ width:50px}
.w_tit{ width:auto}
.w_name{ width:130px}
.w_date{ width:130px}
.w_hit{ width:100px}

.w_form_tit{ width:170px}
.w_view_tit{ width:auto}
.w_view_info{ width:400px;}
.w_auto{ width:auto}

.inp_w1{ width:90px}
.inp_w2{ width:180px}
.inp_w3{ width:250px}
.inp_w10{ width:10%}
.inp_w15{ width:15%}
.inp_w20{ width:20%}
.inp_w25{ width:25%}
.inp_w30{ width:30%}
.inp_w35{ width:35%}
.inp_w40{ width:40%}
.inp_w45{ width:45%}
.inp_w50{ width:50%}
.inp_w60{ width:60%}
.inp_w65{ width:65%}
.inp_w70{ width:70%}
.inp_w75{ width:75%}
.inp_w80{ width:80%}
.inp_w85{ width:85%}
.inp_w90{ width:90%}
.inp_w95{ width:95%}
.inp_w100{ width:100%}
.textarea_w1{ width:100%; height:200px; padding:10px 1%;}

.inp_sec{ text-align:center; display:inline-block; *display:inline; zoom:1;}
.inp_sec.w1{ width:15px;}
.inp_sec.w2{ width:20px;}


@media screen and (max-width:1023px){

/*board*/
.board_st th,
.board_st td{ padding:10px 10px;}

/**/
.board_st.list td{ padding:10px 5px;}
.board_st.list td.w_tit{}
.board_st.list td.w_tit > a > p{ font-size:1.125em; max-width:none; text-overflow:inherit; overflow:inherit;
word-break: break-all;
word-wrap: break-word; /* Internet Explorer */ 
white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */
}

/**/
.board_st .icon{ padding:0 1px;}
.board_st .icon.file{}
.board_st .icon.prevNext{ width:10px;}

/**/
.board_st.write th,
.board_st.view th{ padding-left:10px;}

.board_st.write th{}
.board_st.write td{ padding:6px 10px;}

.board_view_con{ padding:20px 10px;}

/**/
.board_mobile, .board_mobile thead, .board_mobile tbody, .board_mobile tfoot, .board_mobile th, .board_mobile td, .board_mobile tr {display: block;}
.board_mobile tr th{ position: absolute; top: -9999px;left: -9999px;}			
.board_mobile tr td { position:relative; padding:8px 10px 8px 100px !important; min-height:30px; line-height:1.2; box-sizing:border-box;}
.board_mobile tr td:before { content:attr(data-th); position:absolute; top:0px; bottom:-1px; left:0; width:90px; padding:8px 10px; border-bottom:1px solid #999; white-space:nowrap; color:#333; box-sizing:border-box;}
.board_mobile.write tr td { padding:6px 10px 6px 100px; line-height:25px;}

/**/
.board_icon.notice{ padding:2px 6px 0 6px; line-height:20px;}

/*searching*/
.searching_area{ margin-bottom:10px; font-size:.875em;}
.total_area{ display:none;}
.board_search{ text-align:right; width:61%;}
.search_select{ width:25%; font-size:inherit;}
.search_inp{ width:50%; min-width:inherit; font-size:inherit;}
.search_btn{ padding:0 3%;}

.board_search select, .board_search input {margin-right:0px;}


/*board btn*/
.board_btn_wrap{ margin-top:25px;}
.board_btn{ line-height:30px; padding:0 15px 0 15px;}

/**/
.board_gallery{ padding-top:20px;}
.board_photo_wrap{ margin:0 0 -30px -30px;}
.board_photo_wrap .list{ margin:0 0 30px 30px; padding-bottom:15px;} 
.board_photo_wrap .list .tit{ padding:15px 0 5px 0; font-size:1em;}
.board_photo_wrap .list .txt{ display:none;}
.board_photo_wrap .list .btn{ padding-top:10px;}
.board_photo_wrap .list .line{ display:none;}
.board_photo_wrap .list dt,
.board_photo_wrap .list dd{ padding-left:inherit !important; padding-right:inherit !important;}

/**/
.w_no{ width:60px}
.w_tit{ width:auto}
.w_name{ width:50px;}
.w_date{ width:80px}
.w_hit{ display:none}
.w_form_tit{ width:90px;}

.inp_w1{ width:45%} 
.inp_w2{}
.inp_w3{ width:70%}
.textarea_w1{ width:100%; height:200px; padding:5px 1%;}
.textarea_w000 { width:100%; height:100px; padding:5px 1%;}
.textarea_w2{ width:99%; height:200px;}

.page_contact_form .inp_w20{ width:45%;}

/**/
.label_st{ margin:1px}

.input_st{ margin:1px}
input[type=text].input_st,
input[type=password].input_st{line-height:25px; height:25px}
select.input_st{ height:25px;}
input[type=button].input_st,
input[type=submit].input_st{line-height:25px; height:25px; padding:0 15px}

input[type=text].input_st.s2,
input[type=password].input_st.s2,
input[type=tel].input_st.s2{ height:40px; line-height:40px;}
select.input_st.s2{ height:40px;}
button.input_st.s2,
input[type=button].input_st.s2,
input[type=submit].input_st.s2{ height:40px; padding:3px 20px 0 20px;}

}

@media screen and (max-width:768px){

.board_photo_wrap{ margin:0 0 -20px -20px;}
.board_photo_wrap > li{ width:50%}
.board_photo_wrap .list{ margin:0 0 20px 20px;} 

.w_no{ width:30px}
.w_tit{ width:auto}
.w_name{ width:45px;}
.w_date{ width:70px}

.board_search {width:100%;}
.board_search select, .board_search input, .board_search button {line-height:30px; height:30px;}
.search_select {width:22%;}
.search_inp {width:40%;}
.search_btn .xi {font-size:1.188rem; line-height:30px;}
}
