@charset "utf-8";
/** button start **/
div.board_bt_wrap {width:100%; display:inline-block;}
div.board_bt_center {width:100%; display:inline-block;text-align:center; margin-top:20px;}
div.board_bt_left {width:100%; display:inline-block;text-align:left; margin-top:20px;}
div.board_bt_right {width:100%; display:inline-block;text-align:right; margin-top:20px;}
a.board_bt1 {display:inline-block; padding:6px 13px; border:1px solid #3b3c3f; background:#4b545e; color:#fff; font-weight:bold; text-decoration:none;}
a.board_bt1:link {color:#fff;}
a.board_bt1:active {color:#fff;}
a.board_bt1:hover {border:1px solid #f1753e; background:#f1753e; color:#fff;}
a.board_bt1:focus {border:1px solid #f1753e; background:#f1753e; color:#fff;}
a.board_bt2 {display:inline-block; padding:6px 13px; border:1px solid #5b6775; background:#8c96a1; color:#fff; font-weight:bold; text-decoration:none;}
a.board_bt2:link {color:#fff;}
a.board_bt2:active {color:#fff;}
a.board_bt2:hover {border:1px solid #f1753e; background:#f1753e; color:#fff;}
a.board_bt2:focus {border:1px solid #f1753e; background:#f1753e; color:#fff;}
/** button end **/

/** page button start **/
div.board_page_num {padding:20px 0; text-align:center;}
div.board_page_num a {border:1px solid #d4d4d4; padding:5px 7px 4px 7px; background:#f4f4f4; font-size:11px; font-weight:bold; color:#797979; text-decoration:none;}
div.board_page_num a:link {color:#797979;}
div.board_page_num a:active {color:#797979;}
div.board_page_num a:hover {border:1px solid #f1753e; background:#f1753e; color:#fff;}
div.board_page_num a:focus {border:1px solid #f1753e; background:#f1753e; color:#fff;}
div.board_page_num a.on {border:1px solid #5078B9; background:#5078B9; color:#fff;}
/** page button end **/

/** search start **/
div.board_search {padding:15px 0; margin-top:25px; background:#f1f1f1; border:1px solid #ddd; text-align:center;}
div.board_search input.in_bt {padding:5px 10px; border:1px solid #4b545e; background:#4b545e; color:#fff; font-size:12px; font-weight:bold;cursor:pointer}
div.board_search input.in_bt:hover {border:1px solid #54c4d0; background:#54c4d0; }

div.pro_search {margin-bottom:20px;}
div.pro_search div.pro_search_from input.in_bt {padding:5px 10px; border:1px solid #4b545e; background:#4b545e; color:#fff; font-size:12px; font-weight:bold;cursor:pointer}
div.pro_search div.pro_search_from input.in_bt:hover {border:1px solid #54c4d0; background:#54c4d0; }
/** search end **/

/** list page start**/
table.mt1 {margin-top:20px;}

table.board_list {width:100%;}
table.board_list thead th {padding:10px 0px; text-align:center; border-top:2px solid #BBB; border-bottom:1px solid #BBB; background:#091e33; color:#FFF; font-weight:bold;}
table.board_list tbody tr.bg {background:#f9f9f9;}
table.board_list tbody td {padding:10px 0px; border-bottom:1px solid #ddd; vertical-align:top;}
table.board_list tbody td a {line-height:150%;}
table.board_list tbody td.boleft {border-left:1px solid #ddd; }
table.board_list tbody td.marle {padding-left:10px;}
table.board_list tbody td.cen {text-align:center; }
table.board_list tbody td.num { text-align:center; font-size:11px;}
table.board_list tbody td.subject {}
table.board_list tbody td.subject img {margin:2px 0 0 3px; vertical-align:top;}
table.board_list tbody td.subject_re {padding-left:30px; background:url('/img/test/icon_reply.gif') no-repeat 0 10px;}
table.board_list tbody td.name {text-align:center;}
table.board_list tbody td.time {text-align:center; font-size:11px;}
/** list page end**/

/** write page start**/
table.board_write {width:100%; border-top:1px solid #ddd;}
table.board_write th {padding:10px 10px 10px 15px; background:#f6f6f6; border-bottom:1px solid #ddd; text-align:left;}
table.board_write td {padding:10px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
table.board_write span.pp1 {color:red;}
table.board_write td.label label {margin-left:3px; }
/** write page end**/

/** view page start**/
table.board_view {width:100%; border-top:1px solid #ddd;}
table.board_view th {padding:10px 10px 10px 15px; background:#f6f6f6; border-bottom:1px solid #ddd; text-align:left;}
table.board_view th.arrow1 { background:url('/img/test/icon_view_arrow1.gif') no-repeat 70px 17px #f6f6f6;}
table.board_view th.arrow2 { background:url('/img/test/icon_view_arrow2.gif') no-repeat 70px 17px #f6f6f6;}
table.board_view td {padding:10px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
table.board_view td.no_left_bo {border-left:none;}
table.board_view td.con_img img {width:100%; height:auto;}
table.board_view td div.comments {padding:20px 10px;border:1px solid #ddd; background:#f6f6f6;}
table.board_view td div.comments p.title {padding-bottom:5px;border-bottom:1px solid #ddd;font-weight:bold;}
table.board_view td div.comments div.list {width:100%;display:inline-block; margin-top:15px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
table.board_view td div.comments div.list ul li {float:left; padding:10px 0;}
table.board_view td div.comments div.list ul li:first-child {width:20%; max-width:60px; }
table.board_view td div.comments div.list ul li:last-child {width:70%;padding-left:4%;border-left:1px solid #ddd;}
table.board_view td div.comments_write {width:100%; margin-bottom:5px; display:inline-block;}
table.board_view td div.comments_write ul {}
table.board_view td div.comments_write ul li{ float:left}
table.board_view td div.comments_write ul li:first-child { margin:0 10px 5px 0;}
table.board_view td div.comments_write ul li label {width:50px; font-weight:bold; font-size:11px;}
table.board_view td div.comments_write_bt {width:100%; margin-top:10px; display:inline-block; text-align:center; }
table.board_view td div.comments_write_bt a.bt1 {padding:6px 8px 5px; display:inline-block;border:1px solid #bbbbbb; background:#efefef; color:#444; font-size:11px; font-weight:bold; text-decoration:none;}
table.board_view td div.comments_write_bt a.bt1:link {color:#444;}
table.board_view td div.comments_write_bt a.bt1:active {color:#444;}
table.board_view td div.comments_write_bt a.bt1:hover {border:1px solid #f1753e; background:#f1753e; color:#fff;}
table.board_view td div.comments_write_bt a.bt1:focus {border:1px solid #f1753e; background:#f1753e; color:#fff;}

table.board_view td div.pdf_bt {}
table.board_view td div.pdf_bt div.bt1 {width:100%; height:29px;display:inline-block; margin-top:10px;}
table.board_view td div.pdf_bt div.bt1 p {float:left;}
table.board_view td div.pdf_bt div.bt1 p.img {height:29px; margin-right:10px;}
table.board_view td div.pdf_bt div.bt1 p.bt {height:27px; border:1px solid #ea4d40;}
table.board_view td div.pdf_bt div.bt1 p.bt a {min-width:120px; height:27px; line-height:27px; padding:0px 35px 0px 10px; display:inline-block; background:url('/images/product/product_view_bt_arrow1.gif') no-repeat top right; text-decoration:none; color:#ea4d40; font-weight:bold;}
table.board_view td div.pdf_bt div.bt2 {width:100%; height:29px;display:inline-block; margin-top:10px;}
table.board_view td div.pdf_bt div.bt2 p {float:left;}
table.board_view td div.pdf_bt div.bt2 p.img {height:29px; margin-right:10px;}
table.board_view td div.pdf_bt div.bt2 p.bt {height:27px; border:1px solid #2a90c2;}
table.board_view td div.pdf_bt div.bt2 p.bt a {min-width:120px; height:27px; line-height:27px; padding:0px 35px 0px 10px; display:inline-block; background:url('/images/product/product_view_bt_arrow2.gif') no-repeat top right; text-decoration:none; color:#2a90c2; font-weight:bold;}
/** view page end**/


/** board_newsletter_list start **/
#board_newsletter_list {width:100%; display:inline-block;}
#board_newsletter_list > ul {width:100%;}
#board_newsletter_list > ul > li {width:24.9%;float:left; margin-bottom:20px;}

#board_newsletter_list div.section {width:100%; text-align:center;}
#board_newsletter_list div.section div.img {}
#board_newsletter_list div.section div.img img {border:1px solid #ddd;}
#board_newsletter_list div.section p {margin-top:8px;}

/** type1 start **/
#board_newsletter_list.type1 > ul > li {width:33.3%;float:left; margin-bottom:20px;}
/** type1 end **/

/** type2 start **/
#board_newsletter_list.type2 > ul > li {width:49.9%;float:left; margin-bottom:20px;}
/** type2 end **/

/** board_newsletter_list end **/

