
.bg-secondary{background-color:#<?php echo $subtop_ini['header_bg_color'];?> !important}
.navbar-btn{}
.nreview{cursor:hand}
.card-text a{color:#282828}
.nreview .write{color:gray;font-size:0.75rem}
.nreview .write::after{content:"  "}
.ninfo{margin:0 0 1% 0}
.hr {
	margin:2% 0 2% 0px !important;
	border-bottom:1px dotted #000 !important;
	display:inline-block !important ; 
	width:100% !important;
	border-top:1px !important;
	border:1px !important;
	height:1px !important;
}
.newline{
	border-bottom:1px solid #e2e2e2;
	margin:2% 0 3% 0px !important;

}
.nreview_copy {
	background-image:url('/img/ico_naver_blog.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:100px;
}
.phone-call{
	background-image:url('/img/mobile/call_40.png');
	background-repeat: no-repeat;
	vertical-align: 0px;
    width: 40px;
    height: 40px;
    background-position: 0 0;
	border:0px solid blue;
	float:right;
}
.navigate
{
	background-image:url('/img/mobile/kakao_navi.png');
	background-repeat: no-repeat;
	vertical-align: 0px;
    width: 40px;
    height: 40px;
    background-position: 0 0;
	border:0px solid blue;
	float:right;
	margin-right:15px;

}
.nav_box{
	position:relative;
	background-color:#fae100;
	height:50px;
	border:1px solid #fae100;
	line-height:50px;
	text-align:left;
	border-radius: 10px 10px 10px 10px;
	padding-left:20px;
}
.nav_box img{
	vertical-align:middle;
	position:absolute;
	top:10px;
}
.nav_box a{
	font-size:0.725rem;
	color:black;

}
.compnay_name{
	font-size:1.2rem;
	font-weight:400;
	padding-left:40px;
}
h6{margin:0!important}

.top_fas a {font-size:2rem;color:white;}

#map{
	width:100%;height:300px;
}
.ellipsis_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 라인수 */
    -webkit-box-orient: vertical;
	word-break: keep-all;
    line-height: 1.2em;
    height: 1.2em; /* line-height 가 1.2em 이고 1라인을 자르기 때문에 height는 1.2em * 1 = 1.2em */
}

@media (min-width: 992px) {

	.top_fas a{font-size:3rem;}
	.navbar a {text-align:center !important;}

	#map{
		height:480px;
	}
}
@media (max-width: 480px) {
	h1.title , .mtbar{
		font-size:18px !important;
	}
}
#mainNav .navbar-nav > li.nav-item > a.nav-link{
	font-weight:400 !important;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active
{
	background:#fff !important;
	color:#282828;
	
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover
{
	background:#fff !important;
	color:#282828 !important;
	font-weight:700 !important ;
}
.mtbar{color:white;font-size:1.5rem;}

/* floating call button */
.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:20px;
	right:20px;
	background-color:#999999;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:999;
}

.my-float{
	margin-top:14px;
}

.card{border:1px solid rgba(0, 0, 0, 0.125); !important }
.card-header{
	border-bottom:1px solid rgba(0, 0, 0, 0.125);
}




.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.subtext {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.contain:hover .img-fluid {
  opacity: 0.3;
}

.contain:hover .middle {
  opacity: 1;
}
@media (max-width: 600px) {
	.subtext {
	  background-color: #04AA6D;
	  color: white;
	  font-size: 12px;
	  padding: 4px 6px;
	}
}