@charset "utf-8";
/* Author : PULIP COMMUNICATIONS, Smart Media Group */

/* font */
/* @font-face {
  font-family:'nanum';
  font-style:normal;
  font-weight:normal;
  src:	url('/library/font/NanumBarunGothic.woff');
} */
@font-face{
	font-family:"notoL";
	src:url('/library/font/notokr-light.eot');
	src:local(※), url('/library/font/notokr-light.woff') format('woff');
}

@font-face{
	font-family:"notoR";
	src:url('/library/font/notokr-regular.eot');
	src:local(※), url('/library/font/notokr-regular.woff') format('woff');
}

@font-face{
	font-family:"notoM";
	src:url('/library/font/notokr-medium.eot');
	src:local(※), url('/library/font/notokr-medium.woff') format('woff');
}

@font-face{
	font-family:"notoB";
	src:url('/library/font/notokr-bold.eot');
	src:local(※), url('/library/font/notokr-bold.woff') format('woff');
}


/* reset */
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
.transkey_div *{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;}
body{-webkit-text-size-adjust:none;word-break:break-all;}

* {padding:0;margin:0;color:#333;font:normal 15px/15px 'notoR', 'nanum', 'AppleSDGothicNeo', '맑은고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;font-size:14px; /* font-family:Arial,notoR, "맑은 고딕", "Malgun Gothic", sans-serif; */ }
header, section, article, footer, hgroup, aside, nav, figure{display:block; padding:0;margin:0;color:#595959;font:normal 15px/15px 'nanum', 'AppleSDGothicNeo', '맑은고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse;table-layout:fixed;}
colgroup{display:table-column-group;}
caption, legend{visibility:hidden;overflow:hidden;height:0;}
td, th{color:#333;font:normal 15px/15px 'notoR', 'nanum', 'AppleSDGothicNeo', '맑은고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;word-break:break-all;vertical-align:middle;}
mark, em, var, code{padding:0;margin:0;font-size:inherit;color:inherit;font-weight:inherit;line-height:inherit;font-style:inherit;background:none;}
img, fieldset, button{border:none; background:none;}
a:link, a:visited, a:active, a:hover{color:#595959;text-decoration:none;}
iframe, object{border:0;}
margin:20px 0 0 0;

/* width 359 responsive */
@media(max-width:359px){
	/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button,header, section, article, footer, hgroup, aside, nav, figure, td, th{font-size:13px;} */
}
/* OS */
.backface{-webkit-backface-visibility:hidden; backface-visibility:hidden;}

/*
* IOS 모텐덤스크롤 제거 
* 20161124 플립 김종환 추가
*/
body {-webkit-overflow-scrolling:auto;}

