﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/************************************************************
*    MOBILE RESPONSIVE DESIGN - 최적화된 반응형 CSS 버전       *
*    Breakpoints: 1200px, 1024px, 768px, 480px, 360px      *
*************************************************************/
/* 반응형 */
@media (max-width: 768px) {
    .youtube_wrap2,
    .midea-section,
    .live-broadcast-section {
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    .youtube_wrap2,
    .midea-section,
    .live-broadcast-section {
        padding: 0 10px;
    }
}
/* ====== 기본 반응형 설정 (Desktop 1200px+) ====== */
* {
    box-sizing: border-box;
}


/* ====== 1200px 이하 (Large Tablet & Desktop) ====== */
@media (max-width: 1200px) {
    h1.overview-title {
        font-size: 31px !important;
    }
        #container {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto 20px;
    }

    /* ===== 방송 운용역 영역 ===== */
    .live-broadcast-grid {
        grid-template-columns: repeat(2, 320px);
        gap: 20px;
    }

    .advisor-card {
        width: 100%;
        height: 350px;
    }

    /* ===== 서비스 카드 ===== */
    .service-content-cards {
        grid-template-columns: repeat(2, 320px);
        gap: 20px;
    }

    /* ===== 리스크 카드 ===== */
    .risk-cards {
        
        gap: 20px;
    }

    /* ===== YouTube 캐러셀 ===== */
    .youtube-carousel {
        gap: 16px;
    }

    .youtube-item {
        flex: 0 0 220px;
        min-width: 220px;
    }

    .youtube-thumbnail {
        height: 130px;
    }

        .youtube-thumbnail img {
            min-width: 200px;
        }
}


