header, footer {
  display: none;
}

section {
  width: 100%;
  overflow-x: hidden;
}

.wp-post-image {
  display: none;
}

.mapBox .highbird_nearby_store_naver_map {
  height: 100dvh;
}

.mapBox .highbird_nearby_store_naver_map #map {
  height: 100dvh;
}

.mapBox .result_area #stores [class^=store_list_item_] .store_address {
  text-indent: 0;
  padding-left: 0;
  text-align: left;
}

.mapBox .result_area #stores [class^=store_list_item_] .store_address i {
  display: none;
}

.mapBox .store_address {
  font-size: 16px;
}

.mapBox .result_area #stores [class^=store_list_item_] {
  box-sizing: border-box;
  padding: 12px 15px;
}

.mapBox .result_area .search_list_area {
  top: 0;
  left: 2%;
  transform: translate(0, 30px);
}

a.mapBtn {
  position: fixed;
  text-decoration: none;
  top: 10px;
  right: 10px;
  background-color: #b91520c5;
  color: #fff;
  border: 2px solid #e41d29;
  padding: 16px 40px;
  z-index: 6;
  font-weight: 700;
  font-size: 18px;
  border-radius: 100px;
  transition: .2s ease;
}

a.mapBtn:hover {
  background-color: #1d9860ce;
  border: 2px solid #2ac680;
}

.noto-serif-font {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-variation-settings: "wdth" 100;
}

.svg-item {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  animation: donutfade 1s;
}

.svg-item .svgTxt {
  position: absolute;
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #206144;
}

.svg-item .svgTxt .countNum {
  font-size: 2.5rem;
  line-height: 1.1;
  display: flex;
  align-items: flex-end;
}

.svg-item .svgTxt .countNum span {
  font-size: 1.5rem;
  margin-left: 0.1rem;
  margin-top: 0;
}

.svg-item .svgTxt b {
  font-size: 1.1rem;
}

.svg-item .svgTxt p {
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .svg-item {
    width: 80%;
  }
}

.donut-ring {
  stroke: #EBEBEB;
}

.donut-segment {
  transform-origin: center;
  stroke: #1f5414;
}

.donut-segment-2 {
  animation: donut1 3s;
}

.donut-segment-3 {
  animation: donut2 3s;
}

.donut-segment-4 {
  animation: donut3 3s;
}

.donut-segment-5 {
  animation: donut4 3s;
}

.segment-1 {
  fill: #ccc;
}

.donut-percent {
  animation: donutfadelong 1s;
}

@keyframes donutfadelong {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 20, 80;
  }
}

@keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 24, 76;
  }
}

@keyframes donut3 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 95, 5;
  }
}

@keyframes donut4 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 100, 0;
  }
}

.donut-text {
  font-family: Arial, Helvetica, sans-serif;
  fill: #1f5414;
}

.donut-label {
  font-size: 0.28em;
  font-weight: 700;
  line-height: 1;
  fill: #000;
  transform: translateY(0.25em);
}

.donut-percent {
  font-size: 0.5em;
  line-height: 1;
  transform: translateY(0.5em);
  font-weight: bold;
}

.donut-data {
  font-size: 0.12em;
  line-height: 1;
  transform: translateY(0.5em);
  text-align: center;
  text-anchor: middle;
  color: #666;
  fill: #666;
  animation: donutfadelong 1s;
}

/* ---------- */
/* just for this presentation */
html {
  text-align: center;
}

.svg-item {
  max-width: 30%;
  display: inline-block;
}

/* start */
* {
  word-break: keep-all;
}

html {
  font-size: 20px;
  letter-spacing: -0.04em;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  color: #333;
  line-height: 1.5;
}

h1 {
  font-size: 4.9rem;
  line-height: 1.1em;
  font-weight: 600;
}

h2 {
  font-size: 4rem;
  line-height: 1.2em;
  font-weight: 600;
}

