@charset "UTF-8";
@keyframes slideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100px);
  }
}
@keyframes sec1PotRotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes sec1PotRotateCounterClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#sec1 {
  position: relative;
  overflow: hidden;
  margin-top: 82px;
  height: 695px;
  background: url("../imgs/sec1_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  #sec1 {
    margin-top: 65px;
    height: 590px;
    background-image: url("../imgs/sec1_bg_m.png");
  }
}
#sec1 .sec1-img-slot {
  position: absolute;
  display: block;
}
#sec1 .sec1-img-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sec1 .badge {
  top: 0;
  left: 26px;
  width: 140px;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 991.98px) {
  #sec1 .badge {
    left: calc(50% - 39px);
    width: 78px;
    height: auto;
  }
}
#sec1 .pot1 {
  top: -58px;
  right: 300px;
  width: 497px;
  transform-origin: center;
}
#sec1 .pot1.aos-animate {
  animation: sec1PotRotateClockwise 18s linear 900ms infinite;
}
@media screen and (max-width: 1599.98px) {
  #sec1 .pot1 {
    right: 18.7617260788vw;
    width: 31.0819262039vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sec1 .pot1 {
    top: 15px;
    right: -89px;
    width: 250px;
  }
}
#sec1 .pot2 {
  right: 566px;
  bottom: -115px;
  width: 427px;
  transform-origin: center;
}
#sec1 .pot2.aos-animate {
  animation: sec1PotRotateCounterClockwise 18s linear 1000ms infinite;
}
@media screen and (max-width: 1599.98px) {
  #sec1 .pot2 {
    right: 35.397123202vw;
    width: 26.7041901188vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sec1 .pot2 {
    right: 174px;
    bottom: 8px;
    width: 223px;
  }
}
#sec1 .pot3 {
  right: 0;
  bottom: -138px;
  width: 490px;
  transform-origin: center;
}
#sec1 .pot3.aos-animate {
  animation: sec1PotRotateClockwise 18s linear 1100ms infinite;
}
@media screen and (max-width: 1599.98px) {
  #sec1 .pot3 {
    width: 30.6441525954vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sec1 .pot3 {
    right: -83px;
    bottom: 31px;
    width: 245px;
  }
}
#sec1 .sec1-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 285px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #sec1 .sec1-content {
    padding-top: 180px;
  }
}
#sec1 .sec1-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 600;
  font-family: "MaruBuri", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec1 .sec1-kicker {
    gap: 6px;
    margin-bottom: 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec1 .sec1-kicker img {
    width: 65px;
  }
}
#sec1 .sec1-kicker .line2 {
  transform: rotate(180deg);
}
#sec1 h2 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 78px;
  line-height: 1;
  padding-top: 17px;
  letter-spacing: -0.02em;
}
.window #sec1 h2 {
  padding-top: 7px;
  margin-bottom: 21px;
}
@media screen and (max-width: 991.98px) {
  .window #sec1 h2 {
    padding-top: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec1 h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 11px;
    font-size: 40px;
  }
}
#sec1 .sec1-copy {
  position: relative;
  padding-left: 86px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "MaruBuri", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
#sec1 .sec1-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 70px;
  border-radius: 8px;
  background: url("../imgs/sec1_sign.png") no-repeat center/contain;
}
#sec1 .sec1-copy span {
  color: #e93122;
}
@media screen and (max-width: 991.98px) {
  #sec1 .sec1-copy {
    padding-left: 50px;
    font-size: 14px;
  }
  #sec1 .sec1-copy::before {
    width: 40px;
    height: 38px;
  }
}

#sec2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 170px 0;
  background: url("../imgs/sec2_bg.png") no-repeat center/cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec2 {
    display: none;
  }
}
#sec2 .sec2-content {
  position: relative;
  z-index: 1;
}
#sec2 .sec2-kicker {
  margin-bottom: 23px;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.window #sec2 .sec2-kicker {
  margin-bottom: 10px;
}
#sec2 .sec2-kicker strong {
  font-weight: 800;
}
#sec2 .sec2-kicker .sec2-dot-word {
  position: relative;
  display: inline-block;
}
#sec2 .sec2-kicker .sec2-dot-word::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 45%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: -37px 0 0 #fff, 35px 0 0 #fff;
}
#sec2 h2,
#sec2 .sec2-brand {
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 65px;
  line-height: 1.34;
  letter-spacing: -0.04em;
}
#sec2 h2 {
  padding-top: 17px;
}
#sec2 h2 span {
  position: relative;
  display: inline-block;
  padding: 4px 6px 12px;
  line-height: 1;
}
#sec2 h2 span:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -32px;
  display: block;
  width: 129%;
  height: 121%;
  background: url("../imgs/sec2_txt_bg.png") no-repeat center/contain;
  z-index: -1;
}
.window #sec2 h2 span:before {
  top: -19px;
}
#sec2 .sec2-brand {
  font-size: 75px;
}

