
.main_swiper{
  width: 100%;
  height: 450px;
  position: relative;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #484848;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
p {
  margin: 0 0 10px;
}
.bar{
  padding: 30px 0 60px;
}


a:hover,
a:focus {
  color: #b45f2f;
}

.form-control:focus {
    border-color: #164077;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(187, 80, 56, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(187, 80, 56, 0.6);
}

.product .text h3 a::after{
  background: url(../img/product/more.png) no-repeat right center;
  width: 13px;
  height: 11px;
}
.main_products .product .text h3 a::after{
  height: 16px;
}
.product .details{
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px;
  word-break:normal;

}
.pag_cont{
  text-align: center;
  margin-bottom: 50px;
}
.pagination{
  margin:0 auto;
}
#copyright {
  background: url(../img/footer_bg.png)#8f8f8f no-repeat center top;
  color: #ccc;
  padding: 20px 0 30px;
  font-size: 12px;
  line-height: 28px;
}
#copyright p img{
  margin-bottom: 15px;
}
#copyright p {
  margin: 0;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
}

a.navbar-brand.home{

}
a.navbar-brand.home img{
  max-width: 160px;
}
.about_txt h1 {
    font-size: 46px;
}

.heading h2{
  font-size: 28px;
  padding-bottom: 5px;
}
.about_top{
  background: url(../img/about_bg.png) no-repeat right bottom;
  margin-bottom: 0px;
  padding-bottom: 98px;
}
.about_txt p{
  font-weight: 300;
  font-size: 16px;
}
.about_txt p.lead{
  font-size: 21px;
}

.bar.background-gray-dark {
    background: #bfbfbf;
    color: #fff;
}
.search_bar{
  margin-top: -40px;
  padding: 21px 0;
}
.search_bar h3{
  color: #fff;
  font-weight: 400;
}
.search_bar .form-group{
  margin-bottom: 0;
  position: relative;
  margin: 10px;
  width: 100%;
}
.search_bar .form-group .form-control{
  border-radius: 5px;
  background: #bfbfbf;
  border: 2px solid #fff;
  padding: 12px 15px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  width: 100%;
}
.search_bar .form-group .input-search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.input-search-btn .btn{
  background: url(../img/search_icon.png) no-repeat center;
  padding: 21px 25px;
  border: 0;
}

.panel.sidebar-menu .panel-heading{
  margin-bottom: 10px;
}
.panel.sidebar-menu ul.nav.category-menu li a{
  display: inline-block;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #164077;
  text-decoration: none;
  padding: 0;
  padding-top: 4px;
}
.panel.sidebar-menu ul.nav.category-menu li h4,
.panel.sidebar-menu ul.nav.category-menu li > ul h5{
  font-size: 16px;
  font-weight: 400;
  padding: 7px 5px;
  color: #164077;
  text-decoration: none;
}
.panel.sidebar-menu ul.nav.category-menu li a:hover,
.panel.sidebar-menu ul.nav.category-menu li h4:hover{
  cursor: pointer;
}
.panel.sidebar-menu ul.nav.category-menu li a:focus,
.panel.sidebar-menu ul.nav.category-menu li h4:focus {
  color: #164077;
  background-color:none;
}
.panel.sidebar-menu ul.nav.category-menu li a.open,
.panel.sidebar-menu ul.nav.category-menu li h4.open{
  color: #ffffff;
  background-color: #164077;
}
.panel.sidebar-menu ul.nav.category-menu li h4.open a{
  color: #fff;
}
.panel.sidebar-menu ul.nav.category-menu li > ul{
  display: none;
}
.panel.sidebar-menu ul.nav.category-menu li > ul > a{
  margin: 0;
  display: block;
}

