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

#section02 {
  padding: 20px 15px 40px !important;
  background: #f9f6f2 url("../../../img/qr/naver/sec02_img10.png") no-repeat bottom center;
  background-size: 100%;
}
#section02 .info {
  text-align: center;
}
#section02 .info p {
  font-size: 18px;
  color: #4d4944;
  font-family: "Noto Sans KR" !important;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#section02 .info span {
  font-size: 15px;
  line-height: 20px;
  color: #4d4944;
  margin-top: 12px;
  display: block;
}
#section02 .info .call {
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 20px 0 40px;
  justify-content: center;
  font-family: "Noto Sans KR";
}
#section02 .info .call a {
  font-size: 22px;
  font-weight: 700;
}
#section02 .link {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto;
}
#section02 .link li {
  font-family: "Noto Sans KR";
  background-color: #fff;
  border: 1px solid #b1aaa3;
  border-radius: 10px;
}
#section02 .link li .wrap {
  height: 160px;
  display: flex;
  gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b1aaa3;
}
#section02 .link li .wrap p {
  text-align: center;
  font-size: 17px;
  color: #4d4944;
  font-weight: 500;
}
#section02 .link li .wrap span {
  color: #9d968e;
  font-size: 13px;
}
#section02 .link li a {
  text-align: center;
  color: #9d968e;
  font-size: 12px;
  padding: 10px 0;
  display: block;
}
#section02 .line {
  width: 100%;
  margin: 50px 0 35px;
  height: 1px;
  background-color: #b1aba6;
}
#section02 .app {
  max-width: 334px;
  margin: 0 auto;
}
#section02 .app h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans KR";
}
#section02 .app article {
  margin-top: 15px;
}
#section02 .app article .title {
  font-family: "Noto Sans KR";
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
#section02 .app article .title dl dt {
  font-size: 15px;
  font-weight: 600;
  color: #47433e;
  margin-bottom: 5px;
}
#section02 .app article .title dl dd {
  font-size: 12px;
  color: #4b453e;
}
#section02 .app article .store {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
#section02 .app article .store li {
  background-color: black;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}
@media screen and (max-width: 374.98px) {
  #section02 .app article .store li {
    padding: 4.0106951872vw;
  }
}
#section02 .app article .store li a {
  display: flex;
  gap: 11px;
  align-items: center;
}
#section02 .app article .store li a dl dt {
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 374.98px) {
  #section02 .app article .store li a dl dt {
    font-size: 3.2085561497vw;
  }
}
#section02 .app article .store li a dl dd {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 374.98px) {
  #section02 .app article .store li a dl dd {
    font-size: 4.0106951872vw;
  }
}

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