img.m_bar7 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 1;
}
img.m_bar8 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 2;
}
img.m_bar9 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 3;
}
img.m_bar10 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 4;
}
img.m_bar11 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 5;
}
img.m_bar12 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 6;
}

img.m_bar7:hover {
  z-index: 7;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}

img.m_bar8:hover, img.m_bar9:hover, img.m_bar10:hover, img.m_bar11:hover, img.m_bar12:hover{
  z-index: 7;
  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;   /* 부드러운 모션을 위해 추가*/
}

p.panel_head {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start:0px;
    margin-inline-end: 0px;
    font-family:'S-CoreDream-3Light';
    font-size:1.3em;font-weight:700;
    letter-spacing: -0.075em;
    word-spacing: -0.05em;
}
p.panel_body {
    font-weight: bold;
}
p.panel_body_sub {
    font-weight: 100;
}

p.table_title {
    font-size:1.5em;
    line-height: 2.8em;
}

/* 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;
}

/* 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;
}