
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:#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; }
.tit{font-weight:600;font-size:48px;display:block;width:100%;margin-bottom:30px;color:#333;}

/* 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; }

.wrap .quick { position: relative; width:100%; height:130px; top:0; z-index:99999; text-align:center; }
.wrap .quick.on { width:100%; transition: all 0.5s; position: fixed; margin-top: 0; }
.wrap .quick { width:100%; margin: 0 auto; }


.wrap .roll_area { padding:10px 0; margin:0 auto; }

.wrap .roll_tbl_hd {
  background: #fafafa; width:100%;}

.wrap .roll_tbl_cnt {
  overflow: hidden;
  height: 300px;
  margin: 20px 0;
  padding: 0 20px;}

.wrap .roll_tbl_cnt table {width:100%;text-align:left; position:relative; height: 300px; /*display:inline-block;*/}
.wrap .roll_tbl_cnt table tr td {border-bottom:1px solid #e9e9e9; padding:10px 5px; font-weight:400; font-size: 13px; line-height:24px;}

.wrap .roll_01 {width:18%;}
.wrap .roll_02 {width:12%;}
.wrap .roll_03 {width:70%;}

/*form */
.wrap .contents .inner { width:100%; margin:0 auto; padding:25px 0; }
.wrap .contents .formArea { width:100%; margin:0 auto; overflow: hidden; }
.wrap .contents .formGroup { text-align:center; }

.wrap .form_table1 { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #e4e4e4; }
.wrap .form_table1 tbody tr { border-bottom:1px solid #e4e4e4; }
.wrap .form_table1 tbody th { padding:8px; vertical-align:middle; text-align:left; line-height:110%; font-size:17px; font-weight:500; letter-spacing:-1.5px; }
.wrap .form_table1 tbody td { padding:8px; vertical-align:middle; text-align:left; line-height:110%; font-size:17px; }

.wrap .form_table2 { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #e4e4e4; }
.wrap .form_table2 tbody tr { border-bottom:1px solid #e4e4e4; }
.wrap .form_table2 tbody th { padding:12px 10px ; vertical-align:middle; text-align:left; line-height:110%; font-size:17px; font-weight:500; letter-spacing:-1.5px; }
.wrap .form_table2 tbody td { padding:12px 10px ; vertical-align:middle; text-align:left; line-height:110%; font-size:17px; }


.wrap .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; }

.wrap .contents label {line-height:26px; }
.wrap .input_style { width:100%; padding-left:10px; height:38px; border:1px solid #999; font-size:15px; }
.wrap .sel_style { width:100%; padding-left:10px; height:38px; border:1px solid #999; font-size:15px; vertical-align:middle;}
.wrap .textarea_style { width:100%; padding:10px; height:60px; border:1px solid #999; font-size:15px; }
.wrap input[type="radio"] { width:20px; height:20px; }

.wrap .submit_box { margin-top:15px; }
.wrap .submit_box .btn01 { text-align:center; width:50%; font-weight:600; font-size:24px; padding:8px 0; border-radius:10px; letter-spacing:-2px; cursor:pointer; color: #fff; margin-top: 5px; background-color: #6900a6; }

.wrap .submit_box .btn02 { text-align:center; width:100%; font-weight:600; font-size:26px; padding:14px 0; border-radius:10px; letter-spacing:-2px; cursor:pointer; color: #fff; margin-top: 5px; background-color: #6900a6; }

/* 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 .contents1 img { width:100%; padding-top:50px}

.m_wrap .quick { position: relative; width: 100%; top:0; z-index:99; max-width:720px;}
.m_wrap .quick.on { transition: all 0.5s; position: fixed; margin-top: 0; }
.m_wrap .quick { width: 100%; margin: 0 auto; }
.m_wrap .quick ul { overflow: hidden; }
.m_wrap .quick li { width:50%; float:left; }




.m_wrap .roll_area { width:100%; max-width:720px; margin:0 auto; background-color:#fff; }

.m_wrap .roll_tbl_hd {
  /*display:inline-block;*/
  background: #fafafa;
  width:100%; }
.m_wrap .roll_tbl_cnt {
  overflow: hidden;
  height: 180px; }

.m_wrap .roll_tbl_cnt table {width:100%; text-align:left; position:relative; height: 180px; /*display:inline-block;*/ }
.m_wrap .roll_tbl_cnt table tr td {border-bottom:1px solid #e9e9e9; font-weight:400; padding:8px 0; font-size: 12px; line-height:20px; }

.m_wrap .roll_01 { width:13%; height:22px;text-align:center; }
.m_wrap .roll_02 { width:10%; height:22px; text-align:center;} 
.m_wrap .roll_03 { width:77%; height:22px; text-align:left; }


/*form */
.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }
.m_wrap .form1 { }
.m_wrap .form1 .inner { padding:0 12px 30px 12px; }
.m_wrap .form1 .inner h1 { font-weight:600;font-size:25px; display:block; margin-bottom:10px; color:#333; padding-top:20px; line-height:140%; white-space:nowrap; }
.m_wrap .form1 .inner h1 > span { color:#7b1cae;}

.m_wrap .form1 .formArea {  margin:0 auto; overflow: hidden; padding:10px 10px 10px 10px; }
.m_wrap .form1 .formGroup { margin-bottom:12px; text-align:center; }

.m_wrap .form1 .form_table { width:100%; padding:0; border-collapse:collapse; }
.m_wrap .form1 .form_table tbody th { padding:6px 5px; vertical-align:middle; text-align:right; line-height:24px; font-size:16px; font-weight:500; letter-spacing:-2px; }
.m_wrap .form1 .form_table tbody td { padding:6px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; }
.m_wrap .form1 .form_table tbody tr { }

.m_wrap .form1 .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;}

.m_wrap .form1 .input_style { padding-left:5px; height:36px; border:1px solid #ccc; font-size:14px; }
.m_wrap .form1 .sel_style { width:100%; height:36px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .form1 .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}

.m_wrap .form1 .submit_box { width:100%; text-align:center;  }
.m_wrap .form1 .submit_box button { width:100%; font-weight:500; font-size:22px; letter-spacing:-2px; cursor:pointer; color:#fff; max-width:500px; margin-top:10px; background-color:#6900a6; padding:9px 0; border-radius:5px;}
