
@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );
/*font-family{"Noto Sans KR", sans-serif;}*/

@font-face{
    font-family:NanumBarunGothic;
    weight:300;
    src:url(fonts/NanumBarunGothic.eot);
    
}
@font-face{
    font-family:NanumBarunGothicBold;
    weight:600;
    src:url(fonts/NanumBarunGothicBold.eot);
    src:local('※'), url(css/mirimarry/fonts/NanumBarunGothicBold.woff) format('woff');
}


/*{font-size:13px;font-weight:400;font-family:나눔바른고딕, NanumBarunGothic, 'NanumBarunGothic', '나눔바른고딕', '돋움', Dotum, 'Apple SD Gothic Neo', sans-serif;color:#3a3635}
 {font-family:나눔바른고딕, NanumBarunGothic, 'NanumBarunGothic', '나눔바른고딕', '돋움', Dotum, 'Apple SD Gothic Neo', sans-serif;vertical-align:middle}
 */

/* Common Style */
* {margin:0;padding:0}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {font-size:13px;font-weight:400;font-family:나눔바른고딕, NanumBarunGothic, 'NanumBarunGothic', '돋움', Dotum, 'Apple SD Gothic Neo', sans-serif;color:#3a3635}
input, button, textarea, select {font-family:나눔바른고딕, NanumBarunGothic, 'NanumBarunGothic', '돋움', Dotum, 'Apple SD Gothic Neo', sans-serif;vertical-align:middle}
input[type=text]::-ms-clear {display: none !important;height:0;width:0}
header, h1 {font-size:100%}
html, body {height:100%}
caption,legend {position:absolute;top:0;left:0;width:0;height:0;font-size:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden}
img {border:0px none;vertical-align:top;/*width:100%;*/ }
select, input {vertical-align:middle}
textarea:focus, input[type=text]:focus{outline:0}
hr {display:none;border:0 none}
ol, ul, ul li{list-style:none}
em {font-style:normal}
menu li {list-style:none}
table {border-collapse:collapse;border-spacing:0}
td {word-break:break-all;word-wrap:break-word}
label {cursor:pointer}
a {margin:0;padding:0;color:#3a3635;vertical-align:baseline;background:transparent}
button {cursor:pointer;border:0px none;background-color:transparent}

a:link, a:visited, a:active, a:focus {text-decoration:none}
a:hover {text-decoration:underline}


::selection {
    background:#008abb;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background:#008abb;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background:#008abb;
    color: #FFF;
    text-shadow: none;
}