#sec3 {
  position: relative;
  overflow: hidden;
  height: 340px;
  display: flex;
  align-items: center;
  background: url("../imgs/sec3_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  #sec3 {
    height: 306px;
    background-image: url("../imgs/sec3_bg_m.png");
  }
}
#sec3 .sec3-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 41px;
  width: max-content;
  animation: sec3Rolling 8s linear infinite;
}
@media screen and (max-width: 991.98px) {
  #sec3 .sec3-track {
    gap: 22px;
    animation-duration: 10s;
    animation-name: sec3RollingM;
  }
}
#sec3 .sec3-card-list {
  display: flex;
  gap: 41px;
}
@media screen and (max-width: 991.98px) {
  #sec3 .sec3-card-list {
    gap: 22px;
  }
}
#sec3 .sec3-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: 267px;
  height: 208px;
  padding-top: 34px;
  border-radius: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec3 .sec3-card {
    width: 198px;
    height: 156px;
    padding-top: 26px;
    border-radius: 7px;
  }
}
#sec3 .sec3-card-bg {
  position: absolute;
  inset: 0;
}
#sec3 .sec3-branch,
#sec3 .sec3-label,
#sec3 strong {
  position: relative;
  z-index: 1;
}
#sec3 .sec3-branch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 173px;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 24px;
  border-radius: 999px;
  background-color: #f33124;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec3 .sec3-branch {
    min-width: 135px;
    height: 38px;
    margin-bottom: 13px;
    padding: 0 18px;
    font-size: 22px;
  }
}
#sec3 .sec3-label {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec3 .sec3-label {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
#sec3 strong {
  display: block;
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec3 strong {
    font-size: 33px;
  }
}

@keyframes sec3Rolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 20.5px));
  }
}
@keyframes sec3RollingM {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}
#sec4 {
  position: relative;
  overflow: hidden;
  padding: 180px 0;
  background: url("../imgs/sec4_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  #sec4 {
    padding: 80px 0;
    background-image: url("../imgs/sec4_bg_m.png");
  }
}
#sec4 .sec4-head {
  margin-bottom: 44px;
  text-align: center;
  color: #202020;
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-head {
    margin-bottom: 37px;
  }
}
#sec4 .sec4-head p {
  letter-spacing: -0.02em;
}
#sec4 .sec4-head p:first-child {
  margin-bottom: 21px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "MaruBuri", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-head p:first-child {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
#sec4 .sec4-head h2 {
  color: #ed2f22;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 75px;
  line-height: 1;
  padding-top: 17px;
  margin-bottom: 3px;
}
.window #sec4 .sec4-head h2 {
  padding-top: 3px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-head h2 {
    margin-bottom: 13px !important;
    font-size: 37px;
  }
}
#sec4 .sec4-head p:last-child {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-head p:last-child {
    font-size: 15px;
    line-height: 1.42;
  }
}
#sec4 .sec4-head p:last-child strong {
  font-weight: 700;
}
#sec4 .sec4-head p:last-child strong.red {
  color: #ed2f22;
}
#sec4 .sec4-swiper {
  overflow: visible;
}
#sec4 .sec4-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media screen and (max-width: 1599.98px) {
  #sec4 .sec4-list {
    gap: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec4 .sec4-list {
    display: flex;
    gap: 0;
  }
}
#sec4 .sec4-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  #sec4 .sec4-card {
    width: 300px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec4 .sec4-card {
    width: 191px;
  }
}
@media screen and (min-width: 992px) {
  #sec4 .sec4-card {
    transition: all 0.3s;
  }
  #sec4 .sec4-card:hover {
    transform: scale(1.1);
  }
}
#sec4 .sec4-card .inner {
  position: relative;
  height: 400px;
  padding: 0 10px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-card .inner {
    height: 285px;
    padding: 0 5px 17px;
    flex: 0 0 auto;
  }
}
#sec4 .sec4-card .foodimg {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 207px;
  height: 207px;
  object-fit: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-card .foodimg {
    top: 30px;
    width: 148px;
    height: 148px;
  }
}
#sec4 .sec4-card-dark .inner {
  background: url("../imgs/sec4_img1_bg.png") no-repeat center/cover;
}
#sec4 .sec4-card-red .inner {
  background: url("../imgs/sec4_img2_bg.png") no-repeat center/cover;
}
#sec4 .sec4-card-red .sec4-card-text em {
  background-color: #232323;
  color: #fff;
}
#sec4 .sec4-brand {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 116px;
  transform: translateX(-50%);
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-brand {
    width: 75px;
    height: 90px;
  }
}
#sec4 .sec4-card-text {
  position: relative;
  z-index: 2;
}
#sec4 em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 128px;
  margin-bottom: 17px;
  padding: 0 16px;
  border-radius: 999px;
  background-color: #f33124;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec4 em {
    height: 26px;
    min-width: 86px;
    margin-bottom: 7px;
    padding: 0 12px;
    background-color: #151515;
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-card-dark em {
    background-color: #f33124;
  }
}
#sec4 .sec4-card-text p {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #sec4 .sec4-card-text p {
    font-size: 18px;
    line-height: 1.28;
  }
}
#sec4 .sec4-card-text p b {
  font-weight: 600;
}