/* ====== 768px 이하 (Tablet Portrait & Mobile) ====== */
@media (max-width: 768px) {

    /* ===== 기본 레이아웃 ===== */
    #container {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        margin: 0 auto 20px;
    }

    /* ===== GNB (상단 메뉴) ===== */
    #gnb_wrap {
        display: none;
    }


    .menu_wrap {
        position: relative;
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 12px;
    }

        .menu_wrap .mw_case {
            flex: 1;
            position: relative;
            left: auto;
            margin: 0;
        }

            .menu_wrap .mw_case a {
                font-size: 14px;
                padding: 8px 12px;
            }

        .menu_wrap .gw2_right {
            position: static;
            font-size: 12px;
            right: auto;
            top: auto;
        }

    .gnb-menu-link {
        padding: 12px 8px;
        font-size: 14px;
    }

    .submenu-wrap {
        min-width: 150px;
    }

    .submenu-item {
        padding: 8px 16px;
        font-size: 14px;
    }


    .logo_arrow {
        display: none;
    }

    /* ===== 메인 배너 ===== */
    .BannerArea {
        width: 100%;
        height: 280px;
        min-width: 100%;
    }

    .banner-text-overlay {
        justify-content: flex-end;
        padding-bottom: 40px;
    }

    .banner-subtext {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .banner-maintext {
        font-size: 48px;
        line-height: 1.1;
    }

    /* ===== RollBanner ===== */
    .RollBanner {
        width: 100%;
        height: 240px;
    }

    .top_banner_wrap {
        width: 100%;
        height: 240px;
    }

        .top_banner_wrap ul li,
        .top_banner_wrap ul li img {
            width: 100%;
            height: 240px;
            min-width: 100%;
        }

        .top_banner_wrap .bn_btn {
            width: 24px;
            height: 24px;
            display: none;
        }

    /* ===== 사이드 메뉴 ===== */
    #l_sidebar,
    #r_sidebar,
    #mr_sidebar {
        display: none;
    }

    #content,
    #content2,
    #content3,
    #s_content,
    #m_content {
        width: 100%;
        margin: 0;
        padding: 0 12px;
        float: none;
    }

        #content img,
        #content2 img,
        #content3 img {
            min-width: 250px;
            max-width: 100%;
        }

    /* ===== 투자전략 & 공지사항 카드 ===== */
    .midea-container {
        flex-direction: column;
        gap: 20px;
        margin: 30px auto;
    }

    .midea-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 400px;
    }

    .midea-header {
        padding: 20px 16px;
    }

    .midea-title h3 {
        font-size: 20px;
    }

    .midea-title p {
        font-size: 14px;
    }

    .midea-content {
        padding: 0 16px;
    }

    .midea-footer {
        padding: 5px 20px 20px 20px;
    }

    .midea-btn,
    a.midea-btn {
        width: 100%;
        max-width: 100%;
    }

    .subtitle-line,
    .subtitle-line-notice {
        font-size: 15px;
        padding-bottom: 6px;
    }

    /* ===== 방송 운용역 영역 ===== */
    .live-broadcast-section {
        padding: 30px 12px;
        margin: 30px 0;
    }

    .live-broadcast-header {
        margin-bottom: 40px;
    }

    .live-broadcast-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .live-broadcast-subtitle {
        font-size: 20px;
    }

    .live-broadcast-grid {
        grid-template-columns: repeat(1, 320px);
        gap: 20px;
        max-width: 100%;
    }

    .advisor-card {
        width: 100%;
        height: 300px;
        max-width: 100%;
    }

    .advisor-name {
        top: 12px;
        left: 12px;
        font-size: 14px;
        padding: 3px 6px;
    }

    .card-main-content {
        margin-top: 40px;
        margin-bottom: 12px;
        padding: 0 12px;
        width: 60%;
    }

    .advisor-description-text {
        font-size: 18px;
        margin-top: 15px;
    }

    .advisor-time {
        font-size: 14px;
    }

    .advisor-image {
        width: 120px;
        height: 200px;
        top: 48px;
        right: 0;
        min-width: 100px;
    }

    .broadcast-action {
        bottom: 60px;
        left: 12px;
    }

    .broadcast-btn-text {
        font-size: 18px;
        width: 140px;
        height: 48px;
    }

    .advisor-buttons {
        width: 100%;
        height: 44px;
        bottom: 0;
        left: 0;
        transform: none;
    }

    .action-btn {
        font-size: 12px;
    }

    /* ===== YouTube 캐러셀 ===== */
    .youtube-carousel-wrapper {
        padding: 0 12px;
    }

    .youtube-carousel {
        gap: 12px;
    }

    .youtube-item {
        flex: 0 0 200px;
        min-width: 200px;
    }

    .youtube-thumbnail {
        height: 120px;
    }

        .youtube-thumbnail img {
            min-width: 180px;
        }

    .youtube-info {
        padding: 8px;
    }

    .youtube-title {
        font-size: 12px;
    }

    .youtube-meta {
        font-size: 10px;
    }

    .youtube-scrollbar-container {
        margin-top: 16px;
        padding: 0 12px;
    }

    .youtube-scrollbar-track {
        max-width: 100%;
    }

    .youtube-scrollbar-thumb {
        width: 60px;
    }

    /* ===== YouTube 온라인 강연회 ===== */
    .youtube_wrap2 {
        max-width: 100%;
        padding: 20px 12px;
    }

    .youtube-carousel2 {
        justify-content: center;
    }

    .youtube-item2 {
        width: 160px;
        min-width: 140px;
    }

    .youtube-thumbnail2 {
        width: 160px;
        height: 100px;
        min-width: 140px;
    }

    /* ===== 검색바 ===== */
    .search-bar-wrap {
        max-width: 100%;
        height: 40px;
        flex-wrap: wrap;
        margin: 0 12px 20px;
    }

    .search-select {
        min-width: 80px;
        padding: 0 16px;
        background-size: 10px 6px;
        background-position: right 12px center;
    }

    .search-input {
        font-size: 14px;
        padding: 0 12px;
    }

    .search-btn {
        width: 40px;
    }

    /* ===== 페이징 ===== */
    .paging-wrap,
    .paging-wrap2 {
        margin-bottom: 30px;
    }

    .paging-numbers {
        max-width: 100%;
        padding: 0 12px;
    }

    .paging-btn {
        min-width: 100px;
        padding: 0 16px;
        font-size: 12px;
    }

    .paging-list {
        gap: 4px;
    }

    .paging-number {
        min-width: 24px;
        height: 28px;
        font-size: 12px;
    }

    /* ===== 테이블 반응형 ===== */
    .scType,
    .tcType,
    .acType,
    .boardList1,
    .boardList2 {
        width: 100%;
        overflow-x: auto;
    }

        .scType th,
        .scType td,
        .tcType th,
        .tcType td {
            padding: 6px 4px;
            font-size: 11px;
        }

        .scType thead th,
        .tcType thead th {
            font-size: 12px;
            padding: 8px 4px;
        }

    /* ===== 테이블 이미지 최소 너비 ===== */
    table img {
        min-width: 50px;
        max-width: 100%;
    }

    /* ===== 아카데미 섹션 ===== */
    .academy_wrap {
        width: 100%;
        margin-bottom: 0;
        padding: 12px;
        box-sizing: border-box;
    }

        .academy_wrap .tabs-standard .sliderkit-nav-clip li {
            width: 25%;
            font-size: 12px;
            height: 36px;
            line-height: 36px;
        }

        .academy_wrap .tabs-standard .sliderkit-panels {
            height: 400px;
            overflow-y: auto;
        }

        .academy_wrap .tabs-standard .sliderkit-panel {
            padding: 12px;
        }

            .academy_wrap .tabs-standard .sliderkit-panel li {
                margin: 0 0 12px;
            }

    .aca_banner {
        max-width: 100%;
        height: 140px;
        min-height: 140px;
    }

    .aca_tit {
        font-size: 18px;
        margin: 20px 12px 5px;
    }

    .aca_txt {
        font-size: 12px;
        padding: 0 12px;
    }

    .academy-card {
        height: 100px;
    }

    .academy-card__img {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .academy-card__name {
        font-size: 12px;
    }

    .academy-card__position {
        font-size: 11px;
    }

    .academy-card__title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .academy-card__badge-wrap {
        width: 90px;
        padding-right: 12px;
    }

    .academy-card__badge {
        width: 50px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
    }

    #loadMoreBtn {
        width: 100%;
        max-width: 280px;
        margin: 20px auto 40px;
    }

    /* ===== 아카데미 상세 페이지 ===== */
    .lecture-container {
        padding: 16px 12px 40px;
    }

    .lecture-table th,
    .lecture-table td {
        padding: 8px 4px;
        font-size: 0.9rem;
    }

    .lecture-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .enroll-box {
        padding: 16px 12px;
        margin: 12px 0;
    }

    .enroll-label {
        min-width: 80px;
        font-size: 14px;
    }

    .enroll-value {
        font-size: 13px;
    }

    .lecture-btn {
        width: 100%;
        max-width: 200px;
        height: 36px;
        font-size: 14px;
        padding: 0;
    }

    .cancel-flex-list {
        gap: 12px;
    }

    .cancel-flex-row {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .cancel-step {
        width: 100%;
        font-size: 14px;
        padding: 10px 16px;
    }

    /* ===== 녹화방송 ===== */
    .recvideo-searchbar {
        flex-direction: column;
        gap: 8px;
        padding: 0 12px;
        margin: 20px auto;
    }

    .recvideo-ddl,
    .recvideo-date,
    .recvideo-btn {
        width: 100%;
        height: 36px;
    }

    .recvideo-date-wrapper {
        width: 100%;
    }

    .recvideo-date {
        width: 100%;
    }

    .recvideo-search-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .recvideo-searchtxt2 {
        width: 100%;
    }

    .recvideo-listgrid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .recvideo-card {
        width: 100%;
        height: 280px;
        max-width: 100%;
    }

    .recvideo-card-profile {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .recvideo-card-title {
        font-size: 16px;
    }

    .recvideo-card-period {
        font-size: 14px;
    }

    .recvideo-more-btn-wrap {
        margin: 20px 12px;
    }

    .recvideo-more-btn {
        width: 100%;
        max-width: 100%;
    }

    /* ===== 상품소개 페이지 ===== */
    .product-intro-header {
        margin: 20px 12px;
    }

    .product-intro-header-content {
        flex-direction: column;
        height: auto;
        padding-right: 0;
    }

    .product-intro-header-left {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .product-intro-header-right {
        position: static;
        width: 100%;
        background: #0F2647;
        padding: 20px 12px;
        border-radius: 0;
    }

    .product-main-ments {
        padding: 12px 10px;
        font-size: 15px;
    }

    .product-invest-points {
        padding: 12px 20px;
    }

        .product-invest-points h3 {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .product-invest-points li {
            font-size: 13px;
            line-height: 1.5;
        }

    .expert-image-placeholder {
        margin: 20px 0;
    }

        .expert-image-placeholder img {
            max-width: 200px;
            min-width: 150px;
            max-height: 200px;
        }

    .btn-watch-broadcast {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
    }

    .product-service-tabs {
        margin: 16px 12px;
    }

    .service-tab-buttons {
        flex-wrap: wrap;
    }

    .service-tab-btn {
        flex: 1 1 calc(50% - 5px);
        padding: 10px 12px;
        font-size: 12px;
    }

    .service-section {
        padding: 16px 12px;
    }

    .service-content-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-content-card {
        padding: 12px;
    }

        .service-content-card h3 {
            font-size: 15px;
            margin-bottom: 12px;
        }

    .service-content-desc {
        font-size: 13px;
    }

    .price-table thead td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .price-table tbody td {
        padding: 12px 8px;
        font-size: 12px;
    }

    .price-label {
        width: 25%;
    }

    .price-value {
        width: 75%;
        padding-left: 12px;
    }

    .experience-table thead td {
        padding: 8px 6px;
        font-size: 11px;
    }

    .experience-table tbody td {
        padding: 8px 6px;
        font-size: 11px;
    }

    .btn-payment-wrap {
        flex-direction: column;
        gap: 12px;
        margin: 20px 12px;
    }

    .btn-payment,
    .btn-payment2 {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    /* ===== 투자전략 상세 ===== */
    .strategy-detail-header {
        padding: 16px 12px;
        margin-top: 20px;
    }

    .strategy-title-section {
        flex-direction: column;
        gap: 12px;
    }

    .strategy-title-left {
        flex-direction: column;
        gap: 8px;
    }

    .strategy-title-label {
        min-width: auto;
        width: 100%;
    }

    .strategy-title-text {
        font-size: 16px;
    }

    .strategy-meta-right {
        flex-direction: column;
        gap: 8px;
    }

    #contentsContain {
        padding: 20px 12px;
        font-size: 13px;
        text-align: left;
    }

        #contentsContain img {
            min-width: 250px;
            max-width: 100%;
        }

    .detail-button-wrap {
        margin: 20px 12px;
    }

    .btn-list {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    /* ===== 회사소개 페이지 ===== */
    .submenu-tabs {
        margin: 20px 12px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .submenu-tab {
        font-size: 14px;
        padding: 0 8px;
    }

    .overview-main {
        flex-direction: column;
        gap: 20px;
    }

    .overview-right img {
        max-width: 100%;
        min-width: 250px;
    }

    .overview-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

        .overview-title span {
            font-size: 20px;
            margin-top: 8px;
        }

    .overview-desc {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .history-desc {
        font-size: 18px;
        margin-bottom: 30px;
    }

        .history-desc .strong {
            font-size: 22px;
        }

    .biz-circles {
        flex-direction: column;
        padding: 16px 12px;
        gap: 16px;
        background: #384563;
    }

    .biz-circle {
        width: 100%;
        max-width: 280px;
        height: 180px;
        font-size: 16px;
    }

    .timeline ul {
        padding: 30px 0;
    }

    .timeline li,
    .timeline li.left,
    .timeline li.right {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .timeline ul::before {
        left: 12px;
        width: 2px;
    }

    .timeline li.main::before {
        left: 4px;
        width: 14px;
        height: 14px;
        top: 8px;
    }

    .timeline li span {
        min-width: 50px;
        font-size: 14px;
    }

    .philosophy-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .circle {
        width: 140px;
        height: 140px;
        font-size: 14px;
    }

    .philosophy-circles {
        height: auto;
    }

    .philosophy-bottom {
        flex-direction: column;
        gap: 16px;
    }

    .research-steps {
        margin-left: 30px;
        padding-left: 20px;
        padding-right: 0;
        gap: 20px;
    }

    .research-step {
        flex-direction: column;
        align-items: stretch;
    }

    .step-col {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #A4A3A9;
        margin-bottom: 6px;
        min-height: 40px;
        padding: 8px;
        font-size: 12px;
    }

    .step-desc {
        padding: 8px;
    }

    .research-steps::before,
    .research-steps::after {
        display: none;
    }

    /* ===== 리스크 섹션 ===== */
    .risk-cards {
        
        gap: 16px;
    }

    .risk-card {
        padding: 16px 12px;
        min-height: 140px;
    }

    .risk-card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .risk-card ul li {
        font-size: 13px;
        margin-bottom: 4px;
    }

    /* ===== 맵 섹션 ===== */
    .map-wrap iframe {
        width: 100%;
        height: 280px;
        border-radius: 8px;
    }

    .address-info-float {
        right: 8px;
        bottom: 8px;
        min-width: 160px;
        max-width: 90%;
        font-size: 12px;
        padding: 10px 12px;
        border-radius: 6px;
    }

        .address-info-float .address-row {
            font-size: 12px;
            margin-bottom: 6px;
        }

    /* ===== SMS/메시지 영역 ===== */
    .content-inner {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
    }

    .form-section {
        padding: 12px;
        gap: 12px;
    }

    .message-textarea {
        width: 100%;
        min-height: 100px;
    }

    .recipient-table {
        font-size: 10px;
    }

        .recipient-table th,
        .recipient-table td {
            padding: 6px 4px;
        }

    .recipient-section {
        max-height: 400px;
    }

    .settings-row {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .settings-label {
        font-size: 18px;
    }

    .settings-input {
        width: 100%;
        font-size: 14px;
    }

    /* ===== 방송 관리 ===== */
    .broadcast-settings {
        padding-left: 12px;
    }

    .settings-title {
        font-size: 18px;
    }

    .settings-content {
        padding: 20px 12px;
    }

    .day-tab {
        font-size: 14px;
        padding: 8px;
    }

    .scType thead th,
    .scType tbody td {
        font-size: 10px;
        padding: 6px 4px;
    }

    .btn-broadcast-start,
    .btn-sub-host,
    .btn-edit,
    .btn-delete {
        font-size: 10px;
        padding: 4px 8px;
    }

    /* ===== 탭 메뉴 ===== */
    .lv_tap_wrap1 .lv_tap1 {
        flex-direction: column;
        border-radius: 0;
    }

        .lv_tap_wrap1 .lv_tap1 a {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding: 12px 16px;
            font-size: 13px;
        }

            .lv_tap_wrap1 .lv_tap1 a:last-child {
                border-bottom: none;
            }

    /* ===== 푸터 ===== */
    #footer_cont {
        height: auto;
    }

        #footer_cont .footer_cont {
            flex-direction: column;
            padding: 20px 12px;
            align-items: flex-start;
        }

        #footer_cont .footer_c_l {
            width: 100%;
        }

            #footer_cont .footer_c_l .fcl_tit {
                flex-direction: column;
                align-items: flex-start;
            }

                #footer_cont .footer_c_l .fcl_tit img {
                    width: 150px;
                    height: 28px;
                    margin-right: 0;
                    margin-bottom: 10px;
                    min-width: 150px;
                }

            #footer_cont .footer_c_l .fcl_table {
                margin-top: 8px;
            }

        #footer_cont .footer_c_r {
            width: 100%;
            align-items: flex-start;
            margin-top: 16px;
        }

            #footer_cont .footer_c_r p {
                text-align: left;
                font-size: 12px;
                margin-top: 8px;
            }

                #footer_cont .footer_c_r p:first-child {
                    margin-bottom: 12px;
                }

    
    /* ===== 버튼 크기 최소화 ===== */
    button,
    .btn-payment,
    .btn-payment2,
    .apply-btn,
    .add-broadcast-btn {
        min-height: 44px;
        font-size: 14px;
    }

    /* ===== 모달 ===== */
    .modal-content {
        width: calc(100% - 40px);
        max-width: 340px;
        padding: 24px;
    }

    .modal-popup {
        width: calc(100% - 40px);
        max-width: 340px;
        max-height: 60vh;
    }
}