.panel.sidebar-menu ul.nav.category-menu li > ul a,
.panel.sidebar-menu ul.nav.category-menu li > ul h5{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  padding-left: 7px;
  margin: 0;
  line-height: 20px;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h5.open,
.panel.sidebar-menu ul.nav.category-menu li > ul h5:focus,
.panel.sidebar-menu ul.nav.category-menu li > ul h5:hover{
  background-color: #eee;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h5{
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
/* .panel.sidebar-menu ul.nav.category-menu li > ul h5 > a{
  padding: 0;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 200px;
  overflow: hidden;
  background: none;
} */
.panel.sidebar-menu ul.nav.category-menu li > ul h5 + ul{
  border: 5px solid #eee;
  border-top: 0;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h5 + ul li a{
  padding-left: 15px;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h5 + ul li a:focus,
.panel.sidebar-menu ul.nav.category-menu li > ul h5 + ul li a:hover{
  background: none;
  text-decoration: underline;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  padding: 10px 0px;
  margin: 0;
  line-height: 20px;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6 > a{
  padding: 0;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6.open,
.panel.sidebar-menu ul.nav.category-menu li > ul h6:focus,
.panel.sidebar-menu ul.nav.category-menu li > ul h6:hover{
  text-decoration: underline;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6 + ul{
  background-color: #f5f5f5;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6 + ul li{
  border-bottom: 1px solid #ececec;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6 + ul li a{
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  padding: 10px 15px;
}
/* .panel.sidebar-menu ul.nav.category-menu li > ul h6 {
  padding-left: 0;
}
.panel.sidebar-menu ul.nav.category-menu li > ul h6.open,
.panel.sidebar-menu ul.nav.category-menu li > ul h6:focus,
.panel.sidebar-menu ul.nav.category-menu li > ul h6:hover,
.panel.sidebar-menu ul.nav.category-menu li > ul h6.open a,
.panel.sidebar-menu ul.nav.category-menu li > ul h6 a:focus,
.panel.sidebar-menu ul.nav.category-menu li > ul h6 a:hover{
  background: none;
} */

.portfolio_img{}

.portfolio_img .col-sm-6,
.portfolio_img .col-md-3{
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio_thumb{
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 75%;
    margin-bottom: 8px;
}
.portfolio_thumb img{
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.box-image-text .top .bg{
  background: #e0e0e075;
}
#productMain{
  position: relative;
}
.detail_thumbs{
  position: absolute;
  bottom: 7px;
  left: 17px;
}
.detail_top .col-sm-6{
  padding-right: 10px;
  padding-left: 10px;
}
.detail_top .col-xs-3{
  padding-right: 5px;
  width: 23%;}
.detail_top #thumbs a{
  border:1px solid #cecece;
  display: inline-block;
  min-height: 76px;
  overflow: hidden;
  background: #fff;
}

.detail_top #thumbs a{

}
.detail_mainImg{
  border:1px solid #cecece;
  position: relative;
  width: 100%;
  max-width: 390px;
}
.detail_mainImg:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 비율 */
}

.detail_mainImg img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}


.detail_thumbs a.thumb,
.detail_thumbs a.active {
  border-color: #cecece;
}
.detail_thumbs a img{
  height: auto;
}

.box.details_text{
  border:0;
  color: #2c3742;
}
.details_text{
  line-height: 20px;
}
.details_text h4,
.details_text h5,
.details_text strong{
  font-size: 19px;
  color: #2c3742;
  font-weight: 400;
}
.details_text strong{
  margin: 5px 0;
  display: inline-block;
}
.details_text p{
  font-size: 15px;
  color: #888888;
}
.details_text table strong{
  font-size: 15px;
}
.details_table{
  text-align: center;
}
.details_table thead{
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
}
.details_table th{
  padding: 5px;
  text-align: center;
}
.details_table td{
  padding: 5px;
}
.details_table td:first-child{
  width: 15%;
}
.details_table td img{
  max-width: 100px;
}
.details_table tr{
  border: 1px solid #e2e2e2;
  border-top:0;
}
.details_sheet{
  margin-top: 40px;
}
.details_sheet h5{
  background: #e2e2e2;
  font-size: 17px;
  padding: 7px 15px;
}
.details_sheet .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  letter-spacing: 0.01em;
  padding: 8px 10px;
}
.details_sheet h4{
  font-size: 13px;
}
.details_sheet h4 a{
  display: block;
  width: 100%;
}
.details_sheet h4 a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: relative;
    top: 0;
    float: right;
}
.details_sheet .panel-body {
  padding: 0;
}
ul.sheet_list{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sheet_list li{
  list-style: none;
  padding: 5px 13px;
  color: #888;
  border-bottom: 1px solid  #ddd;
  font-weight: 300;
  font-size: 11px;
}
.sheet_list li .right{
  float: right;
}
.sheet_list li:last-child{
  border-bottom: 0;
}
.sheet_list li:nth-child(even) {
  background-color: #f5f5f5;
}
.details_more{
  margin-left: 0;
  margin-right: 0;}
.details_more .col-md-2{
  margin-bottom: 10px;
}
.details_more .image{
  border: 1px solid #e2e2e2;
  max-width: 100px;
}
.details_more .text{
  text-align: center;
  border: 1px solid #e2e2e2;
  border-top: 0;
  background-color: #f5f5f5;
  font-size: 11px;
  font-weight: 400;
}




#product-social p a.email {
    background-color: #4a7f45;
}
#product-social p a.link {
    background-color: #164077;
}


/* by lcc40 */
.panel.sidebar-menu ul.nav.category-menu li a,
.panel.sidebar-menu ul.nav.category-menu li h4,
.panel.sidebar-menu ul.nav.category-menu li h5,
.panel.sidebar-menu ul.nav.category-menu li h6{
  position: relative;
}
.panel.sidebar-menu ul.nav.category-menu li a.have-child::after,
.panel.sidebar-menu ul.nav.category-menu li h4.have-child::after,
.panel.sidebar-menu ul.nav.category-menu li h5.have-child::after,
.panel.sidebar-menu ul.nav.category-menu li h6.have-child::after {
	content: "\f107";
    padding: 0 10px;
    font-size : 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: 0px;
}
.panel.sidebar-menu ul.nav.category-menu li a.have-child.open::after,
.panel.sidebar-menu ul.nav.category-menu li h4.have-child.open::after {
    content: "\f106";
    padding-left: 9px;
    font-size : 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	color: #ffffff;
  	background-color: #164077;
}
.panel.sidebar-menu ul.nav.category-menu li h5.have-child.open::after,
.panel.sidebar-menu ul.nav.category-menu li h6.have-child.open::after {
    content: "\f106";
    padding-left: 9px;
    font-size : 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


