@charset "UTF-8";
[class*=btn] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

img {
  max-width: 100%;
}

.fr-modalParent_contentsInner {
  overflow-y: auto;
}

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.main_inner {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.ac {
  text-align: center;
}

.wrapper:not(:has(header nav)) .fr-fixedAnchor {
  top: 64px !important;
  opacity: 1;
  pointer-events: auto !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* 구버전 브라우저 대응 */
  clip-path: inset(50%); /* 최신 브라우저 표준 */
  white-space: nowrap;
  border: 0;
}

.btn-link {
  padding: 12px 20px;
  border-radius: 40px;
  min-width: 120px;
  border: 1px solid #c9c9c9;
  color: #222;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 600;
}
.btn-link-wrap {
  display: flex;
  justify-items: center;
}

@media screen and (min-width: 1280px) {
  .inner_layout {
    width: 1200px;
    margin: 0 auto;
  }
  .btn-link {
    font-size: 16px;
  }
  .btn-link-wrap {
    margin-top: 48px;
  }
  .section-visual {
    overflow: hidden;
    position: relative;
  }
  .section-visual .visual-img {
    position: absolute;
    height: 85%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .section-visual .visual-img figure {
    height: 100%;
    text-align: center;
  }
  .section-visual .visual-img img {
    height: 100%;
  }
  .section-visual .icon-list-wrapper {
    width: 100%;
  }
  .section-visual .icon-list-wrapper li span {
    display: flex;
    animation: rolling-left 16s linear infinite;
    width: 2880px;
  }
  .section-visual .icon-list-wrapper li span img {
    width: 480px;
  }
  .section-visual .icon-list-wrapper li:nth-child(even) span {
    animation: rolling-right 16s linear infinite;
  }
  @keyframes rolling-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1440px);
    }
  }
  @keyframes rolling-right {
    0% {
      transform: translateX(-1440px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .section-information {
    padding-top: 100px;
  }
  .section-information .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .section-information .title strong {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 20px;
  }
  .section-information .title div {
    width: 250px;
  }
  .section-information .texts {
    margin-top: 24px;
    text-align: center;
  }
  .section-information .texts p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 16px;
    line-height: 25.92px;
  }
  .section-information .texts p + p {
    margin-top: 16px;
  }
  .section-information .texts-upcoming {
    margin-top: 48px;
    display: flex;
    justify-content: center;
  }
  .section-information .texts-upcoming p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 60px;
    background: url("../images/utme/info02.png") no-repeat 100% center;
    background-size: cover;
  }
  .section-lineups {
    margin-top: 100px;
  }
  .section-lineups h3 {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .section-lineups h3 span {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    background: #fff;
  }
  .section-lineups h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #222;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
  }
  .section-lineups .lineups-icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
  }
  .section-lineups .lineups-icon li {
    width: 120px;
    text-align: center;
  }
  .section-lineups .lineups-icon li span {
    display: block;
    background: #F7F7F7;
    border-radius: 8px;
  }
  .section-lineups .lineups-icon li strong {
    display: inline-block;
    margin-top: 12px;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  .section-lineups .lineups-detail li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 100px;
  }
  .section-lineups .lineups-detail li .num {
    position: relative;
    display: block;
    text-align: right;
  }
  .section-lineups .lineups-detail li .num span {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #222;
  }
  .section-lineups .lineups-detail li .num:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 24px);
    height: 1px;
    background: #222;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-lineups .lineups-detail li .brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }
  .section-lineups .lineups-detail li .brand strong {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .section-lineups .lineups-detail li .brand p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 16px;
    line-height: 162%;
  }
  .section-lineups .lineups-detail li .text {
    flex: 1;
  }
  .section-lineups .lineups-detail li .box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }
  .section-lineups .lineups-detail li .box .copyright {
    align-self: flex-end;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 12px;
    color: #666;
    order: 2;
  }
  .section-lineups .lineups-detail li:nth-child(even) .text {
    order: 2;
  }
  .section-lineups .text-mark {
    margin-top: 100px;
    text-align: center;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .section-lineups .text-mark span {
    display: inline-block;
    position: relative;
    padding-left: 14px;
  }
  .section-lineups .text-mark span:before {
    content: "*";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .section-banner {
    margin-top: 100px;
  }
  #section-related-pc {
    background: #f7f7f7;
    margin-top: 100px;
  }
  #section-related-pc .section-title-red {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #ED1D24;
    text-align: center;
    margin-bottom: 24px;
  }
  #section-related-pc .related-pc-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 100px 0;
  }
  #section-related-pc .related-pc-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 1200px;
  }
  #section-related-pc .related-pc-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  #section-related-pc .related-pc-row--3 .related-pc-card {
    flex: 1 0 0;
  }
  #section-related-pc .related-pc-row--2 .related-pc-card {
    flex: 0 0 auto;
    width: 394.6666666667px;
  }
  #section-related-pc .related-pc-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
    min-width: 0;
  }
  #section-related-pc .related-pc-card:hover .related-pc-img img {
    transform: scale(1.03);
  }
  #section-related-pc .related-pc-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #fff;
  }
  #section-related-pc .related-pc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  #section-related-pc .related-pc-img--split {
    display: flex;
  }
  #section-related-pc .related-pc-img--split .related-pc-img-half {
    flex: 1;
    overflow: hidden;
  }
  #section-related-pc .related-pc-img--split .related-pc-img-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-related-pc .related-pc-img--grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #section-related-pc .related-pc-img--grid4 .related-pc-img-cell {
    overflow: hidden;
  }
  #section-related-pc .related-pc-img--grid4 .related-pc-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-related-pc .related-pc-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #section-related-pc .related-pc-txt-title {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.46;
    letter-spacing: -0.576px;
    color: #222;
  }
  #section-related-pc .related-pc-txt-desc {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
  }
  #section-related-pc .related-pc-goto {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -0.336px;
    color: #575757;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  #section-related-pc .related-pc-soon {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 8px 10px;
    font-family: UniqloPro, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.26;
    color: #fff;
    background: #222;
    border-radius: 4px;
  }
  .section-map {
    margin-top: 100px;
  }
  .section-map .title {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }
  .section-map .title h3 {
    font-size: 28px;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 800;
    color: #ED1D24;
  }
  .section-map .title p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
  .section-map .box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .section-map .box figure {
    margin-top: 10px;
  }
  .section-map .box .map-info {
    order: 2;
    display: flex;
    align-items: center;
  }
  .section-map .box .map-info .text {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
  .section-map .box .map {
    order: 1;
    margin-top: 40px;
    width: 1200px;
    height: 450px;
    border: 1px solid #DBDBDB;
  }
  .section-map .box .info-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
  }
  .section-map .box .info-list li {
    display: flex;
    gap: 12px;
  }
  .section-map .box .info-list li span {
    padding-left: 26px;
    position: relative;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    width: 96px;
  }
  .section-map .box .info-list li span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section-map .box .info-list li p {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    color: #343434;
    font-size: 16px;
  }
  .section-map .box .info-list .addr span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.875' cy='7.875' r='2.375' stroke='%23222222'/%3E%3Cpath d='M9 1.625C12.4518 1.625 15.25 4.42322 15.25 7.875C15.25 10.4803 13.6841 12.6065 12.0371 14.1162C11.2202 14.8651 10.4006 15.4457 9.78516 15.8389C9.4782 16.035 9.22292 16.1832 9.0459 16.2822C9.0302 16.291 9.01445 16.2986 9 16.3066C8.98555 16.2986 8.9698 16.291 8.9541 16.2822C8.77708 16.1832 8.5218 16.035 8.21484 15.8389C7.5994 15.4457 6.77985 14.8651 5.96289 14.1162C4.3159 12.6065 2.75 10.4803 2.75 7.875C2.75 4.42322 5.54822 1.625 9 1.625Z' stroke='%23222222'/%3E%3C/svg%3E%0A");
  }
  .section-map .box .info-list .time span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6.5' stroke='%23222222'/%3E%3Cpath d='M9 6V9.27556C9 9.33079 9.04477 9.37556 9.1 9.37556H12.5352' stroke='%23222222' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
  .section-map .box .btn-link-wrap {
    order: 3;
  }
  .section-app {
    margin: 40px 0;
    padding: 28px 16px 0;
  }
}
@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .inner_layout {
    width: 100%;
  }
  .btn-link {
    font-size: 14px;
  }
  .btn-link-wrap {
    margin-top: 16px;
  }
  .section-visual {
    position: relative;
  }
  .section-visual .visual-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .section-visual .icon-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .section-visual .icon-list-wrapper {
    position: relative;
    width: 100%;
  }
  .section-visual .icon-list li {
    position: relative;
    flex-shrink: 0;
  }
  .section-visual .icon-list li:nth-child(even) {
    margin-left: -110px;
  }
  .section-visual .icon-list li:nth-child(even) span {
    animation: rolling-right 16s linear infinite;
  }
  .section-visual .icon-list li span {
    position: relative;
    display: inline-flex;
    width: calc((100vw + 110px) * 4);
    animation: rolling-left 16s linear infinite;
    will-change: transform;
  }
  .section-visual .icon-list li span:nth-child(2) {
    animation-delay: -16s;
  }
  .section-visual .icon-list li span img {
    width: calc(100vw + 110px);
  }
  @keyframes rolling-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes rolling-right {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .section-information {
    padding-top: 48px;
  }
  .section-information .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 27.2vw;
  }
  .section-information .title strong {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 16px;
  }
  .section-information .texts {
    margin-top: 32px;
  }
  .section-information .texts p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 14px;
    line-height: 22.68px;
    padding: 0 16px;
  }
  .section-information .texts p + p {
    margin-top: 16px;
  }
  .section-information .texts-upcoming {
    margin-top: 48px;
    display: flex;
    justify-content: center;
  }
  .section-information .texts-upcoming p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 0 38px;
    background: url("../images/utme/info02.png") no-repeat 100% center;
    background-size: cover;
  }
  .section-lineups {
    margin-top: 40px;
    padding: 0 16px;
  }
  .section-lineups h3 {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .section-lineups h3 span {
    display: inline-block;
    padding: 0 8px;
    background: #fff;
  }
  .section-lineups h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #222;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
  }
  .section-lineups .lineups-icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }
  .section-lineups .lineups-icon li {
    width: calc((100% - 24px) / 4);
    text-align: center;
  }
  .section-lineups .lineups-icon li span {
    display: block;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 8px;
  }
  .section-lineups .lineups-icon li strong {
    display: inline-block;
    margin-top: 8px;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 12px;
    font-weight: 600;
  }
  .section-lineups .lineups-detail li {
    margin-top: 40px;
  }
  .section-lineups .lineups-detail li .num {
    position: relative;
    display: block;
    text-align: right;
  }
  .section-lineups .lineups-detail li .num span {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #222;
  }
  .section-lineups .lineups-detail li .num:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 24px);
    height: 1px;
    background: #222;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-lineups .lineups-detail li .brand {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .section-lineups .lineups-detail li .brand strong {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  .section-lineups .lineups-detail li .brand p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 14px;
  }
  .section-lineups .lineups-detail li .box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 80px;
  }
  .section-lineups .lineups-detail li .box .copyright {
    align-self: flex-end;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 8px;
    color: #666;
  }
  .section-lineups .text-mark {
    margin-top: 40px;
    position: relative;
    padding-left: 14px;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 12px;
    color: #666;
  }
  .section-lineups .text-mark:before {
    content: "*";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .section-banner {
    padding: 0 16px;
    margin: 40px 0;
  }
  #section-related {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
    background: #f7f7f7;
  }
  #section-related .section-title-red {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #ED1D24;
    text-align: center;
    margin-bottom: 24px;
  }
  #section-related .related-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }
  #section-related .related-item {
    border-bottom: 1px solid #dbdbdb;
  }
  #section-related .related-item--last {
    border-bottom: none;
  }
  #section-related .related-item--last .related-link {
    padding-bottom: 0;
  }
  #section-related .related-link {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 0;
  }
  #section-related .related-item + .related-item .related-link {
    padding-top: 16px;
  }
  #section-related .related-img {
    width: 120px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
  }
  #section-related .related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-related .related-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
  }
  #section-related .related-txt .txt-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #section-related .related-txt .txt-bottom span {
    color: #575757;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #section-related .related-soon {
    display: inline-block;
    padding: 6px 8px;
    align-self: flex-start;
    font-family: UniqloPro, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.26;
    color: #fff;
    background: #222;
    border-radius: 4px;
  }
  #section-related .related-txt-title {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.46;
    letter-spacing: -0.576px;
    color: #222;
  }
  #section-related .related-txt-desc {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
  }
  .section-map {
    margin-top: 40px;
  }
  .section-map .title {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }
  .section-map .title h3 {
    font-size: 24px;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 800;
    color: #ED1D24;
  }
  .section-map .title p {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .section-map .box figure {
    margin: 6.4vw 12.2667vw;
  }
  .section-map .box .map {
    margin: 24px 16px 16px;
    width: calc(100% - 32px);
    height: calc(100vw - 32px);
  }
  .section-map .box .info-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 16px;
  }
  .section-map .box .info-list li {
    display: flex;
    gap: 12px;
  }
  .section-map .box .info-list li span {
    padding-left: 26px;
    position: relative;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #222;
  }
  .section-map .box .info-list li span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section-map .box .info-list li p {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    color: #343434;
  }
  .section-map .box .info-list .addr span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.875' cy='7.875' r='2.375' stroke='%23222222'/%3E%3Cpath d='M9 1.625C12.4518 1.625 15.25 4.42322 15.25 7.875C15.25 10.4803 13.6841 12.6065 12.0371 14.1162C11.2202 14.8651 10.4006 15.4457 9.78516 15.8389C9.4782 16.035 9.22292 16.1832 9.0459 16.2822C9.0302 16.291 9.01445 16.2986 9 16.3066C8.98555 16.2986 8.9698 16.291 8.9541 16.2822C8.77708 16.1832 8.5218 16.035 8.21484 15.8389C7.5994 15.4457 6.77985 14.8651 5.96289 14.1162C4.3159 12.6065 2.75 10.4803 2.75 7.875C2.75 4.42322 5.54822 1.625 9 1.625Z' stroke='%23222222'/%3E%3C/svg%3E%0A");
  }
  .section-map .box .info-list .time span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6.5' stroke='%23222222'/%3E%3Cpath d='M9 6V9.27556C9 9.33079 9.04477 9.37556 9.1 9.37556H12.5352' stroke='%23222222' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
  .section-app {
    margin: 40px 0;
    padding: 28px 16px 0;
  }
}

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