/* ====== 480px 이하 (모바일) ====== */
@media (max-width: 480px) {

    /* ===== 컨테이너 ===== */
    #container {
        padding: 0 12px;
        margin: 0 auto 16px;
    }

    /* ===== 헤더 ===== */
    .menu_wrap {
        height: 56px;
        padding: 0 8px;
    }

    .menu_wrap .mw_case a {
        font-size: 12px;
        padding: 6px 8px;
    }

    .gw2_right .login-link,
    .gw2_right .user-name,
    .gw2_right .logout-link {
        font-size: 11px;
    }

    /* ===== 배너 ===== */
    .BannerArea {
        height: 200px;
        min-width: 100%;
    }

    .banner-subtext {
        font-size: 16px;
    }

    .banner-maintext {
        font-size: 32px;
    }

    .top_banner_wrap {
        height: 200px;
    }


    /* ===== 투자전략/공지사항 ===== */
    .midea-card {
        min-height: 350px;
    }

    .midea-header {
        padding: 16px 12px;
    }

    .midea-title h3 {
        font-size: 18px;
    }

    .midea-title p {
        font-size: 12px;
    }

    .midea-content {
        padding: 0 12px;
    }

    .midea-footer {
        padding: 5px 16px 16px 16px;
    }

    .item-row {
        padding: 10px 0;
        min-height: 42px;
    }

    .item-title-link {
        font-size: 12px;
    }

    .item-date-wrapper {
        font-size: 10px;
        min-width: 60px;
    }


    /* ===== 방송 운용역 ===== */
    .live-broadcast-section {
        padding: 20px 10px;
    }

    .live-broadcast-subtitle {
        font-size: 18px;
    }

    .advisor-card {
        height: 280px;
    }

    .card-main-content {
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .advisor-description-text {
        font-size: 16px;
    }

    .advisor-image {
        width: 100px;
        height: 170px;
        min-width: 80px;
    }

    .advisor-buttons {
        height: 40px;
    }

    .action-btn {
        font-size: 11px;
    }

    /* ===== YouTube ===== */
    .youtube-item {
        flex: 0 0 160px;
        min-width: 140px;
    }

    .youtube-thumbnail {
        height: 100px;
    }

        .youtube-thumbnail img {
            min-width: 140px;
        }

    .youtube-title {
        font-size: 11px;
    }

    .youtube-meta {
        font-size: 9px;
    }

    .youtube_wrap2 {
        padding: 12px 10px;
    }

    .youtube-item2 {
        width: 140px;
        min-width: 120px;
    }

    .youtube-thumbnail2 {
        width: 140px;
        height: 85px;
        min-width: 120px;
    }

    /* ===== 검색바 ===== */
    .search-bar-wrap {
        margin: 0 10px 16px;
        height: 38px;
    }

    .search-select {
        min-width: 70px;
        font-size: 12px;
        padding: 0 12px;
    }

    .search-input {
        font-size: 13px;
        padding: 0 10px;
    }

    .search-btn {
        width: 38px;
        height: 38px;
    }

    /* ===== 테이블 ===== */
    .scType th,
    .scType td,
    .tcType th,
    .tcType td {
        padding: 5px 3px;
        font-size: 10px;
    }

    .scType td {
        border-left: none;
    }

        .scType td:last-child {
            border-right: none;
        }

    /* ===== 테이블 이미지 최소 너비 ===== */
    table img {
        min-width: 40px;
        max-width: 100%;
    }

    /* ===== 아카데미 ===== */
    .academy_wrap {
        padding: 8px;
    }

        .academy_wrap .tabs-standard .sliderkit-nav-clip li {
            width: 50%;
            font-size: 11px;
            height: 32px;
            line-height: 32px;
        }

        .academy_wrap .tabs-standard .sliderkit-panels {
            height: 350px;
        }

    .aca_banner {
        height: 120px;
        min-height: 120px;
    }

    .aca_tit {
        font-size: 16px;
        margin: 16px 10px 4px;
    }

    .aca_txt {
        font-size: 11px;
        padding: 0 10px;
    }

    .academy-card {
        height: 90px;
    }

    .academy-card__img {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .academy-card__name {
        font-size: 11px;
    }

    .academy-card__position {
        font-size: 10px;
    }

    .academy-card__title {
        font-size: 12px;
    }

    .academy-card__badge {
        width: 44px;
        height: 24px;
        font-size: 11px;
        line-height: 24px;
    }

    /* ===== 아카데미 상세 ===== */
    .lecture-container {
        padding: 12px 10px 30px;
    }

    .lecture-title {
        font-size: 16px;
    }

    .lecture-table th,
    .lecture-table td {
        font-size: 0.85rem;
        padding: 6px 3px;
    }

    .enroll-box {
        padding: 12px 10px;
    }

    .enroll-label {
        min-width: 70px;
        font-size: 12px;
    }

    .enroll-value {
        font-size: 12px;
    }

    .lecture-btn {
        width: 100%;
        max-width: 160px;
        height: 32px;
        font-size: 12px;
    }

    /* ===== 녹화방송 ===== */
    .recvideo-searchbar {
        gap: 6px;
        padding: 0 10px;
        margin: 16px auto;
    }

    .recvideo-ddl,
    .recvideo-date,
    .recvideo-btn {
        height: 34px;
        font-size: 11px;
    }

    .recvideo-label {
        height: 34px;
        font-size: 11px;
    }

    .recvideo-search-category {
        height: 34px;
        font-size: 11px;
        min-width: 100px;
        padding: 0 12px;
    }

    .recvideo-searchtxt,
    .recvideo-searchtxt2 {
        height: 34px;
        font-size: 11px;
    }

    .recvideo-btn5 {
        width: 70px;
        height: 34px;
    }

    .recvideo-listgrid {
        gap: 16px;
    }

    .recvideo-card {
        width: 100%;
        height: 260px;
    }

    .recvideo-card-profile {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .recvideo-card-title {
        font-size: 14px;
    }

    /* ===== 상품소개 ===== */
    .product-intro-header-right {
        padding: 16px 10px;
    }

    .product-main-ments {
        font-size: 14px;
        padding: 8px 8px;
    }

    .product-invest-points {
        padding: 10px 16px;
    }

        .product-invest-points h3 {
            font-size: 13px;
        }

        .product-invest-points li {
            font-size: 12px;
        }

    .expert-image-placeholder img {
        min-width: 120px;
        max-width: 100%;
    }

    .service-tab-btn {
        flex: 1 1 100%;
        font-size: 11px;
        padding: 10px 8px;
    }

    .service-section {
        padding: 12px 10px;
    }

    .service-content-cards {
        gap: 12px;
    }

    .service-content-card {
        padding: 10px;
    }

        .service-content-card h3 {
            font-size: 13px;
        }

    .service-content-desc {
        font-size: 12px;
    }

    .price-table thead td,
    .price-table tbody td {
        font-size: 11px;
        padding: 8px 6px;
    }

    .price-label {
        width: 30%;
    }

    .price-value {
        width: 70%;
        padding-left: 10px;
    }

    .btn-payment,
    .btn-payment2 {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    /* ===== 투자전략 상세 ===== */
    #contentsContain {
        padding: 16px 10px;
        font-size: 12px;
    }

        #contentsContain img {
            min-width: 200px;
            max-width: 100%;
        }

    .strategy-detail-header {
        padding: 12px 10px;
    }

    .strategy-title-label {
        font-size: 12px;
    }

    .strategy-title-text {
        font-size: 14px;
    }

    .strategy-meta-item {
        font-size: 11px;
    }

    /* ===== 회사소개 ===== */
    .submenu-tabs {
        margin: 16px 10px;
        gap: 8px;
    }

    .submenu-tab {
        font-size: 12px;
        padding: 0 6px;
        flex: 1 1 auto;
    }

    .overview-title {
        font-size: 22px;
    }

        .overview-title span {
            font-size: 16px;
        }

    .overview-desc {
        font-size: 13px;
    }

    .overview-right img {
        min-width: 200px;
        max-width: 100%;
    }

    .history-desc {
        font-size: 16px;
    }

        .history-desc .strong {
            font-size: 18px;
        }

    .biz-circle {
        width: 100%;
        height: 140px;
        font-size: 13px;
    }

    .timeline li {
        padding-left: 40px;
    }

    .timeline ul::before {
        left: 8px;
    }

    .timeline li.main::before {
        left: 0;
        width: 12px;
        height: 12px;
    }

    .timeline li span {
        font-size: 12px;
        min-width: 40px;
    }

    .circle {
        width: 120px;
        height: 120px;
        font-size: 12px;
    }

    .research-steps {
        margin-left: 20px;
        padding-left: 12px;
    }

    .step-col {
        min-height: 36px;
        font-size: 11px;
        padding: 6px;
    }

    /* ===== 리스크 ===== */
    .risk-card {
        padding: 12px 10px;
    }

    .risk-card-title {
        font-size: 14px;
    }

    .risk-card ul li {
        font-size: 12px;
    }

    /* ===== 맵 ===== */
    .map-wrap iframe {
        height: 240px;
    }

    .address-info-float {
        font-size: 11px;
        padding: 8px 10px;
        min-width: 140px;
    }

    /* ===== SMS ===== */
    .form-section {
        padding: 10px;
    }

    .message-textarea {
        min-height: 80px;
    }

    .settings-content {
        padding: 16px 10px;
    }

    .settings-label {
        font-size: 16px;
    }

    .settings-input {
        font-size: 12px;
    }

    /* ===== 방송 ===== */
    .broadcast-settings {
        padding-left: 10px;
    }

    .settings-title {
        font-size: 16px;
    }

    .day-tab {
        font-size: 12px;
    }

    .add-broadcast-btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    /* ===== 모달 ===== */
    .modal-content {
        width: calc(100% - 30px);
        max-width: 300px;
        padding: 20px;
    }

    .modal-icon svg {
        width: 48px;
        height: 48px;
    }

    .modal-message {
        font-size: 14px;
    }

    .modal-confirm-btn {
        min-width: 100px;
        font-size: 13px;
    }

    .modal-popup {
        width: calc(100% - 30px);
        max-width: 300px;
        max-height: 70vh;
    }

    /* ===== 기타 ===== */
    .submenu-wrap {
        min-width: 130px;
    }

    .submenu-item {
        font-size: 12px;
        padding: 8px 12px;
    }

    /* ===== 탭 메뉴 ===== */
    .lv_tap_wrap1 .lv_tap1 a {
        font-size: 12px;
        padding: 10px 12px;
    }

    /* ===== 푸터 ===== */
    #footer_cont .footer_c_l .fcl_tit img {
        width: 120px;
        height: 24px;
        min-width: 120px;
    }

    #footer_cont .footer_c_l .fcl_table tbody tr td {
        font-size: 10px;
    }

    #footer_cont .footer_c_r p {
        font-size: 11px;
    }

    .foot_menu {
        font-size: 10px;
    }

    .foot_copy {
        font-size: 9px;
    }
}

