@charset "utf-8";

html,
body {
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
}

body.ai-integrated-page {
    padding: 0 !important;
    background: #11191d;
}

.ai-integrated-page * {
    letter-spacing: 0;
}

.ai-integrated-page button,
.ai-integrated-page input,
.ai-integrated-page select {
    font: inherit;
}

.ai-integrated-page button:focus-visible,
.ai-integrated-page input:focus-visible,
.ai-integrated-page select:focus-visible,
.ai-integrated-page label:focus-visible {
    outline: 2px solid #e1003c;
    outline-offset: 3px;
}

.ai-search-view {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #15191c;
}

.ai-search-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.ai-search-background::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .64);
}

.ai-search-background-item {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .8s ease;
}

.ai-search-background-item.active {
    opacity: 1;
}

.ai-search-background-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 2.2s ease;
}

.ai-search-background-item.active img {
    transform: scale(1);
}

.ai-search-content {
    position: relative;
    z-index: 10;
    width: min(1800px, 100%);
    min-height: 100vh;
    min-height: 100svh;
    margin: 0 auto;
    padding: 70px 40px 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}

.ai-search-copy {
    width: min(550px, 37%);
    flex: 0 0 auto;
}

.ai-title-box {
    margin-bottom: 38px;
}

.ai-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #e1003c;
    font-size: 14px;
    font-weight: 600;
}

.ai-eyebrow::before,
.ai-eyebrow::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #e1003c;
}

.ai-title-box h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2;
}

.ai-title-box h1 span {
    color: #e1003c;
    font-size: inherit;
}

.ai-title-box > p {
    max-width: 540px;
    color: #fff;
    font-size: 17px;
    line-height: 1.55;
}

.ai-selected-image {
    position: relative;
    min-height: 100px;
    margin-bottom: 12px;
    padding: 10px 42px 10px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .88);
}

.ai-selected-image[hidden] {
    display: none;
}

.ai-selected-image img {
    width: 92px;
    height: 80px;
    flex: 0 0 auto;
    border-radius: 4px;
    object-fit: cover;
}

.ai-selected-image strong {
    display: block;
    margin-bottom: 5px;
    color: #e1003c;
    font-size: 14px;
    font-weight: 600;
}

.ai-selected-image p {
    color: #111;
    font-size: 13px;
    line-height: 1.4;
}

.ai-search-controls {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 42px;
    gap: 10px;
}

.ai-day-select,
.ai-natural-input,
.ai-icon-button,
.ai-search-button {
    height: 42px;
    border: 0;
    border-radius: 5px;
}

.ai-day-select {
    width: 100%;
    padding: 0 26px 0 10px;
    color: #111;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
}

.ai-natural-input {
    min-width: 0;
    padding: 0 12px;
    color: #111;
    font-size: 14px;
    background: #fff;
}

.ai-natural-input:disabled {
    color: #777;
    background: #dedede;
    cursor: not-allowed;
}

.ai-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.ai-icon-button {
    position: relative;
    display: block;
    width: 42px;
    padding: 0;
    cursor: pointer;
    background: #fff;
}

.ai-upload-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-320v-326L336-542l-56-58 200-200 200 200-56 58-104-104v326h-80ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z'/%3E%3C/svg%3E");
}

.ai-search-button {
    grid-column: 1 / -1;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #e1003c;
    transition: background-color .2s ease, opacity .2s ease;
}

.ai-search-button:disabled {
    opacity: .5;
    cursor: not-allowed;
    background: #555;
}

.ai-remove-selection {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: transparent;
}

.ai-remove-selection::before,
.ai-remove-selection::after,
.ai-upload-delete::before,
.ai-upload-delete::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 1px;
    background: currentColor;
}

.ai-remove-selection::before,
.ai-upload-delete::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ai-remove-selection::after,
.ai-upload-delete::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ai-artwork-stage {
    position: relative;
    width: min(980px, 55%);
    padding: 65px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ai-artwork-swiper {
    width: 100%;
    overflow: visible;
}

.ai-artwork-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
}

.ai-artwork-swiper:not(.swiper-initialized) .swiper-slide {
    width: 25%;
    flex: 0 0 25%;
}

.ai-artwork-swiper .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-artwork-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    opacity: .5;
    transform: scale(.82);
    transform-origin: center;
    transition: opacity .4s ease, transform .4s ease;
}

