@charset "utf-8";

/* 베이직스킨글쓰기 */
#basic_write_skin { width:100%; margin:0 auto 40px; border-top:solid 2px #474747;}
#basic_write_skin th { width:20%; padding-left:20px; border-bottom:solid 1px #ddd; font-size:14px; letter-spacing:-0.05em; text-align:left;}
#basic_write_skin td { width:80%; padding:14px 0; border-bottom:solid 1px #ddd; font-size:13px;}
/*#basic_write_skin a { color:#555; font-size:14px;}*/
#basic_write_skin .input_text { width:30%; height:32px; line-height:32px; padding:0 10px; border:0; border-radius:0; font-size:13px; background:#efefef; color:#555; letter-spacing:-0.05em;}
#basic_write_skin .input_select { width:90px; height:32px; line-height:32px; padding:0 5px; border:0; border-radius:0; font-size:13px; background:#efefef; color:#555; letter-spacing:-0.05em;}
#basic_write_skin .input_textarea { max-width:90%; min-width:90%; max-height:100px; min-height:100px; padding:0 5px; border:0; border-radius:0; font-size:13px; background:#efefef; color:#555; letter-spacing:-0.05em;}
#basic_write_skin .wd_small { width:10%;}
#basic_write_skin .wd_large { width:50%;}

/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
/* 베이직스킨글쓰기 */
#basic_write_skin { margin:30px auto 26px;}
#basic_write_skin th { width:35%; padding-left:15px; font-size:12px;}
#basic_write_skin td { padding:10px 0; font-size:12px;}
#basic_write_skin .input_text { width:60%;}
#basic_write_skin .wd_small { width:10%;}
#basic_write_skin .wd_large { width:70%;}
#basic_write_skin .input_select { width:70px;}
}




/* inquire_form_skin */
table.inquire_form_skin { width:100%; border-top:solid 2px #555; margin-bottom:30px;}
table.inquire_form_skin th { text-align:left; padding:17px 0 18px 25px; letter-spacing:-0.04em; background:#fff url('image/bg_grayline.gif') no-repeat right center; color:#555; font-size:14px; font-weight:bold; border-bottom:solid 1px #e5e5e5;}
table.inquire_form_skin td { text-align:left; padding:9px 0 10px 20px; color:#797979; font-size:13px; line-height:1.6em; border-bottom:1px solid #e5e5e5;}
table.inquire_form_skin .td_privacy { padding-top:20px; border-bottom:0; text-align:right;}

.p_summ_top { font-size:13px; text-align:left; padding-bottom:15px;}
.p_guide { color:#555; font-size:13px; letter-spacing:-0.05em;}
.txt_red { color:#a50505;}

.bg_check_off input, .bg_check_on input { display:none;}
.bg_check_off { padding:0 20px; background:url('image/bg_checkbox_off.gif') no-repeat left top; background-size:15px 15px; height:15px; cursor:pointer;}
.bg_check_on { padding:0 20px; background:url('image/bg_checkbox_on.gif') no-repeat left top; background-size:15px 15px; height:15px; cursor:pointer;}

table.inquire_form_skin .input_text { vertical-align:middle; padding:2px; min-width:50px; height:23px; border:1px solid #d1d1d1; font-size:13px; background:#fff;}
table.inquire_form_skin .input_select { vertical-align:middle; border:1px solid #d1d1d1; height:30px; padding:4px 12px 4px 3px; background:#fff; font-size:13px;}