#sec5 {
  --sec5-artboard-width: 1920px;
  --sec5-tile-width: 330px;
  --sec5-tile-height: 186px;
  --sec5-tile-gap: 28px;
  --sec5-tile-radius: 18px;
  position: relative;
  overflow: hidden;
  padding: 290px 0;
  background: #eee url("../imgs/sec5_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 991.98px) {
  #sec5 {
    --sec5-artboard-width: max(100%, 375px);
    --sec5-mobile-scale: clamp(1, calc(1 + ((100vw - 375px) / 1371px)), 1.45);
    --sec5-tile-width: 133px;
    --sec5-tile-height: 77px;
    --sec5-tile-gap: 11px;
    --sec5-tile-radius: 9px;
    padding: 146px 0;
    background-image: url("../imgs/sec5_bg_m.png");
  }
}
#sec5 .sec5-food-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: var(--sec5-artboard-width);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-food-grid {
    gap: 10px;
    width: 848px;
  }
}
#sec5 .sec5-food-grid.aos-animate .food-tile {
  animation-name: sec5-food-fade-left;
}
#sec5 .sec5-food-row {
  --sec5-roll-distance: calc((var(--sec5-tile-width) + var(--sec5-tile-gap)) * 6);
  width: max-content;
}
#sec5 .sec5-food-track,
#sec5 .sec5-food-set {
  display: flex;
  gap: var(--sec5-tile-gap);
  width: max-content;
}
#sec5 .sec5-food-track {
  animation: sec5-roll-left 34s linear 1.6s infinite;
}
#sec5 .sec5-food-row-1,
#sec5 .sec5-food-row-3 {
  margin-left: -100px;
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-food-row-1,
  #sec5 .sec5-food-row-3 {
    margin-left: -38px;
  }
}
#sec5 .sec5-food-row-2 {
  --sec5-roll-distance: calc((var(--sec5-tile-width) + var(--sec5-tile-gap)) * 7);
  margin-left: -345px;
}
#sec5 .sec5-food-row-2 .sec5-food-track {
  animation-name: sec5-roll-right;
  animation-duration: 40s;
}
@media (width < 1920px) {
  #sec5 .sec5-food-row-2 {
    --sec5-roll-distance: calc((var(--sec5-tile-width) + var(--sec5-tile-gap)) * 6);
    margin-left: 13px;
  }
  #sec5 .sec5-food-row-2 .sec5-food-track {
    animation-duration: 34s;
  }
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-food-row-2 {
    margin-left: -13px;
  }
}
#sec5 .food-tile {
  flex: 0 0 var(--sec5-tile-width);
  overflow: hidden;
  width: var(--sec5-tile-width);
  height: var(--sec5-tile-height);
  border-radius: var(--sec5-tile-radius);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  animation-duration: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@media screen and (max-width: 991.98px) {
  #sec5 .food-tile {
    width: var(--sec5-tile-width);
    height: var(--sec5-tile-height);
  }
}
#sec5 .food-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec5 .sec5-food-row-1 .sec5-food-set:first-child .food-tile:nth-child(2) {
  animation-delay: 100ms;
}
#sec5 .sec5-food-row-1 .sec5-food-set:first-child .food-tile:nth-child(3) {
  animation-delay: 200ms;
}
#sec5 .sec5-food-row-1 .sec5-food-set:first-child .food-tile:nth-child(4) {
  animation-delay: 300ms;
}
#sec5 .sec5-food-row-1 .sec5-food-set:first-child .food-tile:nth-child(5) {
  animation-delay: 400ms;
}
#sec5 .sec5-food-row-1 .food-tile:nth-child(6),
#sec5 .sec5-food-row-1 .sec5-food-set:nth-child(2) .food-tile {
  animation-delay: 500ms;
}
#sec5 .sec5-food-row-2 .sec5-food-set:first-child .food-tile:nth-child(-n+3) {
  animation-delay: 600ms;
}
#sec5 .sec5-food-row-2 .sec5-food-set:first-child .food-tile:nth-child(4) {
  animation-delay: 700ms;
}
#sec5 .sec5-food-row-2 .sec5-food-set:first-child .food-tile:nth-child(5) {
  animation-delay: 800ms;
}
#sec5 .sec5-food-row-2 .sec5-food-set:first-child .food-tile:nth-child(6) {
  animation-delay: 900ms;
}
#sec5 .sec5-food-row-2 .food-tile:nth-child(7),
#sec5 .sec5-food-row-2 .sec5-food-set:nth-child(2) .food-tile {
  animation-delay: 1000ms;
}
#sec5 .sec5-food-row-3 .sec5-food-set:first-child .food-tile:nth-child(1) {
  animation-delay: 1100ms;
}
#sec5 .sec5-food-row-3 .sec5-food-set:first-child .food-tile:nth-child(2) {
  animation-delay: 1200ms;
}
#sec5 .sec5-food-row-3 .sec5-food-set:first-child .food-tile:nth-child(3) {
  animation-delay: 1300ms;
}
#sec5 .sec5-food-row-3 .sec5-food-set:first-child .food-tile:nth-child(4) {
  animation-delay: 1400ms;
}
#sec5 .sec5-food-row-3 .sec5-food-set:first-child .food-tile:nth-child(5) {
  animation-delay: 1500ms;
}
#sec5 .sec5-food-row-3 .food-tile:nth-child(6),
#sec5 .sec5-food-row-3 .sec5-food-set:nth-child(2) .food-tile {
  animation-delay: 1600ms;
}
@media (width < 1920px) {
  #sec5 .tile-desktop-leading {
    display: none;
  }
}
#sec5 .sec5-food-main {
  position: absolute;
  bottom: -428px;
  left: 50%;
  z-index: 0;
  width: 961px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
