@charset "UTF-8";
@-webkit-keyframes moveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }
    80% {
        -webkit-transform: translateX(0.2rem);
        transform: translateX(0.2rem)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem)
    }
    80% {
        -webkit-transform: translateX(0.2rem);
        transform: translateX(0.2rem)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem)
    }
    80% {
        -webkit-transform: translateX(-0.2rem);
        transform: translateX(-0.2rem)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem)
    }
    80% {
        -webkit-transform: translateX(-0.2rem);
        transform: translateX(-0.2rem)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0.3rem);
        transform: translateY(0.3rem)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0.3rem);
        transform: translateY(0.3rem)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body {
    font-family: Arial, '微軟正黑體', sans-serif;
    font-size: 16px;
    padding-top: 50px;
    color: #666;
    line-height: 1.6
}

.heading {
    position: relative;
    left: 6px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #155BC2;
    letter-spacing: 10px
}

.heading-tertiary {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4
}

a,
a:link,
a:visited {
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
a:hover{ color: #6d2b00;}

.main-btn,
.main-btn:link,
.main-btn:visited {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    background: #4267b2;
    border-radius: 0;
    border: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.main-btn:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.main-btn:hover:after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    -ms-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0
}

.main-btn:active,
.main-btn:focus {
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}
.daily-btn,.daily-btn:link,.daily-btn:visited {
    background: #f76231;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    word-break: break-all;
}
.agenda__card .ppt-btn { 
    background: transparent;
    border: 2px solid #f76231;
    color: #f76231;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-line,
.btn-line:link,
.btn-line:visited { 
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 60%;
    max-width: 100%;
    margin: 8px auto;
    padding: 12px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    border-radius: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.btn-line:hover,
.btn-line:active,
.btn-line:focus {
    border: 2px solid rgba(255, 255, 255);
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.section-review h2 { color:  #ed2b3f; margin-bottom: 20px;}
.section-review .row { margin-bottom: 40px;}
.btn-center-cover { margin: 0 auto; width: 100%;}
.btn-center { display: inline-block; width: 50% !important;}
.img-cover-hover { overflow: hidden; padding: 5px 10px 8px; border-left:1px solid #cccccc;}
.img-cover-hover:first-of-type { border: none; }
.img-cover-hover:hover { background: #cccccc; }
.img-hover { 
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s }
.img-hover:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}
.img-cover-hover h4 { line-height: 1.4em; }
.img-cover-hover h4 span {  }


/* utiltie */
.txt-blue{color: #143a77 !important; }
.txt-gray{color: #585858 !important; }
.fz28{ font-size: 28px !important; }
.fz24{ font-size: 24px !important; }
.fz24{ font-size: 24px !important; }
.fz20{ font-size: 20px !important; }
.fz18{ font-size: 18px !important; }
.fz16{ font-size: 16px !important; }

.main-btn--small {
    width: 100%;
    padding: 8px 10px;
    font-size: 20px
}

.speaker-modal .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.speaker-modal.fade .modal-dialog {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.speaker-modal.in .modal-dialog {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.speaker-modal .modal-footer,
.speaker-modal .modal-header {
    border: none
}

@media only screen and (max-width:767px) {
    .speaker-modal__img {
        width: 50%;
        margin: 0 auto
    }
}

.speaker-box {
    position: relative;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.speaker-box__deco {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 5px solid #001292;
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.speaker-box--keynote .speaker-box__deco .ban {
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background-color: #001292;
}

.speaker-box--keynote .speaker-box__deco .ban:after {
    content: '';
    width: 240px;
    height: 3px;
    bottom: -7px;
    left: 0;
    background-color: #001292;
    position: absolute;
}

.speaker-box__head {
    border: 2px solid #fdf798;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.speaker-box__head:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 162, 218, 0.5);
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.speaker-box__head:before {
    content: "\f002";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .2s .1s;
    -o-transition: .2s .1s;
    transition: .2s .1s
}

.speaker-box__img {
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.speaker-box__name {
    font-size: 20px;
    font-weight: 700;
    color: #143a77
}

.speaker-box__title {
    margin-bottom: 10px;
    color: #666
}

.speaker-box__title+p {
    color: #888
}

.speaker-box:hover .speaker-box__head:after,
.speaker-box:hover .speaker-box__head:before {
    opacity: 1
}

.speaker-box:hover .speaker-box__head:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.speaker-box:hover .speaker-box__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.agenda-timeline {
    margin-left: 42px;
    border-left: 4px solid #fdf798
}

.agenda-timeline__group {
    position: relative;
    margin-bottom: 40px;
    padding-left: 52px
}

.agenda-timeline__time {
    position: absolute;
    right: calc(100% + 30px);
    top: 0;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif;
    font-size: 18px
}

.agenda-timeline__content:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 4px solid #fdf798;
    border-radius: 50%;
    z-index: 1
}

.agenda-timeline__content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 40px;
    height: 4px;
    background-color: #fdf798
}

.agenda-timeline__topic {
    font-size: 18px;
    font-weight: 700
}

.agenda-timeline__topic--keynote {
    font-size: 22px;
    color: #143a77
}

.agenda-timeline__topic--tracka {
    font-size: 22px;
    color: #143a77
}

.agenda-timeline__topic--trackb {
    font-size: 22px;
    color: #001292
}

.agenda-timeline__badge {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 14px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif;
    border-radius: 25px
}

.agenda-timeline__badge--keynote {
    background-color: #2a6ace
}

.agenda-timeline__badge--tracka {
    display: block;
    text-align: center;
    background-color: #2a6ace
}

@media (max-width:767px) {
    .agenda-timeline__badge--tracka {
        display: inline-block
    }
}

.agenda-timeline__badge--trackb {
    display: block;
    text-align: center;
    background-color: #001292
}

@media (max-width:767px) {
    .agenda-timeline__badge--trackb {
        display: inline-block
    }
}

.agenda-timeline__name {
    margin-top: 4px;
    margin-bottom: 4px
}

.agenda-timeline__desc {
    color: #666
}

.agenda-timeline__column+.agenda-timeline__column {
    margin-top: 20px
}

@media (min-width:768px) {
    .agenda-timeline__column {
        display: inline-block;
        width: 48%;
        vertical-align: top
    }
    .agenda-timeline__column+.agenda-timeline__column {
        margin-left: 3%;
        margin-top: 0
    }
}

.agenda-timeline__readmore {
    display: inline-block;
    margin-bottom: 4px;
    padding: 1px 6px;
    border-bottom: 2px solid #666;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.agenda-timeline__readmore:hover {
    color: #143a77;
    background-color: transparent;
}

.agenda-timeline__readmore+.agenda-timeline__desc {
    display: none
}

.footer {
    padding: 20px 0;
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.footer .container {
    position: relative
}

.footer__name {
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif;
    font-size: 50px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

@media (max-width:767px) {
    .footer__name {
        font-size: 24px
    }
}

.footer__copyright {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.kv {
    background-color: #383838
}

.navbar-set {
    background-color: rgba(44, 19, 146, 0.8);
    border: none;
}

.navbar-set .navbar-nav>li>a,
.navbar-set .navbar-nav>li>a:link,
.navbar-set .navbar-nav>li>a:visited {
    color: #fff;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.navbar-set .navbar-nav>li>a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.navbar-set .navbar-nav>li>a:active,
.navbar-set .navbar-nav>li>a:focus {
    color: #fff
}

.navbar-set .navbar-toggle,
.navbar-set .navbar-toggle:focus,
.navbar-set .navbar-toggle:hover {
    background-color: transparent;
    border: none
}

.navbar-set .navbar-toggle .icon-bar {
    background-color: #fff
}
.text-light{ color: #fdf798 !important;}

.section-reason {
    padding: 30px 0;
    color: #fff;
    background-color: #383838
}

.reason-frame {
    display: inline-block;
    margin: 0 20px;
    padding: 16px 24px;
    padding-right: 14px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    border: 6px solid #ff5a00
}

@media (max-width:767px) {
    .reason-frame {
        margin: 10px 0;
        padding: 8px 12px;
        border: 4px solid #fff
    }
}

@media (max-width:1199px) {
    .reason-frame {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 8px 16px;
        border: 4px solid #fff
    }
    .reason-frame__row {
        display: inline-block;
        letter-spacing: 0
    }
}

.reason-frame__row {
    letter-spacing: 7px
}

.reason-frame__num {
    font-size: 50px;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif
}

@media (max-width:767px) {
    .reason-frame__num {
        font-size: 30px
    }
}

@media (max-width:1199px) {
    .reason-frame__num {
        font-size: 40px
    }
}
@media (max-width:1400px) {
    .btn-center {
        width: 100% !important;
    }
    .btn-over {  }
}
.reason-box {
    display: table;
    margin-top: 8px
}

@media (max-width:767px) {
    .reason-box {
        margin-top: 10px;
        float: none;
        margin: 0 auto;
    }
}

.reason-box__content,
.reason-box__num {
    display: table-cell;
    vertical-align: middle;
}

.reason-box__num {
    display: table-cell;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    color: #ffa77c;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif
}

@media (max-width:767px) {
    .reason-box__num {
        width: .5em;
        font-size: 80px;
        text-align: center
    }
}

.reason-box__content {
    padding-left: 14px
}

.reason-box__title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #143a77
}

@media (max-width:767px) {
    .reason-box__title {
        margin-bottom: 4px;
        font-size: 20px
    }
}

.section-intro {
    position: relative;
    padding: 30px 15px;
    background-color: #eee;
    text-align: center
}

.section-intro:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    border: 30px solid transparent;
    border-top: 20px solid #eee;
    border-bottom: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-intro__desc {
    display: inline-block;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
    font-family: '微軟正黑體', Arial, sans-serif
}

@media (max-width:767px) {
    .section-intro__desc {
        font-size: 16px
    }
}

.section-info {
    padding: 40px 15px;
    text-align: center
}

.info-list {
    display: inline-block;
    text-align: left
}

.info-list__item {
    position: relative;
    margin-bottom: 1em;
    padding-left: 4em;
    font-size: 20px;
    font-family: '微軟正黑體', Arial, sans-serif
}

.info-list__title {
    margin-right: 10px;
    color: #143a77;
    font-weight: 700;
    font-size: 22px
}

.info-list__title-icon {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #aaaaaa;
}

.info-list__map,
.info-list__map:link,
.info-list__map:visited {
    font-size: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}


.info-list__notice {
    font-size: 16px;
    color: #888
}

.section-speaker {
    padding: 40px 15px;
    background: #eeeeee;
}
.section-speaker .row{
    margin-bottom: 50px;
}
.section-speaker img {
}
.section-speaker h3{ margin: 0 0 3%; }
.section-speaker h4{
    font-size: 24px;
    color: #001292;
}
@media (max-width: 768px) 
{
.section-speaker h4{
    text-align:center;
}    
}

.circle-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 5px #eeeeee solid;
  overflow: hidden;
  
  background: white;
  margin:0 auto;
}
.circle-img-none {
  max-width: 160px;
  max-height: 160px;
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  margin:1% auto;
  position: relative;
  right: 0;
  border: 2px solid #cccccc;
}
.circle-img img {
 width: 100%; 
}

.section-agenda {
    padding: 40px 15px;
    background-color: #eeeeee;
}

.section-workshop {
    padding: 40px 15px;
    background-color: #eee;
    text-align: center
}

.section-workshop__desc {
    font-size: 18px;
    letter-spacing: 3px
}

.section-workshop__notice {
    color: #888;
    letter-spacing: 3px
}

.workshop-agenda {
    position: relative;
    display: inline-block;
    max-width: 700px;
    width: 90%;
    margin-top: 40px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

.workshop-agenda:before {
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 7px;
    background-color: #2a6ace;
    background-image: -webkit-linear-gradient(55deg, #2a6ace, #001292);
    background-image: -o-linear-gradient(55deg, #2a6ace, #001292);
    background-image: linear-gradient(35deg, #2a6ace, #001292)
}

.agenda__ask{color: #151392;
    padding: 1%;
    font-size: 18px; text-align: center;}

.workshop-agenda__table {
    width: 100%;
    text-align: center;
    background-color: #fff
}

.workshop-agenda__table td {
    padding: 8px;
    font-size: 18px;
    text-align: left
}

.workshop-agenda__table td:first-child {
    width: 30%;
    text-align: center
}

.workshop-agenda__row:nth-child(odd) {
    background-color: #e2e7ee
}

.section-traffic {
    padding: 40px 15px;
    text-align: center;
    background: #eeeeee;
}

.section-traffic__desc {
    font-size: 18px
}

.section-traffic__notice {
    color: #888
}

.section-sponsorlogo {
    padding: 40px 15px;
    background: #fff;
}

.section-sponsorlogo img {
    display: inline-block;
}

.section-signup {
    margin-top: -40px;
    padding-bottom: 40px
}

.section-signup .help-block {
    font-size: 14px
}

.section-notice {
    padding: 40px 15px;
    background-color: #eee
}
.section-sponsorlogo #sponsor01 h5{font-size: 16px; color:#143a77; font-weight: 600;}
.section-sponsorlogo #sponsor02 h5{font-size: 16px; color:#143a77; font-weight: 600;}
.section-sponsorlogo .more, .section-sponsorlogo .more{font-size: 14px; display: inline-block; margin:5% auto; cursor: pointer; color:#666;border:1px solid #666; padding:1px 2px; border-radius: 3px;}
.section-sponsorlogo .img-sponsor{width: 50%; margin:5px auto;}
.section-sponsorlogo .modal-body{margin: 2%;}
/* tool */

.word-break {
    word-break: break-all;
}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.pt30{ padding-top: 30px }
.pt20{ padding-top: 20px }

time {
    font-size: 20px;
    color: #da6924;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5em;
}

a {
    color: #143a77;
}

section {
    position: relative;
    background: #fff;
}

.reason-frame {
    transform: rotate(-9deg);
    margin: -35px 20px;
    padding: 50px 40px;
    background: #ffff8c;
    border: none;
    font-size: 30px;
}

.section-reason {
    color: #383838;
    background-color: #ffffff;
}

.reason-frame__row {
    letter-spacing: 7px;
    margin-top: -30px;
    margin-left: -12px;
}

.reason-frame__num {
    letter-spacing: 7px;
    font-size: 70px;
}

.reason-frame__toptext {
    font-size: 22px;
    margin-right: -20px;
}

.heading {
    color: #383838;
}
.heading span{
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    width: 40%;
    margin: auto;
    color:#001292;
}
.section-intro {
    position: relative;
    padding: 30px 15px;
    background-color: #fff799;
    text-align: center;
    color: #001292;
}
.section-intro h1{    font-size: 50px;
    letter-spacing: 4px;}
.section-intro h2{

}
.section-intro:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    border: 30px solid transparent;
    border-top: 20px solid #eee;
    border-bottom: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-intro__desc {
    display: inline-block;
    max-width: 1000px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
    font-family: '微軟正黑體', Arial, sans-serif
}

.section-intro h4,h3{

}
.sub-title h3{
color:#666;
}
.section-intro p {
    text-align: left;
}


/* section-agenda */

.agenda-timeline__content.min-point:before {
    border: none;
    background-color: #fdf798;
    left: -10px;
    top: 7px;
    width: 15px;
    height: 15px;
}

.section-agenda .tab-content {
    margin: 8% 4%;
}

.section-agenda .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.section-agenda .nav-tabs>li {
    display: table-cell;
    text-align: center;
    width: 50%;
    background: #ddd;
}

.section-agenda .nav-tabs>li a {
    color: #143a77;
    margin: 0;
}

.section-agenda .nav-tabs>li.active a {}

.modal-content {
    background: #eee;
}
.agenda__card{background: #ffffff; border-radius: 10px; padding: 10px; margin: 0.5% 0; padding-bottom: 20px;}
.section-agenda .agenda__disc{font-size: 18px;}
.section-agenda .agenda__disc h2{font-size: 32px; color: #ff6430; font-weight: 700;}
.section-agenda .agenda__disc h2 span{ font-size: 28px; }
.section-agenda .agenda__disc h4 {font-size: 24px; color: #001292;}

.section-review { background: #e8e8e8; color: #ffffff; margin: 0; padding: 3%;}
.section-review .btn-review:hover {  }
.content .kv {  }
.content .section-review { 
    position: relative;
    padding: 40px 15px 30px;
    background-color: #e0e0e0;
    text-align: center;
    color: #001292;
 }


/* kv */

/*.kv-box {
    position: relative;
    margin: 0;
    padding: 0;
}

.kv__img {
    position: fixed;
    width: 100%;
    top: 30px;
}

.kv-txt {
    position: relative;
    margin: 20px auto;
    left: -60px;
    width: 780px;
}*/



.section-intro .row{
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .section-intro__desc {
        font-size: 16px
    }
}

.section-intro .carousel {
    min-height: 390px
}

.section-intro .carousel .carousel-inner .item:nth-child(3) {
    min-height: 420px
}

@media (max-width:991px) {
    .section-intro .carousel {
        min-height: 330px
    }
    .ticket-box.unday{width: 60%;}
    .ticket-box.unday .ticket-box__title span:first-of-type{padding: 10px;}
    .ticket-box.unday .ticket-box__price{ 
        }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .ticket-box{padding: 70px 10px 10px;}
    .main-btn.price-btn{width:180px; top:3px;}
}

@media (max-width:480px) {
    .section-intro .carousel {
        min-height: 500px
    }
    .main-btn,
    .main-btn:link,
    .main-btn:visited { font-size: 18px; letter-spacing: 0; margin-left: 0; padding: 12px 0; width: 310px;}
}

@media (max-width:320px) {
    .ticket-box {
        padding: 30px 0px 0px;
        margin: 20px auto;
        background-size: 90%;
    }
    .ticket-box__title {
        margin-top: 15px;
    }
    .section-ticket {
        padding: 40px 0;
    }
    .main-btn.price-btn {
        width: 220px;
        margin-top: 5px;
    }
}

.section-intro .carousel .carousel-indicators li {
    border-color: #2a6ace;
    opacity: .8
}

.section-intro .carousel .carousel-indicators .active {
    background-color: #2a6ace
}

.intro-box {
    padding: 10px 20px
}

.intro-box__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #143a77
}

.intro-box__desc {
    font-size: 15px;
    color: #666;
    text-align: center
}

.section-info {
    padding: 40px 15px;
    text-align: center
}

.info-list {
    display: inline-block;
    text-align: left
}

.info-list__item {
    position: relative;
    margin-bottom: 1em;
    padding-left: 4em;
    font-size: 20px;
    font-family: '微軟正黑體', Arial, sans-serif
}

@media (min-width: 400px) and (max-width: 1200px) {
    .reason-frame__toptext {
        margin-right: 0;
        font-size: 20px;
        margin-right: 0px;
    }
    .reason-frame__row {
        margin-left: 0;
    }
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    /*width: 100vw;*/
    width:100%;
    height: 90vh;
    background-position: center;
    background-size: cover;
    background-image: url('../img/kv.jpg');
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    z-index: -1
}
.bg-color-fb{ background: #4267b2; }
.kv {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-perspective: 1000;
    perspective: 1000
}

.kv__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    /*opacity: 0;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.kv__img img {
    max-width: 100%;
    max-height: 57vh;
}

@media (max-width: 1366px) {
    .kv__img img {
        max-width: 80%
    }
}

@media (max-width: 1200px) {
  
    .kv__img img {
        max-height: 50vh
    }
}

@media (max-width: 1024px) {
  
    .kv__img img {
        max-height: 40vh
    }
}

@media (max-width: 768px) {
 
    .kv__img img {
        max-height: 30vh
    }
    .reason-frame {
    margin: 0;
    padding: 0 20px;
    transform: rotate(0deg);
    font-size: 20px;
    }
}

@media (max-width: 480px) {

}

.section-notice {
    padding: 40px 15px;
    background: #fff799;
}

.section-notice__olbox {
    line-height: 1.8em;
    padding: 0 10px 30px 0;
}

.section-notice__olbox li {
    line-height: 1.6em;
    margin-bottom: 5px;
}

.section-notice .panel-heading {
    border-bottom: 2px solid #fdf798;
}

.section-notice ul {
    line-height: 2em;
}

.section-notice ul li:first-child {
    line-height: 1.4em;
}

.section-notice .note {}

.section-notice .note span {
    font-size: .9em;
    display: block;
}

.section-notice .fa-phone,
.section-notice .fa-envelope {
    display: inline-block;
    margin-right: 4px;
}
