@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); /*ÇÑ±Û*/
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css); /*ÇÑ±Û-³ª´®¸íÁ¶*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700); /*¿µ¹®,¼ýÀÚ*/


/* º» ÆÄÀÏ¿¡´Â 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','Nanum Gothic',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif;
	-webkit-font-smoothing: antialiased;
}
input, select, textarea, button{font-family:'Roboto','Nanum Gothic',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif; color: #333; -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);*/
}


select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../img/select.png) no-repeat 98% 50%;
	cursor: pointer;
}
/* 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 */




/* 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: 1020px;}
.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;margin: 0; border: 0; cursor: pointer;}

@media screen and (max-width: 768px){
	body,html,ul,li,ol,li,dl,dt,dd,*{letter-spacing: -1px;}
}


/* Common Effect End */