@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  background: url("../../../img/page/privacy-policy/index/sec01_bg.png") no-repeat center -100px;
  background-size: cover;
  padding: 192px 0 250px;
}
#section01 p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
#section01 h2 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

#section02 {
  padding-bottom: 100px;
}
#section02 .title h3 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 40px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  border-bottom: 2px solid #9c9793;
  margin-bottom: 40px;
}
#section02 .con p {
  font-size: 18px;
  line-height: 30px;
  color: #746b64;
  margin-bottom: 60px;
}
#section02 .con h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#section02 .con table {
  width: 100%;
  margin-bottom: 60px;
}
#section02 .con table thead {
  background-color: #746b64;
}
#section02 .con table thead td {
  border: 1px solid #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
}
#section02 .con table tbody td {
  border: 1px solid #ddd;
  color: #746b64;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}

#sub-footer {
  background-color: #fcfbfa;
}