/************************스크린 사이즈 ***************************************/
@media (max-width:639px) {
}

@media (min-width:640px) and (max-width:991px) {
}

@media (min-width:992px) and (max-width:1199px) {
}

@media (min-width:1200px) {
}

/*------------------------컨테이너/박스------------------------------------*/
.container012 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row012 {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
}

.col012 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*----------------------------------- 폰트
-----------------------------------------*/
.t2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.t3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.t4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.t6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.t6-2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    margin-top: 10px;
}

section > div {
    color: #2e3034;
}

.tit {
    padding-bottom: 10px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif !important;
	
}

.tit2 {
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
}

.tit2 h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #2e3034;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.subtit {
    font-size: 24px;
    font-weight: 500;
}

.subtex {
    font-size: 14px;
    font-weight: 300;
}

/*----------------------------------- 커스텀
-----------------------------------------*/
/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */
/* change the style of the first grid */
#grid .thumbnail-overlay {
    background: #fff;
    padding: 0 15px;
}

#grid .thumbnail-overlay>div.aligment>div.aligment {
    text-align: left; /* FOR HORIZONTAL ALIGN */
}

.media-boxes-drop-down {
    float: right;
    margin-left: 8px;
}

/* change the style of the second grid */
.white-popup .media-box-view-image a,
#grid2 .media-box-date,
.white-popup .media-box-date {
    color: #28ac86;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

#grid2 .thumbnail-overlay {
    padding: 10px 5px;
    background: white;
}

#filter2 li a.selected {
    background: #28ac86;
}

#grid2 .thumbnail-overlay>div.aligment>div.aligment {
    text-align: left; /* FOR HORIZONTAL ALIGN */
}

/* hide "no more entries button" */
.media-boxes-no-more-entries {
    display: none;
}

/* style of the footer of each media box */
.media-box-footer {
    padding: 15px 20px;
    font-size: 11px;
    color: #777;
}