
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
- ÀÍ½ºÇÃ·Î·¯ ¹ÌÁö¿øÀ¸·Î ³ëÅä»ê½º ÁÖ¼®Ã³¸® 18-03-15 º¸¹Ì
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/NotoSans-Medium.woff') format('woff');
	font-weight: 500;
}

@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/NotoSans-DemiLight.woff') format('woff');
	font-weight: 400;
}
@font-face{
	font-family: "Noto Sans KR";
	src: url('/fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/NotoSans-Light.woff') format('woff');
	font-weight: 300;
}



/* º» ÆÄÀÏ¿¡´Â CSS Reset, Personal Reset_Yu Bomi ±îÁö µé¾îÀÖÀ½ */



/* CSS Reset */
img{vertical-align: top; padding: 0; margin: 0;border:0 none;}
a{text-decoration: none; }
li{list-style: none; }
em{font-style: normal!important;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:'Roboto','Noto Sans KR',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #333;
}
input, select, textarea, button{font-family:'Roboto','Noto Sans KR',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif; color: #333; font-size: 15px; -webkit-font-smoothing: antialiased;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



* {
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
:focus {
	outline: 0;
	border:none;
	/*color: rgba(0, 0, 0, 0);*/
}

input[type='password'],input[type='button'],input[type='text'],input[type='email'],input[type='search'],input[type='date'],input[type='tel'],input[type='number'],textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 0 10px;
	height: 40px;

}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background:url(../img/select.png) no-repeat 100% 50%;
	background-size: 19px; 
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 0 25px 0 10px;
	height: 40px;
	cursor: pointer;
	box-sizing:border-box;
	background-color: #fff;
}
select:hover,
textarea:hover,
input:hover{border: 1px solid #ccc;}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus{border: 1px solid #aaa;}
/* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
select::-ms-expand { 
  display: none;
}

/* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
select::-ms-expand { 
  display: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #777;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777;
   opacity:  1;
}
input.txtField:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#777;
}


ul{ 
	list-style:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
body{
	border:0;
	margin:0px auto;
	min-width:320px;
	width:100%;
	max-width:100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Css Reset End */


/* Skip */
.skip{
	position: absolute;
	left: 0;
	top: -9999em;
	z-index: 9999;
	display: block;
	width: 100%;
	background: #039;
	color: #eee;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
}
.skip a:focus{
	top: 0;
}

/* Personal Reset */
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.left{float: left;}
.right{float: right;}
.w100{width: 100%; margin: 0 auto; max-width: 945px;}
.hidden{display: none;}

/* Personal End */



/* Common Effect 20160730 */
.hover li{transition:0.1s all;}
.hover li span{transition:0.1s all;}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis; 
  -ms-text-overflow:ellipsis; 
  -moz-text-overflow:ellipsis;
}
.ellipsis.multi2{
  white-space: normal;
  display: -webkit-box!important;
  -webkit-line-clamp: 2; /* ¶óÀÎ¼ö */
  -webkit-box-orient: vertical;
  word-wrap:break-word;
}

button{-webkit-appearance: none; -moz-appearance: none; padding: 0;margin: 0; border: 0; cursor: pointer;}
input[type='button']{-webkit-appearance: none; -moz-appearance: none; padding: 0; border: 0; cursor: pointer;}

.icon.new{
	display: inline-block;
    background: #f96a6a;
    padding: 0 2.5px;
    line-height: 14px;
    font-size: 9px;
    color: #fff;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
    font-weight: 500;
}


@media screen and (max-width: 768px){
	body,html,ul,li,ol,li,dl,dt,dd,*{letter-spacing: -1px;}
}



/* Common Effect End */

/* Button Style Start */

/* Button Style End */