@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;
}
@media screen and (max-width: 1520px) {
  #section01 {
    background-position: center top;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 {
    position: relative;
    overflow: hidden;
    background: url("../../../img/page/privacy-policy/index/sec01_bg.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding: 120px 0;
  }
}
#section01 p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section01 p {
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: 0;
  }
}
#section01 h2 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section01 h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}

#section02 {
  padding-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  #section02 {
    padding-bottom: 50px;
  }
}
#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;
}
@media screen and (max-width: 991.98px) {
  #section02 .title h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#section02 .con p {
  font-size: 18px;
  line-height: 30px;
  color: #746b64;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section02 .con p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
#section02 .con h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  #section02 .con h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
#section02 .con table {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section02 .con table {
    margin-bottom: 30px;
  }
}
#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;
}
@media screen and (max-width: 991.98px) {
  #section02 .con table thead td {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
  }
}
#section02 .con table tbody td {
  border: 1px solid #ddd;
  color: #746b64;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section02 .con table tbody td {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
  }
}

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