@charset "UTF-8";

/*! Thu Oct 15 2020  | Author by Tino Tseng*/
.fx_row,
.mybox.modal .modal-dialog {
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

.fx_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

a,
article,
aside,
audio,
blockquote,
body,
canvas,
code,
details,
div,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
section,
span,
strong,
summary,
table,
td,
th,
time,
tr,
ul,
video {
    border: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: none
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

body,
html {
    margin: 0;
    font-family: "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    height: 100%
}

body {
    color: #485155;
    font-weight: 300
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: color .2s
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .2s
}

input,
textarea {
    outline: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.pc_show {
    display: block !important
}

@media (max-width:767px) {
    .pc_show {
        display: none !important
    }
}

.mb_show {
    display: none !important
}
.cd-top
@media (max-width:768px) {
    .mb_show {
        display: block !important
    }
}

a {
    color: #008cdb
}

a:focus,
a:hover {
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

[class*=fx_col-] {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.fx_row {
    margin-right: -15px;
    margin-left: -15px
}

.fx_col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.fx_col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.fx_col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.fx_col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.fx_col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.fx_col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.fx_col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.fx_col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.fx_col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.fx_col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.fx_col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.fx_col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.fx_col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .fx_col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .fx_col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .fx_col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fx_col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .fx_col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .fx_col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fx_col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .fx_col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .fx_col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fx_col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .fx_col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .fx_col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .fx_col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .fx_col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .fx_col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fx_col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .fx_col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .fx_col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fx_col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .fx_col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .fx_col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fx_col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .fx_col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .fx_col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .fx_col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .fx_col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .fx_col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fx_col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .fx_col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .fx_col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fx_col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .fx_col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .fx_col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fx_col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .fx_col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .fx_col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.main_radio {
    margin: 0 20px 0 0;
    padding-top: 10px
}

.main_radio.inp {
    padding-top: 3px
}

.main_radio.in {
    display: inline-block
}

.main_radio input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.main_radio input[type=radio].css-checkbox+label.css-label,
.main_radio input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer
}

.main_radio input[type=radio].css-checkbox+label.css-label.chk,
.main_radio input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -15px
}

.main_radio label.css-label {
    background-image: url(../images/radio_img.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.check_style input[type=checkbox].css-checkbox,
.check_style input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.check_style input[type=checkbox].css-checkbox+label.css-label,
.check_style input[type=checkbox].css-checkbox+label.css-label.clr,
.check_style input[type=radio].css-checkbox+label.css-label,
.check_style input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer
}

.check_style input[type=checkbox].css-checkbox:checked+label.css-label,
.check_style input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -25px
}

.check_style input[type=checkbox].css-checkbox:disabled+label.css-label,
.check_style input[type=radio].css-checkbox:disabled+label.css-label {
    background-position: 0 0
}

.check_style label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.opt {
    margin-bottom: 10px
}

.select_ui,
.select_ui select {
    background: #fff;
    font-size: 0.75rem;
    color: #626262;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: left;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d1d1d1;
    padding-left: 10px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.select_ui .select_arrow {
    border: 5px solid #fff;
    border-color: #999 transparent;
    position: absolute;
    border-bottom: 0;
    overflow: hidden;
    margin-top: -2px;
    display: block;
    right: 5px;
    top: 50%;
    height: 0;
    width: 0
}

.select_ui .select_text_ui {
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 20px;
    overflow: hidden;
    display: block;
    color: inherit
}

.select_ui .select_poswrap,
.select_ui select {
    position: absolute;
    padding: 0;
    border: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.select_ui select {
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    min-width: 100%;
    color: inherit;
    font: inherit;
    height: 100%;
    opacity: 0
}

.select_ui .select_poswrap {
    overflow: hidden;
    height: 0;
    width: 0
}

.opt .select_text_ui {
    margin-right: 30px
}

.opt .select_arrow {
    border: 2px solid #b9b9b9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
    border-left: 0;
    border-top: 0;
    height: 10px;
    right: 10px;
    width: 10px
}

.datepicker table,
.datepicker-inline,
.header,
.select_ui {
    width: 100%
}

.disabled .select_ui {
    background: #ccc;
    color: #fff;
    cursor: not-allowed
}

.disabled .select_arrow {
    border-color: #fff
}

.datepicker table tr td {
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.datepicker table tr td:after {
    content: '';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    z-index: -1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 12px
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.datepicker table tr td.active.active.focus:after,
.datepicker table tr td.active.active:after,
.datepicker table tr td.active.active:focus:after,
.datepicker table tr td.active.active:hover:after,
.datepicker table tr td.active.highlighted.active.focus:after,
.datepicker table tr td.active.highlighted.active:after,
.datepicker table tr td.active.highlighted.active:focus:after,
.datepicker table tr td.active.highlighted.active:hover:after,
.datepicker table tr td.active.highlighted:active.focus:after,
.datepicker table tr td.active.highlighted:active:after,
.datepicker table tr td.active.highlighted:active:focus:after,
.datepicker table tr td.active.highlighted:active:hover:after,
.datepicker table tr td.active.highlighted:hover:after,
.datepicker table tr td.active:active.focus:after,
.datepicker table tr td.active:active:after,
.datepicker table tr td.active:active:focus:after,
.datepicker table tr td.active:active:hover:after,
.datepicker table tr td.active:hover:after {
    content: '';
    background: #d06776
}

.datepicker table tr td.day,
.datepicker.datepicker-inline td {
    color: #fff
}

.datepicker table tr td.day:after,
.datepicker.datepicker-inline td:after {
    content: '';
    background: #4797d2;
    opacity: 1
}

.datepicker table tr td.day:hover,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    background: 0 0;
    color: #fff
}

.datepicker table tr td.day:hover:after,
.datepicker table tr td.disabled:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
    content: '';
    background: #bcbcbc
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    color: #286090
}

.datepicker table tr td.day:hover:after,
.datepicker table tr td.focused:after {
    content: '';
    background: #eee;
    opacity: .8
}

.datepicker table tr td.disabled-date:hover,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
    cursor: default;
    color: #fff
}

.datepicker table tr td.disabled-date:hover:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
    content: '';
    background: #bcbcbc;
    opacity: 1
}

.datepicker-inline {
    background: #ebebeb;
    padding: 6px
}

.datepicker-inline .next,
.datepicker-inline .prev {
    font-size: 1.25rem
}

.datepicker-inline .next:hover,
.datepicker-inline .prev:hover {
    color: #fff;
    background: #d06776
}

.datepicker-inline tbody {
    background: #fff
}

.datepicker-inline thead .dow {
    background: #fff;
    padding: 15px 10px
}

.datepicker-inline .datepicker-switch:hover {
    background: #d06776;
    color: #fff
}

.datepicker-inline .datepicker-months .month.focused,
.datepicker-inline .datepicker-months .month:hover {
    background: #d06776
}

.pagination_wp {
    padding: 20px 0;
    text-align: center
}

.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 0;
    color: #23527c;
    background-color: #eee;
    border-color: transparent
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    z-index: 0
}

.pagination li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination li a,
.pagination li span {
    position: relative;
    text-decoration: none;
    color: #a1a1a1;
    margin-left: -1px
}

.pagination li.active a,
.pagination li.active span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.mybox.modal .modal-dialog {
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto
}

.header .logo,
.mybox-btn a {
    display: inline-block
}

@media (max-width:768px) {
    .mybox.modal .modal-dialog {
        min-height: -webkit-calc(100vh - 20px);
        min-height: -moz-calc(100vh - 20px);
        min-height: calc(100vh - 20px)
    }
}

.mybox#mybox .modal-body p {
    text-align: center;
    font-size: 1rem
}

.mybox-btn {
    text-align: center;
    padding: 30px 0 20px
}

.mybox-btn a {
    margin: 0 5px 15px;
    padding: 5px 40px;
    background: #b23875;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #b23875
}

.table-striped.style2 {
    text-align: center
}

.table-striped.style2 thead tr {
    background: #e7e7e7
}

.table-striped.style2 tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.table-striped.style2 tbody tr:nth-of-type(even) {
    background-color: #f7f7f7
}

.ov-hidden {
    overflow: hidden;
    position: relative;
    height: 100%
}

.header_top {
    padding-top: 123px
}

@media (max-width:991px) {
    .header_top {
        padding-top: 96.75px
    }
}

@media (max-width:767px) {
    .header_top {
        padding-top: 96.75px
    }
}

.btn.focus,
.form-control:focus {
    border-color: #d10000
}

.header {
    position: fixed;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    top: 0;
    background: #fff;
    z-index: 999
}

.header .container {
    position: relative
}

.header .search_btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: .3em .5em;
    color: #fff;
    background-color: #009a4c;
    border-color: #009a4c;
    font-size: 1rem
}

