@charset "utf-8";
@import url( "http://font.dmax.kr/dmax_notokr.css" );

/* 
File Name : base.css
Description : mirnetwork_site
Author : kwj (master@dmax.kr)
Date : 2016-11-24
 */

*			{margin:0; padding:0;}
html		{overflow-y:scroll;}
body		{width:100%; height:100%;}

ul, ol, li		{list-style:none;}
img, hr		{border:none;}
img			{vertical-align:top; border:0px ;}
strong		{font-weight:bold;}

/* Link Style */
a			{text-decoration:none; color:#282727;}
a:visited	{text-decoration:none; /* color:#232426; */}
a:active	{text-decoration:none; color:#282727;}
a:hover	{text-decoration:none; color:#0060b0;}

/* Table Style */
table			{border-collapse:collapse;  border-spacing:0; width:100%;}
table td img	{vertical-align:middle;}

/* tag all font-size set */
p,div,ul,li,dl,dt,dd,ol,a,em,strong,fieldset,textarea,input,select,span,table,th,td,address,cite,button,
h1,h2,h3,h4,h5,h6 {color:#282727; font-family:'NotoKR', sans-serif; font-size:20px; line-height:100%; letter-spacing:-0.05em;}

/* From Style */
textarea	{}
input		{vertical-align:middle; }
hr, caption {display:none;}
select			{}
legend		{position:absolute; height:0; font-size:0px; line-height:0; overflow:hidden; text-indent:-20000px; }
address,cite,em	{font-style:normal;}
fieldset	{border:0; padding:0; }
label		{cursor:pointer;}
button	{cursor:pointer; font-size:0; border:0; background:none; display:block;}

/* html5 set */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
mark{background:none;}

/* Skip */
.skip{visibility: hidden; position: absolute; top: 0; left: 0;}