html,
body {
    background: url("../images/pattern.gif");
}
body {
    color: #444;
    text-align: center;
    font-family: "나눔고딕", "굴림", "Gulim", "Arial";
    font-size: 12px;
    line-height: 1.5em;

}
a {
    color: #5994b3;
    text-decoration: none;
}
a:hover,
a:active {
    color: #444;
    text-decoration: underline;
}
/*Data Preloader*/
#preloader {
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;

}
#status {
    position: fixed;
    z-index: 99999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/common/status.gif");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;

}
#status p {
    top: 60%;

}
#status em {
    font-size: 10px!important;
    display: block;
    font-style: normal;

}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;

}
/* Padding for spacing */
.inner {
    padding: 0 1em;
}
#header {
    border-top: 4px solid #114c93;
}
#header h1 {
	width:960px;
	margin:0 auto;
	padding:20px 0;
	transition:.3s;
	background:url(../images/w-date.png) 100% 0 no-repeat;
}
#footer {
    padding: 1em 0;
	font-size:12px;
}
#footer copy {
    color: #fff;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}
.hide {
    display: none;
}
.clr {
    clear: both;
}
.f_left {
    float: left !important;
}
.f_right {
    float: right !important;
}
.txt_align_l {
    text-align: left !important;
}
.txt_align_c {
    text-align: center !important;
}
.txt_align_r {
    text-align: right !important;
}
.cover-container {width:1020px;}
.masonry .item {
    width: 332px;
    height: 158px;
    float: left;
    border-radius: 5px;
    margin-bottom: 9px;
    overflow: hidden;
}
.item.height2 {
    height: 240px;
}
.item.height2_l {
    height: 282px;
}
.item.height3 {
    height: 325px;
}
.item.height3L {
    height: 407px;
}
.item.height4 {
    height: 574px;
}
@media (min-width: 100px) {
    #header h1,
    .cover-container {
        width: 332px;
    }
	#header h1{background-position:100% -300px;}
}
@media (min-width: 690px) {
    #header h1,
    .cover-container {
        width: 680px;
    }
	#header h1{background-position:100% 0;}
}
@media (min-width: 1050px) {
    #header h1,
    .cover-container {
        width: 1020px;
    }
	#header h1{background-position:100% 0;}
}

 .row div > img {width:100%; border:1px solid red;}
