body {
    padding-top: 50px;
	font-size:16px; 
	font-family: 'Noto Sans KR','Verdana', sans-serif;
}

.sound_only{opacity:0;}


.navbar .navbar-header a {
	outline: 0; 
}


.navbar li a {
	outline: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff; /*text-transform:uppercase;*/ /*capitalize;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #F6A655; 
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #ED1B24;
	background-color: transparent;
}

.img-responsive {padding-top:10px;}

@media screen and (max-width:767px) {
ul.nav li{border-bottom:1px solid rgba(255,255,255,0.1);}
}

.carousel {
	font-size: 1em;
}

.carousel-caption h2{ font-family: 'Noto Sans KR'; font-size:2em; font-weight:200; }
.carousel-caption p{ font-family: 'Noto Sans KR'; font-size:1.3em; font-weight:100; }
.carousel-caption p span{ font-family: 'Noto Sans KR'; font-size:.8em; font-weight:100; }
.carousel-caption { opacity:0; animation-name: swingup ; animation-duration:.9s; animation-delay:.2s; animation-fill-mode:forwards; -webkit-animation-fill-mode:forwards; }

@media screen and (max-width:767px) {
.carousel-caption h2{ font-size:1.4em;}
.carousel-caption p{ font-size:1em; }
.carousel-caption p span{font-size:.7em; }
}


  @keyframes swingup {
      0% {
   margin-bottom:-30px;
   opacity:0;
  }

  100% {
margin-bottom:10px;
opacity:.99;
  }
    }

    @-webkit-keyframes swingup {
      0% {
   margin-bottom:-30px;
   opacity:0;
  }

  100% {
margin-bottom:10px;
opacity:.99;
  }
}


.carousel-indicators li {
	border-radius: 0;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-control-arrow {
	position: relative;
	line-height: 100%;
	font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
	font-size: 64px;
	margin-top: -32px;
	top: 50%;
}

.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.page-header {
	border-bottom: none;
}

.text-default {
	color: #fff;
}

.container-about {
	padding-top: 30px;
	padding-bottom: 60px;
	font-size: 16px;
}

.container-co {
	background: url(../images/co_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #434343;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 90px;
}
.container-co .svcicon {
	font-size: 52px;
	color: #ffffff;
}

.container-mov {
	background-color: #222222;
	padding-top: 30px;
	padding-bottom: 60px;
}

.container-pro {
	padding-top: 30px;
	padding-bottom: 60px;
}
.container-pro .pro_best {
	margin-bottom: 20px;
}
.container-pro .pro_best hr {
	margin: 5px;
}
.container-pro .pro-price {
	margin-bottom: 30px;
}
.container-pro .price-circle {
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	color: #fff;
	background-color: #ED1B24;
	vertical-align: middle;
	display: inline-block;
}

.container-gallery {
	padding-top: 30px;
	padding-bottom: 60px;
	background: url(../images/gallery_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #434343;
	color: #ffffff;
}

.container-gallery .row {text-align:center;}
.container-gallery .mix {
	display: none;
	margin-top: 30px;
	text-align:center;
}

.container-gallery .filter {
	background-color: transparent;
	color: #ffffff;
	border: solid 2px #ffffff;

}
.container-gallery .filter:active {
	background-color: #ed1b24;
	color: #ffffff;
	border: solid 2px #ed1b24;
}
.container-gallery .filter.active {
	background-color: #ffffff;
	color: #ed1b24;
	border: solid 2px #ffffff;
}

.container-gallery .img-wrapper {
	outline: 0;
}



.img-wrapper{texta-align:center}
.img-wrapper img{text-align:centerr;}



.container-news {
	padding-top: 30px;
	padding-bottom: 60px;
}

.container-news h3{
    margin:0 0 10px 0;
}

.container-news p.time{
    color:#888; font-size:.9em;
}

.container-news p.cont{
    color:#121212; font-size:1em;
	padding-bottom:30px; border-bottom: 1px dotted #888;
}


.container-news div a:hover {text-decoration:none;}




.container-contact {
	background: url(../images/contact_bg.jpg) no-repeat center center fixed;
	padding-top: 30px;
	padding-bottom: 90px;
}

#googlemap {
	width: 100%;
	height: 350px;
}

.container-contact h1 {color:#ED1B24;}

@media (max-width: 767px) {
#newsimg{display:none;}
.container-contact {background: #222;}
}



.footer-socialicon {
	border: 2px solid #EC1B24;
    border-radius: 50%;
    color: #EC1B24;
    font-size: 22px;
    height: 52px;
    padding-top: 13px;
    text-align: center;
    width: 52px;
}
a.footer-socialicon {
	color: #EC1B24;
	text-decoration: none;
}

.footer-socialicon:hover {
	color: #ffffff;
	background-color: #EC1B24;
}

#subfooter {
	padding-top: 60px;
	padding-bottom: 40px;
}

#footer {
	color: #ffffff;
	background-color: #222222;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer a {
	color: #ffffff;
}

.text-justify {
	text-align: justify;
}

.img-responsive {
	margin: auto;
}


/* company */

.co_tit{ font-size:1.1em; font-style:italic;}
.co_name{font-size:1.2em; }
.co_ment{font-size:.9em;}
.co_img img {border-radius:50%; width:200px; height:200px;}

.btn{font-weight:300 !important;}
.btn-danger a {color:#fff !important; text-decoration:none; font-weight:300 !important;}
.btn.btn-gr{border:1px solid #ccc; !important}

.browserupgrade {position:absolute; width:100%; min-width:1240px;background:#FFA82C; color:#111;height:50px; line-height:50px; font-size: 14px;text-align:center;top:0px; left:0; z-index:99999999999;}