/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
  width: 95%;
  z-index: 999;
}

.layer-popup {
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}


/* main animations - initial states */
#main .main-sub-tit {
  clip-path: inset(0 50% 0 50%);
}

#main .main-tit {
  opacity: 0;
  transform: translateY(30px);
}

#main .st-sub-tit {
  opacity: 0;
  transform: translateY(30px);
}

#main .main-dot {
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}

/* main */
#main {
  width: 100%;
  height: 100vh;
  background: url(../img/main-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  overflow: hidden;
  gap: 30px;
}

#main .main-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#main .main-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

#main .main-wrap .main-sub-tit {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#main .main-wrap .main-sub-tit span {
  display: flex;
  align-items: center;
  gap: 4px;
}

#main .main-wrap .main-tit {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 72px;
  font-weight: 700;
  line-height: 120%; /* 86.4px */
  letter-spacing: -1.8px;
}

#main .main-wrap .main-tit p {
  display: flex;
  align-items: center;
  gap: 16px;
}

#main .main-wrap .main-tit p span {
  display: flex;
  align-items: center;
}

#main .main-wrap .main-tit .orange-point {
  font-size: 88px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.2px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFD300;
}

#main .main-dot.first {
  top: -8px;
  right: 9.5%;
}

#main .main-dot.second {
  top: -8px;
  right: 5.5%;
}

#main .main-dot.third {
  top: -8px;
  right: 1.5%;
}

#main .sundaeguk-wrap {
  max-width: 890px;
  width: 130%;
  position: relative;
  pointer-events: none;
}

#main .sundaeguk-wrap .main-sundaeguk, #main .sundaeguk-wrap .main-smoke {
  width: 100%;
}

#main .sundaeguk-wrap .smoke-div {
  width: 110%;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

#main .sundaeguk-wrap .main-smoke {
  animation: smoke 2s infinite;
  -webkit-animation: smoke 2s infinite;
}

@keyframes smoke {
  0% {
    transform: translate(0, 30%) rotate(0);
    opacity: 0.2;
  }
  25% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
    opacity: 1;
  }
  50% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
    opacity: 1;
  }
  75% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
    opacity: 1;
  }
  100% {
    transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
    opacity: 0.2;
  }
}


/* dodram */
#dodram {
  width: 100%;
  background: url(../img/dodram-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  box-sizing: border-box;
  padding: 50px 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  overflow: hidden;
}

#dodram .dodram-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

#dodram .dodram-wrap .dodram-logo {
  width: 140px;
}

#dodram .dodram-wrap .tit-div {
  align-items: flex-start;
}

#dodram .st-tit:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

#dodram .yellow-point .yellow-light {
  width: 100px;
  left: -25px;
  top: -46px;
  animation: light 1.5s linear infinite;
  -webkit-animation: light 1.5s linear infinite;
}

#dodram .st-tit.yellow-point {
  font-size: 80px;
  font-weight: 700;
  line-height: 120%; /* 96px */
  letter-spacing: -2px;
}

@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#dodram .dodram-img-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: -200px;
}

#dodram .dodram-img-wrap .dodram-img-div {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}

#dodram .dodram-img-wrap .dodram-award-div {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

#dodram .dodram-img-wrap .dodram-award-div img {
  height: 110px;
}

#dodram .dodram-img-wrap .dodram-award-div img.big {
  height: 128px;
}

#dodram .dodram-img-wrap .dodram-pork {
  max-width: 788px;
  width: 100%;
}


/* keyword */
#keyword {
  width: 100%;
  background: url(../img/keyword-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
}

#keyword .keyword-wrap {
  display: flex;
  max-width: 1300px;
  width: 93%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#keyword .keyword-wrap .keyword-box {
  width: calc(33.3% - 13.3px);
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  background: #111;
}

