﻿@charset "utf-8";

/*reply*/

/* 게시판 : 댓글*/
.viewComment{ width:945px; margin-top:30px;}
.viewComment textarea.comment{ padding:4px;width:830px;height:42px;  border-top:solid 1px #808080; border-right:solid 1px #d4d0c8; border-left:solid 1px #808080; border-bottom:solid 1px #d4d0c8; color:#403d3d; font-family:dotum; font-size:14px; overflow:hidden; }

fieldset.comment { clear:both; width:945px; border:none; }
fieldset.comment .write{  padding:7px 14px; border:none; }
fieldset.comment dl{ padding-top:15px; }
fieldset.comment dd{ float:left; width:100%; padding:13px 0; border-bottom:1px #ededed solid; }
fieldset.comment .searchRe{ position:relative; margin-top:70px; border-bottom:2px #000 solid;   }
fieldset.comment .searchRe span { position:absolute; top:-20px; left:0; font-size:11px; color:#333; }
fieldset.comment .searchRe .search { position:absolute; top:10px; right:0; }
fieldset.comment img.btnMini{ margin:0 6px;}
fieldset.comment input.btnMini{ margin:0 6px;}
fieldset.comment .profile{ float:left; width:120px;  font-size:14px;   }
fieldset.comment .profile .nick {margin-bottom:10px; font-weight:bold;color:#0c65d5;}
fieldset.comment .content{ float:right; width:820px;}
fieldset.comment .content .recontent{ width:685px; float:left; font-size:14px;  line-height:180%;  color:#444;}
fieldset.comment .content span { font-size:11px;}
fieldset.comment .contentReply{ float:right; width:780px; color:#444; font-size:14px; line-height:180%; }
fieldset.comment .contentReply .recontent{ font-size:14px; width:650px; color:#444; float:left; line-height:180%; }
fieldset.comment .contentReply span { font-size:11px;}
fieldset.comment .contentReply .viewComment{ width:780px; margin-top:0px;}
fieldset.comment .contentReply .viewComment textarea.comment{ padding:4px;width:665px;height:42px;  border-top:solid 1px #808080; border-right:solid 1px #d4d0c8; border-left:solid 1px #808080; border-bottom:solid 1px #d4d0c8; color:#403d3d; font-family:dotum; font-size:14px; overflow:hidden; }

fieldset.comment .date{ font-size:11px; color:#6b6d70; letter-spacing:0.1em; }



fieldset .txt{ height:15px; font-size:14px; padding:3px 0 0 2px;}

*:first-child+html input.btCommnet{ width:95px; height:50px; color:#fff229; border:none; background:url(/images/sub/bt_comment_re.gif) no-repeat center top; font-weight:bold; padding-top:15px; cursor:pointer; text-align:center;} /*ie7전용 텍스트가 상단에 붙는거 방지*/
input.btCommnet{ width:95px; height:50px; color:#fff229; border:none; background:url(/images/sub/bt_comment_re.gif) no-repeat center top; font-weight:bold; padding-top:8px; vertical-align:middle;  cursor:pointer; text-align:center;}