@charset "utf-8";

#wrap-all, #header, #nav, #visual, #content, #footer {
	width: 100%;
	min-width: 1000px;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
#header div.wrap h1 {
	float: left;
}
#header .meta {
	float: right;
}
ul.meta-menu {
	padding-top: 23px;
}
ul.meta-menu li {
	height: 17px;
	float: left;
}
.custom {
	padding-top: 26px;
	float: right;
}
#nav {
	border-top: 6px solid #e8e8e8;
	border-bottom: 1px solid #d0d0d0;
	background: #e0e0e0;
}
#nav ul {
	overflow: hidden;
}
#nav ul li {
	float: left;
	width: 20%;
}
#nav ul li a img {
	width: 100%;
}

#visual div {
	width: 100%;
	height: 309px;
	background: url(../images/main/banner.png) center top no-repeat;
	background-size: 1702px 309px; 
	-moz-background-size: 1702px 309px;  
	-webkit-background-size: 1702px 309px; 
	-o-background-size: 1702px 309px;
}
/* @media all and (max-width:480px)
 */#content {
	border-top: 2px solid #757575;
	background: #f0f0f0;
}
div.sub {
	border-top: 0 none !important;
}
#content .wrap {
	overflow: hidden;
}
.content-l {
	float: left;
	width: 600px;
}
.news {
	overflow: hidden;
}
.news h1 {
	float: left;
	padding-bottom: 69px;
}
.news ul {
	float: right;
	width: 425px;
	margin-top: 15px;
	margin-right: 12px;
}
.news ul li a {
	display: block;
	line-height: 24px;
	font-size: 16px;
	text-align: left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	color: #757575;
}
.news ul li a:hover {
	font-weight: bold;
}
.goods ul {
	overflow: hidden;
}
.goods ul li {
	float: left;
	width: 192px;
	margin-right: 6px;
}
.goods ul li:last-child {
	padding-right: 0;
}
.goods ul li a {
	display: block;
	position: relative;
}
.goods ul li span {
	display: block;
	position: absolute;
	bottom: 0;	
}
.down {
	padding: 10px 0 16px;
}
.content-r {
	float: right;
	width: 400px;
	padding-top: 15px;
	padding-bottom: 9px;
	background: #dddddd;
}
.content-r a {
	display: block;
	margin-bottom: 9px;
}

#footer {
	background: #414141;
}



.accordion {
	float: left;
  width: 200px;
  background: #e1e1e1;
  border-bottom: 1px solid #d0d0d0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  background: #a3a3a3;
  position: relative;
}
.accordion .link:hover,
.accordion li.open .link {
	background: #f08200;
}
.accordion li.open .not-sub {
	background: #a3a3a3;
}
.accordion li.act div {
	background: #f08200 !important;
}
.accordion li.act .submenu {
	display: block;
}

.accordion li div a {
	width: 198px;
}


/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #e1e1e1;
  font-size: 14px;
}

.submenu li { 
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}

.submenu a {
  display: block;
}

.submenu a:hover,
.submenu a.s-act {
  background: #bebebe;
}

.sub-content-wrap {
	overflow: hidden;
	background: #e1e1e1;
}
.sub-color {
	background: #fff;
}

.sub-content {
	background: #fff;
	width: 800px;
	float: right;
}
.sub1 {
	width: 100%;
}

/* 제품문의 */
.sub3 {
	width: 720px;
	padding: 30px 40px;
}
.question {
	padding-top: 38px;
}
.question table {
	width: 100%;
	font-size: 14px;
}
.question tr {
	display: block;
	padding: 12px 0;
}
.question tr:last-child {
	border-bottom: 0;
}
.question th {
	padding-right: 20px;
	width: 112px;
}
.question td {
	text-align: left;
}
.question input {
	height: 38px;
	border: 1px solid #676767;
	background: #f7f7f7;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.question input.text {
	width: 270px;
}
.question input.num {
	width: 75px;
	text-align: center;
}
.question select {
	width: 368px;
	height: 38px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.question select option {
	color: #000;
}
.question textarea {
	padding: 5px;
	width: 368px;
	height: 110px;
	border: 1px solid #676767;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.question button {
	margin-bottom: 12px;
	font-size: 14px;
	float: right;
}
.question:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}


.sub3 button {
	margin-left: 130px;
	width: 150px;
	float: left;
}

.sub4 {
	width: 700px;
	padding: 36px 50px;
}
.sub4:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.sub4 table {
	width: 100%;
	font-size: 14px;
}
.sub4 table thead {
	margin-bottom: 14px;
	height: 40px;
	line-height: 40px;
	border-top: 6px solid #fc973c;
	border-bottom: 4px solid #dadada;
	color: #232933;
}
.sub4 table tbody tr {
	height: 34px;
	border-bottom: 4px solid #e7e7e7;
	color: #222;
}
.sub4 table tbody tr.tb-blank {
	height: 14px;
}
.sub4 table tbody tr td:nth-child(2) {
	text-align: left;
}
.sub4 table tbody tr td span {
	display: inline-block;
	vertical-align: middle;
}
.sub4 table tbody tr td span img {
	padding-top: 4px;
}
.sub4 button {
	margin-bottom: 12px;
	font-size: 14px;
	float: right;
}
.btn-write,
.btn-edit{
	width: 97px;
}
.btn-edit {
	margin-left: 8px;
}
button {
	border: 0 none;
	background: none;
	cursor: pointer;
}


.clearfixDiv {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}

ul.meta-menu li {
	position: relative;
}
ul.meta-menu li:last-child:hover .admin {
	display: block;
}
.admin {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	width: 408px;
	height: 130px;
	background: url(../images/common/login-bg.png);
	text-align: right;
}
.admin input {
	padding: 0 5px;
	margin-top: 27px;
	margin-right: 34px;
	width: 241px;
	height: 34px;
	background: none;
	border: none;
	font-size: 14px;
}
.admin input[type="password"] {
	margin-top: 10px;
}
.admin input[type="submit"] {
	display: none;
}

button.btn-list {
	width: 103px;
	float: left;
}
.btn-delete {
	width: 152px;
}
.btn-edit {
	width: 98px;
}
.view-table tr {
	border-bottom-width: 1px !important;
	border-bottom-color: #a3a3a3 !important;
}
.view-table td {
	height: 35px;
}
.sub4-width {
	width: 50px;
	text-align: left;
}
.question input.btn-save-bg {
	border: none;
	width: 152px;
	height: 40px;
	background: url(../images/common/btn-save.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.question input.btn-list-bg {
	border: none;
	width: 103px;
	height: 40px;
	background: url(../images/common/btn-list.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}