@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;
  text-align: center;
  border: 1px solid #d7d5d3;
  font-family: "Noto Sans KR";
}
#section02 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4d4944;
  margin: 10px 0;
}
#section02 p {
  font-size: 14px;
  color: #4d4944;
  line-height: 20px;
}

#section03 {
  padding: 40px !important;
  background-color: #f9f6f2;
}
@media screen and (max-width: 374.98px) {
  #section03 {
    padding: 40px 15px !important;
  }
}
#section03 .top {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
#section03 .top h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  font-family: "Noto Sans KR";
}
#section03 .check {
  border-top: 2px dotted #7f7160;
  padding: 30px 0;
  max-width: 334px;
  margin: 0 auto;
}
#section03 .check h4 {
  font-size: 17px;
  font-weight: 700;
  color: #4d4944;
  font-family: "Noto Sans KR";
}
#section03 .check dl {
  margin-top: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
}
#section03 .check dl dd {
  color: #7f7160;
  font-size: 14px;
  line-height: 19px;
  font-family: "Noto Sans KR";
}
@media screen and (max-width: 374.98px) {
  #section03 .check dl dd {
    font-size: 3.743315508vw;
  }
}
#section03 .shop {
  border-top: 1px solid #b2ada7;
}
#section03 .shop .title {
  padding-top: 40px;
  text-align: center;
}
#section03 .shop .title h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}
#section03 .shop .title h4 span {
  font-weight: 500;
}
#section03 .shop .title .desc1 {
  font-size: 14px;
  line-height: 20px;
  color: #4d4944;
  margin: 10px;
}
#section03 .shop .title .desc2 {
  font-size: 14px;
  line-height: 20px;
  color: #4d4944;
  font-weight: 500;
}
#section03 .shop .img-area {
  padding-top: 30px;
}
#section03 .shop .img-area img {
  display: block;
  margin: 0 auto;
}
#section03 .shop .shop-title {
  max-width: 334px;
  margin: 0 auto;
  padding: 25px 0;
}
#section03 .shop .shop-title p {
  font-size: 14px;
  font-weight: 600;
  color: #4d4944;
  font-family: "Noto Sans KR";
}
#section03 .shop .shop-title p span {
  color: #ddaf3f;
}
#section03 .shop .shop-title h4 {
  font-size: 20px;
  color: #4d4944;
  font-weight: 700;
  margin: 10px 0;
}
#section03 .shop .shop-title span {
  color: #9c9690;
  font-size: 14px;
  font-family: "Noto Sans KR";
}
#section03 .shop .shop-info {
  padding: 25px 0;
  max-width: 334px;
  margin: 0 auto;
  border-top: 2px dotted #bcb3a9;
}
#section03 .shop .shop-info h4 {
  font-size: 16px;
  color: #4d4944;
  font-family: "Noto Sans KR";
}
#section03 .shop .shop-info p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  color: #7f7160;
  position: relative;
  padding-left: 10px;
  font-family: "Noto Sans KR";
}
@media screen and (max-width: 374.98px) {
  #section03 .shop .shop-info p {
    font-size: 3.743315508vw;
  }
}
#section03 .shop .shop-info p::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #7f7160;
  content: "-";
}
#section03 .shop .shop-info .chip {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 15px 0 20px;
}
#section03 .shop .shop-info .chip li {
  background-color: #ede5da;
  padding: 5px 11px;
  font-size: 14px;
  color: #736e66;
  border-radius: 50px;
}
#section03 .shop .shop-info a {
  background-color: #736e66;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 14px;
  border-radius: 50px;
  width: 100%;
  display: block;
  text-align: center;
}
#section03 .important {
  font-family: "Noto Sans KR";
  padding-top: 40px;
  border-top: 1px solid #b2ada7;
  max-width: 334px;
  margin: 0 auto;
}
#section03 .important .title {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 8px;
}
#section03 .important .title p {
  font-weight: 700;
  color: #ce2c2c;
  font-size: 20px;
}
#section03 .important span {
  font-size: 14px;
  line-height: 20px;
  color: #4d4944;
}
@media screen and (max-width: 374.98px) {
  #section03 .important span {
    font-size: 3.743315508vw;
  }
}

#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;
}