img.m_bar13 {
	position: relative;
	width: 100%;
    transform: scale(1);
    z-index: 1;
}
img.m_bar14 {
	position: relative;
	width: 100%;
    transform: scale(1);
    z-index: 2;
}
img.m_bar15 {
	position: relative;
	width: 100%;
    transform: scale(1);
    z-index: 3;
}
img.m_bar16 {
	position: relative;
	width: 100%;
    transform: scale(1);
    z-index: 4;
}
img.m_bar17 {
	position: relative;
	width: 100%;
    transform: scale(1);
    z-index: 5;
}

img.m_bar14:hover, img.m_bar15:hover, img.m_bar16:hover, img.m_bar17:hover {
    z-index: 6;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}

/* bootstrap table decoration */
.bordertable th{
    /*background-color: #f0f0f0;*/
    border:1px solid #bcbcbc !important;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.bordertable td{
    font-size: 1em;
    border:1px solid #bcbcbc !important;
    font-weight: normal;
    line-height: 1em;
    color: #202329;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    text-align: center;
}

.th120 th{
  width:12em;
}


/* 폴라로이드 Style */
h4 {
    text-align: center;
    font-family: 'S-CoreDream-3Light';
}
.box-4 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: #f3f3f3;
    padding: 15px 5px 5px 5px;
    position: relative;
	font-size: 1.1em;
    z-index: 1;
}

.box-4:after {
    align-items: center;
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    bottom: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
}


/* Bootstrap 이미지 클릭시 확대 */
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

p.table_head {
	color: black;
    line-height: 2.5em;
	font-size:1.3em;
    font-weight: 700;
    /* font-family:'Nanum Gothic'; */
	text-align: center;
}
p.table_body {
    line-height: 2.5em;
	font-size:1.1em;
    font-weight: 100;
    font-family:'Nanum Gothic';
    color: #333333;
	text-align: center;
}