/**
* A-Marketing Cascading Style Sheets
* File Name : basic.css
* Description : Basic 반응형 스타일시트
* Author : Web business Team / White
* Email : yan@amarketing.co.kr
* Date : 2017.01.31
* Update : 2017.01.31
* Copyright(c) 2017 A-Marketing. All Rights Reserved.
*/

/* 베이직스킨글쓰기 */
#basic_write .txt_red { color:#b61c1d;}
#basic_write .p_required { margin-bottom:10px; font-size:15px; color:#797979; letter-spacing:-0.05em;}
#basic_write .basic_write_skin { width:100%; border-top:solid 1px #ccc;}
#basic_write .basic_write_skin th { width:20%; padding-left:20px; border-bottom:solid 1px #ccc; font-size:15px; color:#222; text-align:left;}
#basic_write .basic_write_skin td { width:80%; padding:15px 0; border-bottom:solid 1px #ccc; font-size:15px; color:#333;}
#basic_write .basic_write_skin a { color:#333; font-size:15px;}
#basic_write .basic_write_skin .input_text { width:80%; height:40px; line-height:40px; padding:0 10px; border:0; border-radius:0; font-size:15px; background:#efefef; color:#333;}
#basic_write .basic_write_skin .wd_small { width:25%;}
#basic_write .basic_write_skin .input_select { width:100px; height:40px; line-height:40px; padding:0 5px; border:0; border-radius:0; font-size:15px; background:#efefef; color:#333;}
#basic_write .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:15px; background:#efefef; color:#333;}

/* 개인정보취급방침 */
.privacy_box { padding:20px; background:#efefef; font-size:15px;}

/* 베이직스킨_중간버튼 */
.board_skin_btn { margin-top:40px; text-align:center;}





/* ////////////////////////////////////////////////// tablet */
@media all and (min-width:641px) and (max-width:990px) {

}





/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
/* 베이직스킨글쓰기 */
#basic_write .p_required { font-size:13px;}
#basic_write .basic_write_skin th { padding-left:10px; font-size:14px;}
#basic_write .basic_write_skin td { padding:10px 0; font-size:14px;}
#basic_write .basic_write_skin a { font-size:14px;}
#basic_write .basic_write_skin .input_text { height:32px; line-height:32px; font-size:14px;}
#basic_write .basic_write_skin .wd_small { width:20%;}
#basic_write .basic_write_skin .input_select { width:70px; height:32px; line-height:32px; font-size:14px;}
#basic_write .basic_write_skin .input_textarea { font-size:14px;}

/* 개인정보취급방침 */
.privacy_box { padding:15px; font-size:14px;}

/* 베이직스킨_중간버튼 */
.board_skin_btn { margin-top:25px;}

}