.ai-artwork-card::before {
    content: "";
    display: block;
    padding-top: 163.636%;
}

.ai-artwork-swiper .swiper-slide-prev .ai-artwork-card,
.ai-artwork-swiper .swiper-slide-next .ai-artwork-card {
    opacity: .82;
    transform: scale(.92);
}

.ai-artwork-swiper .swiper-slide-active {
    z-index: 2;
}

.ai-artwork-swiper .swiper-slide-active .ai-artwork-card {
    opacity: 1;
    transform: scale(1.3);
}

.ai-artwork-button {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
}

.ai-artwork-button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ai-artwork-button.selected {
    border-color: #e1003c;
}

.ai-artwork-button.selected::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpolygon fill='%23e1003c' points='240 120 203 154 205 205 154 203 120 240 86 203 35 205 37 154 0 120 37 86 35 35 86 37 120 0 154 37 205 35 203 86'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='18' d='M87.5 118.09l22.94 22.94 42.06-42.06'/%3E%3C/svg%3E");
}

.ai-upload-delete {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 4;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background: #111;
}

.ai-thumbnail-swiper {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 20;
    width: min(440px, calc(100% - 40px));
    height: 84px;
    padding: 12px 10px;
    transform: translateX(-50%);
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.ai-thumbnail-swiper:active {
    cursor: grabbing;
}

.ai-thumbnail-swiper .swiper-wrapper {
    align-items: center;
}

.ai-thumbnail {
    width: 60px !important;
    height: 60px;
    flex: 0 0 60px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 5px;
    opacity: .58;
    cursor: pointer;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    background-position: center;
    background-size: cover;
    transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.ai-thumbnail.active {
    opacity: 1;
}

.ai-thumbnail.selected {
    border-color: #e1003c;
    transform: scale(1.16);
}

.ai-drag-message {
    position: absolute;
    inset: 10%;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1003c;
    border-radius: 6px;
    pointer-events: none;
    background: rgba(225, 0, 60, .35);
}

.ai-drag-message span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.ai-artwork-stage.dragging .ai-drag-message {
    display: flex;
}

.ai-analysis-view {
    min-height: 100vh;
    padding: 40px;
    background: #11191d;
}

.ai-analysis-view[hidden] {
    display: none;
}

.ai-result-grid {
    width: 100%;
    min-height: calc(100vh - 80px);
    display: grid;
    grid-template-columns: minmax(320px, 450px) minmax(340px, 1fr) minmax(320px, 450px);
    gap: 30px;
    align-items: stretch;
}

.ai-result-side {
    min-width: 0;
    display: flex;
    gap: 20px;
}

.ai-result-side-left > section {
    width: calc(50% - 10px);
}

.ai-result-panel {
    padding: 20px;
    overflow: auto;
    border-radius: 6px;
    background: rgba(43, 55, 61, .8);
}

.ai-result-panel h2,
.ai-result-center h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.ai-label-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-label-heading {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.ai-label-heading span {
    color: #fff;
    font-size: 12px;
}

.ai-label-list progress {
    width: 100%;
    height: 8px;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    appearance: none;
}

.ai-label-list progress::-webkit-progress-bar {
    background: rgba(255, 255, 255, .15);
}

.ai-label-list progress::-webkit-progress-value {
    background: #e1003c;
}

.ai-label-list progress::-moz-progress-bar {
    background: #e1003c;
}

.ai-color-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 10px;
}

.ai-color-list li {
    min-width: 0;
    text-align: center;
}

.ai-color-swatch {
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
}

.ai-color-list span {
    display: block;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 10px;
}

.ai-empty-copy {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.5;
}

.ai-result-center {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.ai-result-image-box {
    position: relative;
    width: min(100%, 560px);
    max-height: 62vh;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ai-result-image {
    max-width: 100%;
    max-height: 62vh;
    display: block;
    border-radius: 6px;
    object-fit: contain;
}

.ai-result-reload {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: #e1003c;
}

.ai-result-reload::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
}

.ai-result-reload::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(24deg);
}

.ai-result-comment {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
    background: rgba(43, 55, 61, .8);
}

.ai-result-comment p {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    line-height: 1.7;
}

.ai-result-side-right {
    min-width: 0;
}

.ai-tour-panel {
    width: 100%;
}

.ai-tour-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ai-tour-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 150px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
    transition: border-color .2s ease, transform .2s ease;
}

.ai-tour-card:hover,
.ai-tour-card:focus-visible,
.ai-tour-card.selected {
    border-color: #e1003c;
}

.ai-tour-card:hover {
    transform: translateY(-2px);
}

.ai-tour-card-image {
    min-width: 0;
    overflow: hidden;
}

.ai-tour-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ai-tour-card-copy {
    min-width: 0;
    padding: 16px;
}

.ai-tour-tags {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.ai-tour-tags > span {
    color: #e1003c;
    font-size: 10px;
}

.ai-tour-card-copy strong {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-size: 15px;
    line-height: 1.35;
}

.ai-tour-card-copy p {
    display: -webkit-box;
    overflow: hidden;
    color: #555;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ai-result-error {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-result-error-inner {
    width: min(520px, 100%);
    padding: 36px;
    text-align: center;
}

.ai-result-error h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
}

.ai-result-error p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
}

