@charset "utf-8";

/* ===================================================================
CSS information

 file name  :products.css
 author     :PCBrain
 style info :Products line-up
=================================================================== */
#pageTitle{
    background: url(../img/product/h1_bg.png) no-repeat center center;
}
#main #title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

#main #title:after{
    background-color: #4394d5;
    height: 5px;
    width: 225px;
    display: block;
    content: '';
    margin: 0 auto;
}

#main .fontbold{
    border-bottom: 5px solid #eee;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 2px;
    font-size: 18px; 
}

#main .fontbold:before {
    content: "";
    display: block;
    width: 35%;
    border-bottom: 5px solid #4394d5;
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
}

#main h2,#main h3,#main h4,#main h5,#main h6{
	clear:both;
	font-weight: bold;
}

#main h2 a,#main h3 a,#main h4 a,#main h5 a,#main h6 a{
	text-decoration:none;
	color: inherit;
}

#main h3 {
    background: #4394d5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
	border-bottom:none;
}

#main h3::before{
    content: "";
    display: none;
    border-bottom:none;
    margin-bottom: 0;
}

#main h4{
    border-bottom: 5px solid #eee;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 2px;
    font-size: 20px;
	text-align: left;
	color: #333;
	background: none;
}

#main h4:before {
    content: "";
    display: block;
    width: 35%;
    border-bottom: 5px solid #4394d5;
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
}

#main ul.pList {
	margin-bottom: 30px;
	overflow: hidden;
}

#main ul.pList li {
    border-bottom:  #333 dotted 1px;
    padding-bottom: 10px;
    margin:0 0 10px 0;
}
#main ul.pList  li a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
    padding-left: 35px;
}

#main ul.pList li a:hover{
    color: #f29720;
}

#main ul.pList li a:before,
#main ul.pList li a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main ul.pList li a:before{
width: 18px;
height: 18px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #4394d5;
}

#main ul.pList li a:after{
left: 15px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main #list table{
    width: 100%;
	margin-bottom: 50px;
}

#main #list table th,
#main #list table td {
    padding: 10px 15px;
    border-bottom: #fff solid 1px;
    border-left:  #fff solid 1px;
	text-align: left;
}

#main #list table th{
    background: #4394d5;
    font-size: 16px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    width: auto;
}

#main #list table th a{
    color: #fff;
    text-decoration:none;
}

#main #list table th:first-child{
    border-left: none;
}
#main #list table td {
    background: #ddeffc;
    color: #333;
        font-size: 14px;
}

#main table td a{
    text-decoration: underline;
    font-weight:bold;
}

#main #list table td#prodimg a,
#main #list table td#prodmore a{
    font-weight:normal;
}

#main #list table td#prodimg{
	width: 150px;	
}
#main #list table td#prodimg img{
	width: 150px;
	height: auto;
}

#main #list table td#prodmore{
	width: 240px;
    font-size: 16px;
    font-weight: normal;
}

#main #list table td#prodmore a {
    display: block;
    position: relative;
    background: #eee;
    text-decoration: none;
    color: #333;
    padding: 5px 10px 5px 40px;
    border: #ccc solid 1px;
}
#main #list table td#prodmore a + a{
	margin-top: 10px;
}
#main #list table td#prodmore a:before,
#main #list table td#prodmore a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main #list table td#prodmore a:before{
width: 18px;
height: 18px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #4394d5;
}
#main #list table td#prodmore a:after{
left: 15px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#main #list table td#prodmore a:hover{
    opacity: 0.8;
    transition: 0.7s;
    color: #f29720;
}

#main #list table td ul{
	padding: 0 0 0 20px;
}
#main #list table td ul li{
	list-style-type: disc;
}

#main .catList{
	overflow:hidden;
	clear: both;
}

#main .mCat{
	width:480px;
	background: #7bb4e2;
	padding: 4px;
	float: left;
	margin-bottom: 30px;
}

#main .mCat:nth-child(2n+1){
	float: right;
}

#main .mCat a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}



#main .mCat img{
	width: 150px;
	height: 116px;
	object-fit: cover;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
}

#main .mCat span{
    display: block;
    width: 310px;
}




#main .wyswyg{
	h3 {
		border-bottom: 5px solid #eee;
		position: relative;
		margin: 0 0 20px 0;
		padding-bottom: 2px;
		font-size: 18px;
		font-weight: bold;
		display: block;
		background: inherit;
		color:  inherit;
		text-align:  inherit;
	}

	h3:before {
		content: "";
		display: block;
		width: 35%;
		border-bottom: 5px solid #4394d5;
		position: absolute;
		bottom: 0;
		margin-bottom: -5px;
	}
	h4{
		background: #4394d5;
		font-size: 20px;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
		font-weight: normal;
		border-bottom: none;
	}
	h4:before {
		display: none;
	}
}