@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);

body {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-style: normal;
    line-height: 1.5;
}
section{
    background-color: transparent;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}
.mbr-section-subtitle {
    line-height: 1.3;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
    font-weight: 250;
    color: #fff;
    font-size: 1.2rem;
}
.rwd-img img{
    width: 100%;
    max-width: 700px;
}
.pic-img img{
    width: 100%;
}
.nav-dropdown .btn{
    font-size: 1rem;
}
/* ---Parallax 視差卷軸 -- */
.main_topic {
    background-image: url(../images/main_background2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mbr-parallax-background{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
}

/* 字型 */
.display-1 {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
    font-size: 5rem;
}
.display-2 {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 2rem;
}
.display-2 > .mbr-iconfont {
    font-size: 3.6rem;
}
.display-4 {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 1rem;
}
.display-4 > .mbr-iconfont {
    font-size: 1.6rem;
}
.display-5 {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
    font-size: 2.4rem;
}
.display-6 {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 1.1rem;
}
.display-6 > .mbr-iconfont {
    font-size: 1.6rem;
}
.display-7 {
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 1rem;
}
.display-7 > .mbr-iconfont {
    font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.4rem;
        font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}
/* Buttons */
.btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .4rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}
.btn-sm {
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
}
.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 2.5rem;
    font-size: 1.5rem;
    border-radius: 3px;
}
.btn-lg {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}
.bg-primary {
    background-color: #149dcc !important;
}
.bg-success {
    background-color: #f7ed4a !important;
}
.bg-info {
    background-color: #82786e !important;
}
.bg-warning {
    background-color: #879a9f !important;
}
.bg-danger {
    background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
    background-color: #c6b82e !important;
    border-color: #c6b82e !important;
    color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #cc0e0e !important;
    border-color: #c8da2a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #c8da2a !important;
    border-color: #c8da2a !important;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #ff3366 !important;
    border-color: #ff3366 !important;
    color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: #e50039 !important;
    border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #e50039 !important;
    border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
    background-color: #82786e !important;
    border-color: #82786e !important;
    color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #59524b !important;
    border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #59524b !important;
    border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
    background-color: #f7ed4a !important;
    border-color: #f7ed4a !important;
    color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #3f3c03 !important;
    background-color: #eadd0a !important;
    border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #3f3c03 !important;
    background-color: #eadd0a !important;
    border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
    background-color: #879a9f !important;
    border-color: #879a9f !important;
    color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #617479 !important;
    border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #617479 !important;
    border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
    color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important;
}
.btn-white {
    color: #333333 !important;
}
.btn-white,
.btn-white:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
    background: none;
    border-color: #0b566f;
    color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff;
    background-color: #149dcc;
    border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #149dcc !important;
    border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
    background: none;
    border-color: #cc0033;
    color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #ffffff;
    background-color: #ff3366;
    border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #ff3366 !important;
    border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
    background: none;
    border-color: #4b453f;
    color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #ffffff;
    background-color: #82786e;
    border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #82786e !important;
    border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
    background: none;
    border-color: #d2c609;
    color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #3f3c03;
    background-color: #f7ed4a;
    border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #3f3c03 !important;
    background-color: #f7ed4a !important;
    border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
    background: none;
    border-color: #55666b;
    color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffffff;
    background-color: #879a9f;
    border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #879a9f !important;
    border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
    background: none;
    border-color: #7a6e45;
    color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff;
    background-color: #b1a374;
    border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
    background: none;
    border-color: #000000;
    color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: #fff;
    border-color: #fff;
    color: #c6b82e;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #bc2928;
    background-color: #fff ;
    border-color: #fff ;
}
.text-primary {
    color: #149dcc !important;
}
.text-secondary {
    color: #ff3366 !important;
}
.text-success {
    color: #f7ed4a !important;
}
.text-info {
    color: #82786e !important;
}
.text-warning {
    color: #879a9f !important;
}
.text-danger {
    color: #b1a374 !important;
}
.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
    color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d !important;
}
.alert-success {
    background-color: #70c770;
}
.alert-info {
    background-color: #82786e;
}
.alert-warning {
    background-color: #879a9f;
}
.alert-danger {
    background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 5rem;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
    border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}