#keyword .keyword-box .keyword-box-inner {
  width: 100%;
  display: flex;
  padding: 40px 10px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 2px solid transparent;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(135deg, #C9A84C, #F5E27A, #A8732E, #F0C84A, #C9A84C) border-box;
}

#keyword .keyword-box .keyword-box-tit {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: -1.2px;
  background: linear-gradient(90deg, #D5A656 0%, #FEEBC0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#keyword .keyword-box .keyword-box-tit img:last-child {
  transform: rotateY(180deg);
}

#keyword .keyword-box .keyword-box-sub {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: -0.7px;
  word-break: keep-all;
}

#keyword .keyword-box .keyword-box-content {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}


/* smart */
#smart {
  width: 100%;
  background: #F0ECE7;
  display: flex;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}

#smart .st-tit .orange-point {
  background: #FF5200;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#smart .smart-container {
  max-width: 1300px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

#smart .smart-container .smart-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#smart .smart-wrap .smart-img-div {
  width: 52%;
  aspect-ratio: 17 / 12;
  overflow: hidden;
  border: 2px solid #FF5200;
}

#smart .smart-wrap .smart-img-div img {
  width: 100%;
}

#smart .smart-wrap .smart-box {
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #FFF;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  margin-left: -80px;
  position: relative;
  z-index: 2;
}

#smart .smart-wrap:nth-child(2n) {
  justify-content: flex-end;
}

#smart .smart-wrap:nth-child(2n) .smart-box {
  margin-left: 0;
  margin-right: -80px;
}

#smart .smart-box .smart-num {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  display: flex;
  box-sizing: border-box;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  background: #FF5200;
}

#smart .smart-box .smart-tit {
  color: #111;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}

#smart .smart-box .smart-content {
  color: #505050;
  font-family: 'Paperlogy';
  font-size: 30px;
  font-weight: 400;
  line-height: 150%; /* 45px */
  letter-spacing: -0.75px;
  word-break: keep-all;
}


/* profit */
#profit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #F0ECE7;
  overflow: hidden;
}

#profit .profit-img-wrap {
  width: 100%;
  display: flex;
  height: 500px;
  box-sizing: border-box;
  padding: 120px 0 0;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  background: url(../img/profit-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 200px 0 0 0;
}

#profit .profit-img-wrap .profit-ellipse {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 140px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #FF5200;
  transform: translateX(-50%);
}

#profit .profit-container {
  background: #FF5200;
  width: 100%;
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: -2px;
  z-index: 2;
}

#profit .profit-container .profit-box-wrap {
  max-width: 1300px;
  width: 95%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

#profit .profit-box-wrap .profit-box {
  width: calc(50% - 10px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

#profit .profit-box-wrap .profit-box img {
  width: 100%;
}

#profit .profit-box .profit-box-inner {
  width: 100%;
  background: #FFF;
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

#profit .profit-box .profit-box-branch {
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
}

#profit .profit-box .profit-box-area {
  color: #999;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#profit .profit-box .profit-box-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#profit .profit-box .profit {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
}

#profit .profit-box .profit span {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
  box-sizing: border-box;
  padding: 4px 16px;
  border-radius: 99px;
  background:#FF5200;
}

#profit .profit-box .profit-ratio {
  display: flex;
  width: 120px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 40px;
  bottom: 211px;
  border-radius: 999px;
  background: #FF5200;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
  animation: tada 2s linear infinite;
  -webkit-animation: tada 2s linear infinite;
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  5%,10% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg)
  }
  15%,25%,35%,45% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }
  20%,30%,40% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

#profit .profit-container .profit-txt {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
  word-break: keep-all;
}


/* menu */
#menu {
  width: 100%;
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background: url(../img/menu-bg.png);
  background-size: cover !important;
  background-position: top center !important;
}

#menu .menu-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

#menu .menu-container .tab-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

#menu .tab-wrap .menu-tab {
  display: flex;
  box-sizing: border-box;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: rgba(17, 17, 17, 0.50);
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
  cursor: pointer;
  transition: 0.1s;
}

