@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 15px 180px !important;
  background: #f9f6f2;
  font-family: "Noto Sans";
}
#section01 .title {
  text-align: center;
  padding: 45px 0;
}
#section01 .title h2 {
  font-size: 35px;
  font-weight: 700;
}
#section01 .title p {
  font-size: 20px;
  color: #9b9188;
}
#section01 .tab-area .step-tabs-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#section01 .tab-area .step-tabs-wrap .step-tabs {
  min-width: 950px;
  border-bottom: 1px solid #9d968e;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
#section01 .tab-area .step-tabs-wrap .step-tabs button {
  padding: 14px 0;
  white-space: nowrap;
}
#section01 .tab-area .step-tabs-wrap .step-tabs button p {
  font-size: 17px;
  color: #9d968e;
}
#section01 .tab-area .step-tabs-wrap .step-tabs button.active {
  position: relative;
}
#section01 .tab-area .step-tabs-wrap .step-tabs button.active::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1.5px;
  left: 0;
  height: 3px;
  background-color: #2c2721;
}
#section01 .tab-area .step-tabs-wrap .step-tabs button.active p {
  color: #2c2721;
  font-weight: 700;
}
#section01 .tab-area .naver {
  max-width: 600px;
  display: block;
  margin: 30px auto 0;
}
#section01 .tab-area .naver a {
  padding: 12px 0;
  border-radius: 50px;
  border: 1px solid #b1aaa3;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
#section01 .tab-area .naver a p {
  font-size: 16px;
  font-weight: 500;
  color: #4d4944;
}
#section01 .tab-area .step-contents .step-content {
  display: none;
}
#section01 .tab-area .step-contents .step-content.active {
  display: block;
}
#section01 .tab-area .step-contents .step-content article {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #b2ada7;
}
#section01 .tab-area .step-contents .step-content article .img-area {
  border-radius: 10px;
  height: 500px;
  overflow: hidden;
  border: 1px solid #b1aaa3;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  #section01 .tab-area .step-contents .step-content article .img-area {
    height: 250px;
  }
}
#section01 .tab-area .step-contents .step-content article .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section01 .tab-area .step-contents .step-content article .re-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 17px 0 11px;
}
#section01 .tab-area .step-contents .step-content article .re-title p {
  background-color: #ad8b7f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  padding: 4px 11px;
}
#section01 .tab-area .step-contents .step-content article .re-title h3 {
  font-size: 24px;
  color: #4d4944;
  font-weight: 700;
}
#section01 .tab-area .step-contents .step-content article .desc1 {
  font-size: 14px;
  color: #9c9690;
  font-family: "Noto Sans KR";
}
#section01 .tab-area .step-contents .step-content article .menu {
  font-family: "Noto Sans KR";
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 10px 0;
}
#section01 .tab-area .step-contents .step-content article .menu p {
  font-size: 14px;
  color: #4d4944;
  font-weight: 600;
}
#section01 .tab-area .step-contents .step-content article .menu .line {
  width: 1px;
  background-color: #9c9690;
  height: 15px;
}
#section01 .tab-area .step-contents .step-content article .menu span {
  color: #4d4944;
  font-size: 14px;
  width: 80%;
}
#section01 .tab-area .step-contents .step-content article .desc2 {
  color: #4d4944;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans KR";
}
#section01 .tab-area .step-contents .step-content article .link2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#section01 .tab-area .step-contents .step-content article .link3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#section01 .tab-area .step-contents .step-content article .link-area {
  margin-top: 20px;
}
#section01 .tab-area .step-contents .step-content article .link-area a {
  padding: 15px 0;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
#section01 .tab-area .step-contents .step-content article .link-area .map {
  background-color: #736e66;
}
#section01 .tab-area .step-contents .step-content article .link-area .call {
  background-color: #4d4944;
}
#section01 .tab-area .step-contents .step-content article .link-area .insta {
  background-color: #96887f;
}
@media (max-width: 1439px) {
  #section01 .tab-area .step-contents .step-content {
    display: block;
  }
}

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