/* 제품보기 */

#content {padding-bottom:30px;}

#pTitle {margin:0; padding:15px 0; background:#f5f5f5; position:relative; border-bottom:1px solid #d9d9d9; text-align:center;}
#pTitle a {position:absolute; top:0; left:0; width:25px; height:60px; line-height:60px; text-align:center;}
#pTitle h2 {font-size:18px; color:#0d9b0d;}

#productImage {width:200px; margin:0 auto; position:relative;}

#pInfo {margin:10px 10px 30px;}
#pInfo .gubun {color:#2e80e4; font-size:14px; font-weight:bold; height:26px; line-height:26px; background:#f0f0f0; padding-left:10px;}
#pInfo .txt {margin:5px 10px 20px; line-height:1.7}

#pFAQ {margin:20px 10px; padding-bottom:20px; border:1px solid #d93600; background:#fff1e1; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow: 0px 1px 6px rgba(0,0,0,.7); -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,.7); box-shadow: 0px 1px 6px rgba(0,0,0,.7);}
#pFAQ div {font-size:16px; font-weight:bold; color:#fff; padding-left:15px; height:30px; line-height:30px; background:#d73e04;}
#pFAQ li {padding:10px; list-style:none;}
#pFAQ li.Q {border-bottom:1px solid #c8c8c8; display:block;}
#pFAQ li.A {background:#fff; border-bottom:1px solid #c8c8c8; display:none;}
