@charset "UTF-8";

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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
  	font-family: 'NotoSansKR';

}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:hover,a:active,a:focus, a{text-decoration:none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #111;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}



.upper {text-transform:uppercase;}
.active {z-index:1;}
.txt_center {text-align:center;}
.txt_left {text-align:left;}
.txt_right {text-align:right;}



/* 반응형 글자 크기 기준 */
@media screen and (min-width:1200px){
    html, body{font-size: 16px;}
}

@media screen and (max-width:1024px){
    html, body{font-size: 15px;}
}

@media screen and (max-width:768px){
    html, body{font-size: 14px;}
}

@media screen and (max-width:640px){
    html, body{font-size: 13px;}
}

@media screen and (max-width:480px){
    html, body{font-size: 12px;}
}

@media screen and (max-width:320px){
    html, body{font-size: 11px;}
}


/* 반응형 br태그 줄내림 */

@media screen and (min-width:1025px){

	br.br_d{display: block;}
    br.br_t{display: none;}
    br.br_m{display: none;}
	/*br 데스크탑에서만 줄내림*/
}

@media screen and (max-width:1024px){

    br.br_d{display: none;}
	br.br_t{display: block;}
    br.br_m{display: none;}
	/*br 태블릿에서만 줄내림*/
}

@media screen and (max-width:768px){

    br.br_d{display: none;}
    br.br_t{display: none;}
	br.br_m{display: block;}
	/*br 모바일에서만 줄내림*/
}