/* ====== 360px 이하 (초소형 모바일) ====== */
@media (max-width: 360px) {

    #container {
        padding: 0 10px;
    }

    .banner-maintext {
        font-size: 28px;
    }

    .midea-title h3 {
        font-size: 16px;
    }

    .live-broadcast-subtitle {
        font-size: 16px;
    }

    .academy_wrap {
        padding: 6px;
    }

    .recvideo-card {
        height: 240px;
    }

    .product-main-ments {
        font-size: 13px;
    }

    .overview-title {
        font-size: 18px;
    }

    .circle {
        width: 100px;
        height: 100px;
        font-size: 11px;
    }

    .service-tab-btn {
        padding: 8px 6px;
        font-size: 10px;
    }

    .btn-payment,
    .btn-payment2 {
        font-size: 12px;
    }

    .lecture-container {
        padding: 10px 8px;
    }

    .settings-input {
        font-size: 11px;
    }

    .modal-content {
        width: calc(100% - 24px);
        max-width: 280px;
    }
}

/* ====== 인쇄 환경 ====== */
@media print {
    .quick_menu,
    .header-bar,
    #footer_cont,
    .btn-payment,
    .btn-payment2,
    button {
        display: none;
    }

    #container {
        max-width: 100%;
    }
}



/****************************************************
*    YouTube 섹션 + 게시판 섹션 반응형 CSS            *
*****************************************************/

