@charset "utf-8";
/* 
File Name : style.css
Description : kyochonfood_site
Author : kwj (master@dmax.kr)
Date : 2016-3-29
 */

/* button */
button{border-radius:2px;}
.btn_b_type01{background:#fff; border:1px solid #919191; color:#000; width:140px; height:45px;}
.btn_b_type02{background:#444; color:#fff; width:140px; height:45px;}
.btn_b_type03{background:#eee; border:1px solid #c4c4c4; color:#000; width:140px; height:45px;}
.btn_b_type04{background:#b80000; color:#fff; width:140px; height:45px;}

/* list */
.max_board_lst{width:100%; height:auto; margin:30px 0;}

/* view */
.max_board_view{float:left; width:100%; height:auto; margin:30px 0;}
.max_board_view .subjected{border-top:1px solid #000; border-bottom:1px solid #ccc; padding:15px 0; font-weight:600; font-size:25px; line-height:25px; text-align:center; color:#222;}
.max_board_view .user_it_info{width:100%; height:auto; padding:15px; border-bottom:1px solid #ccc;}
.max_board_view .user_it_info li{background:url("../../images/common/bul_title.gif") 0 6px no-repeat; padding-left:13px; font:normal 13px 'Nanum Gothic'; margin:10px 0;}
.max_board_view .user_it_info li strong{color:#222; font:bold 13px 'Nanum Gothic';}
.max_board_view .max_board_contents{width:100%; height:auto; padding:30px 0; line-height:140%; border-bottom:1px solid #ccc;}
.max_board_view .att_file{border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:15px 0;}
.max_board_view .att_file strong{color:#222; font-weight:bold;}

/* comment */
.max_comment{float:left; margin:10px 0 0 0; width:100%; height:auto;}
.max_com_write{width:100%; height:auto; padding:16px 0; border-top:1px solid #000; border-bottom:1px solid #ccc; display:block; overflow:hidden;}
.max_com_write .max_comm_login{margin-left:5px;}
.max_com_write .max_comm_login li{float:left; margin-right:5px;}
.max_com_write .max_comm_login li label{float:left; padding:15px 0 0 0; margin-right:5px;}
.max_com_write textarea{float:left; width:820px; height:80px; line-height:140%; border:1px solid #ccc; padding:5px; margin:5px 0 0 5px; font:normal 13px 'NanumGothic','나눔고딕';}
.max_com_write .btn_b_type02{float:left; display:block; height:90px; margin:5px 0 0 10px; font-weight:600; font-size:15px;}
.max_com_list{float:left; width:100%; height:auto; padding:20px 0; border-bottom:1px solid #dedede; position:relative;}
.max_com_list dl dt{font-weight:bold; padding-left:15px; color:#222;}
.max_com_list dt span.TimesRe{font-size:0.94em; font-weight:normal; color:#797979; display:inline-block; padding-left:9px;}
.max_com_list dl dd{padding:10px 15px; line-height:140%;}
.max_com_list button{position:absolute; bottom:15px; right:15px; width:auto; height:auto; padding:5px 10px; font:normal 13px 'NanumGothic','나눔고딕';}
.re_com{background:url("../../images/board/ico_comment.png") 20px 20px no-repeat;}
.re_com dl dt{padding-left:40px;}
.re_com dl dd{padding-left:40px;}

/* write */
.max_board_write{float:left; width:100%; height:auto; margin:15px 0;}
.max_write{float:left; width:100%; height:auto; margin:30px 0 0 0; border-top:1px solid #000;}
.max_write h4{border-bottom:1px solid #000; padding-bottom:15px;}
.max_write table{width:100%; height:auto;}
.max_write table th{background:#f5f5f5; border-bottom:1px solid #ccc; padding:15px 0; width:15%; text-align:center; color:#222;}
.max_write table td{border-bottom:1px solid #ccc; padding:10px;}
.max_write table td .it{padding:5px; width:95%; display:inline-block;}
.max_write table td .it_email{padding:5px; width:30%;}
.max_write table td textarea{width:966px; height:200px;}
.max_write table td select{padding:5px; font:normal 13px 'NanumGothic','나눔고딕';}
.max_write table td .it_tel{padding:5px; width:50px;}
.max_write table td input.max_board_subject { padding:5px 4px; border:1px solid #CCC; width:80%;}