<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#wrap {
	width:100%;
	min-width: 320px;
	position:relative; 
	margin:0 auto;
	overflow:hidden;
}
#header {
	position:fixed;
	top:0; left:0; right:0;
    z-index: 9999;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	#header.h_fixed {
		background: #fff;
	}
#container {
	width:100%;
	position:relative; 
	margin:0 auto;
}
.inner {
	width:1200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	width:100%;
	clear:both;
	position:relative; 
	margin:0 auto;
}



/* 반응형 */
@media all and (max-width:1199px) {
	.inner { width: auto; margin-left: 3.90625%; margin-right: 3.90625%; }


}

/* 타블렛 가로 */
@media all and (max-width:1099px) {
}


/* 타블렛 세로 */
@media all and (max-width:1023px) {
}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {

}

/* 모바일 상세 */
@media all and (max-width:640px) {
}

/* 모바일 가로 */
@media all and (max-width:568px) {

}

@media all and (max-width:425px) {

}

@media all and (max-width:375px) {

}

@media all and (max-width:320px) {

}</pre></body></html>