/* ============= YouTube 섹션 ============= */

.youtube-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.youtube-carousel {
    display: flex;
    gap: 15px;
    transition: transform 0.3s ease;
}

.youtube-item {
    flex: 0 0 280px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .youtube-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

.youtube-thumbnail {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #f0f0f0;
}

    .youtube-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.youtube-item:hover .youtube-play-button {
    opacity: 1;
}

.youtube-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.youtube-info {
    padding: 12px;
    background: white;
}

.youtube-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.youtube-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666;
}

.youtube-date {
    color: #888;
}

.youtube-views {
    color: #0f2647;
    font-weight: 500;
}

/* 커스텀 스크롤바 */
.youtube-scrollbar-container {
    margin-top: 20px;
}

.youtube-scrollbar-track {
    position: relative;
    width: 100%;
    max-width: 1040px;
    height: 10px;
    background: rgba(164, 163, 169, 1);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}

.youtube-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 10px;
    background: rgba(93, 102, 128, 1);
    border-radius: 5px;
    cursor: grab;
    transition: background 0.2s ease;
}

    .youtube-scrollbar-thumb:hover {
        background: rgba(93, 102, 128, 0.8);
    }

    .youtube-scrollbar-thumb:active {
        cursor: grabbing;
        background: rgba(93, 102, 128, 1);
    }

