.kvkkWrap{margin-top: 60px;position: relative;z-index: 1;}
.kvkkParent{background-color: #fff;padding:45px 0px;z-index: 0;position: relative;}

.kvkkLists{margin-top: 45px;}
.kvkkList{padding:0px;border-bottom:1px solid #3A3A3A}
.kvkkList ul{display: flex;align-items: center;justify-content: space-between;gap:8px;}
.kvkkList:nth-child(1n+2) ul{border-top:1px solid}
.kvkkList li{display: block;padding: 8px 0px;font: normal normal normal 18px/30px Marcellus;color: #3A3A3A;}
.kvkkList li a{display: block;color: #3A3A3A;transition: 300ms;}
.kvkkList li:nth-child(1) a:hover{text-indent: 8px;}
.kvkkList li:nth-child(2) a:hover{padding-bottom: 8px;}


.kvkkParent h2.title{font: normal normal normal 48px/60px Marcellus;color: #3A3A3A;position: relative;padding:0px}
.kvkkParent h2:after{content:'';bottom:-3px;height:1px;width: 40%;position: absolute;left:0px;background-color: #3A3A3A;}

@media(max-width:768px){
    .kvkkWrap{margin-top: 0px;}
    .topicTitle h1{margin-left: 0px;}
    .kvkkLists{margin-top: 0px;padding:0px 15px;}
    .kvkkList li{font: normal normal normal 14px/24px Marcellus;}
}











