
/* @import url(reset.css); */

/* reset*/
body {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: 0px;
	overflow-x: hidden;
}

a {
	color: #333;
	text-decoration: none;
}
li {
	list-style: none;
}

.clearFix::after {
	content: "";
	display: block;
	clear: both;
}

.blind {
	position: absolute;
	top: -9999px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}


/* style */

#privacy_policy_wrap{
    padding: 2%;
    max-width: 1000px;
    min-width: 960px ;
}

.privacy_policy_notice{
    background-color: #f5f5f5;
    padding: 30px 20px 10px;
    border-radius: 15px;
    font-size: 15px;
}

ul.list_wrap {
list-style: none;
padding: 0;
}

ul.list_wrap2{
list-style: none;
}

.Paragraph_wrap{
    margin-top: 50px;
}

/* title */

.Paragraph_wrap h1{
    text-align: center;
}

.Paragraph_wrap h2{
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 10px;
}


/* table */

.pp_table_wrap{
/* border: 1px solid #333; */
}

.pp_table_wrap th{
    background-color: #f5f5f5;
    border: 1px solid #333;
    /* border-bottom: none; */
    height: 50px;
}

.pp_table_wrap td{
    height: 40px;
    padding: 10px;
    border: 1px solid #333;
    border-top: none;
}

/* list */
.list_wrap li{
line-height: 30px;
padding-left: 20px;
}

.list_wrap li p{
    padding-left: 20px;
}

.list_wrap2 li{
    list-style: inside;
}
