@charset "utf-8";
div,p,span,table,th,td,ul,li,ol,dl,dt,dd,form,fieldset,input,textarea,select{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-size:16px; font-weight:normal;}
*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Noto Sans Korean", 맑은 고딕, sans-serif, 微软雅黑;
	transition:
	transform 0.5s, top 0.5s, right 0.5s, bottom 0.5s, left 0.5s, margin 0.5s, padding 0.5s,
	width 0.5s, height 0.5s, border 0.5s, background 0.5s, color 0.5s, opacity 0.5s, line-height 0.5s;
}
a{ text-decoration:none !important; display:block; cursor: pointer;}
img{ border:0;}


/* layout:start */

.br_pc{ display:block;}
.br_pad{ display:none;}
.br_m{ display:none;}
@media(max-width:1025px){
.br_pc{ display:none;}
.br_pad{ display:block;}
.br_m{ display:none;}
}
@media(max-width:767px){
.br_pc{ display:none;}
.br_pad{ display:none;}
.br_m{ display:block;}
}

.lcg_pa{ position:absolute; z-index:1; top:0; right:0; bottom:0; left:0;}
.table{ display:table; width:100%; height:100%;}
.table_cell{ display:table-cell; text-align:center; vertical-align:middle;}
.lcg_t{ transition:margin 0.5s, padding 0.5s, width 0.5s, height 0.5s, border 0.5s, background 0.5s, color 0.5s;}


.outline_none{ outline:none !important;}
