@charset "utf-8";

/* UCC 반응형 메인 초안 */
body {
    background: #fff;
}

#container {
    background: #fff;
}

.ucc_home_body #container_wr {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.ucc_home_body #container {
    float: none;
    width: 100%;
    min-height: 0;
    margin: 0;
}

.ucc_home_body #aside {
    display: none;
}

.ucc_home {
    position: relative;
    overflow: hidden;
    padding: 18px 0 118px;
    background: #fff;
    color: #111827;
}

.ucc_home_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px 14px;
}

.ucc_home_brand {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.ucc_home_brand strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    color: #0f172a;
}

.ucc_home_brand span {
    color: #5b4bff;
}

.ucc_home_brand em {
    display: inline-flex;
    align-items: center;
    height: 25px;
    padding: 0 9px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6d45ff, #2fa8ff);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.ucc_home_tools {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.ucc_home_tools button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f2f4f8;
    color: #6b7280;
    font-size: 19px;
}

.ucc_home_coin {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f4f5f8;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.ucc_home_hero {
    margin: 0 18px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, #14236f 0%, #2563eb 48%, #7c3aed 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.2);
}

.ucc_home_hero__copy {
    padding: 24px 20px 12px;
}

.ucc_home_badge {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 13px;
    font-weight: 700;
}

.ucc_home_hero h2 {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0;
    word-break: keep-all;
}

.ucc_home_hero p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
}

.ucc_home_admin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 16px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    color: #2454e8;
    font-weight: 800;
}

.ucc_home_hero__media {
    margin: 4px 20px 20px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.16);
}

.ucc_home_hero__media img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
}

.ucc_home_tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 18px 18px 6px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.ucc_home_tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 15px;
    border-radius: 999px;
    background: #f6f7fb;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.ucc_home_tabs .is-active {
    background: #ff3c72;
    color: #fff;
}

.ucc_home_section {
    margin-top: 24px;
}

.ucc_home_section__head {
    padding: 0 18px 13px;
}

.ucc_home_section__head h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #111827;
    word-break: keep-all;
}

.ucc_home_section__head p {
    margin-top: 6px;
    color: #26324f;
    font-size: 15px;
    line-height: 1.55;
    word-break: keep-all;
}

.ucc_home_service_scroll {
    overflow-x: auto;
    padding: 0 18px 5px;
    -webkit-overflow-scrolling: touch;
}

.ucc_home_service_track {
    display: flex;
    gap: 12px;
}

.ucc_home_service_card {
    position: relative;
    flex: 0 0 calc(100vw - 36px);
    overflow: hidden;
    height: 238px;
    border-radius: 22px;
    background: #111827;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.ucc_home_service_scroll.swiper-initialized {
    overflow: hidden;
}

.ucc_home_service_scroll.swiper-initialized .ucc_home_service_track {
    gap: 0;
}

.ucc_home_service_pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.ucc_home_service_pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: #c8d0e2;
    opacity: 1;
}

.ucc_home_service_pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: #625bff;
}

.ucc_home_service_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ucc_home_service_card:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 52%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
    content: "";
}

.ucc_home_service_card div {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1;
    color: #fff;
}

.ucc_home_service_card strong,
.ucc_home_service_card span {
    display: block;
    word-break: keep-all;
}

.ucc_home_service_card strong {
    font-size: 20px;
    line-height: 1.3;
}

.ucc_home_service_card span {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.45;
}

.ucc_home_feature {
    margin: 28px 18px 0;
    overflow: hidden;
    border-radius: 24px;
    background: #0b1220;
    color: #fff;
}

.ucc_home_feature__media {
    background: #111827;
}

.ucc_home_feature__media img,
.ucc_home_feature__media video {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.ucc_home_feature__copy {
    padding: 18px;
}

.ucc_home_feature__copy span,
.ucc_home_video_card__body span {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
}

.ucc_home_feature__copy h3 {
    margin-top: 11px;
    font-size: 23px;
    line-height: 1.35;
    word-break: keep-all;
}

.ucc_home_feature__copy p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.ucc_home_video_list {
    overflow-x: auto;
    padding: 0 18px;
    -webkit-overflow-scrolling: touch;
}

.ucc_home_video_track {
    display: flex;
    gap: 16px;
}

.ucc_home_video_list.swiper-initialized {
    overflow: hidden;
}

.ucc_home_video_list.swiper-initialized .ucc_home_video_track {
    gap: 0;
}

.ucc_home_video_card {
    flex: 0 0 calc(100vw - 36px);
    overflow: hidden;
    border: 1px solid #e8edf5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.ucc_home_video_pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.ucc_home_video_pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: #c8d0e2;
    opacity: 1;
}

.ucc_home_video_pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: #625bff;
}

.ucc_home_video_card__media {
    position: relative;
    overflow: hidden;
    height: 218px;
    background: #111827;
}

.ucc_home_video_card__media img,
.ucc_home_video_card__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ucc_home_video_card__ready {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.64);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.ucc_home_video_card__body {
    padding: 16px;
}

.ucc_home_video_card__body strong {
    display: block;
    margin-top: 10px;
    color: #111827;
    font-size: 20px;
    line-height: 1.38;
    word-break: keep-all;
}

