@charset "UTF-8";

/* 공통 */
section#scContent > header > h1 { background-image:url('../../img/content/_visual/img_bg_online.jpg'); }

/* 온라인 문의 */
div.scInquiry > form > ul.type { border:1px dashed #aaa; border-radius:6px; padding:15px; overflow:hidden; }
div.scInquiry > form > ul.type > li { width:50%; float:left; }
div.scInquiry > form > dl { margin-top:15px; }
div.scInquiry > form > dl > dt { margin-bottom:4px; font-weight:bold; }
div.scInquiry > form > dl > dd { margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #d0d0d0; }
div.scInquiry > form > dl > dd:not(.tel) > input,
div.scInquiry > form > dl > dd > textarea { width:100%; }
div.scInquiry > form > dl > dd > textarea { resize:none; }
div.scInquiry > form > p { margin-top:20px; text-align:center; }
div.scInquiry > form > p.text { background-color:#eea; padding:6px; }
div.scInquiry > form > p.submit > input { font-size:1.4em; font-weight:bold; background-color:#44f; color:#fff; border:none; border-radius:6px; padding:6px 16px; }