h3 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.red {
  color: #e41d29;
}

.redB {
  font-weight: 700;
  color: #e41d29;
}

section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.heroImg {
  background-image: url(/img/main.webp);
  background-size: cover;
  background-position: 100% 50%;
  width: 100%;
  height: 100%;
  animation: hero 15s linear;
  animation-fill-mode: forwards;
}

.heroTxtWrap {
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 93%;
  top: 0;
  left: 7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  text-align: left;
}

.heroTxtWrap .heroLogo {
  height: 180px;
  margin: 2rem 0 3rem;
}

.heroTxtWrap .redBar {
  background-color: #e41d29;
  padding: 0 0.6em 0.3em;
  width: fit-content;
}

.heroTxtWrap .redBar .pointTxt {
  font-size: 1.9rem;
  font-weight: 500;
}

.heroTxtWrap p {
  color: #fff;
}

.heroTxtWrap .bar {
  width: 6.1rem;
  height: 0.2rem;
  background-color: #fff;
}

.heroTxtWrap h1 {
  margin: 2rem 0 3rem;
}

.heroTxtWrap p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 3rem;
}

.sec01 {
  background-image: url(/img/prodcut01.webp);
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: space-between;
}

.sec01 .mProd01 {
  display: none;
  width: 100%;
}

.sec01 .left,
.sec01 .right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  box-sizing: border-box;
  padding-bottom: 15vh;
}

.sec01 .left img {
  max-width: 202px;
  width: 50%;
  margin: 1.5rem 0 3rem;
}

.sec01 .left h5 {
  font-weight: 600;
  color: #333;
}