.ucc_home_video_card__body p {
    margin-top: 7px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.58;
    word-break: keep-all;
}

.ucc_home_actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 24px 18px 0;
}

.ucc_home_actions a {
    min-height: 106px;
    padding: 15px 8px;
    border-radius: 20px;
    background: linear-gradient(145deg, #5b4bff, #2fa8ff);
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 22px rgba(47, 128, 255, 0.18);
}

.ucc_home_actions i,
.ucc_home_actions strong,
.ucc_home_actions span {
    display: block;
}

.ucc_home_actions i {
    font-size: 24px;
}

.ucc_home_actions strong {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.3;
}

.ucc_home_actions span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.3;
}

.ucc_home_bottom {
    position: fixed;
    right: 14px;
    bottom: 12px;
    left: 14px;
    z-index: 999;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 8px;
    border: 1px solid rgba(226, 232, 240, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.16);
}

.ucc_home_bottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 18px;
    color: #6d5dfc;
    font-size: 12px;
    font-weight: 800;
}

.ucc_home_bottom .is-active {
    background: #f0ecff;
}

.ucc_home_bottom i {
    margin-bottom: 5px;
    font-size: 20px;
}

/* 태블릿 이상 화면 */
@media (min-width: 769px) {
    .ucc_home {
        padding: 42px 20px 84px;
        background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 48%, #ffffff 100%);
    }

    .ucc_home_top,
    .ucc_home_hero,
    .ucc_home_tabs,
    .ucc_home_section,
    .ucc_home_feature,
    .ucc_home_actions,
    .ucc_home_bottom {
        width: 100%;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

    .ucc_home_top {
        padding: 0 0 24px;
    }

    .ucc_home_brand strong {
        font-size: 34px;
    }

    .ucc_home_brand em {
        height: 34px;
        padding: 0 13px;
        font-size: 18px;
    }

    .ucc_home_coin,
    .ucc_home_tools button {
        height: 42px;
    }

    .ucc_home_tools button {
        width: 42px;
    }

    .ucc_home_coin {
        padding: 0 14px;
        font-size: 18px;
    }

    .ucc_home_hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
        align-items: center;
        min-height: 530px;
        margin-top: 0;
        border-radius: 30px;
    }

    .ucc_home_hero__copy {
        padding: 54px 52px;
    }

    .ucc_home_hero h2 {
        font-size: 52px;
    }

    .ucc_home_hero p {
        max-width: 520px;
        font-size: 18px;
    }

    .ucc_home_admin {
        height: 48px;
        padding: 0 22px;
        font-size: 16px;
    }

    .ucc_home_hero__media {
        margin: 34px 36px 34px 0;
    }

    .ucc_home_hero__media img {
        height: 460px;
    }

    .ucc_home_tabs {
        justify-content: center;
        padding: 28px 0 0;
    }

    .ucc_home_section {
        margin-top: 48px;
    }

    .ucc_home_section__head {
        padding: 0 0 20px;
    }

    .ucc_home_section__head h3 {
        font-size: 34px;
    }

    .ucc_home_section__head p {
        font-size: 18px;
    }

    .ucc_home_service_scroll {
        overflow: visible;
        padding: 0;
    }

    .ucc_home_service_track {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .ucc_home_service_card {
        flex: none;
        width: 100%;
        height: 360px;
    }

    .ucc_home_service_pagination {
        display: none;
    }

    .ucc_home_service_card strong {
        font-size: 28px;
    }

    .ucc_home_service_card span {
        font-size: 17px;
    }

    .ucc_home_feature {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        align-items: stretch;
        margin-top: 54px;
    }

    .ucc_home_feature__media img,
    .ucc_home_feature__media video {
        height: 420px;
    }

    .ucc_home_feature__copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 42px;
    }

    .ucc_home_feature__copy h3 {
        font-size: 34px;
    }

    .ucc_home_feature__copy p {
        font-size: 17px;
    }

    .ucc_home_video_list {
        overflow: visible;
        padding: 0;
    }

    .ucc_home_video_track {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }

    .ucc_home_video_card {
        flex: none;
        width: 100%;
    }

    .ucc_home_video_pagination {
        display: none;
    }

    .ucc_home_video_card__media {
        height: 260px;
    }

    .ucc_home_actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        padding: 48px 0 0;
    }

    .ucc_home_actions a {
        min-height: 138px;
        padding: 26px 16px;
    }

    .ucc_home_actions i {
        font-size: 34px;
    }

    .ucc_home_actions strong {
        font-size: 22px;
    }

    .ucc_home_bottom {
        display: none;
        position: static;
        grid-template-columns: repeat(4, 1fr);
        max-width: 720px;
        margin-top: 36px;
    }
}

/* 작은 PC와 태블릿 화면 */
@media (min-width: 769px) and (max-width: 1100px) {
    .ucc_home_hero {
        grid-template-columns: 1fr;
    }

    .ucc_home_hero__media {
        margin: 0 36px 36px;
    }

    .ucc_home_service_track,
    .ucc_home_video_track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* 모바일 세로 화면 */
@media (max-width: 768px) {
    .ucc_home_body #hd {
        display: none;
    }

    .ucc_home_body #ft {
        padding-bottom: 92px;
    }
}
