@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');

/* @charset "utf-8"; */
* {
  transition: all 0.3s;
}

/*************************/
/* POLICY - header
/************************/
#header nav{
  max-width: 550px;
}
/*************************/
/* POLICY
/************************/

.title_policy {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
}

.wrap_title_policy {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80px;
  border-bottom: 1.5px solid #D9D9D9;
  margin-top: 80px;
  margin-bottom: 28px;
}

.policy_t_3{
  width: 100%;
  text-align: center;
}

.wrap_content_policy strong{
  font-size: 1.2rem;
}

html {
  background-color: #F9F9F9;
}

.check_blue{
  color: #0000ff;
}

/* 모바일 */
@media screen and (max-width: 720px) {

  .title_policy {
    font-size: 1rem;
    font-weight: bold;
    /* margin: 0 0 0.5rem; */
  }
}