/********************
 privacy.css
 *******************/

/*news-list*/

.o-main-bk{
    box-sizing: border-box;
    background-size: cover;
    /* height: 46vh; */
    /* min-height: 262px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.webp .o-main-bk{
	background: url(../img/com-main-bk.webp) no-repeat;
	background-position:top center;
	background-size: cover;
}


.no-webp .o-main-bk{
	background: url(../img/com-main-bk.jpg) no-repeat;
	background-position:top center;
	background-size: cover;
}

.o-sec-pb-1{
	box-sizing: border-box;
	padding-bottom: 55px;
}

.o-pri-h2{
	display: none;
}

.o-pri-h3{
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 30px;
}

.o-pri-txt {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.o-priv-ul{
	padding: 0;
	list-style: none;
}

.o-priv-ul li{
    font-size: 16px;
    line-height: 25px;
    box-sizing: border-box;
    padding-left: 16px;
    text-indent: -16px;
}





@media (min-width:576px){
.o-main-bk{
  padding-top: 31%;
  height: auto;
}

}



@media (min-width:768px){
.o-main-bk{
  padding-top: 27%;
}

}



@media (min-width:992px){
.o-main-bk {
    padding-top: 24%;
}

}


@media (min-width:1050px){

}


@media (min-width:1200px){

}

