@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* 
html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
    font-family: 'Noto Sans TC', Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
}



h1 {
    font-weight: 700;
    padding-bottom: 2rem;
    text-align: center;
}

h2 {
    text-align: center;
    font-weight: 700;
    margin: 20px;       
}


h3 {
    text-align: center;
}

h4 {
    text-align: center;
    margin-bottom: 1rem;
} */


.kv {
    /* margin-top: 3em; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 500px;
    padding: 3% 0%;
    overflow: hidden;
    background-size: cover;
    /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 100%), url(../img/kv.jpg) fixed; */
}
@media(max-width: 768px){
    .kv {
        height: auto;
    }
}

.kv-title {
    font-weight: bold;
    color: #eee;
    font-size: 8vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.9);
    margin-bottom: 40px;
}

.kv-sub-title {
    font-weight: bold;
    color: #eee;
    font-size: 3.5vmin;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}

.kv-date-title {
    font-weight: bold;
    color: #eee;
    font-size: 3vmin;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
    margin-bottom: 40px;
    padding: 5px 20px 4px;
    background: rgb(0,0,0,.7);
    border-radius: 6px;
}

.kv-sub-title span{
    padding: 0.3rem 1rem;
    letter-spacing: 0.03em;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
}

.kv-sponsor {
    color: #333;
    font-size: 2vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-align: center;
    margin-bottom: 1rem;
}

.kv-sponsor img{
    width: 160px;
}


.foreword{
  background-color: #eff3f5;
  text-align: justify;
  padding: 3% 0;
}

.camp-intro {
    width: 80%;
    margin: auto;
}
@media (max-width: 768px){
    .camp-intro {
        width: 100%;
    }
}

.foreword-txt{
  font-size: 1.3em;
  text-align: justify;

}

.camp-title{
  /* margin-bottom: 3rem; */
}

.main-standard{
    margin-bottom: 0;
    font-size: 2.8rem;
    letter-spacing: 5px; 
}

.sub-standard{
    font-weight: 400;
    margin: 0 0 2rem;
}

.camp-intro > *{
    font-size:0.9em
}

/*speaker*/
.section-speaker {
    padding-bottom: 5em;
}


.speaker-title {
    padding: 3rem 0 2rem;
}

/* .speaker-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #aaa;
  max-width: 300px;
  margin: 15px auto;
}

.speaker-box-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.speaker-box:hover .speaker-box-overlay {
    opacity: 1;
} */

/* .speaker-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.7);   
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} */

/* .speaker-box:hover .speaker-details {
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
} */

/* .speaker-name {
    color: #fff;
    padding: 15px 10px 5px;
    font-size: 1.3rem;
    font-weight: 700;
} */

.speaker-desc {
    color: #fff;
    padding: 0px 10px 5px;
    line-height: 1.3;
    padding-bottom: 1.8em;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.fadeIn-bottom {
    top: 80%;
}

.btn-speaker-box{
  border:1px solid #fff;
}



/*議程*/
.table{
  font-size: 1.2rem;
  margin-top: 3rem;
}


.table .thead-dark th{
    font-size: 1.6rem;
    background-color: #333;
}

.table-hover tbody tr:hover  {
    background-color: #FDFEDB;
    /*cursor: pointer;*/
}

.agenda-title{
    font-size: 1.4rem;
    padding-bottom: 8px;
    font-weight: 700;
}

.agenda-title-name{
    color: #15366C;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.4;
}

.agenda-title-name img{
    width: 70px;
    border-radius: 50%;
    margin: 6px;
}

.agenda-content{
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: justify;
    margin-right: 10px;
}

.agenda-collapse, .header-title ,.fa-plus,.fa-lg{
    color: #15c9ff;
    margin-right: 8px;
    float: right;
}

.fa-lg:hover,.fa-plus:hover{
    color: #15366C;
}


.btn-link{
    margin-top: 6px;
    color: #15c9ff;
    margin-left: -12px;
    text-decoration: none;
    font-weight: 600;
}

.btn-link:hover{
    color: #333;
    text-decoration: none;
}



/*logo*/

.level-block span{
    font-size: 1.2rem;
}

/*session tags*/

/* .tagbox-line {
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-align: left; 
    font-size: 0.8rem;
    color: #666;
    font-weight: 300;}

.tagbox-line span {
    display: inline-block;
    padding: 3px 8px;
    margin: 5px 5px 5px 0;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
    border: 1px solid #999; }

.tagbox {
    text-align: left;
    margin-top: 5px; }

.tagbox span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 8px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #999;
    color: #fff; } */



/* 客制 AIT Day */
.kv-ait {
    background-position: bottom center;
}
.kv-title-ait {
    max-width: 46%;
}
.kv-date-title-ait {
    text-shadow: 2px 3px 6px rgb(0 6 47), 2px -2px 10px rgb(0 7 56);
}