@charset "utf-8";










/* 상단 뒤로가기 메뉴랑 페이지 제목 */
.mask-page #article .top-bar {
    background: #000; color: #fff;
    width: 100%;
    margin-bottom: 20px; padding: 10px 0px;
    text-align: center;
    position: relative;
    font-size: 20px;
}
.mask-page #article .top-bar div {
    display: inline-block;
    position: absolute; left: 20px;
}
.mask-page #article .top-bar h2 {
    display: inline-block;
}

.mask-page .content {
    text-align: center;
}
.mask-page .content > div {
    display: inline-block;
    width: 40%; min-height: 377px;
    margin: 10px 10px 20px 10px; padding: 10px;
    vertical-align: top;
    transition: all 0.5s;
}
.mask-page .content > div:hover {
    display: inline-block;
    width: 40%; min-height: 377px;
    margin: 10px 10px 20px 10px; padding: 10px;
    vertical-align: top;
    box-shadow: 1px 3px 5px 3px gray;
    transition: all 0.5s;
}
.mask-page .content .mask-img img {
    width: 100%;
}
.mask-page .content .mask-txt {
    padding: 10px 0px 10px;
    text-align: left;
}



.mask-page .content .mask-txt h2 {
    padding: 10px 0px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mask-page .content .mask-txt span {
    font-size: 12px;
    color: gray;
}
.mask-page .content .mask-txt p:nth-of-type(2) {
    padding: 10px 0px;
    color: navy;
    font-weight: bold;
}
.mask-page .content .mask-txt a {
    color: green;
}