@charset "UTF-8";

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
body.popup { background: #fff !important; }

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding-bottom: 70px;
	min-width: 980px;
	text-align: left;
/* 	background-color: #fff !important;*/
}

/* !contents
---------------------------------------------------------- */
#contents {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
body.popup #contents { width: 650px; }
	#contentsIn {
		margin-top: 0px;
	}
		#main {
			float: left;
			width: 650px;
		}
		#main.col1 {
			float: none;
			width: 100%;	
		}
		#sub {
			float: right;
			width: 290px;
		}

/* !popup
---------------------------------------------------------- */
iframe { position: relative; }
	body.popup { background: #fff !important; width: 650px; min-width: 0; margin: auto;}
		body.popup #contents { width: 650px; }
			body.popup #contents video { display: block; margin: 0 auto;}
@media screen and (max-width: 979px) {
	body.popup { width: 100%;}
		body.popup #contents { width: 100%; }
	
}
