@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

html { overflow-y:scroll; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font-family: 'Noto Sans KR', sans-serif; 
 vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
    background: #f2f2f2;
 line-height: 1;
 font-family: 'Noto Sans KR', sans-serif; 
}
ol, ul { text-align: left;    line-height: 1em; background: E;
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption{position:absolute; left:-3000%;}
input{font-family: 'Noto Sans KR', sans-serif; transition:all 1s ease; background-color : 3s ease;}

li { list-style: none outside none; }

a { text-decoration:none; color:#666; transition:all 0.5s ease; background-color : 0.5s ease;}
a:hover { text-decoration:none; color:#2287eb; }

.section{ position: relative;}
.section div.m{ padding-top: 70px;}
.section div.m h2{ position: absolute; top: 90px; left: 30px; z-index: 100; color: #173e66; font-weight: 300; font-size: 1.4em;}
.section div.m h2 strong{ color: #fff; font-weight: 400; background: #173e66; padding: 10px; display: inline-block; border-radius: 100px;}
.pint{ position: absolute; z-index: 1000;}
.com{ position: absolute; background:rgba(0, 0, 0, 0.7); border-radius: 5px; box-shadow: 0 0 3px #000; color: #fff; font-size: 1em; padding: 20px 30px; text-align: center; z-index: 100; line-height: 1.4em;}
.com strong{ color: #ffc92b; font-weight: 400;}
.com p{ font-size: 0.9em; padding:0 0 5px 18px; line-height: 1.3em; opacity: 0.8;}
.com2{ font-size: 0.8em; text-align: left; padding: 5px 12px;}
.com3{ font-size: 0.8em; text-align: left; padding: 15px;}

.section div.m2{ padding:140px 0 0 40px;}
.bx{ border: 1px solid #999;}