body{
	background-color: #fff;
}
/*hr
{
	width: 100%;
	position: absolute;
	left: 0;
}*/
.border-bottom
{
	width: 100%;
	height: 1px;
	background-color: #dadada;
}
#main_container
{
	width: 1170px !important;
}
.carousel_slider
{
	position: relative;
	top: -2em !important;
}
.product_container
{
	background-color: white;
	/*box-shadow: 0px 0px 20px #eee;*/
	padding: 1em 0em 2em 0em;
	position: relative;
	width: 1170px !important;
}
.cards .main_img
{
	width: 500px;
	height: 500px;
	background-size: 100%;
	background-attachment: left center;
	background-repeat: no-repeat;
	background-color: white;
	display: block;
	margin: 40px auto;
}
.cards .img_navigator
{
	display: block;
	margin: auto;
}
.cards .img-navigator
{
	display: inline-block;
	width: 130px;
	height: 130px;
	background-color: white;
	border: 1px solid #eee;
	cursor: pointer;
	margin: 2em 1em;
	overflow: hidden;
	position: relative;
	display: flex-inline;
	justify-content: center;
}
.cards .img-navigator img
{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#img2, #img3
{
	opacity: 0.7;
}
.cards .type_name
{
	color: #777;
	font-size: 12px;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	padding: 0;
	margin: 0;
}
.full_container
{
	position: relative;
	top: -21px;
	padding: 0 !important;
}
.full_container .product_name
{
	font-family: MalgunBd,"맑은 고딕",Dotum,"돋움", sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 25px;
	margin: 0;
	position: relative;
	padding: 60px 0 20px 0;
}
.full_container .product_description
{
	font-size: 13px;
	font-family: Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	font-weight: bold;
	padding: 15px 0;
	margin: 0;
	color: #000;
	line-height: 28px;
	position: relative;
}
.cards-description
{
	margin-top: 2em;
	padding-bottom: 5em;
	padding-right: 1em;
}
.btn_container button
{
	border: 2px solid #ccc;
	padding: 8px 1em;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #fafafa;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	margin: 1em;
}
.db_container 
{
	background-color: #ffffff;
	margin-top: auto;
	display: block;
	padding: 2em 0;
	/*box-shadow: 5px 5px 20px #eee;*/
	position: relative;
	/*width: 1170px !important;*/
}
.db_container button, a
{
	font-weight: bold;
	padding: 5px 5px;
}

.db_container table 
{
	width: 890px !important;
	margin: auto;
	display: block;
	position: relative;
	padding: 0 !important;
}
.db_container iframe
{
	width: 890px !important;
	display: block;
	margin: auto;
} 
.db_container img
{
	width: 890px !important;
	display: block;
	margin: auto;
}
/*view specific product support*/
.view_support_container
{
	background-color: #fff;
	position: relative;
	top: 2em;
	border-radius: 3px;
	/*box-shadow: 1px 1px 10px #eee;*/
	padding: 1em 2em;
}
.view_support_container h3
{
	text-transform: uppercase;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
	color: rgb(236, 28, 36) !important;
}
.contents img
{
	width: 100%;
}
.contents button a
{
	text-decoration: none;
	color: #EC1C24;
}
.contents button{
  background:#fff;
  color:#EC1C24;
  border:none;
  font-size: 12px;
  padding: 8px;
  cursor:pointer;
  transition:800ms ease all;
  font-weight: bold;
  outline:none;
  margin-top: 1em;
  width: 100%;
  border: 1px solid #ff0015;
}
.contents button:hover a{
  color:#EC1C24;
}
.contents button:hover{
  background:#fff;
}

.contents p a:hover
{
	color: rgb(236, 28, 36) !important;
}
.contents i 
{
	color: #EC1C24;
	font-size: 12px;
}
.text-contents
{
	padding: .6em;
	padding-bottom: 3em;
}
.text-contents p
{
	color: #333;
}
.text-contents
{
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.text-contents strong
{
	font-size: 17px;
	font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.community_iframe
{
	width: 100%;
	height: 100%;
}
.navigation_section
{
	height: 10%;
	position: fixed;
	right: 0%;
	z-index: 10000;
	top: 47%;
	transition: 1s;
}
.navigation_section div
{
	position: relative;
	border: 1px solid #dadada;
	border-right: 1px solid #fff;
	width: 45px;
	height: 45px;
	padding: 3px .8em 0 .8em;
	margin-bottom: .3em;
	cursor: pointer;
}
.navigation_section div:hover
{
	border: 1px solid #d6d6d6;
	border-left: 2px solid rgb(236, 28, 36);
	border-right: 1px solid #fff;
}
.navigation_section .main_link_product
{
	font-size: 20px;
	display: block;
	margin-bottom: .4em;
	padding: 0;
	color: #333;
	background-color: transparent;
	border: none;
}
.navigation_section div:hover .product_link
{
	display: inline;
	transition: 1s;
}
.navigation_section div .product_link
{
	position: absolute;
	top: -3px;
	display: none;
	padding-top: 14px;
	padding-right: 9px;
	left: -14.4em;
	width: 170px;
	height: 45px;
	/*background-color: #000;*/
	/*border-radius: 1px;*/
	/*border: 1px solid #3e3e3e;*/
	text-align: right;
	font-size: 12px;
	font-family: MalgunBd;
	color: #333;
}
#img1
{
	opacity: 1;
}
.btn_container .fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.btn_container .fa:hover {
  opacity: 0.7;
}

.btn_container button
{
	background: #125688;
  	color: white;
  	margin: .8em .2em;
  	text-transform: uppercase;
  	font-size: 21px;
  	width: 70px;
  	height: 70px;
  	border-radius: 4px;
  	border: none;
  	text-align: center;
}
.btn_container .btn-fb
{
	background-color: #3B5998;
}
.btn_container .btn-ig
{
	background-color: #125688;
}
.btn_container .btn-yt
{
	background-color: #bb0000;
}

/* Set a specific color for each brand */

