@charset "utf-8";

/*
 * File       : reset.css
 */

/* **************************************** *
 * RESET FILES
 * **************************************** */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,time,figure,article,nav,header,footer,hgroup,video,audio,aside,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	line-height: 155%;
	/*vertical-align: baseline;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,html{width:100%; height:100%; font-size:15px; color:#666;  font-family:'Noto Sans KR', sans-serif;}
*{font-family:'SeoulNamsanM', 'Noto Sans KR', sans-serif; outline:none; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

ol,ul {list-style: none;}

table {border-collapse:separate;border-spacing:0; font-size:15px;}
table caption {overflow:hidden; font-size:0; line-height:0; font-size:15px;}

caption,th,td {text-align: left; font-weight: normal;}

figure,article,header,footer,nav,hgroup,video,audio,aside,main {display: block;}

/* mobile */

/*input, textarea{ -webkit-appearance: none; -webkit-border-radius:0px; border-radius:0px;}*/

/*reset mobile default style*/

body,textarea:focus,input:focus,a:focus {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

html{-ms-text-size-adjust:none; -webkit-text-size-adjust:none; text-size-adjust:none;}

::-moz-selection {background:#71d2ff; background:rgba(113, 210, 255, .5); color:#fff;}

::selection {background:#71d2ff; background:rgba(113, 210, 255, .5); color:#fff;}

::-moz-selection {background:#71d2ff; background:rgba(113, 210, 255, .5); color:#fff;}

/* **************************************** *
 * WP CORE
 * **************************************** */

ul#wp-admin-bar-root-default {float:left;}

.screen-reader-text{ text-indent:-9999px; display:inline-block; overflow:hidden;}
