@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:#333; 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; }


/* PC 
------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; min-width:1293px; overflow:hidden; }
.wrap .top { position:relative; top:0; left:50%; width:2000px; margin-left:-1000px; z-index:2000; text-align:center; }
.wrap .top.fix { position:fixed; }
.wrap .contents { position:relative; top:0; left:50%; width:1920px; margin-left:-960px; }
.wrap .inner { position:relative; top:0; left:0; width:1293px; margin:0 auto; }

/*form */
.wrap .formArea { position:relative; top:0; left:0; width:900px; padding:20px 0; margin:0 auto; background:#ffffff; }
.wrap .formGroup { margin-bottom:12px; border-bottom:1px dashed #d7d7d7; padding-bottom:13px; text-align:center; }

.wrap label.tit { height:35px; background:#fff; border-radius:0px; color:#222; line-height:35px; text-align:left; display:block; }
.wrap .formArea02 label.tit { height:35px; background:#fff; border-radius:0px; color:#222; line-height:35px; text-align:left; display:block; }
.wrap .input_style { width:100%; padding-left:10px; height:35px; border:1px solid #ccc; border-radius:0px; }
.wrap .sel_style { width:100%; padding-left:10px; height:35px; background:#fff; border:1px solid #ccc; border-radius:0px; font-size:0.85em; }
.wrap .textarea_style { width:100%; padding:10px; height:35px; border:1px solid #ccc; border-radius:0px; }

.wrap button { width:60%; height:60px; font-size:1.3em; color:#222; font-weight:600; border-radius:5px; border:none; cursor: pointer;}
.wrap button.btn01 { height:57px; background:#35f0ee; }
.wrap button.btn01:hover { background:#fff; }




/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; }
.m_wrap .contents { width:100%; max-width:720px;  margin:0 auto; }
.m_wrap .contents img { width:100%; }
.m_wrap .top { position:relative; width:100%; height:50px; background:#222; border-bottom:1px solid #333; font-weight:600; z-index:1000; display:none; }
.m_wrap .top .left { position:absolute; top:9px; left:20px; line-height:120%; font-size:0.9em; color:#fff; letter-spacing:-1.5px;}
.m_wrap .top .right { position:absolute; top:10px; right:20px; }
.m_wrap .top .right a { padding:8px 15px; background:#19bbe4;  border-radius:8px; font-size:0.8em; color:#fff; font-weight:600; text-align:center; display:inline-block; }
.m_wrap .top.fix { position:fixed; display:block; }

/*form */
.m_wrap .formArea { width:100%; max-width:720px; margin:30px auto 0 auto; background:#f9f9f9; overflow: hidden; }
.m_wrap .formGroup { margin-bottom:7px; padding-bottom:8px; background:url(./m_imgs/group_bg01.gif) repeat-x bottom left; background-size:contain; border-bottom:1px dashed #d7d7d7; text-align:center; }
.m_wrap .col-1, .m_wrap .col-2, .m_wrap .col-3, .m_wrap .col-4, .m_wrap .col-5, .m_wrap .col-6, .m_wrap .col-7, .m_wrap .col-8, .m_wrap .col-9, .m_wrap .col-10, .m_wrap .col-11, .m_wrap .col-12 { float:left; padding-left:10px; padding-right:10px; }

.m_wrap label.tit { height:30px; background:#fff; border-radius:0px; font-size:0.8em; color:#222; font-weight:600; line-height:30px; text-align:left; display:block; background:url(./m_imgs/b_bk.png) no-repeat left center; background-size:5px; padding-left:8px; }
.m_wrap .input_style { width:100%; padding-left:5px; height:30px; border:1px solid #ccc; border-radius:5px; box-shadow:inset 1px 1px 3px #eaeaea;}
.m_wrap .sel_style { width:100%; padding-left:5px; height:30px; background:#fff; border:1px solid #ccc; border-radius:5px; box-shadow:inset 1px 1px 3px #eaeaea;font-size:0.8em; }
.m_wrap .textarea_style { width:100%; padding:5px; height:30px; border:1px solid #ccc; border-radius:5px; box-shadow:inset 1px 1px 3px #eaeaea; resize:none; font-size:0.85em; }

.m_wrap button { width:70%; height:60px; font-size:1.2em; color:#222; font-weight:600; border-radius:5px; border:none; cursor: pointer;}
.m_wrap button.btn01 { height:50px; background:#35f0ee; }
.m_wrap button.btn01:hover { background:#e87686; }



/* COMMON
------------------------------------------------------------------------------------------------------------*/

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float:left; padding-left:15px; padding-right:15px; }
.col-1 { width:8.333%; }
.col-2 { width:16.666%; }
.col-3 { width:25%; }
.col-4 { width:33.333%; }
.col-5 { width:41.666%; }
.col-6 { width:50%; }
.col-7 { width:58.333%; }
.col-8 { width:66.666%; }
.col-9 { width:75%; }
.col-10 { width:83.333%; }
.col-11 { width:91.666%; }
.col-12 { width:100%; }

