<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

@import url("normalize.css");
@import url("skin.css");
@import url("company_br.css");
@import url("pagesample_01_mobile.css");
@import url("movie.css");

/*초기화*/
*{margin:0;padding:0}
html{overflow-x:hidden;overflow-y:auto;width:100%;height:100%;}
body{font-size:.74em}*{font-family: 'Noto Sans', sans-serif !important;}
body{
	width:100%;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	letter-spacing:-0.05em;
	word-spacing:0em;
	word-break: normal;
	word-wrap:break-word;
	line-height:150%;
	color:#585858;
	}

p, div, ul, ol, li, dt, dl, dd, header, nav, aside, article, section, footer, figure, address, h1, h2, h3, h4, h5, h6{border:0;margin:0;padding:0;}

table{border-spacing:0;border-collapse:collapse;}
fieldset,img{border:0;}
ul{list-style:none;}
hr{display:none;}

a         {text-decoration:none;color:#555555;}
a:link    {text-decoration:none;color:#555555;}
a:visited {text-decoration:none;color:#555555;}
a:active  {text-decoration:none;color:#555555;}
a:hover   {text-decoration:none;color:#555555;}</pre></body></html>