@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.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, strong, 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 Gothic', 'nanumgothic', 'NanumGothic', sans-serif; overflow-y: visible !important;
}
img { vertical-align:middle; border:none; }
a { text-decoration:none; }

input, button { vertical-align:middle; border:none; font-family:'나눔고딕', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif; }
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 .go_btn {width:100%; height:100px; padding-top:50px; cursor:pointer; }
.wrap .go_btn a {width:1200px; height:100px; padding:30px 50px; text-align:center; background-color:#e33852; color:#fff; font-size:30px; letter-spacing:-2px; font-weight:600; border-radius:10px;  }

.wrap .scroll_banner { position:absolute; top:150px; right:100px; z-index:1000; text-align:center; }
.wrap .scroll_banner .close { position:absolute; top:0; left:170px; width:30px; height:30px; border-radius:15px; background:#333; color:#fff; line-height:30px; font-weight:600; font-size:0.8em; cursor: pointer; display: inline-block; }

@media screen and (max-width:1400px)  {
.wrap > .scroll_banner {display:none;}
}


/*form */

.wrap .contents .inner { width:100%; min-width:1200px; margin:0 auto; background-color:#21000b; padding:40px 0; }

.wrap .contents .formArea { width:520px; margin:0 auto; overflow:hidden; padding:15px 10px; }
.wrap .contents .formGroup { text-align:center; }

.wrap .contents .form_table { width:100%; border-collapse:collapse; font-size:16px; }
.wrap .contents .form_table tbody th { padding:6px; vertical-align:middle; text-align:left; line-height:140%; font-size:18px; color:#fff; font-weight:600;  letter-spacing:-2.5px; }
.wrap .contents .form_table tbody td { padding:6px; vertical-align:middle; text-align:left; line-height:140%; font-size:18px; color:#fff;}

.wrap .contents label.tit { height:35px;  color:#f4f5f9; font-weight:600; line-height:35px; text-align:center; display:block; }
.wrap .contents .input_style { width:100%; padding-left:10px; height:35px; border:1px solid #ccc; font-size:14px; }
.wrap .contents .sel_style { width:100%; padding-left:10px; height:35px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff; }
.wrap .contents .textarea_style { width:100%; padding:10px; height:65px; border:1px solid #ccc; font-size:14px; }

.wrap .contents .submit_box { padding-top:15px; }
.wrap .contents .submit_box button {text-align:center; width:80%; padding:12px 0; border-radius:50px; background-color:#fa5252; font-weight:600; letter-spacing:-2px; margin-top:15px; cursor:pointer; font-size:28px; color:#fff; }

.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 .quick .quick_center ul {width:1200px; margin:0 auto; }
.wrap .contents .quick .quick_center ul li {width:240px; float:left; cursor:pointer; }
.wrap .contents .close {cursor:pointer; text-align:right;}

/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; max-width:720px; margin:0 auto; overflow:hidden; }
.m_wrap .contents img { width:100%; }

/*form */
.m_wrap .formArea { width:100%; margin:0 auto; padding:0 20px 20px 20px; overflow: hidden; }
.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:5px; vertical-align:middle; text-align:right; line-height:24px; font-size:16px; color:#fff;font-weight:600; letter-spacing:-3px; }
.m_wrap .form_table tbody td { padding:5px; vertical-align:middle; text-align:left; line-height:24px; font-size:16px; color:#fff;}

.m_wrap .input_style:focus, .sel_style:focus, 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.tit { height:35px;  color:#f4f5f9; font-weight:600; line-height:35px; text-align:center; display:block; }
.m_wrap .input_style { width:100%; padding-left:5px; height:40px; border:1px solid #fff; font-size:14px; }
.m_wrap .sel_style { width:100%; padding-left:5px; height:40px; border:1px solid #fff; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .textarea_style { width:100%; padding:6px; height:70px; border:1px solid #fff; font-size:14px; resize:none;}

.m_wrap .inner {padding-bottom:10px; }
.m_wrap .submit_box {color:#fff; }
.m_wrap .submit_box button {float:left; width:100%; padding:10px 0; border-radius:50px; background-color:#fa5252; color:#fff; font-weight:600; font-size:22px;letter-spacing:-2px; cursor:pointer; margin-top:10px;}

.m_wrap .quick {width:100%; position:fixed; top:0; max-width:720px; margin:0 auto; z-index:9999;}
.m_wrap .quick img {width:100%; }