/* ============= 게시판 섹션 (Midea) ============= */

.midea-section {
    width: 100%;
    margin: 30px auto;
}

.midea-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
}

.midea-card {
    width: 591px;
    height: 525px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
}

.strategy_wrap.midea-card {
    background: transparent;
}

.notice-card {
    background: #1e3a5f;
    color: white;
}

.midea-header {
    padding: 30px 30px 20px 30px;
    position: relative;
}

.midea-title h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.midea-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}

.midea-title p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.midea-content {
    flex: 1;
    padding: 0 30px;
    overflow: hidden;
}

.notice-content {
    color: white;
}

.midea-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.midea-content li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.notice-content li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.midea-content li:last-child {
    border-bottom: none;
}

.midea-content .item-title {
    flex: 1;
    font-weight: 500;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
}

.notice-content .item-title {
    color: white;
}

.midea-content .item-date {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.notice-content .item-date {
    color: rgba(255, 255, 255, 0.7);
}

.midea-footer {
    padding: 5px 90px 90px 90px;
}

.midea-btn {
    width: 100%;
    height: 48px;
    background: rgba(15, 38, 71, 1);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .midea-btn:hover {
        background: #2c4a6b;
        transform: translateY(-1px);
    }

a.midea-btn {
    width: 100% !important;
    height: 48px !important;
    background: rgba(15, 38, 71, 1) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    line-height: 48px !important;
    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

    a.midea-btn.notice-btn {
        background: white !important;
        color: #1e3a5f !important;
        border: 1px solid #e0e4eb !important;
    }

/* ============= 반응형 (태블릿: 768px ~ 1199px) ============= */
@media (max-width: 1199px) {
    .midea-container {
        flex-direction: column;
        gap: 30px;
        max-width: 100%;
        padding: 0 20px;
        align-items: center;
    }

    .midea-card {
        width: 100% !important;
        height: auto;
    }

    .youtube_wrap2 {
        padding: 0 20px !important;
    }

    .youtube-item {
        flex: 0 0 calc(50% - 8px);
    }

    .youtube-thumbnail {
        height: 315px;
    }

    .youtube-scrollbar-track {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .midea-footer {
        padding: 20px 30px;
    }
    .product-main-ments {
        font-size: 15px;
        padding: 10px 40px;
    }
}

/* ============= 반응형 (모바일: 480px ~ 767px) ============= */
@media (max-width: 767px) {
    .midea-container {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 50px;
        margin-top: 50px;
        align-items: center;
    }

    .midea-card {
        width: 100% !important;
        height: auto !important;
        min-height: 400px;
    }

    .midea-header {
        padding: 20px 20px 15px 20px;
    }

    .midea-title h2 {
        font-size: 20px !important;
    }

    .midea-title h3 {
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .midea-content {
        padding: 0 20px;
        max-height: 300px;
        overflow-y: auto;
    }

        .midea-content li {
            padding: 12px 0;
            font-size: 13px;
        }

    .midea-footer {
        padding: 15px 20px 50px 20px;
    }

    .midea-btn,
    a.midea-btn {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 14px !important;
    }

    /* YouTube 반응형 */
    .youtube_wrap2 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        padding: 0 15px !important;
    }

        .youtube_wrap2 h3 {
            font-size: 16px !important;
        }

        .youtube_wrap2 p {
            font-size: 18px !important;
        }

    .youtube-carousel {
        gap: 12px;
    }

    .youtube-item {
        flex: 0 0 calc(50% - 6px);
        min-width: 150px;
    }

    .youtube-thumbnail {
        height: 120px;
    }

    .youtube-title {
        font-size: 12px;
    }

    .youtube-meta {
        font-size: 11px;
    }

    .youtube-scrollbar-container {
        margin-top: 15px;
        padding: 0 15px;
    }

    .youtube-scrollbar-track {
        height: 8px;
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .youtube-scrollbar-thumb {
        height: 8px;
    }
    .product-main-ments {
        font-size: 14px;
        padding: 8px 8px;
    }
}

/* ============= 반응형 (소형 모바일: ~ 479px) ============= */
@media (max-width: 479px) {
    .midea-container {
        flex-direction: column;
        gap: 15px;
        padding: 0 12px;
        margin-bottom: 30px;
        margin-top: 30px;
        align-items: center;
    }
    .product-main-ments {
        font-size: 14px;
        padding: 8px 8px;
    }
    .midea-card {
        width: 100% !important;
        min-height: 350px;
    }

    .midea-header {
        padding: 15px 15px 10px 15px;
    }

    .midea-title h2 {
        font-size: 18px !important;
    }

    .midea-title h3 {
        font-size: 16px !important;
    }

    .midea-content {
        padding: 0 15px;
        max-height: 250px;
    }

        .midea-content li {
            padding: 10px 0;
            font-size: 12px;
        }

        .midea-content .item-title {
            margin-right: 10px;
        }

        .midea-content .item-date {
            min-width: 60px;
            font-size: 11px;
        }

    .midea-footer {
        padding: 12px 15px 40px 15px;
    }

    .midea-btn,
    a.midea-btn {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 13px !important;
    }

    /* YouTube 반응형 */
    .youtube_wrap2 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        padding: 0 12px !important;
    }

        .youtube_wrap2 h3 {
            font-size: 14px !important;
            margin-bottom: 15px !important;
        }

        .youtube_wrap2 p {
            font-size: 14px !important;
            margin-bottom: 30px !important;
        }

    .youtube-carousel {
        gap: 10px;
    }

    .youtube-item {
        flex: 0 0 calc(100% - 5px);
        min-width: 140px;
    }

    .youtube-thumbnail {
        height: 100px;
    }

    .youtube-title {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .youtube-meta {
        font-size: 10px;
    }

    .youtube-play-button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .youtube-duration {
        font-size: 10px;
        padding: 1px 4px;
    }

    .youtube-info {
        padding: 8px;
    }

    .youtube-scrollbar-container {
        margin-top: 12px;
        padding: 0 12px;
    }

    .youtube-scrollbar-track {
        height: 6px;
        width: calc(100% - 24px);
        margin: 0 12px;
    }

    .youtube-scrollbar-thumb {
        height: 6px;
        width: 180px;
    }
}
/* 반응형 */
@media (max-width: 1200px) {
    .nav_wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .nav_wrap {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .nav_wrap {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
}
/* 반응형 - 모바일에서만 */
@media (max-width: 1200px) {
    .map-wrap iframe {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .map-wrap iframe {
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 480px) {
    .map-wrap iframe {
        width: 100%;
        height: 300px;
    }
}img {
    height: auto;
    display: block;
}

/* 태블릿 (1200px 이하) */
@media (max-width: 1200px) {

    img {
        height: auto;
    }
    .quick_menu {
        position: fixed;
        bottom: 60px;
        right: 193px;
        z-index: 999;
    }
    .overview-right img,
    .product-intro-header-right img,
    #contentsContain img {
        width: 100%;
        height: auto;
    }
}

/* 모바일 (768px 이하) */
@media (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    /* 콘텐츠 이미지 */
    #content img,
    #content2 img,
    #content3 img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    /* 테이블 이미지 */
    table img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
    
    /* 특정 영역 이미지 */
    .overview-right img,
    .product-intro-header-right img,
    .expert-image-placeholder img,
    #contentsContain img {
        width: 100%;
        height: auto;
    }
}

/* 소형 모바일 (480px 이하) */
@media (max-width: 480px) {
    img {
        width: 100%;
        height: auto;
    }
    
    /* 테이블 이미지 더 작게 */
    table img {
        width: 100%;
        max-width: 100px;
        height: auto;
    }
}
/* 태블릿 (1200px 이하) */
@media (max-width: 1200px) {
    
    #content{
        width:100%;
    }
}

/* 반응형: 한 줄로 */
@media (max-width: 768px) {
    .timeline li,
    .timeline li.left,
    .timeline li.right {
        width: 100%;
        left: 0 !important;
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
    }
}

/* 모바일 (768px 이하) */
@media (max-width: 768px) {
    .biz-circle {
        width: 200px;
        height: 200px;
        padding: 15px;
        font-size: 16px;
    }

    .circle-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .circle-desc {
        font-size: 12px;
    }

    .biz-tags {
        gap: 5px;
        margin-top: 5px;
    }

        .biz-tags span {
            font-size: 9px;
            padding: 2px 6px;
        }
}

/* 초소형 모바일 (375px 이하) */
@media (max-width: 375px) {
    .biz-circle {
        width: 160px;
        height: 160px;
        padding: 12px;
        font-size: 14px;
    }

    .circle-title {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .circle-desc {
        font-size: 11px;
    }

    .biz-tags {
        gap: 4px;
        margin-top: 3px;
    }

        .biz-tags span {
            font-size: 8px;
            padding: 2px 5px;
        }
}