@charset "utf-8";

.cont-text-box {
	position: relative; 
	width: 720px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.cont-text-box-kr {
	width: 720px; 
	font-size: 12px;
	font-family: 'Nanum Gothic', serif;
	line-height: 160%;
}
p.tit-1 {
	margin-top:50px; 
	width: 720px;
}
p.tit-2 {
	margin-top:30px; 
	margin-left:10px; 
	width: 670px;
}
p .text-box-1 {
	display: inline-block;
	width:100%; 
	border:1px solid #c8c8c8;
	padding:5px;
}
p.u-intro-1 {
	text-align: justify;
	margin-top: 10px; 
	margin-left: 20px; 
	width: 650px;
	line-height: 1.6;
}
p .tap-1 {
	text-indent: 10px;
}
.corp_intro_box {
	position: relative;
	width: 720px;
	height: 240px;
	overflow: hidden;
}
.corp_intro {
	display: block;
	position: absolute;
	max-width: 720px;
	max-height: 240px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#corp_menu_wrap {
	position: relative;
	padding-top: 20px;
	width: 720px;
	height: 120px; 
}
#corp_menu {
	position: absolute;
	top: 20px;
	background: #fff;
	width: 720px;
	height: 120px; 
	z-index: 9;
}
.corp_menu_box:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	content:'.';
}
.corp_name {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cm_box {
	float: left;
	background: #ddd;
	width: 25%;
}
.cm_item {
	display: block;
	border-top: 3px solid #ddd;
	border-left: 3px solid #ddd;
	border-right: 3px solid #ddd;
	background: #ddd;
	padding: 10px;
	text-align: center;
}
.cm_item_active {
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	background: #fff;
	font-weight: bold;
}
.corp_view_box {
	position: relative;
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
}
.corp_product_wrap {
	position: relative;
	padding: 30px 0 10px;
	border-bottom: 1px solid #c8c8c8;
}
.corp_product_wrap:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	content:'.';
}
.btn-more{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 1;
}
.prod-img-box{
	position: relative;
	width: 180px;
	height: 180px;
	outline: 1px solid #c8c8c8;
	overflow: hidden;
	background: url('../../images/member/clogo01.jpg') no-repeat center;
	float: left;
}
.prod-img-box img {
	display: block;
	position: absolute;
	max-width: 180px;
	max-height: 1800px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.corp_img_box {
	position: relative;
	width: 182px;
	height: 82px;
	border: 1px solid #c8c8c8;
	padding: 1px;
	overflow: hidden;
	background: url('../../images/member/clogo01.jpg') no-repeat center;
	float: left;
	margin-right: 20px;
}
.corp_img_box img{
	display: block;
	position: absolute;
	max-width: 180px;
	max-height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.corp_info {
	float: left;
	width: 510px;
}
.corp_info img {
	vertical-align: middle;
}
.corp_info p {
	padding: 3px;
}
.corp_view_box_contact {
	clear: both;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
	overflow: hidden;
}
.corp_view_box_contact p {
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	color: inherit;
}
.corp_view_box_contact p i {
	margin-left: 15px;
}
.corp_map_box {
	position: relative;
	margin: 20px auto;
}
.corp_map {
	display: block;
	max-width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.corp-explain {
	margin-top: 50px;
	clear: both;
	width: 100%;
	word-break: break-all;
	overflow: hidden;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 10px;
}
.corp-explain img {
	max-width: 100%;
}
.supplier_command {
	margin-top: 30px;
	width: 720px;
}
.supplier_command .list_type{
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	padding: 5px;
	text-align: center;
	color: #999;
	background: #c8c8c8;
	border: 1px solid #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.supplier_command .list_type:last-child{
	margin-left: -1px;
}
.supplier_command .list_type:hover, .supplier_command .active{
	color: #fff;
	background: #666;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.supplier_list {
	border-top: 1px solid #c8c8c8;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
	width: 720px;
	overflow: hidden;
}
.list_item {
	position: relative;
	border-bottom: 1px solid #c8c8c8;
}
.list_item p.text-3{
	padding-top: 10px;
	display: inline-block;
	width: 450px;
/*	width: 515px;	*/
	font-weight: 700;
}
.list_item p img{
	vertical-align: middle;
}
.list_item a{
	color: #784600;
}
.list_item a:hover{
	color: #c88232;
}
.list-img-box {
	position: relative;
	float: left;
	margin: 10px 20px 10px 1px;
	width: 180px;
	height: 80px;
	padding: 1px;
	outline: 1px solid #c8c8c8;
}
.list-img-box img {
	position:absolute;
	display: block;
	max-width: 180px;
	max-height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.list_item_M {
	position: relative;
	float: left;
	width: 178.8px;
	height: 180px;
	border: 1px solid #c8c8c8;
}
.list_item_M {
	margin-right: -1px;
	margin-bottom: 10px;
}
.list-img-box-M {
	position: relative;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ddd;
}
.list-img-box-M img {
	position:absolute;
	display: block;
	max-width: 177px;
	max-height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.list_item_M p{
	margin-left: 10px;
	width: 168px;
}
.list_item_M p.text-4{
	margin-top: 10px;
	display: inline-block;
	font-weight: 700;
}
.list_item_M p img{
	height: 12px;
	vertical-align: middle;
}
.list_item_M a{
	color: #784600;
}
.list_item_M a:hover{
	color: #c88232;
}
.paging{
	text-align: center;
}


.prod-category {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.pos-abs {
	right: 0;
	top: 20px;
	position: absolute;
	z-index: 9;
}
.prod_head {
	display: block;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	padding-top: 15px;
	margin-bottom: 15px;
}

.dsp_prod_thumb_list {
	padding: 10px 0;
	border-bottom: 1px solid #c8c8c8;
}
.tImg-box {
	float: left;
	position: relative;
	width: 150px;
	height: 150px;
	padding: 1px;
	border:1px solid #c8c8c8;
	margin-right:20px;
}
.tImg {
	display: block;
	position: absolute;
	max-width: 150px;
	max-height: 150px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tImg-box li {
	display: none;
}
.slider-dot i, .slider-control {
	cursor: pointer;
}
.slider-control {
	position: absolute;
	display: none;
	top: 35%;
	font-size: 60px;
	color: #333;
	z-index:99
}
.slider-control:hover{
	color: #FE980F;
}
.left {
	left: 10px;
}
.right {
	right: 10px;
}
.switchImg div {
	display: none;
}
.switchImg div a {
	position: absolute;
	display: block;
	top: 87%;
	width: 100%; 
	padding: 3px 5px 3px 5px; 
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.switchImg div a:hover {
	color: #ff9696;
}
.product_slider2{
	margin-top: 30px;
	position: relative;
	width: 720px;
	height: 240px;
	overflow: hidden;
}
.product_box {
	position: relative;
	float: left;
	width: 240px; 
	height: auto;
	background-color: #fff;
}
.product-img-box {
	position: relative;
	float: right;
	width: 240px;
	height: 240px;
	outline:1px solid #c8c8c8;
}
.product-img-box img{
	position:absolute;
	display: block;
	max-width: 240px;
	max-height: 240px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.product_item_info {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 5px #000;
	width: 94%;
	left: 3%;
	bottom: 5%;
	z-index: 99;
}
.corp-box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 182px;
	z-index: 2;
}
.ci_logo_box {
	position: relative;
	background-color: #fff;
	width: 180px;
	height: 80px;
	outline: 1px solid #c8c8c8;
}
.ci_logo_box img {
	position:absolute;
	display: block;
	max-width: 180px;
	max-height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}