.nav-tabs .nav-link {
    border-radius: 100px !important;
}
.btn-form {
    border-radius: 0;
}
.btn-form:hover {
    cursor: pointer;
}
a,
a:hover {
    color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}
#scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}
#scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
    font-style: normal;
}
.mbr-arrow a {
    color: #ffffff;
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0;
}
.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}
.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Noto Sans TC', 'Rubik', sans-serif;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
    font-size: 1.6rem;
}
.form-control,
.form-control:focus {
    border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
    border-color: red;
}
.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
    border-color: #149dcc;
    border-width: 3px;
}
ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}
pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}
.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}
.mbr-section__comments .row {
    justify-content: center;
}
/* Forms */
.mbr-form .btn {
    margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
    border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
    border-radius: 100px !important;
}
@media (max-width: 349px) {
    .form2 input[type="email"] {
        border-radius: 100px !important;
    }
    .form2 .input-group-btn a.btn {
        border-radius: 100px !important;
    }
    .form2 .input-group-btn button[type="submit"] {
        border-radius: 100px !important;
    }
}
@media (max-width: 767px) {
    .btn {
        font-size: 1.2rem !important;
    }
    .btn .mbr-iconfont {
        font-size: 1rem !important;
    }
}
/* Social block */
.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    border-color: #149dcc;
    color: #232323;
    cursor: pointer;
}
.btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}
.btn-social:hover {
    color: #fff;
    background: #149dcc;
}
.btn-social + .btn {
    margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
    border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
    border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
    border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
    border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
    border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
    border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
    border-radius: 100px !important;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    
}
@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}
.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}
@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-toggleable > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
    .navbar-toggleable .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
    .navbar-toggleable-sm .navbar-toggler {
        display: none;
    }
    
}
@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-toggleable-lg > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
    .navbar-toggleable-lg .navbar-toggler {
        display: none;
    }
}
.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
    display: none;
}
.card-img {
    width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}