.header .search_btn i,
.header .search_btn i:focus {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.header .search_btn:focus {
    border-color: #d10000
}

.header .logo img {
    max-width: 100%;
    display: block
}

@media (max-width:767px) {
    .header .logo {
        margin: 0 auto;
        max-width: 320px
    }
}

.header .search_btn,
.header .search_input {
    display: inline-block;
    vertical-align: middle
}

.header .search_input {
    width: 100%;
    max-width: 170px
}

.header .search_wp {
    width: -webkit-calc(190px + 20px);
    width: -moz-calc(190px + 20px);
    width: calc(190px + 20px);
    background: #f6f6f6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.header .search_wp .search_input {
    background: 0 0;
    border: none
}

@media (max-width:991px) {
    .header .search_wp {
        margin: 0 auto 30px;
        width: 80%
    }

    .header .search_wp .search_input {
        width: -webkit-calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: calc(100% - 55px);
        max-width: 100%
    }
}

.header-top_list {
    padding: 5px 0;
    background: #f4f4f4
}

.header-top_list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.header-top_list ul li {
    display: inline-block;
    font-size: 100%;
}

.header-top_list ul li a {
    font-size: 75%;
    color: #434343;
    padding: 0 5px;
    display: inline-block
}

.header-top_list ul li a img {
    max-width: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.header-top_list ul li a span {
    font-size: 100%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .header-top_list ul li a img {
        margin-right: 3px
    }
}

.header nav .nav li {
    color: #5d5d5d;
    padding: 0 1.2%;
    font-size: 100%
}

.header nav .nav li a {
    color: #5d5d5d;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    line-height: 24px;
    font-size: 100%
}

.header nav .nav li a span {
    color: #b23875;
    font-size: 100%;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.header nav .nav li a.active,
.header nav .nav li a.active span,
.header nav .nav li a:hover,
.header nav .nav li a:hover span {
    color: #d50
}

.header nav .nav .dropdown-menu {
    background: rgba(244, 244, 244, .9)
}

.header nav .nav .dropdown-menu a {
    position: relative;
    padding: .45rem 1.5rem
}

.header nav .nav .dropdown-menu a:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #bec4c3;
    top: 0;
    width: 80%
}

.header nav .nav .dropdown-menu a:first-child:before {
    display: none
}

@media (max-width:991px) {
    .header nav .nav .dropdown-menu a:before {
        display: none
    }

    .header nav {
        position: static;
        padding: 0;
    }
    
    .header nav .navbar-brand{
        padding-top: 10px;
        padding-bottom: 0;
    }

    .header nav .navbar-brand img{
        width: 75%;
    }

    .header nav .nav .dropdown-menu {
        background: rgba(240, 151, 25, .66)
    }

    .header nav .navbar-toggler {
        background-color: #009a4c;
        position: absolute;
        right: 0;
        top: 14px;
        z-index: 890;
        padding: 11px
    }

    .header nav .navbar-toggler:focus {
        border: 1px solid #d10000
    }

    .header nav .navbar-toggler span {
        color: #fff;
        background-color: #fff;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease
    }

    .header nav .navbar-toggler .icon-bar {
        background: #fff;
        display: block;
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        text-indent: -9999vw;
    }

    .header nav .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px
    }

    .header nav .navbar-toggler.yes .icon-bar {
        background: 0 0
    }

    .header nav .navbar-toggler.yes span.icon-bar:first-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: 6px;
        background-color: #fff
    }

    .header nav .navbar-toggler.yes span.icon-bar:last-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        bottom: 6px;
        background-color: #fff
    }

    .header nav .navbar-collapse {
        overflow: auto;
        bottom: 0;
        height: 100%;
        height: 100vh;
        position: fixed;
        top: 98px;
        overflow-y: auto;
        left: 0;
        right: 0;
        background: rgba(0,154,76,.8);
        text-align: center;
        padding: 0;
        display: none;
        opacity: 0;
        -webkit-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
        -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -o-transform .35s 0s;
        -moz-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -moz-transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s, -moz-transform .35s 0s, -o-transform .35s 0s;
        z-index: 888
    }

    .header nav .navbar-collapse.show {
        top: 96.75px;
        right: 0;
        opacity: 1;
        display: block;
        padding-bottom: 30px;
        -webkit-transition: top 0s, left 0s, right 0s, opacity .35s cubic-bezier(0, 1.2, .8, 1.01), -webkit-transform .35s cubic-bezier(0, 1.2, .8, 1.01);
        -o-transition: top 0s, left 0s, right 0s, opacity .35s cubic-bezier(0, 1.2, .8, 1.01), -o-transform .35s cubic-bezier(0, 1.2, .8, 1.01);
        -moz-transition: top 0s, left 0s, right 0s, opacity .35s cubic-bezier(0, 1.2, .8, 1.01), transform .35s cubic-bezier(0, 1.2, .8, 1.01), -moz-transform .35s cubic-bezier(0, 1.2, .8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity .35s cubic-bezier(0, 1.2, .8, 1.01), transform .35s cubic-bezier(0, 1.2, .8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity .35s cubic-bezier(0, 1.2, .8, 1.01), transform .35s cubic-bezier(0, 1.2, .8, 1.01), -webkit-transform .35s cubic-bezier(0, 1.2, .8, 1.01), -moz-transform .35s cubic-bezier(0, 1.2, .8, 1.01), -o-transform .35s cubic-bezier(0, 1.2, .8, 1.01)
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem
    }
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    left: 0;
    height: 10px;
    opacity: 1;
    color: #000;
    top: 0;
    text-align: center
}

@media (min-width:992px) {
    .header .navbar-expand-lg .navbar-nav {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px)
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px
}

.slick-dots li {
    width: 10px;
    height: 10px
}

.slick-dots {
    list-style: none;
    z-index: 5
}

.slick-dots li button:before {
    width: 10px;
    content: '•';
    border: 1px solid #cecece;
    background: #cecece;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.slick-dots li button:hover:before {
    content: '';
    background: #62b26b
}

.slick-dots li.slick-active button:before {
    width: 10px;
    content: '•';
    border: 2px solid #62b26b;
    background: 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.kv .slick-next:before,
.kv .slick-next:focus:before,
.kv .slick-next:hover:before,
.kv .slick-prev:before,
.kv .slick-prev:focus:before,
.kv .slick-prev:hover:before {
    content: ''
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-loading .slick-list {
    background-image: none
}

.slide-overlay {
    visibility: hidden
}

.slide-overlay.active-slide {
    visibility: visible
}

.kv {
    width: 100%;
    margin-bottom: 25px
}

.kv .container {
    padding-left: 70px;
    padding-right: 70px
}

.kv img {
    display: block;
    width: 100%
}

.kv .img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center
}

.kv .slick-next,
.kv .slick-next:focus,
.kv .slick-next:hover {
    right: 20px;
    outline: 0;
    width: 49px;
    height: 90px;
    z-index: 2;
    background: url(../images/main_controls.png) -49px 0 no-repeat;
    opacity: .5
}

.kv .slick-next:focus:hover,
.kv .slick-next:hover,
.kv .slick-next:hover:hover {
    opacity: 1
}

.kv .slick-dots {
    bottom: 77px
}

@media (max-width:767px) {
    .kv .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .kv .slick-next,
    .kv .slick-next:focus,
    .kv .slick-next:hover {
        width: -webkit-calc(49px / 2);
        width: -moz-calc(49px / 2);
        width: calc(49px / 2);
        height: -webkit-calc(90px / 2);
        height: -moz-calc(90px / 2);
        height: calc(90px / 2);
        background-position-x: -webkit-calc(-49px / 2);
        background-position-x: -moz-calc(-49px / 2);
        background-position-x: calc(-49px / 2);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover
    }

    .kv .slick-dots {
        text-align: center;
        padding-right: 0
    }
}

@media (max-width:640px) {
    .kv .slick-dots {
        bottom: 57px
    }
}

.kv .slick-prev,
.kv .slick-prev:focus,
.kv .slick-prev:hover {
    left: 20px;
    outline: 0;
    width: 49px;
    height: 90px;
    z-index: 2;
    background: url(../images/main_controls.png) no-repeat;
    opacity: .5
}

.kv .slick-prev:focus:hover,
.kv .slick-prev:hover,
.kv .slick-prev:hover:hover {
    opacity: 1
}

@media (max-width:767px) {

    .kv .slick-prev,
    .kv .slick-prev:focus,
    .kv .slick-prev:hover {
        width: -webkit-calc(49px / 2);
        width: -moz-calc(49px / 2);
        width: calc(49px / 2);
        height: -webkit-calc(90px / 2);
        height: -moz-calc(90px / 2);
        height: calc(90px / 2);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover
    }
}

.kv .slider {
    position: relative
}

.kv_slider-item {
    position: relative
}

.kv_slider-item-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center
}

.kv_slider-item-title-t {
    display: inline-block
}

@media (max-width:767px) {
    .kv_slider .kv_btn {
        color: #fff;
        padding: 8px 5%;
        background: rgba(240, 8, 29, .6);
        display: inline-block
    }

    .kv_slider .kv_slider-item-title-t {
        display: block
    }
}

.cd-top {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block;
    height: 47px;
    opacity: 0;
    width: 47px;
    position: fixed;
    bottom: 12%;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/top_arrow.png) center 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    visibility: hidden;
    color: #fff;
    z-index: 777
}