#sec5 .sec5-food-main img {
  display: block;
  width: 100%;
  transform-origin: center center;
  animation: sec5-food-spin 24s linear infinite normal;
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-food-main {
    bottom: -106px;
    width: 296px;
    transform: translateX(-50%) scale(var(--sec5-mobile-scale));
    transform-origin: center bottom;
  }
}
@keyframes sec5-food-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes sec5-roll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--sec5-roll-distance) * -1));
  }
}
@keyframes sec5-roll-right {
  from {
    transform: translateX(calc(var(--sec5-roll-distance) * -1));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes sec5-food-fade-left {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#sec5 .sec5-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 632px;
  min-height: 805px;
  padding: 190px 60px 70px;
  border: 3px solid #c42518;
  background-color: rgba(19, 19, 19, 0.84);
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-panel {
    width: 270px;
    max-width: auto;
    min-height: auto;
    padding: 70px 10px 54px;
    border-width: 2px;
  }
}
#sec5 .corner {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0.55;
}
@media screen and (max-width: 991.98px) {
  #sec5 .corner {
    position: absolute;
    width: 20px;
    height: 22px;
  }
}
#sec5 .corner-lt {
  top: 22px;
  left: 22px;
}
@media screen and (max-width: 991.98px) {
  #sec5 .corner-lt {
    top: 14px;
    left: 14px;
  }
}
#sec5 .corner-rt {
  top: 22px;
  right: 22px;
  transform: rotate(90deg);
}
@media screen and (max-width: 991.98px) {
  #sec5 .corner-rt {
    top: 14px;
    right: 14px;
  }
}
#sec5 .corner-lb {
  bottom: 22px;
  left: 22px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 991.98px) {
  #sec5 .corner-lb {
    bottom: 14px;
    left: 14px;
  }
}
#sec5 .corner-rb {
  right: 22px;
  bottom: 22px;
  transform: rotate(180deg);
}
@media screen and (max-width: 991.98px) {
  #sec5 .corner-rb {
    right: 14px;
    bottom: 14px;
  }
}
#sec5 .sec5-eyebrow,
#sec5 h2,
#sec5 strong,
#sec5 .sec5-copy {
  position: relative;
  z-index: 1;
}
#sec5 .sec5-eyebrow {
  margin-bottom: 9px;
  font-family: "MaruBuri", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-eyebrow {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
#sec5 h2 {
  margin-bottom: 54px;
  padding-top: 17px;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 991.98px) {
  #sec5 h2 {
    margin-bottom: 36px;
    padding-top: 11px;
    font-size: 25px;
    line-height: 1.28;
  }
}
#sec5 h2 span {
  color: #e93121;
}
#sec5 strong {
  display: block;
  margin-bottom: 30px;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  padding-top: 9px;
}
.window #sec5 strong {
  padding-top: 0;
  margin-bottom: 49px;
}
@media screen and (max-width: 991.98px) {
  #sec5 strong {
    margin-bottom: 17px;
    font-size: 44px;
  }
  .window #sec5 strong {
    margin-bottom: 31px;
  }
}
#sec5 .sec5-copy {
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #sec5 .sec5-copy {
    font-size: 12px;
  }
}

