@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%; min-width:1200px; overflow:hidden; position:fixed; top:0; left:0; z-index:9999; }
.wrap .go_btn a {cursor:pointer; position:relative; top:0; left:50%; margin-left:-960px; width:1920px; text-align:center;}

/*form */

.wrap .contents .inner { width:700px; min-width:1200px; margin:0 auto;  }

.wrap .contents .formArea { width:700px; margin:0 auto; overflow: hidden; background-color:#fff; padding:30px 50px; }
.wrap .contents .formGroup { text-align:center; }

.wrap .contents .form_table { width:100%; border-collapse:collapse; font-size:1em;  }
.wrap .contents .form_table tbody th { padding:5px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; color:#000; font-weight:600;  letter-spacing:-2px; }
.wrap .contents .form_table tbody td { padding:5px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; color:#000;}


.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:35px;  color:#f4f5f9; font-weight:600; line-height:35px; text-align:center; display:block; }
.wrap .contents .input_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; font-size:16px; }
.wrap .contents .sel_style { width:100%; padding-left:10px; height:40px; border:1px solid #ccc; font-size:16px; vertical-align:middle;}
.wrap .contents .textarea_style { width:100%; padding:10px; height:80px; border:1px solid #ccc; font-size:16px; }
.wrap input[type="radio"] { width:20px; height:20px; }


.wrap .contents .submit_box { padding-top:10px; }
.wrap .contents .submit_box button {text-align:center; width:60%; background-color:#701b7f; font-weight:600; font-size:30px; letter-spacing:-2px; margin-top:10px; cursor:pointer; color:#fff; padding:15px 0;}

.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%; overflow:hidden; max-width:720px; margin:0 auto; }
.m_wrap .contents img { width:100%; }

/*form */
.m_wrap .formArea { width:100%; margin:0 auto; overflow: hidden; padding:20px; }
.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:15px; color:#000;font-weight:600; letter-spacing:-2px; }
.m_wrap .form_table tbody td { padding:5px; vertical-align:middle; text-align:left; line-height:24px; font-size:15px; color:#000;}

.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.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 #ccc; font-size:14px; }
.m_wrap .sel_style { width:100%; padding-left:5px; height:40px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}
.m_wrap input[type="radio"] { width:16px; height:16px;}

.m_wrap .inner { background-color:#fff; }
.m_wrap .submit_box { color:#fff; padding:0 5%; }
.m_wrap .submit_box button {float:left; width:100%; margin:0 auto; background-color:#701b7f; font-weight:600; font-size:22px; letter-spacing:-2px; cursor:pointer; margin-top:10px; color:#fff; padding:12px; }

.m_wrap .quick {width:100%; position:fixed; top:0; max-width:720px; margin:0 auto; z-index:9999; }
.m_wrap .quick img {width:100%; max-width:720px; margin:0 auto; }