.slick_next:before,
.slick_prev:before {
    display: inline-block;
    color: #050505;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width:767px) {
    .cd-top {
        bottom: 30px;
        width: 40px;
        height: 40px
    }

    .mb_hide {
        display: none !important
    }
}

.slick_next,
.slick_prev {
    outline: 0;
    width: 20px;
    height: 70px;
    z-index: 2
}

.cd-top.cd-fade-out {
    visibility: visible;
    opacity: .8
}

.cd-top.cd-fade-out:hover {
    opacity: 1
}

.slick_next {
    right: -15px
}

.slick_next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased
}

.slick_prev {
    left: -15px
}

.slick_prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased
}

@media (max-width:991px) {
    .pc_show {
        display: none !important
    }
}

@media (min-width:992px) {

    .pad_show,
    .pc_hide {
        display: none !important
    }
}

@media (min-width:767px) {
    .pc_pad_show {
        display: none !important
    }
}

@media (min-width:768px) {
    .kv_slider-item-title.right {
        text-align: right
    }

    .kv_slider-item-title.right h3,
    .kv_slider-item-title.right p {
        text-align: center
    }

    .mb_show,
    .pc_pad_hide {
        display: none !important
    }
}

.pc_show_in {
    display: inline-block !important
}

@media (max-width:767px) {
    .pc_show_in {
        display: none !important
    }
}

.pc_show_pad_no {
    display: block !important
}

@media (max-width:991px) {
    .pc_show_pad_no {
        display: none !important
    }

    .slick-next,
    .slick-next:focus,
    .slick-next:hover {
        right: -15px
    }
}

.container {
    width: 100%;
    max-width: 1198px
}

.slick-next:before,
.slick-prev:before {
    display: none
}

.slick-next,
.slick-prev {
    width: 31px;
    height: 57px;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.slick-next,
.slick-next:focus,
.slick-next:hover {
    background-image: url(../images/right_btn.png)
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background-image: url(../images/left_btn.png)
}

@media (max-width:991px) {

    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover {
        left: -15px
    }
}