.sub_title {
	text-indent: 0em;
	font-weight: 200;
}

.detail {
	text-indent: 0em;
}
.detail_lg_num {
	text-indent: -1em;
	margin-left: 2em;
}
.detail_num {
	text-indent: -1em;
	margin-left: 2em;
}
.detail_ga {
	text-indent: -2em;
	margin-left: 4em;
}
img.m_bar {
	position: relative;
	width: 100%;
}
h3.m_bar {
	position: absolute;
	top: 230px;
	left: 0;
	width: 100%;
	color: tomato;
}
.scale {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
.scale:hover {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.scale1 {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
.scale1:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.card {
	width: 100%;
	position: relative;
	display: inline-block;
}
.card .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.card:hover .img-top {
	display: inline;
}

/* bootstrap table decoration */
.bordertable th{
    /*background-color: #f0f0f0;*/
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.bordertable td{
    font-family: 'Nanum Gothic','맑은고딕',MalgunGothic,'돋움',Dotum,Helvetica,sans-serif;
    font-size: 1em;
    border:1px solid #bcbcbc !important;
    font-weight: normal;
    line-height: 0.5em;
    color: #202329;
    padding-top: 1em !important;
    padding-bottom: 0.5em !important;
    text-align: center;
}

.th120 th{
  width:12em;
}


/* 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;
  }
}