#menu .tab-wrap .menu-tab:hover, #menu .tab-wrap .menu-tab.active {
  background: #FFF;
  color: #111;
  font-weight: 700;
}

#menu .menu-container .menu-wrap {
  width: 100%;
  display: none;
  position: relative;
  justify-content: center;
}

.contain-active {
  display: flex !important;
}

#menu .menu-wrap .menu-swiper, #menu .menu-swiper .menu-slide, #menu .menu-swiper img {
  width: 100%;
}

#menu .menu-wrap .menu-swiper {
  overflow: hidden;
}

#menu .menu-swiper .menu-slide {
  border-radius: 20px;
  border: 0.5px solid #DDD;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

#menu .menu-slide .menu-slide-img {
  width: 100%;
  background: url(../img/menu-img-bg.png);
  background-size: cover !important;
  background-position: bottom center !important;
  box-sizing: border-box;
  padding: 57px 28px 58px 28px;
}

#menu .menu-slide .menu-slide-tit {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 20px 20px;
  background: #111;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
}

#menu .menu-wrap .nav-wrap {
  width: 105%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}

#menu .nav-wrap .nav-btn {
  display: flex;
  width: 60px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  pointer-events: initial;
  transition: 0.15s;
  cursor: pointer;
}

#menu .nav-wrap .nav-btn:hover {
  background: linear-gradient(114deg, #FF5200 9.87%, #FFEA00 106.75%);
}

#menu .menu-txt {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 26px;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.65px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 99px;
  background: #FF5200;
}


/* shortform */
#shortform {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  background: url(../img/shortform-bg.png);
  background-size: cover !important;
  background-position: top center !important;
  overflow: hidden;
}

#shortform .shortform-wrap {
  max-width: 1400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#shortform .shortform-swiper {
  position: absolute;
  width: 100%;
  overflow: visible;
}

#shortform .shortform-swiper .swiper-slide {
  width: 226px;
  aspect-ratio: 1 / 2.05;
  border-radius: 30px;
  overflow: hidden;
  transition: width 0.4s ease;
  background: #000;
  flex-shrink: 0;
  position: relative;
}

#shortform .shortform-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.36);
  z-index: 2;
}

#shortform .shortform-swiper .swiper-slide iframe {
  width: 370%;
  height: 120%;
  border: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#shortform .shortform-swiper .swiper-slide.swiper-slide-active iframe {
  pointer-events: auto;
}

#shortform .shortform-wrap .phone-frame {
  width: 318px;
  z-index: 3;
}

#shortform .shortform-txt-div {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: #111;
  z-index: 3;
}

#shortform .shortform-txt-div div {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

#shortform .shortform-txt-div .underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#shortform .shortform-store {
  max-width: 500px;
  width: 35%;
  position: absolute;
  bottom: -14px;
  right: -37px;
  z-index: 2;
}

#shortform .shortform-bg-grass {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}



@media (max-width: 1280px) {
  #main .main-wrap .main-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #main .main-wrap .main-tit {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  #main .main-wrap .main-tit .orange-point {
    font-size: 80px;
    letter-spacing: -2px;
  }
  #main .main-dot {
    width: 6px;
  }
  #dodram .st-tit.yellow-point {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  #dodram .dodram-img-wrap {
    bottom: -150px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img {
    height: 85px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img.big {
    height: 100px;
  }
  #keyword .keyword-wrap {
    flex-wrap: wrap;
  }
  #keyword .keyword-wrap .keyword-box {
    width: calc(50% - 10px);
  }
  #smart {
    padding: 100px 0;
    gap: 60px;
  }
  #smart .smart-wrap .smart-img-div {
    width: 48%;
  }
  #smart .smart-wrap .smart-box {
    padding: 25px;
    gap: 16px;
  }
  #smart .smart-box .smart-num {
    font-size: 28px;
    letter-spacing: -0.7px;
  } 
  #smart .smart-box .smart-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #smart .smart-box .smart-content {
    font-size: 26px;
    letter-spacing: -0.65px;
  }
  #profit .profit-container {
    padding: 0 0 100px;
  }
  #menu {
    padding: 100px 0;
    gap: 60px;
  }
  #menu .menu-container {
    gap: 40px;
  }
  #menu .tab-wrap .menu-tab {
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 12px 32px;
  }
  #menu .menu-slide .menu-slide-img {
    padding: 30px 15px;
  }
  #menu .menu-slide .menu-slide-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
    padding: 30px 0;
  }
  #shortform {
    padding: 100px 0;
    gap: 60px;
  }
  #shortform .shortform-txt-div div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}

