﻿/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.portfolio-container {margin-top:40px}
.portfolio-item {box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.2);position:relative;margin-bottom:20px}
.portfolio-content {background-color:#fff;color:#555;padding:15px;position:relative;display:block;overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis}
.portfolio-image {position:relative;overflow:hidden;min-height:170px;max-height:170px;text-align:center;line-height:170px;background:#fafafa;color:#888;font-size:14px}
@media (min-width: 992px) and (max-width: 1199px) {
.portfolio-image {min-height:130px;max-height:130px;line-height:130px}
}
@media (min-width: 768px) and (max-width: 991px) {
.portfolio-image {min-height:99.9px;max-height:99.9px;line-height:99.9px}
}
@media (max-width: 767px) {
.portfolio-image {min-height:70px;max-height:70px;line-height:99.9px}
}

.password-confirm {width:400px;margin:auto}