#sec6 {
  position: relative;
  overflow: hidden;
  min-height: clamp(0px, 84.5138888889vw, 1217px);
  background: #050505 url("../imgs/sec6_bg.png") no-repeat center top/auto 100%;
  color: #ffffff;
  text-align: center;
}
#sec6 .txt {
  position: absolute;
  top: clamp(0px, 12.5694444444vw, 181px);
  left: 50%;
  z-index: 2;
  width: clamp(0px, 62.5vw, 900px);
  transform: translateX(-50%);
}
#sec6 .txt p:first-child {
  margin-bottom: clamp(0px, 1.7361111111vw, 25px);
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(0px, 3.8194444444vw, 55px);
  line-height: 1;
  letter-spacing: -0.03em;
}
#sec6 .txt h2 {
  margin-bottom: -0.43em;
  padding-bottom: clamp(0px, 3.8194444444vw, 55px);
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(0px, 5.2083333333vw, 75px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
#sec6 .txt h2 span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 clamp(0px, 0.6944444444vw, 10px);
  line-height: 1;
}
#sec6 .txt h2 span::before {
  content: "";
  position: absolute;
  top: -0.35em;
  right: 0;
  left: 0;
  z-index: -1;
  height: 1.2em;
  background-color: #ef3023;
}
.window #sec6 .txt h2 span::before {
  top: -0.12em;
}
#sec6 .txt p:last-child {
  font-size: clamp(0px, 2.2222222222vw, 32px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
#sec6 .txt p:last-child strong {
  font-weight: 700;
}
#sec6 .list {
  position: absolute;
  top: clamp(0px, 35.9027777778vw, 517px);
  left: 50%;
  z-index: 2;
  width: clamp(0px, 65.625vw, 945px);
  height: clamp(0px, 37.1527777778vw, 535px);
  transform: translateX(-50%);
}
#sec6 .list.aos-animate .item {
  transform: translateY(0);
  opacity: 1;
}
#sec6 .item {
  position: absolute;
  font-size: clamp(0px, 2.0833333333vw, 30px);
  line-height: 1.28;
  transition: transform 0.7s ease, opacity 0.7s ease;
}
#sec6 .item:nth-child(1) {
  top: clamp(0px, 1.25vw, 18px);
  left: 0;
  transition-delay: 0.3s;
}
#sec6 .item:nth-child(2) {
  top: clamp(0px, 1.25vw, 18px);
  right: 0;
  transition-delay: 0.5s;
}
#sec6 .item:nth-child(3) {
  bottom: 14px;
  left: clamp(0px, 4.5833333333vw, 66px);
  transition-delay: 0.7s;
}
#sec6 .item:nth-child(4) {
  right: clamp(0px, 3.2638888889vw, 47px);
  bottom: 14px;
  transition-delay: 0.9s;
}
#sec6 .item strong {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: calc(clamp(0px, 0.2777777778vw, 4px) - 0.4em);
  padding: clamp(0px, 0.5555555556vw, 8px) clamp(0px, 1.25vw, 18px) clamp(0px, 1.3888888889vw, 20px);
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(0px, 2.5694444444vw, 37px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}
.window #sec6 .item strong {
  padding-top: clamp(0px, 0.4166666667vw, 6px);
}
#sec6 .item strong::before {
  content: "";
  position: absolute;
  top: clamp(-13px, -0.9027777778vw, 0px);
  left: 50%;
  z-index: -1;
  width: clamp(0px, 12.6388888889vw, 182px);
  height: clamp(0px, 4.0972222222vw, 59px);
  background: url("../imgs/sec6_txt_bg.png") no-repeat center/contain;
  transform: translateX(-50%);
}
.window #sec6 .item strong::before {
  top: clamp(-6px, -0.4166666667vw, 0px);
  margin-bottom: 2px;
}
@media screen and (max-width: 991.98px) {
  .window #sec6 .item strong::before {
    top: clamp(-17px, -1.1805555556vw, 0px);
  }
}
#sec6 .item p {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2901960784);
}
.window #sec6 .item p {
  margin-top: 9px;
}
@media screen and (max-width: 991.98px) {
  #sec6 {
    min-height: 203.7333333333vw;
    background: #050505 url("../imgs/sec6_bg_m.png") no-repeat center top/100% auto;
  }
  #sec6 .txt {
    top: 23.2vw;
    width: 100%;
  }
  #sec6 .txt p:first-child {
    margin-bottom: 2.4vw;
    font-size: 6.6666666667vw;
  }
  #sec6 .txt h2 {
    margin-bottom: -0.4em;
    padding-bottom: 8vw;
    font-size: 8.5333333333vw;
  }
  #sec6 .txt h2 span {
    padding: 0 2.4vw;
  }
  #sec6 .txt p:last-child {
    font-size: 3.7333333333vw;
  }
  #sec6 .list {
    top: 116.8vw;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 77.3333333333vw;
    height: auto;
  }
  #sec6 .list::before, #sec6 .list::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.55);
    transition: opacity 0.4s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
  }
  #sec6 .list::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
  }
  #sec6 .list::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
  }
  #sec6 .list.aos-animate::before, #sec6 .list.aos-animate::after {
    transform: scale(1);
    opacity: 1;
  }
  #sec6 .item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-height: 34.6666666667vw;
    padding: 0 1.6vw 3.2vw;
    font-size: 4vw;
    line-height: 1.22;
  }
  #sec6 .item:nth-child(n) {
    inset: auto;
  }
  #sec6 .item:nth-child(1) {
    transition-delay: 0.7s !important;
  }
  #sec6 .item:nth-child(2) {
    transition-delay: 0.9s !important;
  }
  #sec6 .item:nth-child(3) {
    transition-delay: 1.1s !important;
  }
  #sec6 .item:nth-child(4) {
    transition-delay: 1.3s !important;
  }
  #sec6 .item:nth-child(n+3) {
    padding-top: 6.6666666667vw;
  }
  #sec6 .item strong {
    margin: 0 0 calc(2.4vw - 0.4em);
    padding: 1.3333333333vw 2.6666666667vw 1.6vw;
    font-size: 4.8vw;
  }
  #sec6 .item strong::before {
    top: -1.6vw;
    width: 24.2666666667vw;
    height: 8vw;
  }
  #sec6 .item p {
    line-height: 1.22;
  }
}

#sec7 {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 180px 0 240px;
  background: url("../imgs/sec7_bg.png") no-repeat center/cover;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec7 {
    padding: 140px 0 200px;
  }
}
@media screen and (max-width: 767.98px) {
  #sec7 {
    padding: 90px 0 64px;
  }
}
#sec7 .head {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.window #sec7 .head {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.98px) {
  #sec7 .head {
    margin-bottom: 17px;
    padding: 0 20px;
  }
  .window #sec7 .head {
    margin-bottom: 24px;
  }
}
#sec7 .eyebrow {
  margin-bottom: 32px;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 55px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec7 .eyebrow {
    margin-bottom: 22px;
    font-size: 27px;
  }
  .window #sec7 .eyebrow {
    margin-bottom: 16px;
  }
}
#sec7 h2 {
  margin-bottom: -0.04em;
  padding-bottom: 28px;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 75px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 991.98px) {
  #sec7 h2 {
    padding-bottom: 14px;
    font-size: 37px;
  }
  .window #sec7 h2 {
    margin-bottom: 4px;
  }
}
#sec7 .head p:last-child {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #sec7 .head p:last-child {
    font-size: 15px;
    line-height: 1.35;
  }
}
#sec7 .head p:last-child strong {
  font-weight: 600;
}
#sec7 .menu-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
}
#sec7 .menu-slider {
  overflow: visible;
  width: 100%;
  padding: 44px 0;
}
@media screen and (max-width: 991.98px) {
  #sec7 .menu-slider {
    padding: 24px 0;
  }
}
#sec7 .menu-slider .swiper-wrapper {
  align-items: center;
}
#sec7 .menu-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: clamp(172px, 14.0698280354vw, 270px);
  border-radius: clamp(25px, 2.0844189682vw, 40px);
  box-shadow: 1.6px 2.5px 18px 1px rgba(0, 0, 0, 0.56);
  color: #ffffff;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  aspect-ratio: 410/538;
}
@media screen and (max-width: 767.98px) {
  #sec7 .menu-slider .swiper-slide {
    transform: scale(0.64);
  }
}
#sec7 .menu-slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 35px;
  width: 60px;
  height: 84px;
  background: url("../imgs/sec7_flag.png") no-repeat center/contain;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 991.98px) {
  #sec7 .menu-slider .swiper-slide:after {
    width: 37px;
    height: 53px;
    left: 22px;
    border-bottom-left-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
  }
}
#sec7 .menu-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec7 .menu-slider .swiper-slide p {
  position: absolute;
  right: 0;
  bottom: clamp(14px, 1.3548723293vw, 26px);
  left: 0;
  margin-bottom: -0.4em;
  padding: 0 clamp(16px, 1.1464304325vw, 22px);
  color: #ffffff;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(20px, 1.8238665972vw, 35px);
  line-height: 1;
  text-align: left;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.window #sec7 .menu-slider .swiper-slide p {
  margin-bottom: 0;
}
#sec7 .menu-slider .swiper-slide-active {
  z-index: 2;
  transform: scale(1.512);
}
@media screen and (max-width: 767.98px) {
  #sec7 .menu-slider .swiper-slide-active {
    transform: scale(1);
  }
}

