.slash {
    height: 10px;
    background-image: repeating-linear-gradient(135deg,
            rgba(4, 30, 66, .9),
            rgba(4, 30, 66, .9),
            transparent 1px,
            transparent 5px);
    border-radius: 999px;
}

.sticky-cta {
    position: fixed;
    right: 8px;
    bottom: 0;
    z-index: 40;
}

.sticky-cta>a {
    display: none;
}

@media (min-width: 1024px) {
    .sticky-cta {
        right: 18px;
    }

    .sticky-cta>a {
        display: block;
    }
}


.site-header__inner,
.hero__inner,
.container,
.footer__inner {
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-nav-container {
    max-width: 72rem;
}

.cta-section {
    max-width: 66rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {

    .site-header__inner,
    .hero__inner,
    .container,
    .footer__inner {
        max-width: 1200px;
    }

    .overview-cta-row {
        gap: 1.5rem;
    }

    .cta-outline {
        width: 360px;
    }

    .sec-title {
        margin-bottom: 4rem;
    }

    .sec-title__slash {
        width: 18rem;
    }
}

@media (min-width: 960px) {
    .pill {
        font-size: 1rem;
    }

    .cta-note {
        font-size: 14px;
    }

    .time-badge {
        font-size: 1rem;
        padding: .25rem 1.5rem;
    }

    .part-tag {
        font-size: .9rem;
    }

    .program-title {
        font-size: 1.5rem;
    }

    .program-desc {
        font-size: 1rem;
    }

    .overview-value {
        font-size: 1rem;
        line-height: 1.675rem;
    }

    .speaker-role {
        font-size: .875rem;
    }

    .speaker-org,
    .speaker-title {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .speaker-name {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .speaker-bio {
        font-size: 1rem;
        line-height: 1.625;
    }

    .footer__inner {
        font-size: 13px;
        line-height: 1.725;
    }

    .footer-nav {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {

    .speaker-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .seminar-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .seminar-desc {
        font-size: 15px;
        line-height: 1.725rem;
    }

    .seminar-loc__name {
        font-size: 14px;
    }

    .seminar-loc__addr {
        font-size: 13px;
    }

    .meta-value {
        font-size: 15px;
    }

    .seminar-btn {
        font-size: 14px;
    }

    .speaker-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* =========================================================
    Form Table
========================================================= */
.form-table,
.form-table tbody,
.form-table tr,
.form-table th,
.form-table td {
    display: block;
    width: 100%;
}

.form-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.form-table tr {
    padding: 1.5rem 0;
    border-top: 1px solid #d2d2d2;
}

.form-table tr:first-child {
    border-top: 0;
}

.form-table th {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 700;
    line-height: 1.7;
    white-space: normal;
}

.form-table td {
    min-width: 0;
}

.ss_input {
    min-width: 0;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    appearance: none;
    border: 1px solid #d0d0ce;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 0.75rem;
    font-size: 14px;
    line-height: 1.4;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form textarea {
    height: auto;
    min-height: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
    resize: vertical;
}

.form input::placeholder,
.form textarea::placeholder {
    color: #9a9a9a;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form select:focus,
.form textarea:focus {
    outline: none;
    border-color: #0055b7;
    box-shadow: 0 0 0 2px rgba(0, 118, 168, 0.15);
    background: #fff;
}

.form select {
    padding-right: 34px;
    background-image:
        linear-gradient(45deg, transparent 50%, #666 50%),
        linear-gradient(135deg, #666 50%, transparent 50%);
    background-position:
        calc(100% - 16px) calc(50% - 2px),
        calc(100% - 11px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.ss_input--name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.name-label {
    white-space: nowrap;
}

.note+.note {
    margin-top: -1rem;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 8px;
    padding-top: 2px;
}

.option-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 34px;
    padding-top: 2px;
}

.option {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
}

.option input[type="checkbox"],
.option input[type="radio"] {
    height: auto;
    margin: 5px 0 0;
    transform: scale(.9);
    transform-origin: left top;
    flex: 0 0 auto;
}

.policy-agree {
    cursor: pointer;
}

.policy-agree input[type="checkbox"] {
    margin: 2px 0 0;
    transform: scale(.92);
    transform-origin: left top;
}

.policy-box__text {
    max-height: 330px;
    overflow-y: auto;
    padding-right: 8px;
}

.policy-box__text .note:last-child {
    margin-bottom: 0;
}

.form-actions {
    margin-top: 26px;
    text-align: center;
}

@media (max-width: 900px) {
    .option-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .form-table th,
    .form-table td {
        padding: 0;
    }

    .form-table tr {
        padding: 14px 0;
    }

    .form-table th {
        margin-bottom: 10px;
    }

    .ss_input--name {
        grid-template-columns: 1fr;
        gap: 10px;
    }

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

@media (max-width: 520px) {
    .option-grid {
        grid-template-columns: 1fr;
    }

    .option-row {
        flex-direction: column;
        gap: 8px;
    }
}

/* =========================================================
    confirm
========================================================= */
.profile-dl>div {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: .5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .profile-dl>div {
        grid-template-columns: 330px 1fr;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}