html,
body {
    height: auto;
    min-height: 100vh;
}
.dropup .dropdown-toggle::after {
    display: none;
}
.bnschool .navbar {
    padding: .5rem 0;
    background: #000;
    transition: none;
    min-height: 77px;
}
.bnschool .navbar-dropdown.bg-color.transparent.opened {
    background: #333333;
}
.bnschool a {
    font-style: normal;
}
.bnschool .nav-item span {
    padding-right: 0.4em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    text-decoration: none;
}
.bnschool .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
}
.bnschool .nav-item:focus,
.bnschool .nav-link:focus {
    outline: none;
}
.bnschool .btn {
    padding: .5rem 1.5rem;
    display: inline-flex;
    align-items: center;
}
.bnschool .btn .mbr-iconfont {
    font-size: 1.6rem;
}
.bnschool .menu-logo {
    margin-right: auto;
}
.bnschool .menu-logo .navbar-brand {
    display: flex;
    margin-left: 5rem;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    align-items: center;
}
.bnschool .menu-logo .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-word;
    min-width: 7rem;
    margin: .3rem 0;
}
.bnschool .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    line-height: 1.2rem !important;
    padding-right: 2rem;
}
.bnschool .menu-logo .navbar-brand .navbar-logo {
    font-size: 4rem;
    transition: font-size 0.25s;
}
.bnschool .menu-logo .navbar-brand .navbar-logo img {
    display: flex;
    height: 2.5rem;
}
.bnschool .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
    transition: font-size 0.25s;
}
.bnschool .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
}
.bnschool .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
}
.bnschool .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
}
.bnschool .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}
.bnschool .dropdown .dropdown-menu {
    background: #333333;
    display: none;
    position: absolute;
    min-width: 5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-align: left;
}
.bnschool .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.bnschool .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.bnschool .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
}
.bnschool .dropdown.open > .dropdown-menu {
    display: block;
}
.bnschool .navbar-toggleable-sm.opened:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 1000;
}
.bnschool .navbar.navbar-short {
    min-height: 60px;
    transition: all .2s;
}
.bnschool .navbar.navbar-short .navbar-toggler-right {
    top: 20px;
}
.bnschool .navbar.navbar-short .navbar-logo a {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    transition: font-size 0.25s;
}
.bnschool .navbar.navbar-short .navbar-logo a .mbr-iconfont {
    font-size: 2.5rem !important;
}
.bnschool .navbar.navbar-short .navbar-logo a img {
    height: 2rem !important;
}
.bnschool .navbar.navbar-short .navbar-brand {
    min-height: 3rem;
}
.bnschool button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
}
.bnschool button.navbar-toggler:focus {
    outline: none;
}
.bnschool button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
}
.bnschool button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}
.bnschool button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}
.bnschool button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}
.bnschool button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}
.bnschool nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}
.bnschool nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}
.bnschool nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}
.bnschool nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}
.bnschool .collapsed.navbar-expand {
    flex-direction: column;
}
.bnschool .collapsed .btn {
    display: flex;
}
.bnschool .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}
.bnschool .collapsed .navbar-collapse.collapsing,
.bnschool .collapsed .navbar-collapse.show {
    display: block !important;
}
.bnschool .collapsed .navbar-collapse.collapsing .navbar-nav,
.bnschool .collapsed .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
}
.bnschool .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.bnschool .collapsed .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
}
.bnschool .collapsed .navbar-collapse.collapsing .navbar-buttons,
.bnschool .collapsed .navbar-collapse.show .navbar-buttons {
    text-align: center;
}
.bnschool .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.bnschool .collapsed .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
}
.bnschool .collapsed button.navbar-toggler {
    display: block;
}
.bnschool .collapsed .navbar-brand {
    margin-left: 1rem !important;
}
.bnschool .collapsed .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.bnschool .collapsed .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
}
.bnschool .collapsed .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}
.bnschool .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
}
.bnschool .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
}
@media (max-width: 991px) {
    .bnschool .navbar-expand {
        flex-direction: column;
    }
    .bnschool img {
        height: 2rem !important;
    }
    .bnschool .btn {
        display: flex;
    }
    .bnschool button.navbar-toggler {
        display: block;
    }
    .bnschool .navbar-brand {
        margin-left: 1rem !important;
    }
    .bnschool .navbar-toggleable-sm {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .bnschool .navbar-collapse {
        display: none !important;
        padding-right: 0 !important;
    }
    .bnschool .navbar-collapse.collapsing,
    .bnschool .navbar-collapse.show {
        display: block !important;
    }
    .bnschool .navbar-collapse.collapsing .navbar-nav,
    .bnschool .navbar-collapse.show .navbar-nav {
        display: block;
        text-align: center;
    }
    .bnschool .navbar-collapse.collapsing .navbar-nav .nav-item,
    .bnschool .navbar-collapse.show .navbar-nav .nav-item {
        clear: both;
    }
    .bnschool .navbar-collapse.collapsing .navbar-buttons,
    .bnschool .navbar-collapse.show .navbar-buttons {
        text-align: center;
    }
    .bnschool .navbar-collapse.collapsing .navbar-buttons:last-child,
    .bnschool .navbar-collapse.show .navbar-buttons:last-child {
        margin-bottom: 1rem;
    }
    .bnschool .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
        position: relative;
        opacity: 0;
        display: block;
        height: 0;
        visibility: hidden;
        padding: 0;
        transition-duration: .5s;
        transition-property: opacity,padding,height;
    }
    .bnschool .dropdown.open > .dropdown-menu {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible;
    }
    .bnschool .dropdown .dropdown-submenu {
        left: 0;
        text-align: center;
        width: 100%;
    }
    .bnschool .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: "";
        border-top: .30em solid;
        border-right: .30em solid transparent;
        border-left: .30em solid transparent;
    }
}
@media (min-width: 767px) {
    .bnschool .menu-logo {
        flex-shrink: 0;
    }
}
.bnschool .navbar-collapse {
    flex-basis: auto;
}
.bnschool .nav-link:hover,
.bnschool .dropdown-item:hover {
    color: #c1c1c1 !important;
}



