@charset "UTF-8";
/* da Cloud Nine
############################################################### */
html {font-size:17px;overflow-x:hidden !important;}

*, :after, :before {
	box-sizing:border-box;
	font-family:Verdana, 'sans-serif', '맑은 고딕';
	font-size:1.0rem;
	font-weight:400;
	color:#222;
	line-height:160%;
}

body {margin:0;background-color:Lavender;}

h1, h2, h3, h4, h5, h6 {margin:0;padding:0;}

h1 {font-size:2.00rem; font-weight:600;}
h2 {font-size:1.25rem; font-weight:600;}
h3 {font-size:1.10rem; font-weight:600;}
h4 {font-size:1.00rem;font-weight:100;}
h5 {font-size:0.875rem;font-weight:400;}

img {display:block;max-width:100%;border-radius:4px;}

ul {list-style-type:none; margin:0; padding:0;}

em {font-style:normal;}
a {text-decoration:none;}
a:link, a:visited {text-decoration:none; color:DarkOrange;}
a:hover, a:active {color:SpringGreen;}




.blankline {margin:0;line-height: 100%;}

.font-small {
	margin:0;
	font-size:0.875rem;
	line-height:150%;
}

/* Section
############################################################ */
section, header, footer {display:bock;width:100%;}

.pageparallax {
	position: fixed;
	top:0;
	width: 100vw;
	height:100vh;
	max-height:100vh;
	background-image: url("../images/dacn_bg.jpg");
	/*background-color:rgba(0, 0, 0, 0.9);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.container {
	display:block;
	width:100%;
	max-width:1920px;
	margin: 0 auto;
}






/* Footer
############################################################ */
.navmain-con {
	padding:3px 0 2px 0;
	border-top: thin solid FireBrick;
	background-color:rgba(0, 0, 0, 0.7);
}

.navmain {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
}

.navmain a {
	display:block;
	margin:6px;
	padding:0 20px;
	font-size:1.0rem;
	text-align: center;
	text-decoration: none;
	line-height:125%;
}

.copyright {
	display:block;
	background-color:rgba(178, 34, 34, 1.0);
}

.copyright p, .copyright i{
	margin:0;
	padding:3px 0 2px 0;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
}

.copyright span {
	font-size: 0.875rem;
	font-weight: 400;
}












/* Log-in section
############################################################ */



/* List section
################################################# */
.list-sec {
	position:fixed;
	top:38px;
	z-index:400;
}

.list-con {
	position:relative;
}

.list {
	position:absolute;
	top:0px;
	right:6px;
	display:block;
	max-width:90%;
}	

.list-folder {
	display:block;
	max-height:0px;
	overflow:hidden;
	background-color:rgba(230, 230, 250, 0.9);
	transition: max-height 1s ease-in-out;
}

.list-folder h2 {
	padding:0 10px;
	font-size:1.00rem;
	font-weight:600;
	text-align:center;
	white-space: nowrap; 
	text-overflow:clip;
	color:Lavender;
	background-color:rgba(178, 34, 34, 1.0);
	border-bottom: 1px ridge #ccc;
}

.list-folder ul {
	display:block;
	height:400px;
	padding:0 6px;
	overflow-y:scroll;
}

.list-folder li {
	padding-left:4px;
	padding-right:2px;
	font-size:1.0rem;
	font-weight:400;
	line-height:150%;
	text-align:left;
	cursor:pointer;
}

.list-folder li span {
	font-size:0.750rem;
	font-weight:300;
}

.list-folder li:hover {
	color:SpringGreen;
	background-color:rgba(178, 34, 34, 1.0);
}


/* Main page
############################################################ */
.mainpage-con {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	min-height:100vh;
	margin-top:100px;
}

.pa-panel {
	display:block;
	width:100%;
	padding:0px 140px;
}

.pa-panel2 {
	display:block;
	width:100%;
	padding:0px 90px;
}

.pa-title {
	line-height:125%;
}

.pa-description {
	display:block;
	padding:4px 8%;
	background-color:rgba(230, 230, 250, 0.9);
}

#macy-dac9 {
	margin:20px 0;
}

#macy-dac9 div {
	display:block;
	width:420px;
	padding:10px;
	border-radius:4px;
	cursor:pointer;
	background-color:rgba(230, 230, 250, 0.9);
}

#macy-dac9 div img {
	padding-bottom:4px;
}

/*
#pa-login {
	display:block;
	margin-top: 20px;
	padding:4px;
	text-align:center;
	color:Lavender;
	background-color:rgba(178, 34, 34, 1.0);
}


#pa-login span {
	padding:2px 6px;
	border-radius:2px;
	cursor:pointer;
	background-color:rgba(230, 230, 250, 0.5);
}

.pa-login span:hover {
	background-color:rgba(230, 230, 250, 0.9);
}
*/

.photoalbum {
	display:block;
	margin:20px 0;
}

.photoalbum figure {
	display: block;
	margin:0;
}

.photoalbum figure img {
	cursor:pointer;
}

.photoalbum .oval img {
	border-radius: 50%;
}

.photoalbum figcaption {
	display: none;
}

.pa-end {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content:flex-end; 
	height:96vh;
}

.pa-end h3 {
	color:DarkOrange;
}



 /* For Screen with min-width:993px
############################################################ */
@media only screen and (max-width:993px) {
	
html {font-size: 15px;}

*, :after, :before {
	font-weight:400;
}

h1 {font-size:2.00rem; font-weight:600;}
h2 {font-size:1.25rem; font-weight:600;}
h3 {font-size:1.10rem; font-weight:600;}

.pageparallax {background-image: url("../images/dacn_bgm.jpg");}

.logo {
	width:120px;
}

.navmain-div {
	width:100%;
}

.navmain a {
	margin:4px;
	padding:0 2px;
	font-size:0.875rem;
	font-weight:600;
}

/* Main Page */
.mainpage-con {
	margin-top:60px;
}

.pa-panel, .pa-panel2 {
	padding:0px 8px;
}


}




/*
FireBrick
#b22222
rgb(178, 34, 34)
hsl(0, 68%, 42%)

Silver
#c0c0c0
rgb(192, 192, 192)
hsl(0, 0%, 75%)

DimGray
#696969
rgb(105, 105, 105)
hsl(0, 0%, 41%)

SaddleBrown
#8b4513
rgb(139, 69, 19)
hsl(25, 76%, 31%)

Lavender
#e6e6fa
rgb(230, 230, 250)
hsl(240, 67%, 94%)

Maroon
#800000
rgb(128, 0, 0)
hsl(0, 100%, 25%)

White
#ffffff
rgb(255, 255, 255)
hsl(0, 0%, 100%)

*/