@media(max-width: 1100px) {
  #dodram .dodram-img-wrap {
    bottom: -80px;
  }
}

@media(max-width: 1024px) {
  #dodram {
    padding: 80px 0 0;
  }
  #dodram .dodram-wrap {
    gap: 80px;
    align-items: center;
  }
  #dodram .dodram-wrap .tit-div {
    align-items: center;
    gap: 12px;
  }
  #dodram .st-tit {
    text-align: center;
  }
  #dodram .st-tit:first-child {
    justify-content: center;
    gap: 8px;
  }
  #dodram .yellow-point .yellow-light {
    left: 13.5%;
    top: -48px;
  }
  #dodram .dodram-img-wrap {
    position: static;
    justify-content: center;
    margin-bottom: -15%;
    gap: 34px;
  }
  #dodram .dodram-img-wrap .dodram-img-div {
    max-width: 100%;
  }
  #dodram .dodram-img-wrap .dodram-award-div img {
    height: 105px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img.big {
    height: 120px;
  }
  #keyword .keyword-box .keyword-box-inner {
    gap: 32px;
  }
  #keyword .keyword-box .keyword-box-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #keyword .keyword-box .keyword-box-sub {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #keyword .keyword-box .keyword-box-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #smart .smart-box .smart-num {
    font-size: 24px;
    letter-spacing: -0.6px;
  } 
  #smart .smart-box .smart-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #smart .smart-box .smart-content {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  #profit .profit-box .profit-ratio {
    right: 20px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  #main {
    padding-top: 115px;
    background: url(../img/main-mo-bg.png);
  }
  #main .main-wrap .main-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #main .main-wrap .main-tit {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  #main .main-wrap .main-tit .orange-point {
    font-size: 72px;
    letter-spacing: -1.8px;
    padding: 0 10px;
  }
  #main .main-wrap .main-tit p {
    gap: 12px;
  }
  #main .main-dot {
    width: 5px;
  }
  #dodram {
    background: url(../img/dodram-mo-bg.png);
  }
  #dodram .st-tit.yellow-point {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  #dodram .yellow-point .yellow-light {
    left: 10.5%;
  }
  #dodram .dodram-img-wrap .dodram-award-div {
    gap: 15px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img {
    height: 95px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img.big {
    height: 110px;
  }
  #keyword {
    background: url(../img/keyword-mo-bg.png);
  }
  #smart {
    padding: 80px 0;
    gap: 50px;
  }
  #smart  .smart-container {
    gap: 30px;
  }
  #smart .smart-wrap .smart-img-div {
    width: 50%;
  }
  #smart .smart-wrap .smart-box {
    padding: 20px;
    gap: 12px;
  }
  #smart .smart-box .smart-num {
    font-size: 20px;
    letter-spacing: -0.5px;
  } 
  #smart .smart-box .smart-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #smart .smart-box .smart-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #profit .profit-container {
    padding: 0 0 80px;
    gap: 50px;
  }
  #profit .profit-img-wrap {
    padding: 100px 0 0;
    border-radius: 100px 0 0 0;
    background: url(../img/profit-mo-bg.png);
  }
  #profit .profit-box .profit-box-inner {
    padding: 30px 0;
    gap: 12px;
  }
  #profit .profit-box .profit-box-branch, #profit .profit-box .profit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #profit .profit-box .profit-box-area, #profit .profit-box .profit span, #profit .profit-container .profit-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #profit .profit-box .profit {
    gap: 12px;
  }
  #profit .profit-box .profit-ratio {
    width: 100px;
    font-size: 32px;
    letter-spacing: -0.8px;
    bottom: 171px;
    right: 10px;
  }
  #menu {
    padding: 80px 0;
    gap: 50px;
  }
  #menu .menu-container {
    gap: 30px;
  }
  #menu .menu-container .tab-wrap  {
    gap: 8px;
  }
  #menu .tab-wrap .menu-tab {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 12px 24px;
  }
  #menu .menu-slide .menu-slide-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 20px 0;
  }
  #menu .menu-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #shortform {
    padding: 80px 0;
    gap: 50px;
  }
  #shortform .shortform-txt-div {
    padding: 30px;
  }
  #shortform .shortform-txt-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #shortform .shortform-swiper .swiper-slide {
    width: 196px;
  }
  #shortform .shortform-wrap .phone-frame {
    width: 277px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #main .main-wrap .main-tit p {
    flex-direction: column;
    gap: 0;
  }
  #keyword .keyword-box .keyword-box-inner {
    gap: 24px;
  }
  #keyword .keyword-box .keyword-box-sub {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #keyword .keyword-box .keyword-box-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #smart {
    padding: 70px 0;
    gap: 40px;
  }
  #smart  .smart-container {
    gap: 20px;
  }
  #smart .smart-box .smart-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #smart .smart-box .smart-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #profit .profit-container {
    padding: 0 0 70px;
    gap: 40px;
  }
  #profit .profit-box .profit-box-branch, #profit .profit-box .profit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #profit .profit-box .profit-box-area, #profit .profit-box .profit span, #profit .profit-container .profit-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #profit .profit-box .profit-ratio {
    width: 80px;
    font-size: 28px;
    letter-spacing: -0.7px;
    bottom: 161px;
  }
  #menu {
    padding: 70px 0;
    gap: 40px;
  }
  #menu .menu-container {
    gap: 20px;
  }
  #shortform {
    padding: 70px 0;
    gap: 40px;
  }
}