#sec8 {
  position: relative;
  overflow: hidden;
  padding: 152px 30px 170px;
  background: url("../imgs/sec8_bg.png") no-repeat center/cover;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sec8 {
    padding: 84px 30px;
    background-image: url("../imgs/sec8_bg_m.png");
    background-position: center top;
  }
}
@media screen and (max-width: 767.98px) {
  #sec8 .area {
    padding-right: 0;
    padding-left: 0;
  }
}
#sec8 .head {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199.98px) {
  #sec8 .head {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .head {
    margin-bottom: 37px;
  }
}
#sec8 .head h2 {
  margin-bottom: -0.4em;
  padding-bottom: 42px;
  color: #e93121;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.window #sec8 .head h2 {
  padding-bottom: 57px;
}
@media screen and (max-width: 991.98px) {
  #sec8 .head h2 {
    padding-bottom: 20px;
    font-size: 40px;
  }
  .window #sec8 .head h2 {
    padding-bottom: 32px;
  }
}
#sec8 .head p {
  font-size: 32px;
  line-height: 1.3;
}
#sec8 .head p strong {
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  #sec8 .head p {
    font-size: 16px;
    line-height: 1.4;
  }
}
#sec8 .steps {
  position: relative;
  display: grid;
  justify-content: center;
  gap: 54px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1199.98px) {
  #sec8 .steps {
    gap: 54px;
    grid-template-columns: repeat(2, 1fr);
    width: min(100%, 650px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .steps {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 144px);
    width: 100%;
  }
}
#sec8 .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 285px;
  padding: 36px 18px 55px;
  border: 3px solid #b9b9b9;
  border-radius: 8px;
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #242424;
}
@media screen and (max-width: 1199.98px) {
  #sec8 .step {
    min-height: 230px;
    padding: 24px 12px 38px;
    border-width: 2px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .step {
    width: 144px;
    min-height: 0;
    padding: 34px 8px 36px;
  }
}
#sec8 .icon img {
  display: block;
  width: 119px;
  height: auto;
}
@media screen and (max-width: 1199.98px) {
  #sec8 .icon img {
    width: 100px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .icon img {
    width: 73px;
  }
}
#sec8 h3 {
  margin-top: 18px;
  margin-bottom: -0.4em;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 1199.98px) {
  #sec8 h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 h3 {
    margin-top: 14px;
    font-size: 18px;
  }
}
#sec8 .step p {
  position: absolute;
  bottom: -28px;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 48px;
  padding-top: 9px;
  background: url("../imgs/sec8_step_bg.png") no-repeat center/contain;
  color: #ffffff;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}
.window #sec8 .step p {
  padding-top: 0;
}
@media screen and (max-width: 1199.98px) {
  #sec8 .step p {
    bottom: -20px;
    width: 112px;
    height: 37px;
    padding-top: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .step p {
    bottom: -15px;
    width: 81px;
    height: 27px;
    padding-top: 8px;
    font-size: 14px;
  }
}
#sec8 .flow {
  position: absolute;
  top: 96px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
  background-color: #f2f2f2;
}
#sec8 .flow::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #1f1f1f;
}
@media screen and (max-width: 1199.98px) {
  #sec8 .flow {
    width: 72px;
    height: 72px;
  }
  #sec8 .flow::before {
    margin-left: 5px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .flow {
    width: 52px;
    height: 52px;
  }
  #sec8 .flow::before {
    margin-left: 4px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
  }
}
#sec8 .flow-1 {
  left: calc(25% - 60px);
}
#sec8 .flow-2 {
  left: calc(50% - 47px);
}
#sec8 .flow-3 {
  left: calc(75% - 34px);
}
@media screen and (max-width: 1199.98px) {
  #sec8 .flow-1,
  #sec8 .flow-3 {
    left: 50%;
    transform: translateX(-50%);
  }
  #sec8 .flow-1 {
    top: calc((100% - 54px) / 4 - 36px);
  }
  #sec8 .flow-2 {
    display: none;
  }
  #sec8 .flow-3 {
    top: auto;
    bottom: calc((100% - 54px) / 4 - 36px);
  }
}
@media screen and (max-width: 543.98px) {
  #sec8 .flow-1 {
    top: calc((100% - 24px) / 4 - 26px);
  }
  #sec8 .flow-3 {
    bottom: calc((100% - 24px) / 4 - 26px);
  }
}