.ai-result-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ai-result-actions button {
    min-width: 120px;
    height: 42px;
    padding: 0 18px;
    border: 1px solid #e1003c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background: #e1003c;
}

.ai-result-actions .secondary {
    background: transparent;
}

.ai-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    background: rgba(255, 255, 255, .78);
}

.ai-loading-overlay[hidden] {
    display: none;
}

.ai-spinner {
    position: relative;
    width: 64px;
    height: 64px;
    border: 2px solid #ddd;
    border-top-color: #e1003c;
    border-radius: 50%;
    animation: ai-spin 1.2s linear infinite;
}

.ai-spinner span {
    position: absolute;
    inset: 10px;
    border: 2px solid transparent;
    border-top-color: #111;
    border-right-color: #111;
    border-radius: 50%;
    animation: ai-spin .7s linear infinite reverse;
}

.ai-loading-copy {
    text-align: center;
}

.ai-loading-copy h2 {
    margin-bottom: 8px;
    color: #111;
    font-size: 30px;
    font-weight: 500;
}

.ai-loading-copy > p {
    margin-bottom: 20px;
    color: #111;
    font-size: 14px;
}

.ai-loading-steps {
    min-height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.ai-loading-steps li {
    height: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #111;
    font-size: 13px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .3s ease, transform .3s ease;
}

.ai-loading-steps li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}

.ai-loading-steps li.active,
.ai-loading-steps li.done {
    opacity: 1;
    transform: translateY(0);
}

.ai-loading-steps li.active {
    color: #e1003c;
}

.ai-progress-track {
    width: 240px;
    height: 2px;
    overflow: hidden;
    background: #ddd;
}

.ai-progress-track span {
    width: 0;
    height: 100%;
    display: block;
    background: #e1003c;
    transition: width .4s ease;
}

.ai-notice {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 10000;
    width: min(520px, calc(100% - 40px));
    padding: 14px 18px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    background: #222;
    transform: translateX(-50%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
}

.ai-notice[hidden] {
    display: none;
}

.ai-skeleton-block {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #37444c;
}

.ai-skeleton-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 20%, rgba(255, 255, 255, .28) 50%, transparent 80%);
    transform: translateX(-100%);
    animation: ai-shimmer 1.4s linear infinite;
}

.ai-skeleton-label {
    height: 22px;
    margin-bottom: 12px;
}

.ai-skeleton-progress {
    height: 8px;
    margin-bottom: 20px;
}

.ai-skeleton-colors {
    height: 210px;
}

.ai-skeleton-image {
    width: min(100%, 500px);
    height: min(58vh, 500px);
    margin: auto;
}

.ai-skeleton-comment {
    height: 92px;
}

.ai-skeleton-tour {
    height: 150px;
    margin-bottom: 18px;
}

@keyframes ai-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ai-shimmer {
    to {
        transform: translateX(100%);
    }
}

