/**
 * Theme Name: astra-wpdesign
 * Author: Brainstorm Force
 * Author URI: http://wpastra.com/about/
 * Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: astra-wpdesign
 * Template: astra
 */

/* ROOT START */
.root-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px !important;
    box-sizing: border-box;
}

main {
    width: 100%;
}

.mySwiper_main {
    position: relative;
    z-index: 1;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
    display: none;
}

.tribe-events-calendar-month__header {
    background: #e2e2e2;
}

.tribe-events .tribe-events-calendar-month__header-column {
    padding: 10px 15px;
    color: #000 !important;
}

.tribe-common span {
    color: #000 !important;
}

.awp-event-calendar-dl {
    gap: 1em 1em !important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
    display: none;
}

.awp-event-calendar-fields p {
    margin-bottom: 0 !important;
}

.awp-event-calendar-dl strong {
    color: var(--ast-global-color-1) !important;
}

.tribe-events-notices,
.tribe-events-single-event-title+.tribe-events-schedule {
    display: none;
}

.tribe_events.type-tribe_events.status-publish {
    padding: 2em 0 !important;
}

.awp-event-calendar-fields {
    margin: 2em 0;
    padding: 2em;
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 8px;
    background: #fafafa;
}

.uael-timeline--left .uael-day-new {
    margin-top: -20px;
}

.timeline-icon-new.out-view-timeline-icon {
    margin-left: 14px;
}

.awp-event-schedule-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0 !important;
}

.awp-event-schedule-list li {
    position: relative;
    margin: 5px 0 5px 0px;
    padding-left: 85px;

}

.awp-event-schedule-list li span {
    display: inline-block;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}

@media (max-width: 768px) {
    .mo-none {
        display: none;
    }


}

/* ========== 회사 히스토리 (타임라인) - ul에 클래스 없이 .awp-company-history ul 로 적용 ========== */
.awp-company-history {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

.awp-company-history .awp-schedule-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #2c2c2c;
    letter-spacing: -0.02em;
}

.awp-company-history .awp-schedule-year:first-child {
    margin-top: 0;
}

.awp-company-history ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.awp-company-history ul li {
    position: relative;
    padding: 0.5rem 0 0.5rem 95px;
    line-height: 1.55;
    color: #333;
    border-bottom: 1px solid #eee;
}

.awp-company-history ul li:last-child {
    border-bottom: none;
}

.awp-company-history ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    background: #2c2c2c;
    border-radius: 50%;
}

.awp-company-history ul .awp-event-date,
.awp-company-history ul li span {
    font-weight: 700;
    color: #1a1a1a;
    min-width: 70px;
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 8px;
}

@media (max-width: 768px) {
    .awp-company-history {
        padding: 1.5rem 0rem 2rem;
    }

    .awp-company-history .awp-schedule-year {
        font-size: 1.25rem;
        margin: 2rem 0 0.75rem;
    }

    .awp-company-history ul li {
        font-size: 0.875rem;
        padding-left: 75px;
    }

    .awp-company-history ul .awp-event-date,
    .awp-company-history ul li span {
        top: 7px;
    }

    .awp-company-history ul li::before {
        width: 5px;
        height: 5px;
        top: 14px;
    }
}

.member-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0 !important;
}

.member-list li::before {
    content: "●";
    font-size: 15px;
    line-height: 1.6;
    margin-right: 10px;
}

.custom-contact-form .wpforms-submit-container button{
    width: 100%;
}