@media (max-width: 650px) {
  #main .main-wrap .main-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #main .main-wrap .main-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #main .main-wrap .main-tit .orange-point {
    font-size: 64px;
    letter-spacing: -1.6px;
    padding: 0 6px;
    border-radius: 6px;
  }
  #main .main-dot {
    display: none;
  }
  #dodram .st-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #dodram .st-tit:first-child {
    gap: 4px;
  }
  #dodram .st-tit.yellow-point {
    font-size: 60px;
    letter-spacing: -1.55px;
  }
  #dodram .yellow-point .yellow-light {
    left: 5%;
    top: -50px;
  }
  #dodram .dodram-img-wrap {
    width: 140%;
    margin-bottom: -20%;
  }
  #dodram .dodram-img-wrap .dodram-award-div {
    gap: 10px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img {
    height: 80px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img.big {
    height: 95px;
  }
  #keyword .keyword-wrap .keyword-box {
    width: 100%;
  }
  #smart .smart-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  #smart .smart-wrap:nth-child(2n) {
    flex-direction: column-reverse;
  }
  #smart .smart-wrap .smart-img-div, #smart .smart-box {
    width: 100%;
  }
  #smart .smart-box {
    margin: 0 !important;
    padding: 15px;
  }
  #smart .smart-box .smart-content {
    text-align: left !important;
  }
  #profit .profit-img-wrap {
    padding: 80px 0 0;
    height: 400px;
  }
  #profit .profit-img-wrap .profit-ellipse {
    width: 130%;
    height: 90px;
  }
  #profit .profit-container .profit-box-wrap {
    gap: 10px;
  }
  #profit .profit-box-wrap .profit-box {
    width: calc(50% - 5px);
    border-radius: 12px;
  }
  #profit .profit-box .profit-box-inner {
    padding: 20px 0;
    gap: 8px;
  }
  #profit .profit-box .profit {
    gap: 8px;
  }
  #profit .profit-box .profit-box-branch, #profit .profit-box .profit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #profit .profit-box .profit-box-area, #profit .profit-box .profit span, #profit .profit-container .profit-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #profit .profit-box .profit-ratio {
    width: 75px;
    font-size: 24px;
    letter-spacing: -0.6px;
    bottom: 131px;
  }
  #menu .st-tit .orange-point {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 120%;
  }
  #menu .tab-wrap .menu-tab {
    padding: 8px 16px;
    border-radius: 45px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #menu .menu-swiper .menu-slide {
    border-radius: 10px;
  }
  #menu .menu-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
    border-radius: 45px;
  }
  #menu .nav-wrap .nav-btn {
    width: 50px;
  }
  #shortform {
    padding: 70px 0 0;
  }
  #shortform .shortform-txt-div {
    padding: 20px;
    border-radius: 10px;
  }
  #shortform .shortform-txt-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #shortform .shortform-store {
    position: static;
    width: 95%;
    margin: -30px 0;
  }
  #shortform .shortform-swiper .swiper-slide {
    width: 165px;
  }
  #shortform .shortform-wrap .phone-frame {
    width: 233px;
  }
}

