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:1; color:#000; font-size:1em; font-family: 'Nanum Square';  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: 'Nanum Square'}
textarea { border:none; }
.red {color:#ee0000;}

/* 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 .contents img { width:100%; }

.wrap .quick { position: relative; width:100%; height:90px; top:0; z-index:99; background-color:#fff; border-bottom:5px solid #1a8bff; overflow:hidden;  }
.wrap .quick.on { width:100%; transition: all 0.5s; position: fixed; margin-top: 0; }
.wrap .quick { width:100%; margin: 0 auto; }

.wrap .quick_in {width:1200px; margin:0 auto; height:90px; }

.wrap .quick h1 { width:32%; float:left; text-align:left; padding:30px 0 0 10px; }
.wrap .quick h1 a { font-size:30px; font-weight:600; color:#1677d5; }

.wrap .quick ul { width:58%; float:right; margin: 0 auto; }
.wrap .quick ul li { float:left; padding:37px 0px 37px 15px; font-size:18px; font-weight:500; color:#888; }
.wrap .quick ul li a { padding:10px; font-size:18px; font-weight:bold; color:#888; }
.wrap .quick ul li:last-child a { background-color:#1677d5; color:#fff; padding:15px 18px; font-weight:500; }

.wrap .scroll_banner { position:absolute; top:200px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:12px; right:12px; color:#fff; line-height:30px; font-weight:400; font-size:1.6em; cursor: pointer; display: inline-block; }

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}

.wrap .go_btn { width:100%; min-width:1200px; overflow:hidden; position:fixed; bottom:0; left:0; z-index:9999; }
.wrap .go_btn a {cursor:pointer; position:relative; bottom:0; left:50%; margin-left:-960px; width:1920px; text-align:center;}



.wrap .roll_tbl_hd th {
  color: #3f76ce;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #3f76ce;
  border-top: 2px solid #3f76ce;
  text-align: center;
}


.wrap .roll_tbl_hd {
  /*display:inline-block;*/
  width:100%;
}
.wrap .roll_tbl_cnt {
  overflow: hidden;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  width:800px; 
  border-bottom: 1px solid #3f76ce;
  margin:0 auto; 
}
.wrap .roll_tbl_cnt table {width:100%;text-align: center;position: relative;height: 150px; /*display:inline-block;*/}