#sec9 {
  position: relative;
  overflow: hidden;
  padding: 180px 0;
  background-color: #240c0a;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  #sec9 {
    min-height: 570px;
    padding: 86px 0;
  }
}
#sec9::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../imgs/sec9_bg.png") no-repeat center top/max(100%, 1940px) auto;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  #sec9::before {
    background-image: url("../imgs/sec9_bg_m.png");
    background-position: center top;
    background-size: auto 672px;
  }
}
#sec9 h2 {
  margin-bottom: -0.4em;
  padding-bottom: 68px;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 75px;
  line-height: 1;
  letter-spacing: -0.04em;
  padding-top: 17px;
  text-align: center;
}
.window #sec9 h2 {
  padding-bottom: 88px;
}
@media screen and (max-width: 991.98px) {
  #sec9 h2 {
    padding-bottom: 40px;
    font-size: 37px;
    padding-top: 11px;
  }
  .window #sec9 h2 {
    padding-bottom: 45px;
  }
}
#sec9 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-list {
    gap: 13px;
  }
}
#sec9 .faq-item {
  overflow: hidden;
  border: 2px solid rgba(173, 173, 173, 0.7);
  border-radius: 8px;
  background-color: rgba(35, 35, 35, 0.7);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-item {
    border-width: 1px;
    border-radius: 4px;
  }
}
#sec9 .faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(233, 49, 33, 0.7);
  border-width: 3px;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-item.is-open {
    border-width: 2px;
  }
}
#sec9 .faq-item.is-open .faq-q {
  font-size: 40px;
  padding-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-item.is-open .faq-q {
    font-size: 17px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 393px) {
  #sec9 .faq-item.is-open .faq-q {
    margin-bottom: 5px;
  }
}
#sec9 .faq-item.is-open .faq-q span {
  color: #ffffff;
}
#sec9 .faq-item.is-open .faq-a {
  grid-template-rows: 1fr;
  margin-top: -34px;
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-item.is-open .faq-a {
    margin-top: -14px;
  }
}
#sec9 .faq-item.is-open .faq-a p {
  padding-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-item.is-open .faq-a p {
    padding-bottom: 12px;
  }
}
#sec9 .faq-q {
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-bottom: -0.4em;
  padding: 47px 48px 42px;
  border: 0;
  background: none;
  color: inherit;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 37px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -0.04em;
  transition: padding-bottom 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}
.window #sec9 .faq-q {
  padding: 30px 48px 42px;
}
@media screen and (max-width: 991.98px) {
  .window #sec9 .faq-q {
    padding: 14px 18px 16px;
  }
}
#sec9 .faq-q span {
  flex: 0 0 auto;
  margin-right: 7px;
  color: #d73022;
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-q {
    min-height: 50px;
    padding: 18px 18px 15px;
    font-size: 15.4px;
    line-height: 1.15;
  }
  #sec9 .faq-q span {
    margin-right: 3px;
  }
}
#sec9 .faq-a {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition: grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
  opacity: 0;
}
#sec9 .faq-a p {
  overflow: hidden;
  min-height: 0;
  padding: 0 48px 0 96px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  transition: padding-top 0.42s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 991.98px) {
  #sec9 .faq-a p {
    padding: 0 18px 0 40px;
    font-size: 12px;
    line-height: 1.45;
  }
}
@media (prefers-reduced-motion: reduce) {
  #sec9 .faq-item,
  #sec9 .faq-q,
  #sec9 .faq-a,
  #sec9 .faq-a p {
    transition: none;
  }
}

#sec-form {
  position: relative;
  overflow: hidden;
  background: #1f1f1f url("../imgs/sec10_bg.png") no-repeat center/cover;
  color: #ffffff;
}
@media screen and (max-width: 1288px) {
  #sec-form {
    background-image: url("../imgs/sec10_bg_t.png");
    background-position: left center;
  }
}
@media screen and (max-width: 991.98px) {
  #sec-form {
    min-height: 667px;
    background: #1f1f1f url("../imgs/sec10_bg_m.png") no-repeat center/cover;
  }
}
#sec-form .area {
  position: relative;
  display: grid;
  align-items: start;
  gap: 120px;
  grid-template-columns: 1fr 513px;
  padding-top: 175px;
  padding-bottom: 183px;
}
@media screen and (max-width: 1199.98px) {
  #sec-form .area {
    grid-template-columns: 1fr 460px;
    gap: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec-form .area {
    display: block;
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
#sec-form .area .badge {
  position: absolute;
  top: 0;
  right: 26px;
  width: 142px;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  #sec-form .area .badge {
    top: 0;
    right: 26px;
    width: 80px;
  }
}
#sec-form .txt h2 {
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.window #sec-form .txt h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #sec-form .txt h2 {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .window #sec-form .txt h2 {
    margin-bottom: 12px;
  }
}
#sec-form .txt p {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
#sec-form .txt p strong {
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #sec-form .txt p {
    font-size: 14px;
  }
}
#sec-form .inquiry-form {
  position: relative;
  padding-top: 64px;
}
@media screen and (max-width: 991.98px) {
  #sec-form .inquiry-form {
    padding-top: 37px;
  }
}
#sec-form .field {
  margin-bottom: 23px;
}
#sec-form .field:last-of-type {
  margin-bottom: 18px;
}
@media screen and (max-width: 991.98px) {
  #sec-form .field {
    margin-bottom: 13px;
  }
  #sec-form .field:last-of-type {
    margin-bottom: 11px;
  }
}
#sec-form .field label {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec-form .field label {
    margin-bottom: 7px;
    font-size: 16px;
  }
}
#sec-form input[type=text],
#sec-form input[type=tel],
#sec-form textarea {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 24px;
  border: 0;
  border-radius: 5px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: #ffffff;
  color: #222222;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.4;
}
#sec-form input[type=text]::placeholder,
#sec-form input[type=tel]::placeholder,
#sec-form textarea::placeholder {
  color: #909090;
}
@media screen and (max-width: 991.98px) {
  #sec-form input[type=text],
  #sec-form input[type=tel],
  #sec-form textarea {
    height: 42px;
    padding: 0 18px;
    border-radius: 3px;
    font-size: 13px;
  }
}
#sec-form textarea {
  overflow: hidden;
  min-height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: vertical;
}
@media screen and (max-width: 991.98px) {
  #sec-form textarea {
    min-height: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
#sec-form .agree {
  display: flex;
  align-items: center;
  margin: 2px 0 30px;
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec-form .agree {
    margin: 9px 0 18px;
    font-size: 13px;
  }
}
#sec-form .agree input {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 0 8px 0 0;
  border: 1px solid #ffffff;
  border-radius: 7px;
  background-color: #ffffff;
  background-position: center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  appearance: none;
}
#sec-form .agree input:checked {
  border-color: #ef3023;
  background-color: #ef3023;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.1 6.5 12 16 2' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#sec-form .agree input:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
