
.privacy{
	text-align: center;
}

.privacy .sub-main-box{
	margin-bottom: 0;
}

.privacy h4{
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333;
}

.scroll_bar{
	background: #fff;
  margin: 0px auto;
  padding: 20px 5px;
  text-align: left;
  border-radius: 2px;
  border-radius: 20px;
  border: 2px solid #333;
}

.scroll_bar-box{
	padding: 0 20px;
	max-height: 300px;
	overflow-y: scroll;
    overflow-x: hidden;
}

.scroll_bar-box::-webkit-scrollbar {
    width: 5px;
}
.scroll_bar-box::-webkit-scrollbar-thumb {
    background-color:#08238C;
} 
.scroll_bar-box::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

.scroll_bar_text h5{
	font-size: 0.95rem;
	font-weight: 600; 
	color: #333;
	line-height: 1.6rem;
}

.scroll_bar p, .scroll_bar dl dd{
	font-weight: 400; 
	color: #333;
	line-height: 1.6rem;
}

.scroll_bar_des p{
	font-weight: 600;
	color: #000;
	line-height: 1.7rem;
	padding-bottom: 10px;
}

.scroll_bar_text{
	margin: 10px 0;
}

.scroll_bar_text p:first-child{
	padding-top: 20px;
}


@media(max-width: 1024px){
  
  .scroll_bar{
    border: 2px solid #333;
  }
  
}

@media(max-width: 768px){
  
  #privacy{
    margin-top: -80px;
    padding-top: 80px;
    z-index: -1;
    position: relative;
  }
}

/* privacy content ↑↑↑ */