.sec01 .right {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.cicaleaf {
  position: absolute;
}

.cica01 {
  margin-top: -230px;
  left: 10%;
}

.cica02 {
  right: 5%;
  margin-top: -29vh;
}

.addCopy {
  position: absolute;
  margin-top: -100px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  z-index: 9;
}

.logoTxt {
  margin-top: 2rem;
}

.logoTxt p {
  font-size: 1.05rem;
  color: #e41d29;
}

.logoTxt img {
  max-width: 350px;
  width: 90%;
}

.prd02 {
  position: absolute;
  width: 100%;
  height: 767px;
  right: 0;
  margin-top: -5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  align-items: flex-end;
  box-sizing: border-box;
  padding-right: 5%;
}

.prd02 img {
  width: fit-content;
}

.prd02 .shape {
  background-color: #f0f0f0;
  height: 282px;
  width: 50vw;
  margin-top: 200px;
  border-radius: 200px 0 0 200px;
  position: absolute;
  z-index: -1;
  right: 0;
}

.sec02 {
  background-image: url(/img/bg01.webp);
  background-size: cover;
  background-position: 50% 50%;
  max-width: 1520px;
  width: 100%;
  margin: 10rem auto;
  display: flex;
  flex-direction: row;
  text-align: left;
  font-weight: 500;
  padding: 8rem 0;
  align-items: center;
}

.sec02 h3 {
  text-align: center;
  width: 50%;
  font-size: 3.2rem;
  font-weight: 600;
}

.sec02 p {
  line-height: 1.6;
  font-size: 1.5rem;
}

.sec03 {
  text-align: left;
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}

.sec03 h2 {
  color: #e41d29;
}

.sec03 .numMask {
  font-family: "Noto Serif";
  color: #bcbcbc;
  font-size: 3.5rem;
}

.sec03 .numMask img {
  width: 43px;
  position: absolute;
  margin-top: 2rem;
  margin-left: -1.7rem;
}

.sec03 ul {
  display: flex;
  gap: 4rem;
  margin: 2.5rem 0 4rem;
}

.sec03 ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sec03 ul li b {
  color: #206144;
}

.sec03 .desc {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
}

.sec03 .desc b {
  color: #e41d29;
}

.sec03 .desc img {
  width: 20rem;
  margin: 0.5rem 0 1.5rem;
}

.sec03 .desc .txt35 {
  font-size: 1.75;
  font-weight: 600;
}

.marqLogo {
  width: 100%;
  overflow-x: hidden;
  margin: 10rem 0;
}

.marqLogo .imgWrap {
  width: 200%;
  display: flex;
}

.marqLogo .imgWrap .imgBox {
  width: 100%;
  animation: marq 14s infinite linear;
}

.marqLogo .imgWrap .imgBox img {
  width: 96%;
  margin: 0 2%;
}

.sec04 .txtBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec04 .txtBox h4 {
  color: #e41d29;
  border-bottom: 3px solid #e41d29;
  padding-bottom: 0.2rem;
}

.sec04 .txtBox h2 {
  margin: 1rem 0;
}

.sec04 .txtBox p {
  font-size: 1.35rem;
  width: 100%;
  max-width: 900px;
}

.sec04 .iconBox {
  display: flex;
  color: #fff;
  max-width: 1100px;
  margin: 4rem auto 0;
  justify-content: space-between;
  gap: 2%;
}

.sec04 .iconBox img {
  width: 96px;
}

.sec04 .iconBox .roundBox {
  border-radius: 400px;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2.5rem 0;
}

.sec04 .iconBox .roundBox b {
  font-size: 1.5rem;
}

.sec04 .iconBox .redBg {
  background-color: #e41d29;
}

.sec04 .iconBox .greenBg {
  background-color: #1f5414;
}

.sec04 .iconBox .descBox {
  font-weight: 400;
  text-align: left;
}

.sec04 .iconBox .descBox h5 {
  font-weight: 400;
}

.sec04 .iconBox .descBox span {
  font-weight: 500;
  font-size: 1rem;
}

.sec05 {
  display: flex;
  text-align: left;
  width: 100%;
  max-width: 1520px;
  margin: 10rem auto;
  justify-content: space-between;
}

.sec05 .txtBox {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 32%;
  justify-content: center;
}

.sec05 .txtBox .title {
  width: 100%;
}

.sec05 .txtBox .desc {
  display: flex;
  flex-direction: column;
}

.sec05 .txtBox .desc p {
  font-size: 1.1rem;
}

.sec05 .txtBox h2 {
  color: #206144;
  font-weight: 700;
}

.sec05 .txtBox span {
  color: #878787;
  font-weight: 500;
}

.sec05 .txtBox p {
  font-size: 1.25rem;
}

.sec05 .right {
  width: 59%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec05 .right ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 56%;
}

.sec05 .right ul li {
  display: flex;
  justify-content: space-between;
}

.sec05 .right ul li span {
  font-size: 1.15rem;
}

.sec05 .right ul li b {
  font-size: 1.25rem;
  color: #206144;
}

.sec05 .right ul li:nth-child(2) {
  padding: 1rem 0;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}

.sec05 .right ul li img {
  width: 1.15rem;
}

.sec05 .right ul li .l {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.sec05 .right ul li .l span {
  line-height: 1.3;
}

.sec05 .right ul li .r {
  font-size: 4.3rem;
  line-height: 1;
  color: #206144;
  display: flex;
  align-items: flex-end;
}

.sec05 .right ul li .r span {
  font-size: 2.2rem;
  margin-left: 0.2rem;
}

.sec06 {
  background-color: #f9f9f9;
  padding: 10rem 0;
  background-image: url(/img/seal.webp);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.sec06 .title h3 {
  font-size: 2.6rem;
  font-weight: 700;
}

.sec06 .title p {
  font-size: 1.35rem;
  color: #878787;
  font-weight: 500;
}

.sec06 ul {
  display: flex;
  width: 100%;
  max-width: 1520px;
  margin: 2rem auto 0;
  justify-content: space-between;
}

.sec06 ul li {
  width: 32%;
  border: 14px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  cursor: pointer;
}

.sec06 ul li:nth-child(1) .imgBox {
  background-image: url(/img/listOn1.webp);
}

.sec06 ul li:nth-child(2) .imgBox {
  background-image: url(/img/listOn2.webp);
}

.sec06 ul li:nth-child(3) .imgBox {
  background-image: url(/img/listOn3.webp);
}

.sec06 ul li:nth-child(3):hover {
  border-color: #ff6526;
}

.sec06 ul li:nth-child(3):hover .txtBox {
  background-color: #ff6526;
}

.sec06 ul li:hover {
  border-color: #e41d29;
  transition: .1s;
  border-bottom: 0;
}

.sec06 ul li:hover .imgBox {
  background-size: 120%;
  transition: .4s;
}

.sec06 ul li:hover .txtBox {
  background-color: #e41d29;
  color: #fff;
}

.sec06 ul li:hover .txtBox p {
  color: #fff;
}

.sec06 ul li:hover img {
  opacity: 0;
}

.sec06 ul li .imgBox {
  display: flex;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sec06 ul li .imgBox img {
  transition: .1s;
  width: 100%;
}

.sec06 ul li .txtBox {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
  gap: 0.1rem;
  background-color: #fff;
}

.sec06 ul li .txtBox h5 {
  font-size: 1.25rem;
}

.sec06 ul li .txtBox p {
  font-size: 0.8rem;
  color: #848484;
  font-weight: 500;
}

.popCard {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}

.popCard.ani-start {
  top: 0;
}

.popCard .popWrap {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-image: url(/img/seal.webp);
  background-repeat: no-repeat;
  background-position: 0 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
  overflow-y: scroll;
}

.popCard .xButton {
  border: none;
  background-color: #1f5414;
  position: fixed;
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 0 0 0 8px;
  padding: 0.7rem;
  box-sizing: border-box;
}

.popCard .xButton .xBar {
  width: 1.6rem;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
}

.popCard .xButton .xBar.xup {
  position: absolute;
  transform: rotate(45deg);
}

.popCard .xButton .xBar.xdown {
  position: absolute;
  transform: rotate(-45deg);
}

.popCard .bar {
  background-color: #e2e2e2;
  width: 100%;
  height: 2px;
  margin: 1.5rem 0;
}

.popCard .svg-item {
  width: 100%;
  max-width: 220px;
}

.popCard ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popCard .conWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}

.popCard .conWrap .right {
  display: flex;
  width: 100%;
  max-width: 648px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.popCard .conWrap .right .txtBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popCard .conWrap .right .txtBox img {
  width: 250px;
  margin-bottom: 0.3rem;
}

.popCard .redBar {
  background-color: #e41d29;
  color: #fff;
  padding: 0.2rem 0.4rem;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
}

.popCard .pointTxt {
  font-size: 1.3rem;
  font-weight: 700;
}

.popCard .chart {
  margin-top: 1rem;
}

.popCard .chart.chart3 .bar {
  height: 0;
}

.popCard .chart.chart3 .infoImg {
  margin-left: 5%;
  width: 95%;
  display: flex;
  gap: 8px;
}

.popCard .chart.chart3 .infoImg img {
  width: 100%;
  max-width: 237px;
}

.popCard .chart ul {
  display: flex;
  justify-content: space-between;
}

.popCard .chart ul li {
  display: flex;
  flex-direction: column;
}

.popCard .chart ul li:first-child {
  text-align: left;
  justify-content: center;
}

.popCard .chart ul li h4 {
  font-size: 1.3rem;
  font-weight: 400;
}

.popCard .chart ul li h5 {
  font-size: 1.1rem;
  color: #206144;
}

.popCard .chart ul li p {
  font-size: 0.8rem;
}

.popCard .chart ul li b {
  font-weight: 700;
}

.popCard .chart ul li span {
  margin-top: 2rem;
}

.popCard .donutTxt {
  font-size: 0.2rem;
  letter-spacing: -0.01rem;
  font-weight: 600;
  fill: #206144;
}

.infoTxt {
  font-size: 0.8rem;
  color: #848484;
  margin-top: 1rem;
}

.infoChrat {
  width: 90%;
  padding-left: 10%;
}

.pop3txt {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem;
}

.pop3txt .redB {
  margin: 0.7rem 1rem 0 7rem;
}

.pop3txt .underTxt {
  color: #206144;
  font-weight: 600;
  border-bottom: 2px solid #206144;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

.pop3txt .underTxt b {
  font-size: 2.25rem;
  font-weight: 700;
}

.pop01 {
  display: none;
}

.pop02 {
  display: none;
}

.pop03 {
  display: none;
}

button {
  cursor: pointer;
}

.w100 {
  width: 100%;
}

.lImg {
  display: flex;
}

.sImg {
  display: none;
}

.fade0 {
  opacity: 0;
}

.ani-start .fadeDown {
  animation: fadeDown 1 1s forwards;
}

.ani-start .fadeUp {
  animation: fadeUp 1 1s forwards;
}

.ani-start .fadeUp200 {
  animation: fadeUp 1 1s forwards;
  animation-delay: 0.2s;
}

.ani-start .fadeUp400 {
  animation: fadeUp 1 1s forwards;
  animation-delay: 0.4s;
}

.ani-start .fadeUp600 {
  animation: fadeUp 1 1s forwards;
  animation-delay: 0.6s;
}

.ani-start .fadeUp800 {
  animation: fadeUp 1 1s forwards;
  animation-delay: 0.8s;
}

.ani-start .fadeUp1000 {
  animation: fadeUp 1 1s forwards;
  animation-delay: 1s;
}

.ani-start .fadeUp1200 {
  animation: fadeUp 1 1s forwards;
  animation-delay: 1s;
}

.ani-start .fadeLImg {
  animation: fadeL 1 1s forwards;
}

.ani-start .fadeL600 {
  animation: fadeL 1 1s forwards;
  animation-delay: 0.6s;
}

.ani-start .fadeR600 {
  animation: fadeR 1 1s forwards;
  animation-delay: 0.6s;
}

.ani-start .fadeL800 {
  animation: fadeL 1 1s forwards;
  animation-delay: 0.8s;
}

.ani-start .fadeR800 {
  animation: fadeR 1 1s forwards;
  animation-delay: 0.8s;
}

/* animation */
@keyframes hero {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes marq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeL {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeR {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.pcOnly {
  display: flex;
}

.mOnly {
  display: none;
}

/* media qurey */
@media all and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
  .sec03,
  .sec05,
  .sec06 ul {
    max-width: 90%;
  }
  .sec03 .numMask img {
    margin-left: -34px;
  }
}

@media all and (max-width: 1300px) {
  .popCard .chart {
    width: 90%;
    margin-right: 5%;
  }
  .popCard .left {
    width: 100%;
    max-width: 648px;
    padding-top: 400px;
  }
  .popCard .conWrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
  .popCard .conWrap .right {
    padding-bottom: 100px;
  }
  .popCard .chart ul li {
    min-width: 57px;
  }
  .popCard .popWrap {
    background-image: none;
  }
  .chart3 li:first-child {
    width: 91px;
  }
  .sec03 ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .sec03 ul li {
    text-align: left;
  }
  .prd02 {
    margin-top: 40px;
  }
  .prd02 .shape {
    width: 70vw;
  }
  .infoChrat {
    width: 90%;
    padding: 10%;
  }
}

@media all and (max-width: 1100px) {
  .heroTxtWrap {
    left: 0;
    justify-content: flex-start;
    margin: 140px 5%;
  }
  .heroImg {
    background-image: url(/img/KV_MO.webp);
    background-position: 50% 70%;
  }
  .sec01 {
    justify-content: flex-start;
    flex-direction: column;
    background-image: none;
    align-items: center;
    height: auto;
    padding: 140px 0 0;
  }
  .sec01 .mProd01 {
    display: block;
  }
  .sec01 .right {
    padding-bottom: 40px;
  }
  .sec02 {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    background-position: 20% 50%;
    margin-top: 0;
  }
  .cicaleaf {
    display: none;
  }
  .sec04 {
    padding: 100px 0;
  }
  .sec04 .iconBox {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sec05 {
    justify-content: flex-start;
    flex-direction: column;
    margin: 100px 5%;
  }
  .sec05 .txtBox {
    width: 70%;
    gap: 28px;
  }
  .sec05 .right {
    width: 100%;
  }
  .sec05 .right ul {
    order: -1;
  }
  .sec06 ul {
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
  }
  .sec06 ul li {
    width: 100%;
  }
  .addCopy {
    margin-top: -70px;
    font-size: 1.1rem;
  }
}

@media all and (max-width: 980px) {
  .prd02 {
    width: 100%;
  }
  .prd02 img {
    width: 55vw;
  }
  .prd02 .shape {
    height: 200px;
    margin-top: 130px;
  }
  .sec01 .left,
  .sec01 .right {
    width: 100%;
  }
  .sec04 {
    width: 90%;
    margin-left: 5%;
  }
  .sec04 .iconBox .roundBox {
    width: auto;
    padding: 40px 60px;
  }
}

@media all and (max-width: 800px) {
  .mapBox .result_area .search_list_area {
    top: unset;
    left: unset;
    transform: unset;
  }
  .mapBox .result_area {
    border-bottom: none;
  }
  .mapBox .result_area .search_list_area {
    border: none;
  }
  .result_area #stores {
    height: calc(75vh - 183px) !important;
  }
  .pcOnly {
    display: none;
  }
  .mOnly {
    display: flex;
  }
  .popCard .left {
    padding: 0;
    max-width: 100%;
  }
  .sec05 .right {
    margin-top: 40px;
  }
  .sec05 .right ul {
    width: 55vw;
  }
  .sec05 .right ul li .r {
    font-size: 3.5rem;
  }
  .sec05 .imgBox {
    width: 25vw;
  }
  .sec05 .imgBox img {
    width: 100%;
  }
  .popCard .popWrap {
    align-items: flex-start;
  }
  .popCard .left img {
    width: 100%;
  }
  .popCard .chart.chart3 ul {
    width: 100%;
    gap: 20px;
    justify-content: center;
  }
  .popCard .chart.chart3 .infoImg {
    margin-left: 0;
    width: 100%;
  }
  .popCard .chart.chart3 .infoImg img {
    width: 140px;
  }
  .addCopy {
    margin-top: -50px;
    font-size: 1rem;
  }
}

@media all and (max-width: 600px) {
  .heroTxtWrap .heroLogo {
    height: auto;
    width: 70vw;
  }
  .popCard .svg-item {
    width: 160px;
  }
  .popCard .svg-item .svgTxt {
    width: 160px;
    height: 160px;
  }
  .popCard .svg-item .svgTxt .countNum {
    font-size: 1.7rem;
  }
  .popCard .svg-item .svgTxt .countNum span {
    font-size: 1rem;
  }
  .popCard .chart ul {
    gap: 8px;
  }
  .popCard .chart ul li h4 {
    font-size: 0.8rem;
  }
  .popCard .chart.chart3 .infoImg {
    gap: 2%;
  }
  .popCard .chart.chart3 .infoImg img {
    width: 49%;
  }
  .popCard .chart.chart3 ul {
    gap: 8px;
  }
  .pop3txt {
    font-size: 1rem;
    justify-content: flex-end;
  }
  .pop3txt .redB {
    width: 90px;
    margin: 1em 0 0;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  .sec02 h3 {
    width: 100%;
  }
  .sec03 .desc b {
    line-height: 1.5;
  }
  .lImg {
    display: none;
  }
  .sImg {
    display: flex;
  }
  a.mapBtn {
    bottom: 16px;
    width: 90%;
    right: 5%;
    top: unset;
    box-sizing: border-box;
  }
  .heroTxtWrap {
    margin: 5vh 5%;
  }
  .sec02 {
    margin-bottom: 100px;
  }
  .addCopy {
    margin-top: -2.5rem;
    font-size: 1rem;
  }
  .sec05 .txtBox p {
    font-size: 1rem;
  }
}

@media all and (max-width: 600px) and (max-width: 480px) {
  .heroTxtWrap .redBar {
    width: fit-content;
  }
  .heroTxtWrap .redBar .pointTxt {
    font-size: 1.2rem;
  }
  .heroTxtWrap p {
    font-size: 1.1rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  .sec01 {
    padding: 100px 0 0;
  }
  .sec01 .right {
    font-size: 1rem;
  }
  .sec02 p {
    font-size: 1.2rem;
  }
  .sec03 .desc {
    font-size: 1rem;
  }
  .sec03 .desc img {
    width: 100%;
  }
  .sec03 .prd02 {
    height: 500px;
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
  .sec03 .prd02 .shape {
    width: 60vw;
    height: 70px;
    margin-top: 60px;
  }
  .sec03 ul li {
    gap: 8px;
  }
  .sec03 .numMask {
    font-size: 2.5rem;
  }
  .sec03 .numMask img {
    width: 30px;
    margin: 1rem 0 0 -1.2rem;
  }
  .marqLogo {
    margin: 100px 0;
  }
  .sec04 {
    padding: 0 0 100px;
  }
  .sec04 .iconBox {
    margin-top: 40px;
  }
  .sec04 .iconBox .descBox b {
    font-size: 1.1rem;
  }
  .sec04 .iconBox .descBox span {
    font-size: 0.95rem;
    display: block;
    margin-top: 8px;
  }
  .sec04 .iconBox img {
    width: 50px;
  }
  .sec04 .iconBox .roundBox {
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
  }
  .sec04 .txtBox p {
    font-size: 1rem;
  }
  .sec05 {
    margin-top: 0;
  }
  .sec05 .txtBox {
    width: 100%;
  }
  .sec05 .txtBox p {
    font-size: 1rem;
  }
  .sec05 .right ul li .r {
    font-size: 2.5rem;
  }
  .sec05 .right ul li .r span {
    font-size: 1.2rem;
  }
  .sec05 .right ul li b {
    font-size: 0.8rem;
  }
  .sec05 .right ul li img {
    width: 14px;
  }
  .sec05 .right ul li .l {
    gap: 12px;
  }
  .sec05 .right ul li .l span {
    font-size: 0.8rem;
  }
  .sec06 {
    padding: 100px 0;
  }
  .sec06 ul li .txtBox h5 {
    font-size: 1.1rem;
  }
  .sec06 .title h3 {
    font-size: 1.5rem;
  }
  .sec06 .title p {
    font-size: 0.9rem;
    margin-top: 8px;
  }
  .popCard .pointTxt {
    font-size: 1.1rem;
  }
  .popCard .conWrap .right {
    width: 92%;
    margin-left: 3%;
  }
  .popCard .conWrap .right .txtBox br {
    display: none;
  }
  .popCard .chart ul li h5 {
    font-size: 0.9rem;
  }
  .popCard .chart ul li p {
    font-size: 10px;
  }
  .popCard .svg-item {
    width: 110px;
  }
  .popCard .svg-item .svgTxt {
    width: 110px;
    height: 110px;
  }
  .popCard .svg-item .svgTxt b {
    font-size: 0.9rem;
  }
  .popCard .svg-item .svgTxt .countNum {
    font-size: 1.3rem;
  }
  .popCard .svg-item .svgTxt .countNum span {
    font-size: 1rem;
  }
  .addCopy {
    margin-top: -1.8rem;
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=style.css.map */