@media screen and (max-width: 991.98px) {
  #sec-form .agree input {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    border-radius: 3px;
  }
}
#sec-form .agree label,
#sec-form .agree button {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font: inherit;
}
#sec-form .agree label {
  cursor: pointer;
}
#sec-form .agree button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-weight: 700;
}
#sec-form .agree button:focus-visible {
  border-radius: 2px;
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
#sec-form .submit {
  width: 100%;
  height: 85px;
  border: 0;
  border-radius: 8px;
  background-color: #e93121;
  color: #ffffff;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 42px;
  line-height: 2.6;
  letter-spacing: -0.04em;
  transition: background-color 160ms ease, transform 160ms ease;
  cursor: pointer;
}
.window #sec-form .submit {
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec-form .submit {
    height: 50px;
    border-radius: 4px;
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #sec-form .submit {
    transition: none;
  }
}

#sec-fix {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../imgs/secfix_bg.png") no-repeat center/cover;
  color: #fff;
  z-index: 100;
}
@media screen and (max-width: 991.98px) {
  #sec-fix {
    background-image: url("../imgs/secfix_bg_m.png");
  }
}
#sec-fix .area {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .area {
    padding-top: 16px;
    padding-bottom: 34px;
  }
}
#sec-fix .fix-form {
  display: flex;
  align-items: center;
  gap: 8px 8px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-form {
    flex-wrap: wrap;
    gap: 6px 0;
  }
}
#sec-fix .fix-brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-brand {
    display: none;
  }
}
#sec-fix .fix-logo {
  position: relative;
  flex: 0 0 auto;
  width: 83px;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-logo {
    display: none;
  }
}
#sec-fix .fix-title {
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  padding-top: 17px;
}
@media screen and (max-width: 1199.98px) {
  #sec-fix .fix-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-title {
    padding-top: 3px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767.98px) {
  #sec-fix .fix-title {
    font-size: 16px;
  }
}
.window #sec-fix .fix-title {
  padding-top: 0;
}
#sec-fix .fix-title .sign {
  width: 18px;
  margin-top: -6px;
}
#sec-fix .rightbox {
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .rightbox {
    margin-left: 0;
    width: 100%;
  }
}
#sec-fix .fix-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-fields {
    gap: 5px;
  }
}
#sec-fix input[type=text],
#sec-fix input[type=tel] {
  width: 230px;
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background-color: #fff;
  color: #222;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  outline: none;
}
@media screen and (max-width: 1300px) {
  #sec-fix input[type=text],
  #sec-fix input[type=tel] {
    width: 15.3964588145vw;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec-fix input[type=text],
  #sec-fix input[type=tel] {
    width: 160px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec-fix input[type=text],
  #sec-fix input[type=tel] {
    width: 100%;
    height: 32px;
    font-size: 12px;
    padding: 0 14px;
    border-radius: 5px;
  }
}
#sec-fix input[type=text]::placeholder,
#sec-fix input[type=tel]::placeholder {
  color: #595959;
}
#sec-fix .fix-agree {
  grid-area: agree;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-agree {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    margin-top: 7px;
  }
}
#sec-fix .fix-agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-agree label {
    gap: 5px;
  }
}
#sec-fix .fix-agree .agree-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
#sec-fix .fix-agree button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
#sec-fix .fix-agree button span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#sec-fix .fix-agree input {
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  cursor: pointer;
}
#sec-fix .fix-agree input:checked {
  border-color: #ed2c20;
  background-color: #ed2c20;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.1 6.5 12 16 2' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-agree input {
    width: 15px;
    height: 15px;
  }
}
#sec-fix .fix-submit {
  width: 270px;
  height: 69px;
  border: 0;
  border-radius: 6px;
  background-color: #f22c1f;
  color: #fff;
  font-family: "HsBombaram30", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.05em;
  cursor: pointer;
  text-align: center;
  padding-top: 17px;
}
.window #sec-fix .fix-submit {
  padding-top: 0;
}
@media screen and (max-width: 1439.98px) {
  #sec-fix .fix-submit {
    width: 250px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1199.98px) {
  #sec-fix .fix-submit {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6805671393vw;
    font-size: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  #sec-fix .fix-submit {
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 34px;
    margin-top: 0;
    font-size: 16px;
  }
}