@media (max-width: 480px) {
  #main .main-wrap .main-sub-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #main .main-wrap .main-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #main .main-wrap .main-tit .orange-point {
    font-size: 60px;
    letter-spacing: -1.5px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img {
    height: 60px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img.big {
    height: 70px;
  }
  #smart .smart-wrap .smart-box {
    padding: 12px;
  }
  #smart .smart-box .smart-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #profit .profit-box .profit {
    flex-direction: column;
  }
  #profit .profit-box .profit span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #profit .profit-box .profit-ratio {
    width: 60px;
    font-size: 20px;
    letter-spacing: -0.5px;
    bottom: unset;
    top: 110px;
    padding: 0;
  }
  #profit .profit-box-wrap .profit-box img {
    height: 140px;
    object-fit: cover;
  }
  #menu .st-tit  {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #menu .menu-wrap .menu-swiper {
    width: 95%;
  }
  #shortform .st-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #shortform .shortform-txt-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}

@media(max-width: 370px) {
  #dodram .st-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img {
    height: 50px;
  }
  #dodram .dodram-img-wrap .dodram-award-div img.big {
    height: 60px;
  }
  #smart .smart-box {
    gap: 8px;
  }
  #smart .smart-box .smart-num {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 4px 8px;
  }
  #smart .smart-box .smart-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #smart .smart-box .smart-content {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #profit .profit-img-wrap {
    height: 350px;
    border-radius: 50px 0 0 0;
  }
  #profit .profit-img-wrap .profit-ellipse {
    height: 75px;
  }
  #profit .profit-box-wrap .profit-box {
    width: 100%;
  }
  #profit .profit-box .profit-box-inner {
    padding: 15px 0;
    gap: 6px;
  } 
  #profit .profit-box .profit {
    gap: 6px;
  }
  #menu .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #menu .st-tit .orange-point {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #menu .tab-wrap .menu-tab, #menu .menu-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #menu .menu-slide .menu-slide-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #shortform .shortform-txt-div {
    padding: 15px;
    gap: 12px;
  }
  #shortform .st-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #shortform .shortform-txt-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media(max-width: 350px) {
  #main .main-wrap .main-sub-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #main .main-wrap .main-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #main .main-wrap .main-tit .orange-point {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
}

@media(max-width: 310px) {
  #menu .tab-wrap .menu-tab, #menu .menu-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}
