@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: 0 !important;
  background-color: #f9f6f2;
  border: 0;
  margin: 0 auto;
  display: block;
}
#section02 iframe {
  width: 100%;
}

#section03 {
  background-color: #fff;
  text-align: center;
  padding: 35px 15px !important;
  border-bottom: 1px solid #d7d5d3;
}
#section03 p {
  font-size: 20px;
  font-weight: 700;
  color: #4d4944;
  font-family: "Noto Sans KR";
}
#section03 span {
  color: #4d4944;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 15px;
  font-family: "Noto Sans KR";
  display: block;
}
#section03 a {
  background-color: #736e66;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 14px;
  border-radius: 50px;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 334px;
  margin: 0 auto;
}

#section04 {
  background-color: #f9f6f2;
  padding: 0 15px 70px !important;
}
#section04 article {
  max-width: 334px;
  margin: 0 auto;
  border-bottom: 2px dotted #bcb3a9;
  padding: 30px 0;
}
#section04 article p {
  font-size: 16px;
  font-weight: 700;
  color: #4d4944;
  margin-bottom: 10px;
  font-family: "Noto Sans KR";
}
#section04 article span {
  font-size: 15px;
  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;
}