@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#qr-header {
  background-color: #452716;
  position: relative;
  padding: 10px 0;
}
#qr-header h1 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 90px;
  display: block;
  margin: 0 auto;
}
#qr-header .back {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 9px;
  align-items: center;
}
#qr-header .back p {
  font-size: 15px;
  color: #fff;
}

#section01 {
  text-align: center;
  padding: 40px 0 !important;
  background-color: #f9f6f2;
  font-family: "Noto Sans KR";
}
#section01 h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
#section01 p {
  font-size: 20px;
  color: #9d968e;
}

#section02 {
  padding: 30px 0 !important;
  background-color: #fff;
  border: 1px solid #d7d5d3;
  text-align: center;
  font-family: "Noto Sans KR";
}
#section02 p {
  font-size: 20px;
  color: #4d4944;
  font-weight: 700;
  margin: 10px 0;
}
#section02 span {
  font-size: 14px;
  line-height: 20px;
  color: #4d4944;
}

#section03 {
  background: #f9f6f2 url("../../../img/qr/emergency/sec03_img15.png") no-repeat bottom center;
  background-size: 100%;
  padding: 0 15px 140px !important;
}
#section03 article {
  max-width: 334px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #b2ada7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section03 article .left {
  display: flex;
  align-items: center;
  gap: 7px;
}
#section03 article .left dl {
  font-family: "Noto Sans KR";
}
#section03 article .left dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #4d4944;
  margin-bottom: 5px;
}
#section03 article .left dl dd {
  font-size: 16px;
  font-weight: 500;
  color: #4d4944;
}

#qr-footer {
  background-color: #423e39;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#qr-footer p {
  text-align: center;
  color: #9b9188;
  font-size: 12px;
  font-weight: 300;
}