@charset "utf-8";

/*@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
/* @import url('http://fonts.googleapis.com/earlyaccess/jejugothic.css'); */
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url('https://fonts.googleapis.com/css?family=Varela+Round');


.varela{font-family: 'Varela Round', sans-serif;}
/* 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}
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:'Jeju Gothic',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	color: #333;
	word-break:keep-all;
	letter-spacing: -0.8px;
}
input, select, textarea, button{
	font-family:'Jeju Gothic',"Apple SD Gothic Neo",Helvetica,arial,Dotum,Tahoma,Geneva,sans-serif; 
	color: #333; 
	font-size: 20px; 
	-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 #aeaeae;
	border-radius: 3px;
	padding: 0 10px;
	height: 40px;
	transition:0.2s all;
	line-height: 1.2em;
}
input[type='checkbox']{-webkit-appearance: none; -moz-appearance: none; appearance: none;width: 20px; height: 20px; border: 1px solid #aeaeae; background-color: #fff; border-radius: 1px; display: inline-block;}
input[type='checkbox']:checked{
	background: url(../img/checked.png) no-repeat 50% 50%; background-color: #fff;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../img/main-select.png) no-repeat 90% 50%;
	background-size: 15px; 
	padding: 0 35px 0 10px;
	height: 40px;
	cursor: pointer;
	box-sizing:border-box;
	background-color: #fff;
	border: 1px solid #aeaeae; 
	border-radius: 3px;
	color: #b5b5b5;
	font-size: 15px;
}
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:    #b5b5b5;
    font-size: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b5b5b5;
   opacity:  1;
   font-size: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b5b5b5;
   opacity:  1;
   font-size: 15px;
}
input.txtField:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#b5b5b5;
   font-size: 15px;
}


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: 1250px;}
.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;}

@media screen and (max-width: 1024px){
	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{font-size: 18px;}
}

@media screen and (max-width: 768px){
	body,html,ul,li,ol,li,dl,dt,dd,*{letter-spacing: -1px;}
	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{font-size: 16px;}
}




/* Common Effect End */

/* Button Style Start */

/* Button Style End */