
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%; max-width: 100%!important; overflow-x:hidden!important;}
body { width:100%; max-width: 100%!important; overflow-x:hidden!important; height:100%; line-height:100%; color:#333; font-size:0.9em; font-family: 'Noto Sans KR', sans-serif; box-sizing:border-box; overflow:hidden; }

img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; }
p { }
div, input, button { vertical-align:middle; border:none; font-family: 'Noto Sans KR', sans-serif; }
textarea { border:none; }
.red {color:#ee0000; font-weight:500; }
strong { font-weight:500; }



.blinking{  
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow-x:hidden; max-width:720px; min-width:320px; text-align:center; margin:0 auto;  }

.m_wrap .contents { width:100%; padding:20px 15px 80px 15px;  }
.m_wrap .contents p { line-height:24px; font-weight:300; color:#666; text-align:left; }


/* header */
.m_wrap .header {width: 100%;height: 50px; background:#f47339; max-width:720px; position:relative; position:fixed; z-index:9!important; overflow:hidden; }
.m_wrap .header .logo { padding-top:8px; }
.m_wrap .header .logo span { font-size:9.5px; font-weight:300;  }
.m_wrap .header .logo a { color:#fff; text-align:center; font-weight:600; font-size:1em;}

.m_wrap .menu_btn { position:absolute; top:12px; right:10px; font-size:26px; color:#fff; }
.m_wrap .menu_btn a{color:#fff; }

.m_wrap .menu_bg {width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: fixed; top:0; display: none; z-index:10!important; overflow:hidden;}
.m_wrap .sidebar_menu{width: 80%;height: 100%;background: #fff;position: fixed; top:0; right: -80%; z-index:99999!important; display:none;}
.m_wrap .close_btn {font-size:26px;  margin:10px;}
.m_wrap .close_btn > a{display: block; width: 100%;height: 100%; color: #000; }
.m_wrap .menu_wrap {list-style: none;padding: 20px 20px;}
.m_wrap .menu_wrap li { padding:15px 0; } 
.m_wrap .menu_wrap li a {color: #000; font-size:18px; text-decoration: none;}


.m_wrap .title { padding:50px 20px; text-align:left; font-weight:600; font-size:22px; margin-top:50px; color:#fff; }
.m_wrap .tit1 { background:url(img/sub1_bg.jpg)no-repeat; background-size:cover; background-position:right;}
.m_wrap .tit2 { }
.m_wrap .tit3 { background:url(img/sub2_bg.jpg)no-repeat; background-size:cover; background-position:right;}
.m_wrap .tit4 { background:url(img/sub2_bg.jpg)no-repeat; background-size:cover; background-position:right;}
.m_wrap .tit5 { background:url(img/sub3_bg.jpg)no-repeat; background-size:cover; background-position:right;}
.m_wrap .tit6 { background:url(img/sub4_bg.jpg)no-repeat; background-size:cover; background-position:right;}


.lock-scroll { overflow: hidden; }

/*form */

.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }

.m_wrap .formArea { width:100% margin:0 auto; overflow: hidden; padding:0 5px; }
.m_wrap .formArea .formGroup { margin-bottom:12px; text-align:center; }

.m_wrap .formArea .form_table { width:100%; padding:20px 0; border-collapse:collapse; border-top:1px solid #d7d7d7; }
.m_wrap .formArea .form_table tbody th { padding:8px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; font-weight:600; letter-spacing:-2px; }
.m_wrap .formArea .form_table tbody td { padding:8px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; }
.m_wrap .formArea .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.m_wrap .formArea .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 .formArea .input_style { width:100%; padding-left:5px; height:38px; border:1px solid #ccc; font-size:14px; background-color:#fff;}
.m_wrap .formArea .sel_style { width:100%; height:38px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .formArea .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}

.m_wrap .formArea .submit_box { width:100%; text-align:center;}
.m_wrap .formArea .submit_box button { width:100%; font-weight:500; letter-spacing:-2px; cursor:pointer; color:#fff; background-color:#3498db; padding:8px 0; }
