﻿
                    
                    
                    #prf .black {color: #000000; font-weight: normal; letter-spacing: 0px;}
#prf, #prf * {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#prf 
{
	width: 100%;
	height: auto;
	overflow: visible;
	background: none;
	position: relative;
	border: none;
	padding: 0px;
	margin: 5px 0px;
	font-family: Helvetica, Arial, sans-serif;
} 

#prf b , #prf a {color: #3c647c; font-weight: bold; letter-spacing: 1px;}
#prf p {float: left; clear: both; margin: 6px 0px 6px 0px; width: 100%;}
#prf ul {padding-left: 15px;}
#prf .cnt 
{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	float: right;
	padding: 0px;
	margin-left: 10px;
}
#prf .cnt .box 
{
	width: 100%;
	height: auto;
	overflow: visible;
	background: #ffffff;
	position: relative;
	float: right;
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 6px 0px;
}
#prf .cnt .box .tit
{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	float: left;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #ffffff;
	background: #3c647c;
	line-height: 20px;
	padding: 10px 0px;
	text-align: center;
	position: relative;
	height: auto;
	border-radius: 2px 2px 0px 0px;
}
#prf .cnt .box .name
{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	float: left;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #3c647c;
	line-height:20px;
	margin: 0;
	padding: 10px;
	background: none;
	border: none;
}
#prf .cnt .box .sub
{
	width: auto;
	height: auto;
	overflow: visible;
	position: relative;
	float: left;
	font-size: 1em;
	font-weight: 500;
	color: #000000;
	line-height:20px;
	margin: 6px 0px;
	background: none;
	border: none;
}

#prf .cnt .box .txt
{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	float: left;
	padding: 10px;
	margin: 0px;
	line-height: 20px;
}
#prf .cnt .box .txt .icon
{
	position: relative;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0px 10px 0px 0px;
}
#prf .cnt .box .fulltxt
{
	width: 100%;
	height: 212px;
	overflow: auto;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 10px;
}
#prf .imgbox 
{
	width: 35%;
	height: auto;
	overflow: visible;
	background: #ffffff;
	position:relative;
	float: left;
	border: none;
	margin-left: 30px;
	padding: 5px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}

@media(max-width:1023px){
	#prf .imgbox {
	width: 34%;
	height: auto;
	overflow: visible;
	background: #ffffff;
	position:relative;
	float: left;
	border: none;
	margin-left: 0px;
	padding: 5px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}
}

#prf .imgbox img
{
	width: 100%;
}
#prf .cnt .box .inf
{
	padding: 10px 20px;
	height: auto;
	position: relative;
	float: left;
	overflow: auto;
	line-height: 20px;
	text-align: justify;
}
#prf .back 
{
	width: 100%;
	clear: both;
	float: left;
	margin: 20px 0px;
	color: #3c647c;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}
                
                
                