@charset "utf-8";
/* CSS Document */

/*board*/ 
.table_wrap{border-top:2px solid rgba(0, 0, 0, 0.5); border-bottom:1px solid rgba(0, 0, 0, 0.5); }
.table_wrap .no_con{ padding:150px 0 150px 0; text-align:center; font-weight:600; color:#333;}

.table_wrap .tit{border-bottom:1px solid #646c7c; padding:12px 0; color:#333; background:#fff;}
.table_wrap .tit strong{ display:inline-block; *display:inline; zoom:1; font-weight:600;}
.board_list .tit strong{/*border-left:2px dotted #bbbbbb;*/}
.board_list .tit:first-child strong{ border-left:none}
.board_write .tit{border-top:1px solid #999; border-bottom:none; text-align:left; padding-left:20px; background-color:#f9f9f9;}
.board_write tr:first-child .tit{ border-top:none}
.board_write .tit strong{ /*border-right:2px dotted #bbbbbb*/ }
.board_view .title{ text-align:left; border-bottom:none; background:none;}
.board_view .title strong{ font-size:14px; color:#333;}
.board_view .tit{ text-align:left;}
.board_view .tit strong{ font-size:13px; color:#333;}

.table_wrap table{width:100%;table-layout:fixed;}
.table_wrap td{ padding:12px 10px; color:#777777; line-height:1.3; border-top:1px solid #dddddd; background:#fff}
.table_wrap tr:first-child td{ border-top:none}

.board_write td{ padding:7px 10px;}
.board_write td.pd{ padding:15px 10px;}
.board_write td span.table_in_txt{ font-size:12px; margin-left:10px;}
.board_write td p{ margin-top:4px;}
.board_write .id_font_st{ color:#0f75bc; font-size:14px; font-weight:600;}
.board_write .smarteditor{ padding:15px 0; border-top:1px solid #999;}


.board_list td{ text-align:center}
.board_list td.tt{ text-align:left; }
.board_list td.tt p{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_list td.tt a{color:#666;}
.board_list td.tt a:hover{ color:#000; text-decoration:none;}

.board_list tr:hover td{ background:#f9f9f9;}

.board_list .notice td{ background:#fff; color:#333; font-weight:600; border-bottom:1px solid #c4c4c4;}
.board_list .notice td a{ color:#333; font-weight:600}
.board_list .notice:hover td{ background:#faf4f4;}

.board_list .reply td{ background:#fcfcfc;}
.board_list .reply td a{ background:url(../images/board/reply_icon.png) no-repeat; padding-left:40px;}
.board_list .reply:hover td{ background:#f5f5f5}

.board_list .icon_secret{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:5px;}

/*gallery*/
.table_wrap .gallery_area{ width:1020px; margin-left:10px; padding:15px 0; *zoom:1;}
.table_wrap .gallery_area:after{ content:""; display:block; clear:both;}
.table_wrap .gallery_area > li{ float:left; width:240px; margin:15px 10px 15px 0; border:1px solid #ccc;}
.table_wrap .gallery_area > li:last-child{ float:left; width:240px; margin:15px 0 15px 0; border:1px solid #ccc;}
.table_wrap .gallery_area > li.gall_inc{ cursor:pointer;}
.table_wrap .gallery_area > li.gall_inc div.gall_img{ padding:10px; position:relative; overflow:hidden;}
.table_wrap .gallery_area > li.gall_inc div.gall_img img{ border:1px solid #dcdcdc; width:220px; height:238px; max-width:220px; max-height:238px;}
.table_wrap .gallery_area > li.gall_inc div.gall_img span.black_on{ position:absolute; top:10px; left:10px; width:220px; height:240px; transition:1s; }
.table_wrap .gallery_area > li.gall_inc:hover div.gall_img span.black_on{ background-color:#000; filter:Alpha(Opacity=20); opacity:0.2; transition:1s; }
.table_wrap .gallery_area > li.gall_inc > ol.info_st{ clear:left; border-bottom:1px solid #d0d0d0; border-top:1px solid #d0d0d0; background:#f9f9f9;}
.table_wrap .gallery_area > li.gall_inc > ol.info_st > li{ height:25px; line-height:25px;}
.table_wrap .gallery_area > li.gall_inc > ol.info_st > li span{ display:inline-block; *display:inline; zoom:1; padding-left:35px; color:#888; font-size:12px; background-position:10px center; background-repeat:no-repeat;}
.table_wrap .gallery_area > li.gall_inc > ol.info_st > li span.icon_id{ background-image:url(../images/board/icon_id.png); font-weight:600; color:#333;}
.table_wrap .gallery_area > li.gall_inc > p.date{ font-size:13px; float:left; width:40%; color:#666; padding:5px 14px; height:25px; line-height:25px; text-align:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.table_wrap .gallery_area > li.gall_inc > p.hit{ font-size:13px; float:left; width:40%; color:#666; padding:5px 10px; height:25px; line-height:25px; text-align:right; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.table_wrap .gallery_area > li.gall_inc > ol.info_st > li span.icon_hit{ background-image:url(../images/board/icon_hit.png);}
.table_wrap .gallery_area > li.gall_inc p.gall_title{ padding:2px 14px; width:213px; height:30px; text-align:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; border-bottom:1px solid #dcdcdc; }
.table_wrap .gallery_area > li.gall_inc p.gall_title strong{ line-height:25px; font-size:15px; color:#333;
word-break: break-all;
word-wrap: break-word; /* Internet Explorer */ 
white-space: -moz-pre-wrap; /* Mozilla, since */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */
}
{ border:1px solid #026daa;}
 p.gall_title strong{ color:#00a0b8;}
 div.gall_img{ background-color:#fff;}
 
 /*인증서*/
.table_wrap .gallery_area{ width:1020px; margin-left:5px; padding:15px 0; *zoom:1;}
.table_wrap .gallery_area:after{ content:""; display:block; clear:both;}
.table_wrap .gallery_area > li{ float:left; width:240px; margin:15px 13px 15px 0; border:1px solid #ccc;}
.table_wrap .gallery_area > li:last-child{ float:left; width:240px; margin:15px 0 15px 0; border:1px solid #ccc;}
.table_wrap .gallery_area > li.gall_inc2{ cursor:pointer;}
.table_wrap .gallery_area > li.gall_inc2 div.gall_img{ padding:10px; position:relative; overflow:hidden;}
.table_wrap .gallery_area > li.gall_inc2 div.gall_img img{ border:1px solid #dcdcdc; width:220px; height:310px; max-width:220px; max-height:310px;}
.table_wrap .gallery_area > li.gall_inc2 div.gall_img span.black_on{ position:absolute; top:10px; left:10px; width:220px; height:310px; transition:1s; }
.table_wrap .gallery_area > li.gall_inc2:hover div.gall_img span.black_on{ background-color:#000; filter:Alpha(Opacity=20); opacity:0.2; transition:1s; }
.table_wrap .gallery_area > li.gall_inc2 > ol.info_st{ clear:left; border-bottom:1px solid #d0d0d0; border-top:1px solid #d0d0d0; background:#f9f9f9;}
.table_wrap .gallery_area > li.gall_inc2 > ol.info_st > li{ height:25px; line-height:25px;}
.table_wrap .gallery_area > li.gall_inc2 > ol.info_st > li span{ display:inline-block; *display:inline; zoom:1; padding-left:35px; color:#888; font-size:12px; background-position:10px center; background-repeat:no-repeat;}
.table_wrap .gallery_area > li.gall_inc2 > ol.info_st > li span.icon_id{ background-image:url(../images/board/icon_id.png); font-weight:600; color:#333;}
.table_wrap .gallery_area > li.gall_inc2 > p.date{ font-size:13px; float:left; width:40%; color:#666; padding:5px 14px; height:25px; line-height:25px; text-align:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.table_wrap .gallery_area > li.gall_inc2 > p.hit{ font-size:13px; float:left; width:40%; color:#666; padding:5px 10px; height:25px; line-height:25px; text-align:right; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.table_wrap .gallery_area > li.gall_inc2 > ol.info_st > li span.icon_hit{ background-image:url(../images/board/icon_hit.png);}
.table_wrap .gallery_area > li.gall_inc2 p.gall_title{ padding:2px 14px; width:213px; height:30px; text-align:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; border-bottom:1px solid #dcdcdc; }
.table_wrap .gallery_area > li.gall_inc2 p.gall_title strong{ line-height:25px; font-size:15px; color:#333;
word-break: break-all;
word-wrap: break-word; /* Internet Explorer */ 
white-space: -moz-pre-wrap; /* Mozilla, since */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */
}
{ border:1px solid #026daa;}
 p.gall_title strong{ color:#00a0b8;}
 div.gall_img{ background-color:#fff;}

/*발주 리스트 스타일*/
.board_list .table_in_list{ *zoom:1;}
.board_list .table_in_list:after{ content:""; display:block; clear:both;}
.board_list .table_in_list .con{ float:left; width:50%;}
.board_list .table_in_list .con li{ color:#333; padding:3px 20px 3px 15px; background:url(../images/inc/icon_dot_gray.gif) no-repeat left 10px;}
.board_list .table_in_list .con li strong{ font-weight:600;}
.board_list .table_in_list .con.basic{ width:100%;}
.board_list .table_in_price{ padding-left:23px; margin-top:15px; color:#000; background:url(../images/inc/icon_won.png) no-repeat left 3px;}
.board_list .table_in_price storng{ font-weight:600;}
.board_list .table_in_price .t1{ font-size:14px;}
.board_list .table_in_price .t2{ font-size:17px; color:#18489d;}

/*장바구니 리스트 스타일*/
.board_list .table_cart_list{ text-align:left;}
.board_list .table_cart_list .thum{ width:90px; border:1px solid #ccc; padding:8px; background:#fff; margin-right:15px; text-align:center; cursor:pointer;}
.board_list .table_cart_list .thum:hover{ border:1px solid #aaa;}
.board_list .table_cart_list .prod_name{ font-weight:600;}
.board_list .table_cart_list .prod_name > p{ line-height:18px;}
.board_list .table_cart_list .prod_name .t1{ color:#333;}


/*icon*/
.board_list .icon{ border-radius:3px; display:inline-block; *display:inline; zoom:1; padding:3px 6px; font-size:82%; vertical-align:middle; border:none;}
.board_list .icon.notice{background:#6b97be;color:#fff}
.board_list .icon.reply{background:#eee; border:1px solid #ccc; color:#444; font-weight:600; margin-right:8px;}
.board_list .icon.del{background:#dc3a32;color:#fff; cursor:pointer}

.board_list tr:hover .icon.reply{ background:#777; border:1px solid #777; color:#fff;}

/*뷰*/

.board_view{width:100%;table-layout:fixed;}
.board_view th,
.board_view td{ padding:10px 0 10px 20px; line-height:20px; font-size:13px; border-bottom:1px solid #ccc;}
.board_view th{ background:#f9f9f9;}
.board_view td a:hover{ color:#134cb3;}
.board_view td .icon_file{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-right:5px;}
.board_view th .icon_arrow{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-right:15px;}
.board_view td.view_con{ padding:40px 15px;}
.board_view td.view_con img{ max-width:820px;}
.board_view td .cut_link{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}


/*faq*/

.table_wrap .faq.board{border-top:1px solid #ccc; }
.table_wrap .faq.board:first-child{ border-top:none}
.table_wrap .faq.board .con, .table_wrap .faq.board .no, .table_wrap .faq.board .icon{display:inline-block; *display:inline; zoom:1; vertical-align:top} 
.table_wrap .faq.board .con{ width:86%}
.table_wrap .faq.board .no{width:8%; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:120%; color:#bbbbbb; letter-spacing:-1px; font-weight:normal}
.table_wrap .faq.board .icon{width:3.5%; margin-right:2.5%; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:130%; border-radius:5px; font-weight:normal; line-height:1.2; padding:1px 0 3px 0}
.table_wrap .faq.board .faq_q{ cursor:pointer; padding:10px 5px; font-weight:600; color:#666; font-size:99%; line-height:1.3}
.table_wrap .faq.board .faq_q:hover,
.table_wrap .faq.board .faq_q.on{ background:#eef7ff;}
.table_wrap .faq.board .faq_q.on .no{ color:#000}
.table_wrap .faq.board .faq_q .icon{ color:#fff; background:#2e81cb;}
.table_wrap .faq.board .faq_q.on .icon{ color:#86edff}
.table_wrap .faq.board .faq_q a:hover, .table_wrap .faq.board .faq_q a:focus{ color:#005eb1; }
.table_wrap .faq.board .faq_a{ height:0; overflow:hidden;}
.table_wrap .faq.board .faq_a.show, .table_wrap .faq.board .faq_a.f_show{height:auto; padding:10px 5px;border-top:2px dashed #dddddd; background:#fcfcfc}
.table_wrap .faq.board .faq_a .con{ color:#333; line-height:1.5}
.table_wrap .faq.board .faq_a .no{color:#005eb1; font-size:150%}
.table_wrap .faq.board .faq_a .icon{ background:#8fc4f2; color:#fff;}


/*paging*/
.board_paging{margin:30px 0 0 0; text-align:center; }
.board_paging button{ border:1px solid #dddddd; background:#fff; width:30px; height:30px; text-align:center; vertical-align:middle; font-size:81%; font-weight:600; color:#666; *margin:0 2px; cursor:pointer}
.board_paging button.icon{ border:1px solid #ccc; background:#f9f9f9; color:#333; font-family:Georgia, "Times New Roman", Times, serif; font-weight:600; font-size:85%; }
.board_paging button:hover, .board_paging button:focus, .board_paging button.on{ border:1px solid #1252a0; background:#1252a0; color:#fff}
.board_paging button.icon:hover, .board_paging button.icon:focus, .board_paging button.icon.on{ border:1px solid #999; background:#999; color:#fff}

/*searching*/
.board_searching{ margin:30px 0 0 0; overflow:hidden; background:#f9f9f9; border:2px solid #ebebeb; padding:10px 15px}
.board_searching .searching{  float:left; width:55%;}
.board_searching .searching .tt{ color:#999; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:110%; vertical-align: bottom; padding-right:5px}
.board_searching .searching .tt em{ font-family:Georgia, "Times New Roman", Times, serif; font-size:170%; font-style:normal; color:#1252a0;}
.board_searching .searching input.input_st1{ width:160px; padding:5px 10px;}
.board_searching .searching select.input_st1{ width:90px; padding:4px 10px;}
.board_searching .board_btn{ float:right; width:43%; text-align:right; margin:4px 0 0 0; *margin:0; font-size:83%}

/*faq searching*/
.faq_searching{ margin:0 0 20px 0; overflow:hidden; background:#f9f9f9; border:1px solid #ebebeb; padding:10px 40px}
.faq_searching .searching{}
.faq_searching .searching .tt{ color:#999; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:110%; vertical-align: bottom; padding-right:5px}
.faq_searching .searching .tt em{ font-family:Georgia, "Times New Roman", Times, serif;font-size:170%; font-style:normal; color:#014099}
.faq_searching .searching input.input_st1{ width:160px; padding:5px 10px;}
.faq_searching .searching select.input_st1{ width:90px; padding:4px 10px;}


/*btn*/
.btn_area{ margin:40px 0 0 0;}
.btn_area.left{ overflow:hidden;}
.btn_area.left > div{ float:left; width:50%}
.btn_area.center{text-align:center;}

.btn_area2{ margin:20px 0 0 0;}

.btn_inc{ border-radius:3px; border:none; padding:5px 10px; text-align:center; vertical-align:middle; cursor:pointer; filter:alpha(opacity=80);opacity:0.8; font-weight:600; *margin:0 2px; width:auto; min-width:70px}
.btn_inc:hover, .btn_inc:focus{ filter:alpha(opacity=100);opacity:1;}
.btn_inc.search{ background:#333;color:#fff; }
.btn_inc.write{ background:#2481a6;color:#fff;}
.btn_inc.etc{ background:#888888;color:#fff;}
.btn_inc.del{ border:1px solid #ccc; background:#f0f0f0;}
.btn_inc.del:hover{ border:1px solid #555; background:#555; color:#fff;}
.btn_inc.modify{ border:1px solid #666; background:#777; color:#fff;}
.btn_inc.modify:hover{ border:1px solid #222; background:#222;}
.btn_inc.apply{ border:1px solid #b6caee; background:#eaf1fe;}
.btn_inc.apply:hover{ border:1px solid #3265c2; background:#3265c2; color:#fff;}
.btn_inc.big{ width:130px; height:40px; margin:0 2px; *margin:0 3px; border-radius:3px;}
.btn_inc.btn_size{ padding:7px 0 9px 0; *padding:6px 8px; width:70px;}
.btn_inc.btn_size2{ width:110px; padding:10px 0;}
.btn_inc.small{ padding:4px 0 4px 0; *padding:4px 5px; width:75px; min-width:75px;}
.btn_inc.board_btn_size{ padding:11px 0 12px 0; *padding:9px 8px; width:85px; border-radius:0;}

/**/
.input_st1{ border:1px solid #ccc; font-weight:600; vertical-align:middle; background:#fff; font-size:13px;}
.input_st1:hover, .input_st1:focus{ background:#f9f9f9; border:1px solid #aaa; color:#333;}
input.input_st1{ padding:8px 5px; color:#333;}
select.input_st1{padding:7px 5px; color:#333;}
textarea.input_st1{padding:2%; color:#333;}
input[type=radio].input_st1, input[type=checkbox].input_st1{ border:none; padding:0;}
input[type=file].input_file{ height:28px;}

.label_wrap{display:inline-block; *display:inline; zoom:1; overflow:hidden;line-height:1;line-height:20px\9; *line-height:1.5; margin-top:8px}
.label_wrap:first-child{ margin-top:0}
.label_wrap.sec2{ width:49%}
.label_wrap.sec3{ width:32%}
.label_wrap.sec4{ width:23%}
.label_wrap.sec5{ width:10%}
.label_wrap input{ float:left; }
.label_wrap label{ float:left; margin-left:5px; cursor:pointer }
.label_wrap label.check, .label_wrap label.f_check, .label_wrap label:hover{ color:#009ee8;}


/*견적문의 게시판*/
.pop2 {width:100%;}
.pop2 .page_icon{font-size:16px; font-weight:600; padding:10px 3px 10px 26px; background:url(../images/inc/sub_title_img.jpg)no-repeat 1px 10px; margin-bottom:20px;}
.pop2 table{border:1px solid #ccc;}
.pop2 th{margin-bottom:4px; background:#2481a6; color:#fff; border-bottom:1px solid #fff;}
.pop2 tr{height:45px;}
.pop2 input{height:34px;margin-left:3px;}
.pop2 .file_tt{background:#454545; font-weight:600; color:#fff; padding:10px 11px; border-radius:3px; }
.pop2 td{border-bottom:1px solid #ccc;}
.pop2 textarea{margin-left:3px;}