#contents {
    position: relative;
}

.contents_inner {
    line-height: 30px;
}

.privacy_box {
    margin-bottom: 50px;
}

.privacy_box h3 {
    font-size: 16px;
}

.privacy_box h2{
    font-size: 23px;
    margin-bottom: 20px;
}

.privacy_box p {
    font-size: 16px;
    margin-bottom: 10px;
}

.privacy_ul li {
    margin-bottom: 10px;
}


.privacy_box ul {
    margin-bottom: 20px;
    font-size: 16px;
}

#privacy_block a,
#privacy_block .contact {
    color: #fff;
	text-decoration: underline;
	transition: 0.3s;
}

#privacy_block a:hover,
#privacy_block .contact:hover {
    text-decoration: none;
	opacity: 0.6;
}

@media screen and (max-width:840px) {
    .privacy_box p {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .privacy_box h2 {
        font-size: 20px;
    }
    .privacy_box p {
        font-size: 14px;
    }
    .privacy_box h3 {
        font-size: 14px;
    }
    .privacy_ul {
        font-size: 14px;
    }
}


/*********************

     privacy_block

*********************/
#privacy_block {
    padding: 0 0 318px;
    position: relative;
	z-index: 1;	
}
#privacy_block::after{
	content: "";
    position: absolute;
    bottom: 110px;
    z-index: 2;
    right: -265px;
	background: url("../img/index/profile_car_img.svg")no-repeat center/contain;
	opacity: 0.6;
	height: 820px;
	width: 1314px;
	mix-blend-mode: screen;
}
/*#privacy_block .profile_box{
	position: relative;
	z-index: 5;
}*/
#privacy_block .text_box {
    max-width: 560px;
	/*width: 46%;*/
    color: #fff;
    margin-top: 43px;
}
#privacy_block .text_box h3 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 44px;
    font-weight: 700;
}
#privacy_block .text p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
#privacy_block .img_box {
	width: calc(100% - 650px);
}
#privacy_block .img_box img {
    border-radius: 5px;
	width: 100%;
}

@media screen and (max-width: 1100px){
	#privacy_block .img_box {
		width: calc(100% - 600px);
	}
}
@media screen and (max-width: 840px){
	#privacy_block {
        padding: 0 0 50px;
    }
	#privacy_block .profile_box{
		margin: auto;
		justify-content: center;
		gap: 40px;
	}
	#privacy_block::after{
		bottom: auto;
		top: 50px;
		right: -100px;
		height: 430px;
		width: 640px;
	}
	
	#privacy_block .text_box{
		width: 100%;
		justify-content: center;
	}
	#privacy_block .img_box{
		width: 100%;
	}
	#privacy_block .img_box img{
		margin: auto;
		display: block;
	}
}
@media screen and (max-width: 640px){
	#privacy_block::after{
		width: 450px;
	}
	
	#privacy_block .text_box{
		width: 100%;
		margin-top: 0;
	}
    #privacy_block .text_box h3 {
        font-size: 25px;
		margin-bottom: 15px;
    }
    #privacy_block .text p {
        font-size: 14px;
		margin-bottom: 20px;
    }
    #privacy_block .img_box img {
        max-width: 100%;
    }
}