@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);


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 .scroll_banner { position:absolute; top:100px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:15px; right:-10px; width:30px; height:30px; border-radius:15px; background:#000; color:#fff; line-height:30px; font-weight:400; font-size:0.8em; 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;}

/*form */

.wrap .contents .inner { width:100%; margin:0 auto; }

.wrap .contents .formArea { width:900px; margin:0 auto; overflow: hidden; padding:30px 100px 40px 100px; 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:12px 12px 12px 80px; vertical-align:middle; text-align:left; line-height:180%; font-size:20px; font-weight:600;  letter-spacing:-2px; font-family: 'Nanum Square';}
.wrap .contents .form_table tbody td { padding:12px 80px 12px 12px; vertical-align:middle; text-align:left; line-height:180%; font-size:20px; }
.wrap .contents .form_table tbody tr {border-bottom:1px solid #ccc;}
.wrap .contents .form_table tbody tr:first-child {border-top:1px solid #ccc;}

.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.tit { height:40px;  color:#f4f5f9; font-weight:600; line-height:35px; text-align:center; display:block; }
.wrap .contents .input_style { padding-left:10px; height:44px; border:1px solid #ccc; font-size:16px; font-family: 'Nanum Square';}
.wrap .contents .sel_style { width:100%; padding-left:10px; height:44px; 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:46%; font-weight:600; font-size:34px; letter-spacing:-2px; cursor:pointer; background-color:#000; color:#fff; padding:12px; }


.wrap .contents .quick {width:100%; background:rgba(255,255,255,0.85);position:fixed; top:0; z-index:9999; border-bottom:1px solid #ccc;}
.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:9999; max-width:720px;}
.m_wrap .quick.on { transition: all 0.5s; position: fixed; margin-top: 0; }

/*form */
.m_wrap .inner { padding:20px 0; }
.m_wrap .formArea { width:95%; margin:0 auto; overflow: hidden; background-color:#fff; padding:0 6px 10px 6px;}
.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:16px; font-weight:600; letter-spacing:-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:16px; }
.m_wrap .form_table tbody tr {border-bottom:1px solid #ccc;}
.m_wrap .form_table tbody tr:first-child {border-top:1px solid #ccc;}


.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; float:left; padding:6px 0; }
.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:70%; max-width:300px; margin:0 auto; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; color:#fff; background-color:#000; padding:10px; }

.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%;} 

