/* 
講座所有頁講座所有頁說明: 請看 lecture.css 開頭
*/


/************************************** 
    所有講座系列頁共用 all lecture pages - start
***************************************/
:root {
    --lecture-color-text: #ffffff;  
    --lecture-color-bg: #00000050;
}
/* Event page */
.main-event {
    background-image: -o-linear-gradient(left, #00000000 0%, #0000003d 100%) , url('../images/lecture/event-temp/kv-bg.webp');
    background-image: -webkit-gradient(linear, left top, right top, from(#00000000), to(#0000003d)) , url('../images/lecture/event-temp/kv-bg.webp');
    background-image: linear-gradient(to right, #00000000 0%, #0000003d 100%) , url('../images/lecture/event-temp/kv-bg.webp');
}

/************************************** 
    所有講座系列頁共用 all lecture pages - end
***************************************/


/************************************** 
    IT event pages - start
***************************************/
.main-event-it {}

/* banner */
.content-bn-lecture.event-it {
    background: -o-linear-gradient(left, #00000025 0%, #00000025 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00000025), to(#00000025));
    background: linear-gradient(to right, #00000025 0%, #00000025 100%);
}
.content-bn-lecture.event-it .container-content {}
.content-bn-lecture.event-it .container-content .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content-bn-lecture.event-it .container-content .col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: 0;
    border-width: 0px;
}
.content-bn-lecture.event-it .container-content .col-text .img {
    padding: 0;
    border-width: 0px;}

.content-bn-lecture.event-it .container-content .col-imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: 0;
    border-width: 0px;
}
.content-bn-lecture.event-it .container-content .col-imgbox .img {
    padding: 0;
    border-width: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.kv-mark {
    z-index: 4 !important;
}

.date-main h2 {
    letter-spacing: 4px;
    font-size: 28px;
    font-weight: bold;
}




@media screen and (min-width: 992px) {
    /* banner */
    .content-bn-lecture.event-it {}
    .content-bn-lecture.event-it .container-content {
        padding: 0;
    }
    .content-bn-lecture.event-it .container-content .col-text {
        width: 50%;
    }
    .content-bn-lecture.event-it .container-content .col-text .img {}
    .content-bn-lecture.event-it .container-content .col-imgbox {
        width: 50%;
    }
    .content-bn-lecture.event-it .container-content .col-imgbox .img {}

    .page-bg {
 
        width: 100%;
        height: 100%;
    } 

    .d-md-block {
        width: 100%;
    }
}

/* section */
.section-lecture.event-it {
    background-color: transparent;
    color: var(--lecture-color-text);
}
.section-lecture.event-it .nav-breadcrumb .breadcrumb-item {
    color: var(--lecture-color-text);
}
.section-lecture.event-it .nav-breadcrumb .breadcrumb-item a {
    color: var(--lecture-color-text);
}
.section-lecture.event-it .breadcrumb-item + .breadcrumb-item::before {
    color: var(--lecture-color-text);
}
.section-lecture.event-it .container-lecture {
    padding: 0;
}



/* date */
.section-lecture.event-it .event-it-date {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 30px 10px;
    border-radius: 10px 10px 0 0;
    background-color: var(--lecture-color-bg);
    text-align: center;
}
@supports not ((width: -webkit-fit-content) or (width: -moz-fit-content) or (width: fit-content)) {
    .section-lecture.event-it .event-it-date {
      width: auto;
    }
}
.section-lecture.event-it .event-it-date .date-top {
    font-size: var(--fz4);
    color: #FFE500;
}
.section-lecture.event-it .event-it-date .date-main {
    font-size: var(--fz2);
}
.section-lecture.event-it .event-it-date .date-main small {
    font-size: 60%;
}
.section-lecture.event-it .event-it-date .date-main .tail {}

/* intro */
.section-lecture.event-it .event-it-intro {    
    background-color: var(--lecture-color-bg);
    border-radius: 10px;
    padding: 20px 20px 30px;
    margin-bottom: 50px;
}
.section-lecture.event-it .event-it-intro .title {
    font-size: var(--fztSecContenTitle);
    margin: 10px 0;
}
.section-lecture.event-it .event-it-intro .text {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0.5rem;
}


/* regist */
.section-lecture.event-it .event-it-regist {  
    background-color: var(--lecture-color-bg);
    border-radius: 10px;
    padding: 10px 10px 10px;
    margin-bottom: 50px;
}
.section-lecture.event-it .event-it-regist .row-grid {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: center; */
}
.section-lecture.event-it .event-it-regist .row-grid .grid-item-1 {}
.section-lecture.event-it .event-it-regist .row-grid .grid-item-2 {
    /* 如果要改版型打開下面註解，並註解 .grid-item-3 的 */
    /* grid-row: span 2; */
}
.section-lecture.event-it .event-it-regist .row-grid .grid-item-3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}


.section-lecture.event-it .event-it-regist .row-grid .grid-item-3 {}

.section-lecture.event-it .event-it-regist .head {
    /* text-align: center; */
    margin-bottom: 5%;
    font-size: var(--fz2);
}

.section-lecture.event-it .event-it-regist .feature {
    /* background-color: var(--lecture-color-bg);
    border-radius: 50px;
    border-bottom: 20px solid var(--lecture-color-bg); */
    margin: 20px;
    padding: 20px 0;
    color: #dbdeff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-lecture.event-it .event-it-regist .feature .head {
    position: relative;
    z-index: 1;
}
.section-lecture.event-it .event-it-regist .feature ul {
    margin: 0 0 0 30px;
}
.section-lecture.event-it .event-it-regist .feature ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: var(--fz4);
    list-style: disc;
}
.section-lecture.event-it .event-it-regist .feature ul li > ul {
    margin-left: 20px;
}
.section-lecture.event-it .event-it-regist .feature ul li > ul li {
    list-style: circle;
}

.section-lecture.event-it .event-it-regist .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5px;
    line-height: 1;
    margin-bottom: 0.5rem;
    position: relative;
}
.section-lecture.event-it .event-it-regist .feature-item i {
    background-color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 2px 0px 2px 3px;
}
.section-lecture.event-it .event-it-regist .feature-item i {
    content: '';
    color: var(--course-color-cs)
}
.section-lecture.event-it .event-it-regist .feature-item .feature-text {
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
}
.section-lecture.event-it .notes-container {
    background-color: #5756567a;
    padding: 1rem;
    margin: 20px 0 0px;
    border-radius: 10px;
}
.section-lecture.event-it .notes-container ul {
    line-height: 1.6;
    padding-left: 2rem;
    margin-top: 0.5rem;
}
.section-lecture.event-it .notes-container ul li {
    font-size: var(--fzSm);
    color: var(--lecture-color-text);
    line-height: 1.6;
    margin-bottom: 0.5rem;
    list-style: disc;
}

/* 注意事項 */
.section-lecture.event-it .notes-container .notes-title {
    font-size: var(--fzhead);
    margin-bottom: 5px;
    color: #cfcfcf;
}
.section-lecture.event-it .notes-container .notes-list {
    line-height: 1.6;
}
.section-lecture.event-it .notes-container .notes-list li {
    font-size: var(--fzSm);
    color: #cfcfcf;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

/* regist form */
/* .section-lecture.event-it .regist-form {
    height: 100%;
    margin-top: 12%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.section-lecture.event-it .regist-form .head {
    font-size: var(--fz2);
    text-align: center;
}
.section-lecture.event-it .regist-form .form-group {}
.section-lecture.event-it .regist-form .form-input {}
.section-lecture.event-it .regist-form .form-note {}
.section-lecture.event-it .regist-form .form-checkbox {}
.section-lecture.event-it .regist-form .read-link {
    color: var(--lecture-color-text);
}
.section-lecture.event-it .regist-form .submit-btn {}
.section-lecture.event-it .regist-form .submit-btn:hover {} */

/* gift */
.event-it-gift {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.event-it-gift .title {
    font-size: var(--fztSecContenTitle);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    text-align: center;
}
.event-it-gift .title .deco-gift {
    position: relative;
}
/* .event-it-gift .title .deco-gift::before {
    content: '';
    background-color: #eee;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
} */
.event-it-gift .title .deco-gift .img {
    max-width: 33px;
    display: block;
    margin: 0 auto 5px;
}
.gift-item {
    text-align: center;
}
.gift-item img {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

/* speaker */
.event-it-speaker {
    background-color: var(--lecture-color-bg);
    border-radius: 10px;
    padding: 20px 20px 30px;
    margin-bottom: 50px;
}
.event-it-speaker .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.speaker-imgbox {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    border: 5px solid var(--course-color-cs);
}
.speaker-imgbox img {}
.speaker-name {
    font-size: var(--fz2);
    margin-bottom: 0.5rem;
    text-align: center;
}
.speaker-title {
    font-size: var(--fz4);
    margin-bottom: 0.5rem;
    text-align: center;
}
.speaker-info {}
.speaker-info ul {
    padding-left: 1.3rem;
    position: relative;
}
.speaker-info ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 5px;
}
.speaker-info ul li::before {
    content: "•";
    position: absolute;
    font-size: 22px;
    left: -1.3rem;
    line-height: 1.2;
    color: #888;
}

/* Steps */
.event-it-steps {
    background-color: var(--lecture-color-bg);
    border-radius: 10px;
    padding: 20px 0px 30px;
    margin-bottom: 50px;
    text-align: center;
}
.event-it-steps .container {}
.event-it-steps .head {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.event-it-steps .steps-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 0;
}
@supports not ((width: -webkit-fit-content) or (width: -moz-fit-content) or (width: fit-content)) {
    .event-it-steps .steps-container {
      width: auto;
    }
}
.event-it-steps .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    text-align: left;
    word-break: keep-all;
}
.event-it-steps .step-number {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 30px;
    padding: 0;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
}
.event-it-steps .step-number i {
    font-size: 22px;
}
.event-it-steps .step-text {
    font-size: var(--fz4);
}
.event-it-steps .btn {
    background-color: var(--lecture-color-text);
    color: var(--course-color-cs);
    max-width: 250px;
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 0 1px 2px #00000070;
            box-shadow: 0 1px 2px #00000070;
}


@media screen and (min-width: 992px) {
    /* setion */
    .section-lecture.event-it {}
    .section-lecture.event-it .nav-breadcrumb .breadcrumb-item {}
    .section-lecture.event-it .nav-breadcrumb .breadcrumb-item a {}
    .section-lecture.event-it .breadcrumb-item + .breadcrumb-item::before {}
    
    .section-lecture.event-it .container-lecture {}

    /* date */
    .section-lecture.event-it .event-it-date {

    }
    .section-lecture.event-it .event-it-date .date-top {}
    .section-lecture.event-it .event-it-date .date-main {
    font-size: var(--fztSecContenTitle);
}
    .section-lecture.event-it .event-it-date .date-main .tail {}
    .section-lecture.event-it .event-it-date .event-it-intro {}

    /* intro */
    .section-lecture.event-it .event-it-intro {}
    .section-lecture.event-it .event-it-intro .title {
        font-size: var(--fztSecContenTitle);
        text-align: center;
    }
    .section-lecture.event-it .event-it-intro .text {}

    /* regist */
    .section-lecture.event-it .event-it-regist {
        padding: 50px 30px 30px;
    }
    .section-lecture.event-it .event-it-regist .row-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-column-gap: 10px;
    }
    .section-lecture.event-it .event-it-regist .row-grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .section-lecture.event-it .event-it-regist .row-grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .section-lecture.event-it .event-it-regist .feature {}
    .section-lecture.event-it .event-it-regist .head {
        font-size: var(--fztSecContenTitle);
    }
    .section-lecture.event-it .event-it-regist .feature .head::before {       
        background: -o-radial-gradient(circle, rgba(77, 83, 165, 0.8) 0%, rgba(73, 85, 241, 0) 70%);       
        background: radial-gradient(circle, rgba(77, 83, 165, 0.8) 0%, rgba(73, 85, 241, 0) 70%);
        top: -100px;
        left: unset;
        right: 102px;
    }    
    .section-lecture.event-it .event-it-regist .feature ul {}
    .section-lecture.event-it .event-it-regist .feature ul li {}
    
    /* .section-lecture.event-it .event-it-regist .feature-list {} */
    .section-lecture.event-it .event-it-regist .feature-item {}
    .section-lecture.event-it .event-it-regist .feature-item i {}
    .section-lecture.event-it .event-it-regist .feature-item .feature-text {
        font-size: var(--fz4);
    }
    .section-lecture.event-it .notes-container {}
    .section-lecture.event-it .notes-container .notes-title {}
    .section-lecture.event-it .notes-container .notes-list {}
    .section-lecture.event-it .notes-container .notes-list li {}

    /* regist form */
    /* .section-lecture.event-it .regist-form {
        margin-top: 0;
    }
    .section-lecture.event-it .regist-form .head {
        font-size: var(--fztSecContenTitle);
    }
    .section-lecture.event-it .regist-form .form-group {}
    .section-lecture.event-it .regist-form .form-input {}
    .section-lecture.event-it .regist-form .form-note {}
    .section-lecture.event-it .regist-form .form-checkbox {}
    .section-lecture.event-it .regist-form .submit-btn {}
    .section-lecture.event-it .regist-form .submit-btn:hover {} */

    /* gift */
    .event-it-gift {
        /* flex-direction: row; */
    }
    .gift-item {}
    .gift-item img {}

    /* speaker */
    .event-it-speaker {}
    .speaker-imgbox {
        width: 200px;
        height: 200px;
    }
    .speaker-imgbox img {}
    .speaker-name {
        text-align: left;
    }
    .speaker-title {
        text-align: left;
    }
    .speaker-info {}
    .speaker-info ul {}
    .speaker-info ul li {}
    .speaker-info ul li::before {}

    /* Steps */
    .event-it-steps {
        padding: 20px 20px 30px;
        margin-bottom: 50px;
    }
    .event-it-steps .container {}
    .event-it-steps .head {}
    .event-it-steps .steps-container {}
    .event-it-steps .step-item {}
    .event-it-steps .step-number {}
    .event-it-steps .step-number i {}
    .event-it-steps .step-text {}
    .event-it-steps .btn {}

}

/************************************** 
    IT event pages - end
***************************************/