@font-face {
  font-family: Malgun;
  src: url(../fonts/micronics_font/malgun.ttf);
}
@font-face {
  font-family: MalgunBd;
  src: url(../fonts/micronics_font/malgunbd.ttf);
}
@font-face {
  font-family: MalgunSl;
  src: url(../fonts/micronics_font/malgunsl.ttf);
}
@font-face {
  font-family: GulimFont;
  src: url(../fonts/micronics_font/gulim.ttc);
}
body
{
	background-color: #f7f7f7;
}
.banner
{
  height: 100%;
  position: relative;
}
.carousel_slider
{
  position: relative; 
  /*top: -1em; */
  top: -29px !important;
  height: 100%;
}
.carousel_slider a img
{
  width: 30%;
  margin-top: 50%;
}
.category_container
{
  position: relative;
  width: 100%;
  top: -1em;
}
.nav_category
{
  position: absolute;
  top: 0;
  width: 100%;
}
.category_nav
{
  background-color: #5c5b5b;
}
.category_nav .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
  background-color: rgb(236, 28, 36);
  border-radius: 0px;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.category_nav .nav-pills>li a:hover,.nav-pills>li a:focus
{
  border-radius: 0px;
  background-color: rgb(236, 28, 36);
}
.category_nav .nav-pills a
{
  color: #fff;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.product_container
{
  position: relative;
  top: 4em;
}
.product_container .main_col
{
  margin-bottom: .6em;
  padding-left: 5px;
  padding-right: 5px;
}
.product_container .product-content
{
  height: 100%;
  padding: 1em;
  background-color: #fff;
  padding-bottom: 8em;
  position: relative;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: 2px 4px 10px #dbdbdb;
}
.product-content img
{
  width: 100%;
}
.product-content .text-content
{
  font-size: 12px;
  color: #333;
  font-weight: bold;
  position: absolute;
  width: 95%;
  bottom: 1%;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  left: 2.5%;
}
.product-content p
{
  padding-bottom: 1em;
}
.product-content .text-content button
{
  float: right;
  position: relative;
  border: 1px solid #b8b8b8;
  padding: 5px 1em;
  font-size: 12px;
  color: #8f8f8f;
  background: transparent;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.product-content .text-content button:hover
{
  border: 1px solid #333;
  color: #333;
}
.bbs_container
{
  margin-top: 4em;
}
.bbs-content 
{
  height: 100%;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 3px 1px #e6e6e6;
  border-top: 2px solid rgba(236, 28, 36, 1);
  padding: .5em 1em;
}
.bbs_container .main_col
{
  padding: 0;
  padding-top: .5em;
}
.bbs_container .main_col:nth-child(even)
{
  padding-left: .5em;
}
.bbs-content h2
{
  margin: 5px;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(236, 28, 36);
  margin-bottom: 15px;
}
.bbs-content button
{
  background: transparent;
  border: none;
  color: #d6d6d6;
  font-size: 15px;
  outline: 0;
}
.bbs-content a
{
  text-decoration: none;
  display: block;
  margin: 5px;
  padding-left: 1em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  overflow: hidden;
  height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.bbs-content a:hover
{
  color: #888;
}
.gallery_container
{
  width: 100%;
  background-color: #fff;
  padding: .5em 2em 2em 2em;
  border-top: 2px solid rgb(236, 28, 36);
  border-radius: 2px;
  margin: 0em 0 1em 0;
  box-shadow: 2px 2px 10px #ebebeb;
  border-bottom: 2px solid #ccc;
  margin-top: 1em;
}
.gallery_container h2
{
  color: rgb(236, 28, 36);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  margin-bottom: 1em;
}
.gallery_container .gallery_pics .pics
{
  background-color: #eee;
  height: 105px;
  width: 11.7%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
/*pagination*/
.pagination_container ul li a
{
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
.pagination_container ul li .arrows
{
  padding: 8px;
}
.pagination_container ul li a:hover
{
  color: #888;
}

.pagination_container .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
  background-color: rgb(236, 28, 36);
  border: 1px solid rgb(236, 28, 36);
}
.chevron_right
{
  color: rgb(236, 28, 36);
  float: right;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  margin-bottom: 1em;
  cursor: pointer;
}
.view_more
{
  padding: 10px 1em;
  font-size: 15px !important;
  border-radius: 3px;
  margin: 0em 0 1em 0;
  background-color: rgb(236, 28, 36);
  border: 1px solid rgb(236, 28, 36);
  outline: 0;
}
.view_more:hover, .view_more:active, .view_more:focus
{
  background-color: rgb(236, 28, 36) !important;
  border: 1px solid rgb(236, 28, 36) !important;
}



/*search*/
.search_product_container
{
  padding: 1em;
  position: relative;
  border-radius: 3px;
  text-transform: uppercase;
  position: relative;
  top: 4em;
  margin-bottom: 1em;
}
.search_product_container .number_products
{
  color: rgb(236, 28, 36);
}
.search_product_container span
{
  font-weight: bold;
  font-size: 15px;
  margin-right: 1em;
}
.search_product_container .number_products_span
{
  position: relative;
  top: 3px;
}
.search_product_container select
{
  padding: 6px;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #dedede;
  outline: 0;
}
.search_product_container input
{
  padding: 6px;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #dedede;
  outline: 0;
}
.search_product_container input:active, .search_product_container input:focus, .search_product_container select:active, .search_product_container select:focus
{
  padding: 6px;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  outline: 0;
}
.search_product_container .product_search
{
  background-color: rgb(236, 28, 36);
  border: 1px solid rgb(236, 28, 36);
  padding: 5px 10px;
  color: white;
  font-size: 13px;
  border-radius: 3px;
}