@charset "utf-8";
/* ----------------------------------------------------------- */
/* ----------------------- 비주얼 영역  ---------------------- */
/* ----------------------------------------------------------- */
#visual {
	border-bottom: 1px solid #ccc;
}
#visualInner {
}
/* ----------------------------------------------------------- */
/* ----------------------- 컨텐츠 영역  ---------------------- */
/* ----------------------------------------------------------- */
#contents {
	padding: 20px 0;
}
#contentsInner {
	min-height: 580px;
}
#sub {
}
#banner {
	position:absolute;
	width: 77px;
	right: 0px;
	z-index: 200;
}

/* ################# aside : secondSubMenu ################# */
.secondSubMenu {
  position: relative;  
  margin-top: -60px;
  background-color: rgba(0, 0, 0, 0.8);
}
.secondSubMenuList {
  overflow: hidden;
  margin: 0 auto;
}
.secondSubMenuList li {
  float: left;
  width: 200px;
}
.secondSubMenuList li > a {
  position: relative;
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
	font-size: 16px;
  font-family: 'Play', sans-serif;
}
.secondSubMenuList li a:after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  float: right;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.secondSubMenuList li:last-child a:after {
  display: none;
}
.secondSubMenuList li.on a {  
  background-color: #fff;
  color: #333;
}
.secondSubMenuList li a span {
  color: #fff;
  opacity: .7;
  transition: .3s;
}
.secondSubMenuList li a:hover span {
  opacity: 1;
}
.secondSubMenuList li.on a span {
  color: black;
  opacity: 1;
}
/* ################# aside : thirdSubMenu ################# */
.thirdSubMenu {
  margin: 30px 0;
  margin-bottom: 30px;
}
.thirdSubMenuList {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
.thirdSubMenuList li {
  float: left;
  width: 180px;
  text-align: center;
}
.thirdSubMenuList li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
	font-size: 16px;
}
.thirdSubMenuList li.on a {
  color: #fff;
  background-color: #000;
}
.thirdSubMenuList li a span {
  opacity: .7;
  transition: .3s;
}
.thirdSubMenuList li.on a span {
  opacity: 1;
}
.thirdSubMenuList li a:hover span {
  opacity: 1;
}
.thirdSubMenuList li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.thirdSubMenuList li:last-child a span:after,
.thirdSubMenuList li.on a span:after {
  display: none;
}
/* ################# Title ################# */
.titleWrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.titleWrap h2 {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 5px;
	color: #333;
  font-family: 'Play', sans-serif;
}
.titleWrap h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: rgba(0,80,166,1);
}
.titleH3 h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: dodgerblue;
  font-family: 'Play', sans-serif;
}
.titleH3 h3:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: dodgerblue;
  transform: translateX(-50%);
}
.titleH4 h4 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.titleH5 h5 {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
/* ################# main Text ################# */
p.mainText {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  border-bottom: 1px solid #eee;
}
p.mainText:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: dodgerblue;
  transform: translateX(-50%);
}
p.mainText span {
  display: block;
}

/* ################# main 제품 List ################# */
.pdWrap {
  overflow: hidden;
}
ul.productsMenuList {
	position: relative;
	bottom: auto;
}
ul.productsMenuList li {
	width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
ul.productsMenuList li:nth-child(4n) {
  margin-right: 0;
}
ul.productsMenuList li a {
	display: block;
	overflow: hidden;
  height: 230px;
	padding: 20px;
	transition: .3s;
	transform: translateY(0px);
}
ul.productsMenuList li span.title {
	font-size: 1.4em;
  height: 60px;
}
ul.productsMenuList li:nth-child(16) span.title {
	font-size: 1.2em;
}