
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend input, textarea, button, select{
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;

 }
 
 
* { margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul, li {list-style:none; }
html { width:100%; }
body { width:100%; height:100%; line-height:140%; color:#333; font-size:1em; font-family: 'Noto Sans KR', sans-serif; overflow-y:visible!important; box-sizing:border-box; }
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; }
p { }
div, input, button { vertical-align:middle; border:none; font-family: 'Noto Sans KR'}
textarea { border:none; }
.red {color:#ee0000; font-weight:600; }



/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1200px; overflow:hidden; }
.wrap .contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center; }


/*form */
.form1 { }
.form1 .inner { width:100%; margin:0 auto; padding: 0; }
.form1 h1 { font-size:28px; line-height:28px; display:block; padding:10px 0; font-weight:600; color:#fff; }


.form1 .formArea { width:100%; margin:0 auto; overflow: hidden; padding:15px 25px; }
.form1 .formGroup { text-align:center; }

.form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; }
.form1 .form_table tbody tr { }
.form1 .form_table tbody th { background-color:#f3f6fc; padding:8px 8px 8px 12px; vertical-align:middle; text-align:left; line-height:120%; font-size:16px; font-weight:600;  letter-spacing:-2px; }
.form1 .form_table tbody td {background-color:#f3f6fc; padding:8px 12px 8px 8px; vertical-align:middle; text-align:left; line-height:120%; font-size:18px; }

.form1 .input_style:focus, .wrap .sel_style:focus, .wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.form1 label { float:left; padding:8px 0; margin-right:20px; }
.form1 .input_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:15px; }
.form1 .sel_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:15px; vertical-align:middle;}
.form1 .textarea_style { width:100%; padding:10px; height:80px; border:1px solid #ccc; font-size:15px; }

.form1 .submit_box {  }
.form1 .submit_box .btn01 { width:100%; text-align:center; font-weight:600; font-size:24px;letter-spacing:-2px; margin:10px 0; cursor:pointer; color:#fff; background-color:#ff3d3d; padding:10px 0; }


@media (max-width: 767px) {
.form1 .formArea {  padding:0!important;}
.margin_home { padding-top: 50px!important;}
.inquiry-form-wrapper { padding:0!important;}
}



/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents img { width:100%; }

.m_wrap .quick { position: relative; width: 100%; top:0; z-index:9999; max-width:720px;}
.m_wrap .quick.on { transition: all 0.5s; position: fixed; margin-top: 0; }
.m_wrap .quick nav { width: 100%; margin: 0 auto; }
.m_wrap .quick nav ul { overflow: hidden; }


/*form */

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }

.mform1 h1 { font-size:28px; line-height:28px; display:block; font-weight:600; }

.mform1 .formArea { width:100%; margin:0 auto; overflow: hidden; }
.mform1 .formGroup { margin-bottom:12px; text-align:center; }

.mform1 .form_table { width:100%; padding:10px 0; border-collapse:collapse; border-top:1px solid #d7d7d7;}
.mform1 .form_table tbody th { background-color:#f3f6fc; padding:8px 5px; vertical-align:middle; text-align:right; line-height:24px; font-size:15px; font-weight:600; letter-spacing:-2px; }
.mform1 .form_table tbody td { background-color:#f3f6fc; padding:8px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:15px; }
.mform1 .form_table tbody tr {border-bottom:1px solid #d7d7d7;}


.mform1 .input_style:focus, .m_wrap .sel_style:focus, .m_wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.mform1 .input_style { padding-left:5px; height:38px; border:1px solid #ccc; font-size:14px; }
.mform1 .sel_style { width:100%; height:38px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.mform1 .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}

.mform1 .submit_box { width:100%; text-align:center;}
.mform1 .submit_box button { width:90%; font-weight:600; font-size:24px; letter-spacing:-2px; cursor:pointer; margin:10px 0; color:#fff; background-color:#ff3d3d; padding:8px 0; max-width:300px; }