/* 議程課綱 */
.section_agenda {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section_agenda h3 {
    font-weight: 500;
}
.section_agenda .card-img {
    width: initial;
}
.section_agenda .card-img .mbr-iconfont {
    font-size: 48px;
    padding-right: 1rem;
}
.section_agenda .media-container-row {
    word-wrap: break-word;
    padding-bottom: 2rem;
    height: 100%;
}
.section_agenda .media {
    margin: initial;
    align-items: center;
}
.section_agenda .mbr-section-subtitle {
    color: #5a3232;
}
.section_agenda .mbr-text {
    color: #767676;
}
.section_agenda .media-container-column {
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.section_table {
    padding-top: 90px;
    padding-bottom: 90px;
    /*    background-color: #f9f9f9;*/
}
.section_table .mbr-section-subtitle {
    color: #767676;
}
.section_table .container-table {
    margin: 0 auto;
}
.section_table .scroll {
    overflow-x: auto;
    padding: 0;
}
.section_table .dataTables_wrapper {
    display: block;
}
.section_table .dataTables_wrapper .search {
    margin-bottom: .5rem;
}
.section_table .dataTables_wrapper .table {
    overflow-x: auto;
}
.section_table table {
    width: 100% !important;
    margin-top: 6px;
    border: 1px solid #cccccc;
    margin-bottom: 0;
}
.section_table table th {
    border-top: none;
    transition: all .2s;
    border-bottom: none;
    color: #000;
}
.section_table table th:hover {
    background: #cccccc;
    color: #000000;
}
.section_table table td {
    border-top: 1px solid #cccccc;
}
.section_table table.table {
    background: #ffffff;
}
.section_table .dataTables_filter {
    text-align: right;
    margin-bottom: .5rem;
}
.section_table .dataTables_filter label {
    display: inline;
    white-space: normal !important;
}
.section_table .dataTables_filter input {
    display: inline;
    width: auto;
    margin-left: .5rem;
    border-radius: 100px;
    padding-left: 1rem;
}
.section_table .dataTables_info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    white-space: normal !important;
}
@media (max-width: 992px) {
    .section_table .dataTables_filter {
        text-align: center;
    }
}
@media (max-width: 350px) {
    .section_table .dataTables_filter {
        text-align: center;
    }
    .section_table .dataTables_filter input {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/* 講師介紹 */
.section_teachers {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section_teachers .mbr-section-subtitle {
    color: #767676;
}
.section_teachers .media-container-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section_teachers .mbr-text {
    color: #767676;
    text-align: justify;
}
.section_teachers .mbr-author-desc {
    display: block;
    color: #000;
}
.section_teachers .mbr-author-name {
    color: #000;
}
.section_teachers .mbr-testimonial .panel-item {
    background-color: #ffffff;
}
.section_teachers .mbr-testimonial .card-block {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
}
.section_teachers .mbr-testimonial .card-block .testimonial-photo {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0;
}
.section_teachers .mbr-testimonial .card-block .testimonial-photo img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.section_teachers .mbr-testimonial .card-footer {
    padding-bottom: 2.4rem;
    border-top: 0;
    padding-top: 1rem;
    word-wrap: break-word;
    word-break: break-word;
    background: none;
    height: 100px;
}

@media (max-width: 300px) {
    .section_teachers .testimonial-photo {
        width: 100% !important;
        height: auto !important;
    }
}

/* 課程資訊 */
.section_MAP {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.section_MAP .mbr-header h3{
    font-size: 1rem;
    font-weight: 300;
    margin: 1rem 0;
}
.section_MAP .mbr-header .date{
    font-size: 1.8rem;
}
.section_MAP .mbr-header .date small{
    font-size: 1.1rem;
    font-weight: 300;
}
.section_MAP .table td, .section_MAP .table th{
    padding: 1.5rem .5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
}
@media (max-width: 767px) {
    .section_MAP .content {
        text-align: center;
    }
    .section_MAP .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.section_MAP .map {
    height: 18.75rem;
}
@media (max-width: 767px) {
    .section_MAP .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.section_MAP .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
}
.section_MAP .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.section_MAP .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}
.section_MAP .footer-lower .social-list .soc-item {
    margin: 0 .5rem;
}
.section_MAP .footer-lower .social-list a {
    margin: 0;
    opacity: .5;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.section_MAP .footer-lower .social-list a:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .section_MAP .footer-lower .social-list {
        justify-content: center;
        -webkit-justify-content: center;
    }
}
.section_MAP .google-map {
    height: 25rem;
    position: relative;
}
.section_MAP .google-map iframe {
    height: 100%;
    width: 100%;
}
.section_MAP .google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.section_MAP .google-map[data-state] {
    background: #e9e5dc;
}
.section_MAP .google-map[data-state="loading"] [data-state-details] {
    display: none;
}


/*增*/

.cid-qKKR1qCpsv {
    padding-top: 90px;
    padding-bottom: 70px;
    background-image: url(../images/main_background2.jpg);
}

.alignleft{
    text-align: left;
}
.title-style{
    width: 100%;
    max-width: 920px;
    margin-top: 5%;
}
.title-style02{
    width: 100%;
    max-width: 650px;
}
.img{
    width: 100%;
}
.vertical-container {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.vertical-container02 {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: left;
          justify-content: left;
}
.titlelogo{
    width: auto;
    max-height: 300px;
    margin-top: -100px;
}
.mbr-text2 {
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    color:#f6b018;
    margin-bottom: 0rem;
}
.mbr-text3 {
    line-height: 1.4;
    font-weight: 500;
    color: #bc2928;
    font-size:1.4rem;
}
.itemicon{
    width: 15%;
}
img.itemicon2{
    width: 65px;
    float: left;
    margin-right:5px;
}
.span-text{
    line-height: 1;
    font-size:1rem;
    color: #000;
}
.bigp{
    text-align: center;
    margin-top: 1.2rem;
}
.photo01{
    position: absolute;
    bottom:0;
    right:2%;
}
.itembg{
    padding: 15px 0px;
    background: -webkit-linear-gradient(right,#000,#a50b10);
    background: -o-linear-gradient(right,#000,#a50b10);
    background: -moz-linear-gradient(right,#000,#a50b10);
    background: linear-gradient(right,#000,#a50b10);
}

.table-size{
    margin-top: 10%;
    width: 100%;
}
.table-striped{
    text-align: left;
    color: #d4a557;
    font-size: 2.5rem;
}
.table-striped th{
    text-align: left;
}
.table-striped2{
    background-color: #8b5930;
    color: #fff;
    font-size: 2rem;
}
.bignum{
    font-size: 4.5rem;
    color: #cb0713;
}
.li-title{
    font-weight: 600;
}
.speakerlogo{
    width: 100%;
    max-width:180px;
    border-radius:50%;
}
.vertical-containerphoto {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.speaker-content{
    margin-top:.5rem; 
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.2rem;
}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
    margin-right: 0.3rem;
}
.bnt-new {
    border-radius: 50px;
}
.mbr-section-btn2 {
    position: fixed;
    z-index: 99;    
    bottom: 0;
    width: 100%;
    margin: auto;
    background-color: #000;
    font-size: 0;   
}
.showweb{
    display: block;
}
.showphone{
    display: none;
}
h4{
    line-height: 1.4;
}



@media (max-width: 1200px) {
    img.itemicon2{
    width: 9%;
    margin-right:5px;
    }
    .mbr-text3 {
    line-height: 1.2;
    font-size: 1.1rem;
    }
    .mbr-text2 {
    line-height: 1.4;
    font-size: 1.2rem;
    }
    .title-style {
    max-width: 820px;
    }
    .title-style02 {
    max-width: 540px;
    }
}
@media (max-width: 992px) {
    .cid-qKKR1qCpsv {
    padding-bottom: 50px;
    }
    .title-style02 {
    max-width: 460px;
    }
    .photo01 {
    right: 0%;
    }
}
@media (max-width: 768px) {
    .title-style02 {
    max-width: 400px;
    margin-top: .5rem;
    }
    .photo01 {
    position: absolute;
    bottom: 0;
    right: 16%;
    }
    .speakerlogo{
    margin-right:0px;
    margin-top: 0px;
    margin-bottom: 20px;
    }
    .mbr-text2 {
    line-height: 1.6;
    font-weight: 700;
    font-size: 1.1rem;
    } 
    .itemicon {
    width: 10%;
    }
    .mbr-text3 img{
     display: none;
    }
    .bnt-new{
    padding: 10px 25px;
    }
    .student{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .showweb{
    display: none;
    }
    .showphone{
    display: block;
    }
    .vertical-containerphoto {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .vertical-container02 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .alignleft{
        text-align: center;
    }
}
@media (max-width: 576px) {
    .title-style02 {
    max-width: 300px;
    }
    .section_MAP .table td, .section_MAP .table th {
    padding: 1.2rem .5rem;
    font-size: 1.1rem;
    }
    .section_MAP .mbr-header .date {
    font-size: 1.4rem;
    }
    .student{
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .speakerlogo {
    max-width: 140px;
    }
    .speaker-content {
    margin-top: .5rem;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1rem;
    }
    h4{
    font-size: 1.3rem;
    }
    .table-striped {
    font-size: 2.2rem;
    }
    .bignum {
    font-size: 4rem;
    }
}
@media (max-width: 440px) {
    .bnt-new {
    padding: 7px 10px;
    }
}
@media(max-width:365px){
    .title-style02 {
    max-width: 250px;
    }
    
}


/* footer-copyright */
footer{
    background-color: #000;
    color: #fff;
    font-size: .9rem;
    padding: .5rem;
    text-align: center;
}
footer a{
    color: #ccc;
}
footer a:hover{
    color: #efefef;
}

.icon-sty-02{
    margin: 50px 0;
}

.icon-sty-01{
    padding: 0 20px;
}

.icon-sty-03{
    width: 120px;
}


.containerlarge {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.info-img {
    width: 100%;
    /* max-width: 200px; */
}

.bg-dark {
    background-color: #064076 !important;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.main_bg {
    background-image: url(../../images/lead_02_0630_03.png);
    background-color: #ffc800;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.mainline {
    margin-top: 15px;
    height: 23px;
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
}

.mainline_m {
    display: none;
}

.mainline img,
.mainline_m img {
    width: 100%;
    max-width: 1920px;
    min-width: 300px;
}

.list-light {
    text-align: left;
    color: #666;
    font-weight: 700;
    line-height: 1.8;
}

.list-light li {
    margin-left: -16px;
}

.panel-group2 li {
    font-size: 1.3rem;
}

.map_info {
    text-align: left;
    color: #ffffff;
    font-size: 1.25rem;
    margin-top: 1rem;
    list-style: none;
    padding-left: 0
}

.table td.bg-dark {
    border-top: 1px solid #c5d4e8;
}

.bg-dark {
    background-color: #ffffff;
}

.bg-money {
    background-color: #efefef;
    color: #01277a;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -1px;
}

.money-info th,
.money-info td {
    padding: 3% 2%;
    text-align: center;
    /* border: 1px solid #dadada; */
}

.bg-dark h3 {
    font-weight: 700;
    color: #646464;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 1.35;
    color: #0051bd;
}

.bg-dark h4 {
    padding: 10px 20px;
    border-top: 3px dotted #999;
    color: #4595db;
    font-size: 23px;
    font-weight: 600;
}

.bg-dark h6 {
    color: #686868;
    font-weight: 900;
}

.bg-black {
    background-color: #001e5e;
}

.time-pop {
    /* background-color: #00437e; */
    font-weight: 900;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.25;
}

.time-pop a {
    color: #989898;
}

.time-day {
    font-size: 18px;
}

div#tab-agenda-content {
    width: 100%;
}

#day-1,
#day-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 6rem;
    border: 0px;
}

.date_sty01 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.day_sty01 {
    /* background-color: #00417e; */
    border-radius: 6rem;
}

.day_sty02 {
    /* background-color: #ffc82d; */
    border-radius: 6rem;
}

.day_sty01 .nav-link.active {
    background-color: #00417e;
    color: #fff;
}

.day_sty02 .nav-link.active {
    background-color: #ffc82d;
    color: #000;
}

.btn-middle {
    width: 45%;
    font-size: 1.25rem;
    padding: 0.8rem 2rem;
}

.content_part {
    background-color: #ffffff;
}

.content-who {
    padding-top: 25px;
    padding-bottom: 20px;
}

.pan-space {
    justify-content: space-around;
    align-items: center;
}

.pan-topic h4,
.pan-topic h2 {
    font-weight: 800;
}

.pan-topic h2 {
    font-size: 2.6rem;
}

.pan-topic h4 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}

.article {
    width: 100%;
}

.speaker-content {
    text-align: left;
}

.img-speaker {
    max-width: 180px;
    padding-right: 10px;
}

.speaker-blue {
    color: #00427e;
    font-weight: 900 !important;
    line-height: 1.25;
}

.speaker-blue h3 {
    font-weight: 900 !important;
}

.text-small-small {
    font-size: 0.25rem;
}

.text-small {
    font-size: 0.9rem;
}

a.touch {
    opacity: 1;
}

a.touch:hover {
    opacity: 0.8;
    text-decoration: none;
}

.ta-color {
    color: #28adec;
    font-weight: 900;
    letter-spacing: -0.05rem;
}

.add-bottom-padding {
    padding-bottom: 2rem !important;
}

.bottom-nopadding {
    padding-bottom: 0 !important;
}

.top-nopadding {
    padding-top: 0 !important;
}

.topic-line {
    margin: auto;
    width: 100%;
}

h3.number.how {
    color: #28adec;
    font-size: 1.5rem;
    margin-top: 3%;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    letter-spacing: -1px;
}

h3.number.how.dark {
    color: #000;
    font-size: 2rem;
    margin-top: 3%;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    letter-spacing: -1px;
}

h3.number span {
    display: inline-block;
    position: relative;
}

h3.number span:after,
h3.number span:before {
    content: " ";
    display: block;
    height: 3px;
    width: 1000px;
    background: #28adec;
    position: absolute;
    top: 50%;
}

h3.number.dark span:after,
h3.number.dark span:before {
    content: " ";
    display: block;
    height: 2px;
    width: 1000px;
    background: #000;
    position: absolute;
    top: 50%;
}

h3.number span:before {
    left: -1010px;
}

h3.number span:after {
    right: -1010px;
}

.m-open {
    display: none;
}

.icon_sty01 {
    padding-left: 62px;
    margin-bottom: 160px;
}

.icon_sty01 img {
    width: auto;
    max-width: 200px;
}

.top01 {
    margin-top: 10px;
}

.stysp {
    margin-top: -40px;
    margin-bottom: 10px;
    color: #333;
}

.stysp .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.stysp h4 {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 1.75rem;
    font-style: oblique;
    letter-spacing: -2px;
}

.sty02_01 {
    margin-top: 0px;
}

.sty02_01 h2 {
    margin-bottom: 30px;
}

.sty02_02 {
    margin-top: -45px;
}

.sty02_txt18 {
    font-size: 18px;
    color: #666;
    font-weight: lighter;
    letter-spacing: 0.5px;
}

.title_sty01 {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    color: #ff8521;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.35;
}

.title_sty02 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.35;
}

.title_sty03 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #ff8521;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.35;
}

#speaker {
    background-color: #ddbc61;
}

.btn-primary:hover {
    text-decoration: none;
}

.time {
    margin-top: 20px;
    border: 1px solid #7d7d7d;
    margin-bottom: 0;
}

.buy_btn2 {
    display: none;
}

.qa_box {
    text-align: left;
    font-size: 17px;
    line-height: 1.8;
    margin: 30px auto;
}

.qa_q {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
}

.carousel-indicators {
    bottom: -35px;
}

.carousel_box {
    position: relative;
    background-image: url(../../assets/images/bg2.jpg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto;
}

.referrer_box {
    margin: 50px auto;
}

.day_box {
    padding: 10px 50px;
}

.TA-content {
    /* list-style-type: none; */
    text-align: left;
    margin: 15px 10% 30px;
    padding: 0;
}

.carousel_box H3 {
    color: #01277a;
    font-weight: bold;
}

.article_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.article_item {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.article_item img {
    width: 100%;
}

.article_item H3 {
    font-size: 19px;
    line-height: 1.25;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 15px 0;
}

.bg_cc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #c3bebebd;
}


/*for_table手風琴收納*/

div[class*='col2-'] {
    padding: 0 30px;
}

.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group2>.panel:first-child .panel-heading2 {
    border-radius: 4px 4px 0 0;
}

.panel-group2 .panel {
    border-radius: 0;
}

.panel-group2 .panel+.panel {
    margin-top: 0;
}

.panel-heading2 {
    background-color: rgba(45, 45, 45, 0.93);
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title1 a {
    display: block;
    color: #fff;
    /* padding: 15px; */
    padding: 0px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background-color: #00427e;
}

.panel-title2 a {
    display: block;
    color: #000;
    /* padding: 15px; */
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffc82d;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading2 {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading2.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}


/* #bs-collapse icon scale option */

.panel-heading2 a:before {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    /* font-family: 'Material Icons'; */
    right: 5px;
    top: 0;
    /* font-size: 27px; */
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading2.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

.panel-heading2 a:after {
    font-family: FontAwesome;
    content: '';
    position: absolute;
    /* font-family: 'Material Icons'; */
    right: 5px;
    top: 0;
    /* font-size: 27px; */
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading2.active a:after {
    content: '\f107';
    transform: scale(1);
    transition: all 0.5s;
}

#bs-collapse .panel-heading2 a:after {
    content: '\e909';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading2.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}


/* #accordion rotate icon option */

#accordion .panel-heading2 a:before {
    content: '\e146';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading2.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

@media (max-width: 1200px) {
    .mainline {
        margin-bottom: -45px;
        margin-top: 15px;
    }
    .main_bg {
        background-size: 200%;
    }
    .icon_sty01 {
        padding-left: 0;
        margin-bottom: 235px;
    }
    .top01 {
        margin-top: 80px;
    }
}

@media (max-width: 960px) {
    .mainline_m {
        display: block;
        margin-bottom: -20px;
    }
    .list-light {
        min-height: auto;
    }
    .main_bg {
        background-size: 200%;
    }
    .icon_sty01 {
        padding-left: 0;
        margin-bottom: 230px;
    }
}

@media (max-width: 768px) {
    .icon-sty-01{
        padding: 2px 5px;
    }
    
    .icon-sty-02{
        margin: 35px 0 10px 0;
    }
    
    .stysp .icon-sty-03{
        width: 80px;
    }
    
    .main_bg{
        background-position: right bottom;
    }
    
    .title_sty01 {
        font-size: 1.7rem;
        line-height: 1.1;
        margin-top: 2rem;
        margin-bottom: .5rem;
    }
    .panel-group2 li {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .stysp {
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 1rem;
    }
    .stysp .flex {
        display: grid;
    }
    .stysp h4 {
        font-size: 1.45rem;
        margin: 0;
        letter-spacing: 0;
    }
    .stysp img {
        width: 35px;
    }
    .lead {
        font-size: 1rem;
    }
    .mainline_m {
        display: block;
        margin-bottom: -20px;
    }
    .mainline {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .p-4 {
        padding: 0.5rem !important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 1.5rem !important;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .logo {
        width: 80%;
        max-width: 70px;
    }
    .large-logo {
        max-width: 150px;
    }
    .img-speaker {
        max-width: 200px;
        margin: auto;
    }
    .map_info {
        font-size: 1rem;
    }
    .btn-middle {
        width: 100%;
    }
    .btn {
        width: 48%;
        margin: 0.5%;
        border-radius: 0;
        padding: 10px 0;
    }
    .m-open {
        display: inline-block;
    }
    .main_bg {
        background-size: 200%;
    }
    .icon_sty01 {
        padding-left: 0;
        margin-bottom: 135px;
    }
    .top01 {
        margin-top: 10px;
    }
    .icon_sty01 img {
        max-width: 135px;
    }
    .sty02_01 {
        margin-top: 0;
    }
    .sty02_02 {
        margin-top: 0;
    }
    .media {
        display: block;
    }
    .buy_btn1 {
        display: none;
    }
    .buy_btn2 {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background-color: #000;
        text-align: center;
    }
    .bg-black {
        padding-bottom: 55px;
    }
    .time-pop {
        font-size: 18px
    }
    .date_sty01 {
        font-size: 13px;
        line-height: 1.2;
    }
    .day_box {
        padding: 10px;
    }
    .pan-topic h2 {
        font-size: 2rem;
    }
    .pan-topic h4 {
        font-size: 1.25rem;
    }
    .mt-5,
    .my-5 {
        margin-top: 1rem !important;
    }
    .qa_q {
        font-size: 1.2rem;
        line-height: 1;
    }
}

/*--照片回顧改色--*/
#photos{
    background-color: var(--white-color);
}
#photos .unit-title{
    color: var(--black-color);
}

/*--照片回顧--*/
#photos .item{
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