.wrap .roll_tbl_cnt table tr td {border-bottom:1px solid #e9e9e9; padding:10px 0; font-weight:300; font-size: 14px;}

.wrap .roll_small {width:200px}
.wrap .roll_large {width:580px}



/*form */

.wrap .contents .inner { width:880px; margin:0 auto; padding:60px 0; }

.wrap .contents .formArea { width:880px; margin:0 auto; overflow: hidden; padding:20px 60px 30px 60px; border-left:10px solid #1a8bff; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; background-color:#fff; }
.wrap .contents .formGroup { text-align:center; }

.wrap .contents .form_table { width:100%; border-collapse:collapse; font-size:1em; padding:0 40px; }
.wrap .contents .form_table tbody th { padding:10px 10px 10px 70px; vertical-align:middle; text-align:left; line-height:150%; font-size:18px; font-weight:500;  letter-spacing:-2px; font-family: 'Nanum Square';}
.wrap .contents .form_table tbody td { padding:10px 70px 10px 10px; vertical-align:middle; text-align:left; line-height:150%; font-size:16px; }
.wrap .contents .form_table tbody tr {border-bottom:1px solid #d7d7d7;}
.wrap .contents .form_table tbody tr:first-child {border-top:1px solid #d7d7d7;}
.wrap .contents .form_table tbody td label { display:inline-block; width:9.5%; padding:5px 0;}
.wrap .contents .form_table tbody td label.fc { margin-left:50px; }

.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 .input_style { padding-left:10px; height:40px; border:1px solid #ccc; font-size:16px; font-family: 'Nanum Square';}
.wrap .contents .sel_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; font-size:16px; vertical-align:middle; background-color:#fff; font-family: 'Nanum Square';}
.wrap .contents .textarea_style { width:100%; padding:10px; height:80px; border:1px solid #ccc; font-size:16px; vertical-align: middle; font-family: 'Nanum Square';}
.wrap input[type="radio"] { width:16px; height:16px; font-family: 'Nanum Square';}

.wrap .contents .submit_box { padding-top:15px; }
.wrap .contents .submit_box button {text-align:center; width:50%; font-weight:600; font-size:34px; letter-spacing:-2px; cursor:pointer; background-color:#e70012; border-radius:10px; color:#fff; padding:12px 0; }


.wrap .contents .quick {width:100%; background:rgba(255,255,255,0.85);position:fixed; top:0; z-index:9999; border-bottom:1px solid #fff;}
.wrap .contents .close {cursor:pointer; text-align:right;}



/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:720px; margin:0 auto; }
.m_wrap .contents img { width:100%; }

.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; }

/*form */
.m_wrap .inner { padding:10px 0 30px 0; }
.m_wrap .formArea { width:100%; margin:0 auto; overflow: hidden; background-color:#fff; padding:0 8px 20px 8px; border:6px solid #f8f8f8; }
.m_wrap .formGroup { margin-bottom:12px; text-align:center; }

.m_wrap button { width:100%; border:none; cursor: pointer;}


/* COMMON
------------------------------------------------------------------------------------------------------------*/

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }

.m_wrap .form_table { width:100%; padding:20px 0; border-collapse:collapse; }
.m_wrap .form_table tbody th { padding:10px 5px; vertical-align:middle; text-align:right; line-height:24px; font-size:15px; font-weight:600; letter-spacing:-2.2px; font-family: 'Nanum Square';}
.m_wrap .form_table tbody td { padding:10px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; }
.m_wrap .form_table tbody tr {border-bottom:1px solid #d7d7d7;}
.m_wrap .form_table tbody tr:first-child {border-top:1px solid #d7d7d7;}


.m_wrap .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 label { letter-spacing:-1px; padding:0 3px; letter-spacing:-2px; }
.m_wrap .input_style { padding-left:5px; height:40px; border:1px solid #ccc; font-size:14px; font-family: 'Nanum Square';}
.m_wrap .sel_style { width:100%; padding-left:5px; height:40px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff; font-family: 'Nanum Square';}
.m_wrap .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none; font-family: 'Nanum Square';}
.m_wrap input[type="radio"] { width:16px; height:16px; font-family: 'Nanum Square';}

.m_wrap .submit_box {color:#fff; text-align:center; padding-top:15px; }
.m_wrap .submit_box button { width:80%; margin:0 auto; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; background-color:#e70012; border-radius:12px; color:#fff; padding:8px 0; margin-top:5px; }

.m_wrap .video-container {position:relative; padding-bottom:56.25%; height:0; overflow:hidden;} 
.m_wrap .video-container iframe, .m_wrap .video-container object, .m_wrap .video-container embed {position:absolute; top:0; left:0; width:100%; height:100%;} 



.m_wrap .roll_tbl_hd th {
  color: #3f76ce;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #3f76ce;
  border-top: 2px solid #3f76ce;
  text-align: center;
}


.m_wrap .roll_tbl_hd {
  /*display:inline-block;*/
  background: #fafafa;
  width:100%;
}
.m_wrap .roll_tbl_cnt {
  overflow: hidden;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3f76ce;
}
.m_wrap .roll_tbl_cnt table {width:100%;text-align: center;position: relative;height: 150px; /*display:inline-block;*/}

.m_wrap .roll_tbl_cnt table tr td {border-bottom:1px solid #e9e9e9; padding:5px 0; font-weight:300; font-size: 12px; line-height:18px; }

.m_wrap .roll_small {width:200px}
.m_wrap .roll_large {width:580px}
