.wrapper:not(:has(header nav)) #utme {
  margin-top: -57px !important;
}

img {
  max-width: 100%;
}

.main_inner section {
  padding: 16px 16px 48px;
}

section .section-title {
  display: block;
  padding-top: 32px;
  margin-bottom: 32px;
  font-size: 22px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 600;
}
section .texts {
  margin-top: 32px;
}
section .texts p {
  font-size: 15px;
  color: #222;
  line-height: 180%;
  word-break: keep-all;
}
section .texts p + p {
  margin-top: 24px;
}
section .text-small {
  margin-top: 16px;
  font-size: 12px;
  font-family: "NanumSquareNeo", sans-serif;
  color: #848484;
}
section .text-small.ar {
  text-align: right;
}
section .text-small2 {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-family: "NanumSquare", sans-serif;
  color: #777;
}
section .text-small2.ar {
  text-align: right;
}
section .img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.img-grid-scroll {
  margin: 24px -16px 0;
  padding: 0 16px;
  overflow-x: hidden;
}
.img-grid-scroll > div {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
  transform: translateX(48%);
  transition: 0.8s ease-in-out;
}
.img-grid-scroll.active > div {
  transform: translateX(0);
}

.key-visual h3 {
  position: relative;
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 0 16px;
}
.key-visual h3 .section-title {
  margin-bottom: 45px;
}
.key-visual h3 img {
  position: absolute;
  top: calc(100% - 30px);
  max-width: 32%;
  z-index: 1;
}
.key-visual .slide-img {
  position: relative;
}
.key-visual .slide-img div {
  opacity: 0;
  animation: slide infinite 10s forwards;
}
.key-visual .slide-img div:not(.key-visual .slide-img div:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.key-visual .slide-img div:nth-of-type(1) {
  z-index: 2;
  position: relative;
}
.key-visual .slide-img div:nth-of-type(2) {
  animation-delay: 2s;
}
.key-visual .slide-img div:nth-of-type(3) {
  animation-delay: 4s;
}
.key-visual .slide-img div:nth-of-type(4) {
  animation-delay: 6s;
}
.key-visual .slide-img div:nth-of-type(5) {
  animation-delay: 8s;
}

.kumdori {
  background: #FFF6D7;
}

.reception {
  background: #f7f7f7;
}

.btn-utme {
  display: flex;
  margin: 0 16px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 42px;
}
.btn-utme:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.97848 1.98043C6.17374 1.78517 6.49025 1.78517 6.68551 1.98043L12.3522 7.6471C12.5474 7.84236 12.5474 8.15887 12.3522 8.35413L6.68551 14.0208C6.49025 14.2161 6.17374 14.2161 5.97848 14.0208C5.78322 13.8255 5.78322 13.509 5.97848 13.3138L11.2916 8.00061L5.97848 2.68746C5.78322 2.4922 5.78322 2.17569 5.97848 1.98043Z' fill='white'/%3E%3C/svg%3E%0A");
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
:root {
  --padding1: 120px;
}

@media screen and (max-width: 1600px) {
  :root {
    --padding1: 40px;
  }
  .reception .section-title {
    padding-top: 0;
  }
  .reception .pc-flex {
    padding-top: 60px;
  }
  .reception .pc-flex .pc-block.align-bottom {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .related-page {
    margin-top: 100px;
  }
  .related-page h3 {
    font-weight: 700;
    margin-bottom: 48px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    line-height: 160%; /* 35.2px */
    letter-spacing: -1.1px;
  }
  .related-page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
    width: 1176px;
    margin: 0 auto;
  }
  .related-page ul li {
    width: 30%;
  }
  .related-page ul li .title {
    padding: 16px 0;
  }
  .related-page ul li .title strong {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
  }
  .related-page ul li .title span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142%; /* 19.88px */
    letter-spacing: -0.7px;
    display: block;
    margin-top: 8px;
  }
  .store {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 48px 0;
    padding: 0 16px;
  }
  .store .thumb {
    width: 160px;
  }
  .store .title strong {
    display: block;
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 133%; /* 31.92px */
    letter-spacing: -0.48px;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .store .title span {
    display: block;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%; /* 19.88px */
    letter-spacing: -0.28px;
  }
  .store .title .btn {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 500px;
    padding: 16px 32px;
    font-size: 15px;
    color: #111;
    font-weight: 700;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .related-page {
    margin-top: 40px;
  }
  .related-page h3 {
    margin-bottom: 16px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    letter-spacing: -1.1px;
  }
  .related-page ul {
    display: grid;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .related-page ul li:nth-child(2n) .title {
    padding-left: 0;
  }
  .related-page ul li .title {
    padding: 16px;
  }
  .related-page ul li .title strong {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
  }
  .related-page ul li .title span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142%; /* 19.88px */
    letter-spacing: -0.7px;
    display: block;
    margin-top: 8px;
  }
  .related-page ul li img {
    width: 100%;
  }
  .store {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 48px 0;
    padding: 0 16px;
  }
  .store .thumb {
    flex: 1;
  }
  .store .title {
    flex: 1;
  }
  .store .title strong {
    display: block;
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 133%; /* 31.92px */
    letter-spacing: -0.48px;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .store .title span {
    display: block;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%; /* 19.88px */
    letter-spacing: -0.28px;
  }
  .store .title .btn {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 500px;
    padding: 16px 32px;
    font-size: 15px;
    color: #111;
    font-weight: 700;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --padding1: 20px;
  }
}
@media screen and (max-width: 814px) {
  .u-only-pc.section-title {
    display: none;
  }
  .related-page ul li .title strong {
    font-size: 14px;
  }
}
@media screen and (min-width: 814px) {
  .main_inner {
    max-width: unset;
    margin-right: unset;
    margin-left: unset;
    padding-right: 0;
    padding-left: 0;
  }
  .main_inner section {
    padding: 0 var(--padding1) 80px;
  }
  section .section-title {
    padding-top: 60px;
  }
  section .texts {
    margin-top: 8px;
  }
  section .texts p {
    font-size: min(16px, 1.2vw);
    word-break: initial;
  }
  .pc-flex {
    display: flex;
    gap: 40px;
  }
  .pc-flex .pc-block {
    flex: 1;
  }
  .pc-flex .align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .key-visual {
    position: fixed;
    top: 64px;
    left: 0;
    width: 568px;
    height: calc(100% - 42px - 64px);
    padding: 48px 16px 0 !important;
    background: #fff;
    overflow-y: auto;
    transition: 0s;
  }
  .key-visual h3 .section-title {
    padding-top: 0;
  }
  .key-visual h3 img {
    max-width: 26%;
  }
  .key-visual .slide-img div:not(.key-visual .slide-img div:first-child) {
    width: 100%;
  }
  .key-visual .slide-img img {
    width: 74%;
    margin: 0 auto;
  }
  .key-visual figure {
    text-align: center;
  }
  .key-visual .texts {
    padding: 0 40px;
    margin-top: 36px;
  }
  .key-visual.normal {
    position: absolute;
  }
  .pc-content {
    padding-left: 568px;
  }
  .img-grid-scroll {
    margin: 24px calc(var(--padding1) * -1) 0 0;
    padding: 0;
    padding-right: calc(var(--padding1));
  }
  .img-grid-scroll > div span {
    flex: 1;
  }
  .samusil .pc-flex {
    padding-top: 36px;
  }
  .samusil .pc-flex .pc-block:nth-of-type(1) {
    order: 2;
    align-self: flex-end;
  }
  .samusil .pc-flex .pc-block:nth-of-type(2) {
    order: 1;
    margin-left: calc(var(--padding1) * -1);
    padding-left: calc(var(--padding1));
  }
  .samusil .img-grid-scroll > div {
    transform: translateX(-48%);
  }
  .samusil .img-grid-scroll.active > div {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=utme.css.map */
