@charset "utf-8";
.privacy-header-info{
	position : relative;
	display : block;
	width : 100%;
	height : auto;
	padding : 50px 0;
	text-align : justify;
}

.privacy-policy .inner{
	position : relative;
	display : block;
	width : 100%;
	height : auto;
	margin-bottom : 50px;
}
.privacy-policy .inner h3{
	position : relative;
	display : block;
	width : 100%;
	height : auto;
	font-size : 18px;
	font-weight : bold;
	margin-bottom : 10px;
}
.privacy-policy .inner p{
	position : relative;
	display : block;
	width : 100%;
	height : auto;
	text-align : justify;
}


/* # =================================================================
#### responsive
# ================================================================= */
/* # =================================================================
#### 1200px
# ================================================================= */
@media screen and (max-width: 1200px){

}/*** 1200px ***/
/* # =================================================================
#### 1024px
# ================================================================= */
@media screen and (max-width: 1024px){

}/*** 1024px ***/
/* # =================================================================
#### 896px
# ================================================================= */
@media screen and (max-width: 896px){
.privacy-policy .page-content{
	margin-bottom : 100px;
}
}/*** 896px ***/
/* # =================================================================
#### 600px
# ================================================================= */
@media screen and (max-width: 600px){

}/*** 600px ***/
/* # =================================================================
#### 480px
# ================================================================= */
@media screen and (max-width: 480px){

}/*** 480px ***/
/* # =================================================================
#### 320px
# ================================================================= */
@media screen and (max-width: 320px){

}/*** 320px ***/