@media (max-width: 1400px) {
    .ai-result-grid {
        grid-template-columns: minmax(260px, 360px) minmax(320px, 1fr) minmax(280px, 360px);
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .ai-search-content {
        gap: 5%;
    }

    .ai-result-grid {
        display: flex;
        flex-direction: column;
    }

    .ai-result-side-left {
        order: 2;
    }

    .ai-result-center {
        order: 1;
    }

    .ai-result-side-right {
        order: 3;
    }

    .ai-result-side-left > section {
        width: 50%;
    }

    .ai-tour-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ai-tour-card {
        grid-template-columns: 1fr;
        grid-template-rows: 180px minmax(0, 1fr);
    }
}

@media (max-width: 980px) {
    .ai-search-view {
        min-height: 100svh;
    }

    .ai-search-content {
        min-height: 100svh;
        padding: 40px 20px 110px;
        flex-direction: column;
        gap: 28px;
    }

    .ai-search-copy,
    .ai-artwork-stage {
        width: min(680px, 100%);
    }

    .ai-title-box {
        margin-bottom: 22px;
    }

    .ai-title-box h1 {
        font-size: 34px;
    }

    .ai-title-box > p {
        font-size: 15px;
    }

    .ai-artwork-stage {
        padding: 35px 0;
    }

    .ai-thumbnail-swiper {
        display: none;
    }

    .ai-analysis-view {
        padding: 20px;
    }

    .ai-tour-list {
        grid-template-columns: 1fr;
    }

    .ai-tour-card {
        grid-template-columns: 38% minmax(0, 1fr);
        grid-template-rows: minmax(150px, auto);
    }
}

@media (max-width: 640px) {
    .ai-search-content {
        justify-content: flex-start;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .ai-title-box h1 {
        font-size: 30px;
    }

    .ai-title-box > p {
        font-size: 13px;
    }

    .ai-search-controls {
        grid-template-columns: 74px minmax(0, 1fr) 42px;
    }

    .ai-artwork-stage {
        padding: 24px 0;
    }

    .ai-artwork-swiper .swiper-slide-active .ai-artwork-card {
        transform: scale(1.08);
    }

    .ai-analysis-view {
        padding: 14px;
    }

    .ai-result-side-left {
        flex-direction: column;
    }

    .ai-result-side-left > section {
        width: 100%;
    }

    .ai-tour-card {
        grid-template-columns: 1fr;
        grid-template-rows: 190px auto;
    }

    .ai-loading-copy h2 {
        font-size: 24px;
    }

    .ai-loading-copy > p {
        line-height: 1.45;
    }

    .ai-result-actions {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ai-integrated-page *,
    .ai-integrated-page *::before,
    .ai-integrated-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Image analysis result: matches the approved fair publishing layout. */
.ai-analysis-view {
    min-height: 100vh;
    padding: 40px;
    color: #fff;
    background: radial-gradient(circle at 50% 0%, #253038 0%, #141b1f 48%, #0e1417 100%);
}

.ai-analysis-view .result-grid {
    width: 100%;
    min-height: calc(100vh - 80px);
    display: grid;
    grid-template-columns: 450px minmax(0, 45%) minmax(0, 450px);
    gap: 30px;
    align-items: stretch;
    justify-content: space-between;
}

.ai-analysis-view .side-section {
    height: calc(100vh - 80px);
    display: flex;
    gap: 20px;
}

.ai-analysis-view .side-section .labels-box,
.ai-analysis-view .side-section .color-box {
    width: calc(50% - 10px);
}

.ai-analysis-view .color-pdBox,
.ai-analysis-view .side-section.ty-right {
    padding: 20px;
    border-radius: 15px;
    background: rgba(43, 55, 61, .78);
}

.ai-analysis-view .side-titBox {
    margin-bottom: 20px;
}

.ai-analysis-view .side-tit {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.ai-analysis-view .labels-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ai-analysis-view .label-Top {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.ai-analysis-view .label-tit,
.ai-analysis-view .percentage {
    color: #fff;
    font-size: 14px;
}

.ai-analysis-view .percentage {
    color: rgba(255, 255, 255, .76);
}

.ai-analysis-view .labels-list progress {
    width: 100%;
    height: 8px;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    appearance: none;
    -webkit-appearance: none;
}

.ai-analysis-view .labels-list progress::-webkit-progress-bar {
    border-radius: 0;
    background: #404a4f;
}

.ai-analysis-view .labels-list progress::-webkit-progress-value {
    border-radius: 0;
    background: linear-gradient(90deg, #80c9ec, #a4dff5);
}

.ai-analysis-view .labels-list progress::-moz-progress-bar {
    border-radius: 0;
    background: linear-gradient(90deg, #80c9ec, #a4dff5);
}

.ai-analysis-view .color-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.ai-analysis-view .color-list li {
    width: calc((100% - 20px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ai-analysis-view .color-round {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 45px;
}

.ai-analysis-view .color-valueTxt {
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1;
}

.ai-analysis-view .center-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.ai-analysis-view .imgBox {
    position: relative;
}

.ai-analysis-view .imgBox img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    display: block;
    border-radius: 15px;
    object-fit: contain;
    box-shadow: 0 22px 44px rgba(0, 0, 0, .36);
}

.ai-analysis-view .reload {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 45px;
    cursor: pointer;
    background-color: rgba(43, 55, 61, .78);
    transition: background-color .2s ease;
}

.ai-analysis-view .reload::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='M440-80q-50-5-96-24.5T256-156l56-58q29 21 61.5 34t66.5 18v82Zm80 0v-82q104-15 172-93.5T760-438q0-117-81.5-198.5T480-718h-8l64 64-56 56-160-160 160-160 56 58-62 62h6q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-438q0 137-91 238.5T520-80ZM198-214q-32-42-51.5-88T122-398h82q5 34 18 66.5t34 61.5l-58 56Zm-76-264q6-51 25-98t51-86l58 56q-21 29-34 61.5T204-478h-82Z'/%3E%3C/svg%3E");
    transition: transform .2s ease;
}

.ai-analysis-view .reload:hover {
    background-color: #e1003c;
}

.ai-analysis-view .reload:hover::before {
    transform: rotate(-180deg);
}

.ai-analysis-view .comment-box {
    max-width: 1000px;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    word-break: keep-all;
    background: rgba(43, 55, 61, .78);
}

.ai-analysis-view .comment-box .ai-tit {
    min-height: 20px;
    margin-bottom: 10px;
    padding-left: 25px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.ai-analysis-view .comment-box .ai-tit::before,
.ai-analysis-view .comment-box .ai-tit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 16 C128 70 186 128 240 128 C186 128 128 186 128 240 C128 186 70 128 16 128 C70 128 128 70 128 16 Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 20px 20px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 16 C128 70 186 128 240 128 C186 128 128 186 128 240 C128 186 70 128 16 128 C70 128 128 70 128 16 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 20px 20px;
}

.ai-analysis-view .comment-box .ai-tit::before {
    background: #fff;
    opacity: .8;
}

.ai-analysis-view .comment-box .ai-tit::after {
    pointer-events: none;
    background: linear-gradient(110deg, transparent 35%, #fff 50%, transparent 65%);
    background-size: 220% 100%;
    animation: ai-icon-shine 2.8s ease-in-out infinite;
}

.ai-analysis-view .ai-comment-copy {
    color: #fff;
}

.ai-analysis-view .aiTour-box {
    width: 100%;
    height: 100%;
}

.ai-analysis-view .featuredtour-list {
    height: calc(100% - 50px);
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

.ai-analysis-view .featuredtour-list > li {
    min-width: 0;
    min-height: 0;
    flex: 1 1 0;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
}

.ai-analysis-view .ai-tour-card {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 15px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    background: #f9f9f9;
}

.ai-analysis-view .ai-tour-card:focus-visible {
    outline: 2px solid #e1003c;
    outline-offset: -2px;
}

.ai-analysis-view .ai-tour-card .img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.ai-analysis-view .ai-tour-card .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .2s ease-out;
}

.ai-analysis-view .ai-tour-card:hover .img img {
    transform: scale(1.05);
}

.ai-analysis-view .ai-tour-card .txt-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
}

.ai-analysis-view .hash-tagList {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.ai-analysis-view .hash-tagList span {
    margin: 2px 5px 2px 0;
    padding: 0 5px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
}

.ai-analysis-view .trip-info,
.ai-analysis-view .des,
.ai-analysis-view .des strong,
.ai-analysis-view .des > span {
    display: block;
}

.ai-analysis-view .des strong {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ai-analysis-view .des > span {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ai-analysis-view .ty-skeleton .label-tit {
    width: 80px;
    height: 22px;
    position: relative;
}

.ai-analysis-view .ty-skeleton .percentage {
    width: 28px;
    height: 22px;
    position: relative;
}

.ai-analysis-view .ty-skeleton .color-valueTxt {
    width: 52px;
    height: 12px;
    position: relative;
}

.ai-analysis-view .ty-skeleton .color-round {
    position: relative;
    overflow: hidden;
}

.ai-analysis-view .ty-skeleton progress {
    position: relative;
}

.ai-analysis-view .ty-skeleton .imgBox {
    width: 100%;
    max-width: 500px;
    height: 500px;
}

.ai-analysis-view .ty-skeleton .skeleton-img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.ai-analysis-view .ty-skeleton .comment-box {
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
}

.ai-analysis-view .ty-skeleton .skeleton-comment {
    width: 100%;
    height: 20px;
    position: relative;
}

.ai-analysis-view .ty-skeleton .label-tit::after,
.ai-analysis-view .ty-skeleton .percentage::after,
.ai-analysis-view .ty-skeleton .color-valueTxt::after,
.ai-analysis-view .ty-skeleton .color-round::after,
.ai-analysis-view .ty-skeleton progress::after,
.ai-analysis-view .ty-skeleton .skeleton-comment::after,
.ai-analysis-view .ty-skeleton .skeleton-img::after,
.ai-analysis-view .ty-skeleton .side-section.ty-right .featuredtour-list > li::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    cursor: default;
    background: linear-gradient(90deg, #7b8993 25%, #c6d0d7 50%, #7b8993 75%);
    background-size: 200% 100%;
    animation: ai-fair-shimmer 1.5s linear infinite;
}

@keyframes ai-icon-shine {
    from {
        background-position: 160% 0;
    }
    to {
        background-position: -80% 0;
    }
}

@keyframes ai-fair-shimmer {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: -100% 0;
    }
}

@media (max-width: 1920px) {
    .ai-analysis-view {
        padding: 20px;
    }

    .ai-analysis-view .result-grid {
        min-height: calc(100vh - 40px);
    }

    .ai-analysis-view .side-section {
        height: calc(100vh - 40px);
    }

    .ai-analysis-view .side-section,
    .ai-analysis-view .center-section {
        gap: 20px;
    }

    .ai-analysis-view .labels-list {
        gap: 10px;
    }

    .ai-analysis-view .label-Top {
        margin-bottom: 5px;
    }

    .ai-analysis-view .label-tit,
    .ai-analysis-view .percentage {
        font-size: 12px;
    }

    .ai-analysis-view .comment-box {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .ai-analysis-view .result-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ai-analysis-view .side-section.ty-left {
        height: auto;
        order: 2;
    }

    .ai-analysis-view .side-section.ty-left .labels-box,
    .ai-analysis-view .side-section.ty-left .color-box {
        width: 50%;
    }

    .ai-analysis-view .center-section {
        order: 1;
    }

    .ai-analysis-view .side-section.ty-right {
        height: auto;
        order: 3;
    }

    .ai-analysis-view .side-section.ty-right .featuredtour-list {
        height: auto;
        flex-direction: row;
    }

    .ai-analysis-view .side-section.ty-right .featuredtour-list > li {
        width: calc((100% - 40px) / 3);
        height: 350px;
        flex: 0 0 auto;
    }
}

@media (max-width: 980px) {
    .ai-analysis-view .side-section.ty-left {
        flex-direction: column;
    }

    .ai-analysis-view .side-section.ty-left .labels-box,
    .ai-analysis-view .side-section.ty-left .color-box {
        width: 100%;
    }

    .ai-analysis-view .side-section.ty-right .featuredtour-list {
        flex-direction: column;
    }

    .ai-analysis-view .side-section.ty-right .featuredtour-list > li {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 640px) {
    .ai-analysis-view {
        padding: 14px;
    }

    .ai-analysis-view .ty-skeleton .imgBox {
        height: min(500px, calc(100vw - 28px));
    }

    .ai-analysis-view .comment-box {
        width: 100%;
    }
}

/* Integrated search uses the approved fair publishing structure. */
.ai-search-view > .sub-padding {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
}

.aiSearch-inwrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.ai-flex-contaier {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1800px;
    height: 100vh;
    height: 100svh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.ai-flex-left {
    width: 35%;
    max-width: 550px;
}

.tit-box {
    margin-bottom: 40px;
}

.point-line-text {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 40px;
    color: #e1003c;
    font-size: 14px;
    font-weight: 500;
}

.point-line-text::before,
.point-line-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #e1003c;
    transform: translateY(-50%);
}

.point-line-text::before {
    left: 0;
}

.point-line-text::after {
    right: 0;
}

.tit-box .b-tit {
    margin: 0 0 20px;
    color: #fff;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2;
}

.point-color {
    color: #e1003c;
    font-size: inherit;
}

.tit-box .s-txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.select-imgContainer {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.select-imgContainer[hidden] {
    display: none;
}

.select-imgBox {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: rgba(255, 255, 255, .6);
}

.select-imgBox > img {
    width: 100px;
    height: 100%;
    flex: 0 0 auto;
    object-fit: contain;
}

.select-imgBox .txt-box {
    min-width: 0;
}

.select-imgBox .txt-box .tit {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #e1003c;
    font-size: 14px;
    font-weight: 500;
}

.select-imgBox .txt-box .tit::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='256' height='256' viewBox='0 0 256 256' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='16' y1='16' x2='240' y2='240' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231E5EF6'/%3E%3Cstop offset='.3' stop-color='%23A822A9'/%3E%3Cstop offset='.65' stop-color='%23e1003c'/%3E%3Cstop offset='1' stop-color='%23F5B134'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M128 16C128 70 186 128 240 128C186 128 128 186 128 240C128 186 70 128 16 128C70 128 128 70 128 16Z' fill='url(%23g)'/%3E%3C/svg%3E");
}

.select-imgBox .txt-box p {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.select-imgBox .closed {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent center / cover no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='14'%3E%3Cpath d='M17.142 3.99 11.132 9.999 17.142 16.01 16.01 17.142 10.001 11.131 3.99 17.142 2.858 16.01 8.869 9.999 2.858 3.99 3.99 2.858 10.001 8.868 16.01 2.858z'/%3E%3C/svg%3E");
}

.ai-btn-box {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.ai-btn-box .tourDay,
.ai-btn-box .ai-inputTxt,
.ai-btn-box .start-button {
    height: 40px;
    border: 0;
    border-radius: 5px;
}

.ai-btn-box .tourDay {
    width: 80px;
    margin: 0;
    padding: 0 24px 0 10px;
    color: #111;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    background: #fff right 10px center / 8px no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.82 4.23'%3E%3Cpolygon points='3.91 4.23 7.82 0 0 0 3.91 4.23'/%3E%3C/svg%3E");
}

.ai-btn-box .ai-inputTxt {
    width: calc(100% - 120px);
    min-width: 0;
    flex: 1;
    padding: 8px;
    box-sizing: border-box;
    color: #111;
    font-size: 14px;
    background: #fff;
}

.ai-btn-box .ai-inputTxt:disabled {
    color: #777;
    cursor: not-allowed;
    background: #dedede;
}

.ai-btn-box .input-file {
    position: absolute;
    top: -99999px;
    width: 1px;
    height: 1px;
}

.ai-btn-box .input-file + label {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background: #fff center / 25px no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='M440-320v-326L336-542l-56-58 200-200 200 200-56 58-104-104v326h-80ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z'/%3E%3C/svg%3E");
}

.ai-btn-box .start-button {
    width: 100%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #e1003c;
}

.ai-btn-box .start-button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.ai-flex-right {
    position: relative;
    width: 55%;
    max-width: 1000px;
    height: auto;
    padding: 65px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.AIartworks-box,
.ai-swiper {
    width: 100%;
}

.AIartworks-box {
    overflow: visible;
}

.ai-swiper {
    overflow: visible;
    opacity: 0;
}

.ai-swiper.swiper-initialized {
    opacity: 1;
    transition: opacity .25s ease;
}

.ai-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
}

.ai-swiper:not(.swiper-initialized) .swiper-slide {
    width: 25%;
    flex: 0 0 25%;
}

.ai-flex-right .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.ai-flex-right .swiper-slide .slide-card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    opacity: .55;
    transform: scale(.82);
    transform-origin: center;
    transition: transform .45s ease, opacity .45s ease, box-shadow .45s ease;
}

.ai-flex-right .swiper-slide .slide-card::before {
    content: "";
    display: block;
    padding-top: 163.636%;
}

.ai-flex-right .swiper-slide .img-btn {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background: none;
}

.ai-flex-right .swiper-slide .img-btn img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-flex-right .swiper-slide-prev .slide-card,
.ai-flex-right .swiper-slide-next .slide-card {
    opacity: .82;
    transform: scale(.92);
}

.ai-flex-right .swiper-slide-active {
    z-index: 10;
}

.ai-flex-right .swiper-slide-active .slide-card {
    opacity: 1;
    transform: scale(1.3);
}

.ai-flex-right .swiper-slide .img-btn.is-select {
    border: 1px solid #e1003c;
}

.ai-flex-right .swiper-slide .img-btn.is-select::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    width: 20px;
    height: 20px;
    background: center / cover no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpolygon fill='%23e1003c' points='240 120 203 154 205 205 154 203 120 240 86 203 35 205 37 154 0 120 37 86 35 35 86 37 120 0 154 37 205 35 203 86'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='18' d='M87.5 118.09l22.94 22.94 42.06-42.06'/%3E%3C/svg%3E");
}

.ai-flex-right .swiper-slide.is-uploaded .upload-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    width: 20px;
    height: 20px;
    display: none;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: #333 center / 14px no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='m336-280-56-56 144-144-144-143 56-56 144 144 143-144 56 56-144 143 144 144-56 56-143-144-144 144Z'/%3E%3C/svg%3E");
}

@media (hover: hover) and (pointer: fine) {
    .ai-flex-right .swiper-slide.is-uploaded:hover .upload-delete {
        display: block;
    }
}

.slider-bgBox::after {
    background: rgba(0, 0, 0, .6);
}

.slider-bgItem img {
    transform: scale(1.08);
}

.slider-bgItem.active img {
    transform: scale(1.01);
}

.pagination-swiper {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 50;
    width: min(440px, calc(100% - 40px));
    height: 86px;
    padding: 13px 10px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    transform: translateX(-50%);
}

.pagination-swiper:active {
    cursor: grabbing;
}

.pagination-swiper .swiper-wrapper {
    align-items: center;
}

.pagination-swiper .pagination-slide {
    width: 60px !important;
    height: 60px;
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    opacity: .55;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .25s ease, opacity .25s ease, border-color .25s ease;
}

.pagination-swiper .pagination-slide.is-active {
    opacity: 1;
}

.pagination-swiper .pagination-slide.is-select {
    border-color: #e1003c;
    transform: scale(1.16);
}

.dragging-box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 102;
    width: 80%;
    height: 80%;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    pointer-events: none;
    background: rgba(225, 0, 60, .3);
    transform: translate(-50%, -50%);
}

.dragging-box span {
    padding-top: 60px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: center top / 45px no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h320v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm40-160h480L570-480 450-320l-90-120-120 160Zm480-280v-167l-64 63-56-56 160-160 160 160-56 56-64-63v167h-80Z'/%3E%3C/svg%3E");
}

.ai-flex-right.is-dragging .dragging-box {
    display: flex;
}

@media (max-width: 1024px) {
    .tit-box .point-line-text {
        font-size: 12px;
    }

    .tit-box .b-tit {
        font-size: 28px;
    }

    .tit-box .s-txt {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .ai-flex-contaier {
        height: 100svh;
        min-height: 100svh;
        flex-direction: column;
        gap: 20px;
    }

    .ai-flex-left,
    .ai-flex-right {
        width: 100%;
        max-width: 100%;
    }

    .ai-flex-left {
        max-width: 500px;
    }

    .tit-box {
        text-align: center;
    }

    .tit-box .b-tit {
        font-size: 24px;
    }

    .ai-btn-box .tourDay,
    .ai-btn-box .ai-inputTxt,
    .ai-btn-box .start-button {
        height: 35px;
    }

    .ai-btn-box .input-file + label {
        width: 35px;
        height: 35px;
    }

    .ai-flex-right {
        padding: clamp(35px, 8.2%, 85px) 0;
    }

    .pagination-swiper {
        display: none;
    }

    .select-imgContainer,
    .select-imgBox {
        height: 80px;
    }
}

@media (max-width: 640px) {
    .aiSearch-inwrap {
        padding: 0 14px;
    }

    .tit-box {
        margin-bottom: 22px;
    }

    .tit-box .s-txt {
        font-size: 13px;
    }
}
