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:100%; color:#000; font-size:1em; font-family: 'S-CoreDream-4Regular'; 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: 'S-CoreDream-4Regular'; }
textarea { border:none; }
.red {color:#ee0000; font-weight:500; }

@charset "utf-8";
li { list-style: none; margin: 0; padding: 0;}
.continaer { /* ºñÁÖ¾ó ¿µ¿ªÀ» °¡¿îµ¥ Á¤·ÄÇÏ±â À§ÇÑ ÄÁÅ×ÀÌ³Ê */ 
    max-width: 1920px; margin: 0 auto; outline: 1px solid red;
}




/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1200px; overflow:hidden; }
.contents { position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center; }
.contents img { width:100%; max-width:1920px; cursor:pointer; }


/*form */
.form1 { padding:40px 0 0 500px; }
.form1 .inner { width:720px; background-color:#fff; margin:0 auto; padding:40px 40px; }
.form1 .formArea { width:100%; overflow: hidden; }
.form1 .formGroup { text-align:center; }

.form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #aaa; }
.form1 .form_table tbody tr { border-bottom:1px solid #aaa; }
.form1 .form_table tbody th { padding:15px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; font-weight:600;  letter-spacing:-2px; }
.form1 .form_table tbody td { padding:15px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; }

.form1 .input_style:focus, .form1 .sel_style:focus, .form1 .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:6px 0; width:45%; }
.form1 .input_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; font-size:18px; background-color:#fff!important; }
.form1 .sel_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; font-size:18px; background-color:#fff!important; vertical-align:middle;}
.form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:18px; background-color:#fff!important; resize:none; }

.form1 .submit_box { width:100%; padding-top:20px; }
.form1 .submit_box .btn01 { width:100%; text-align:center; font-weight:600; font-size:28px;letter-spacing:-2px; margin-top:20px; padding:25px 0 ; background-color:#905d1d; color:#fff; cursor:pointer; border:none; }


