/* html / bootstrap_reset */

* {
    font-family: 'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

.actvie a,
a.active {
    color: var(--primary-color-100);
}

body {
    background-color: var(--white-color-100);
    padding: 0 !important;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

section {
    padding: 2rem 0;
}

a {
    scroll-behavior: auto!important;
    text-decoration: none !important;
    outline: none !important;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* p {
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-weight: inherit;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--black-color-50);
}

a:hover,
button:hover {
    color: var(--black-color-100);
}

textarea {
    resize: none;
}

.table tr,
.table td,
.table th {
    vertical-align: middle;
    font-weight: normal;
}


/* reset_start */

.bg-light {
    background-color: var(--white-color-50)!important;
}

.bg-dark {
    background-color: var(--black-color-50)!important;
}

.text-primary {
    color: var(--primary-color-100)!important;
}

.custom-file-control:invalid,
.form-control:invalid {
    background-image: unset;
}

.bmd-form-group input.custom-file-control,
.bmd-form-group input.custom-file-control::placeholder,
.bmd-form-group input.form-control,
.bmd-form-group input.form-control::placeholder {
    padding: 1rem;
}

.form-control {
    margin-bottom: 0;
    background: none;
    background: var(--white-color-100);
    display: block;
    padding: 0.5rem 0.75rem!important;
    box-shadow: none;
    border: var(--gray-color-100) solid 1px;
}

.form-control:focus {
    box-shadow: none;
    background: var(--white-color-100);
}

.form-control:read-only,
.custom-file-control:read-only {
    background: var(--white-color-100);
}

.form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

select.form-control:not([size]):not([multiple]),
select.custom-file-control:not([size]):not([multiple]) {
    height: auto;
    line-height: 2;
}

form {
    margin-bottom: 0;
}

.bmd-layout-canvas {
    position: static;
}

.bmd-layout-content {
    overflow: hidden;
}

.bmd-layout-drawer {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.bmd-form-group {
    position: inherit;
    padding: 0;
}

.bmd-form-group [class*=" bmd-label"],
.bmd-form-group [class^=bmd-label] {
    position: unset;
    color: var(--black-color-100);
    font-size: 1rem;
}

.form-wrap .custom-file-control:invalid,
.form-wrap .form-control:invalid {
    background-image: unset;
}

.form-wrap .text-title {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

label {
    font-size: 1rem;
    display: block;
    width: 100%;
}

.is-focused [class*="bmd-label"] {
    color: var(--primary-color-100);
}

.item {
    padding: 1px;
}

input [type=file] {
    outline: unset;
}

input[type=checkbox],
input[type=radio] {
    width: 15px;
    height: 15px;
}

.owl-theme .owl-nav button[class*=owl-] {
    width: 2rem;
    height: 2rem;
    background-color: var(--white-color-100);
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav .disabled:hover {
    opacity: .5;
    background-color: #d6d6d6;
}

.checkbox label,
.radio label {
    margin-bottom: 0;
    line-height: 1;
    padding-left: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: var(--black-color-100);
}

.checkbox,
.radio {
    display: block;
    padding-left: 0.75rem;
    position: relative;
    margin-right: 1rem;
}

input[type='radio'],
input[type='checkbox'] {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}

.checkbox *,
.radio * {
    display: inline;
    width: auto;
}

.form-group input::placeholder {
    color: var(--gray-color-100);
}

.bmd-form-group .form-control,
.bmd-form-group input::placeholder {
    line-height: 1.5;
    font-size: 1rem;
}

.tab-content {
    border: 1px solid var(--gray-color-100);
    padding: 1.5rem;
    margin-top: -1px;
}

.tab-list li a {
    display: block;
    padding: .5rem 1rem;
    border-radius: 5rem;
    font-size: .75rem;
    background-color: var(--gray-color-50);
}

.tab-list li {
    margin-right: .5rem;
}

.tab-list li:last-child {
    margin-right: 0;
}

.tab-list li a.active {
    background-color: var(--primary-color-100);
    color: var(--white-color-100);
}


/* reset_end  */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}