.news a:nth-child(2) i img@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700,900&display=swap&subset=chinese-traditional");

footer a:after,
.cool_education .list-box h3:before,
.news a:hover p,
.news a i img,
a,
.btn-2,
.close-x::before,
.close-x::after,
.dist,
.modal-container,
#gotop {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

footer a:before,
footer a:after,
.cool_education .list-box h3:after,
.cool_education .list-box h3:before,
.cool_education .list-box i:before,
.search-title:after,
#preloader:before {
    position: absolute;
    content: "";
    left: auto;
    bottom: auto;
    top: auto;
    right: auto
}

::-moz-selection {
    background: #00549f;
    color: #ffffff
}

::selection {
    background: #00549f;
    color: #ffffff
}

::-moz-selection {
    background: #00549f;
    color: #ffffff
}

.news,
.multiselect-container,
.popup-search .popup-inner {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

textarea:focus,
input:focus,
select:focus,
.form-control:focus,
.btn.focus,
.btn:focus {
    outline: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

input:required:invalid,
select:required:invalid,
textarea:required:invalid {
    outline: none
}

header {
    padding: 3em 3em 0em 3em;
    height: 120px;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 768px) {
    header {
        padding: 0;
        background-color: #00549f;
        height: 50px;
        line-height: 50px
    }
}

header h1 {
    display: inline-block;
    pointer-events: auto
}

header h1 img {
    width: 270px;
    height: 75px
}

@media (max-width: 768px) {
    header h1 {
        line-height: 50px
    }

    header h1 img {
        width: 170px;
        height: 43px;
        margin-left: 8px;
        vertical-align: text-top;
        margin-top: 3px
    }
}

header .main-search {
    pointer-events: auto;
    float: right;
    width: 290px;
    position: relative;
    right: -52px;
    top: -30px;
    cursor: pointer;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 999
}

header .main-search:hover {
    right: -60px
}

@media (max-width: 769px) {
    header .main-search:hover {
        right: 0px;
        background: #e26624
    }
}

header .main-search span {
    position: absolute;
    color: #fff;
    left: 110px;
    font-size: 1.4em;
    top: 48px;
    z-index: 1;
    font-weight: bold
}

header .main-search img {
    width: 290px
}

@media (max-width: 768px) {
    header .main-search {
        width: 130px;
        height: 50px;
        right: 0px;
        top: 0px;
        background: #e26624
    }

    header .main-search span {
        left: 15px;
        right: 0;
        font-size: 1.4em;
        top: 0px;
        line-height: 30px;
        height: 30px;
        width: auto;
        margin-top: 10px;
        padding-left: 40px;
        background-image: url(../img/svg/search.svg);
        background-position: left center;
        background-repeat: no-repeat
    }

    header .main-search img {
        display: none
    }
}

footer {
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    z-index: 1;
    background: #00bedc;
    background: -webkit-gradient(linear, left top, left bottom, from(#00bedc), color-stop(99%, #00c5e0));
    background: linear-gradient(to bottom, #00bedc 0%, #00c5e0 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bedc', endColorstr='#00c5e0', GradientType=0)
}

footer br {
    display: none
}

@media (max-width: 680px) {
    footer br {
        display: inline-block
    }
}

footer ul,
footer li {
    display: inline-block;
    position: relative
}

footer a {
    color: #fff;
    margin: 0 15px;
    position: relative;
    overflow: hidden
}

footer a:before {
    width: 1px;
    height: 100%;
    bottom: 0;
    left: -16px;
    background-color: #fff
}

footer a:after {
    width: 0;
    height: 0;
    bottom: -3px;
    left: 50%;
    background-color: #fff
}

footer a:hover {
    color: #fff;
    text-decoration: none
}

footer a:hover:after {
    width: 100%;
    height: 1px;
    left: 2px
}

footer span {
    padding-right: 10px
}

@media (max-width: 680px) {
    footer span {
        padding-right: 0px
    }
}

@media (max-width: 680px) {
    footer ul {
        display: block
    }

    footer li:first-child a:before {
        display: none
    }
}

.cool_education {
    padding: 3em 10em 5em 10em
}

@media (max-width: 1400px) {
    .cool_education {
        padding: 3em 5em 5em 5em
    }
}

@media (max-width: 1440px) {
    .cool_education {
        padding: 2em 2em 5em 2em
    }
}

@media (max-width: 1366px) {
    .cool_education {
        padding: 1em 2em 5em 2em
    }
}

@media (max-width: 768px) {
    .cool_education {
        padding: 1em 5px 20px 5px
    }
}

.cool_education h2 {
    display: block;
    margin: 0 auto 1em auto;
    line-height: 85px;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    width: 440px;
    height: 85px;
    background: url(../img/title1.png) center center no-repeat
}

@media (max-width: 768px) {
    .cool_education h2 {
        font-size: 1.2em;
        line-height: 43px;
        width: 220px;
        height: 43px;
        background-size: 220px 43px
    }
}

@media (max-width: 768px) {
    .cool_education .col-6 {
        padding: 5px
    }
}

.cool_education .list-box {
    position: relative;
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    display: block;
    top: 0;
    margin-bottom: 2em;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: -10px 25px 24px -28px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 25px 24px -28px rgba(0, 0, 0, 0.4);
    cursor: pointer
}

@media (max-width: 768px) {
    .cool_education .list-box {
        margin-bottom: 1em
    }
}

.cool_education .list-box h3 {
    color: #00549f;
    font-size: 1.4em;
    padding: 8px 0;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
    position: relative;
    z-index: 0;
    min-height: 42px
}

@media (max-width: 768px) {
    .cool_education .list-box h3 {
        min-height: 35px;
        font-size: 1em;
        width: calc(100% - 40px)
    }
}

.cool_education .list-box h3:after {
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    z-index: 1;
    background: #00549f
}

.cool_education .list-box h3:before {
    width: 0%;
    height: 3px;
    bottom: 0px;
    left: 0;
    z-index: 2;
    background: #00549f
}

.cool_education .list-box:hover {
    color: inherit;
    text-decoration: none;
    top: -5px
}

.cool_education .list-box:hover h3:before {
    width: 100%
}

.cool_education .list-box p {
    color: #333;
    min-height: 2.2em;
    word-break: break-all
}

@media (max-width: 768px) {
    .cool_education .list-box p {
        font-size: 1em
    }
}

@media (max-width: 575px) {
    .cool_education .list-box p {
        font-size: 0.8em
    }
}

.cool_education .list-box .text {
    position: relative;
    margin-top: 10px
}

.cool_education .list-box i {
    width: 76px;
    height: 76px;
    line-height: 76px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 0px;
    padding: 10px
}

@media (max-width: 768px) {
    .cool_education .list-box i {
        width: 40px;
        height: 40px;
        padding: 3px;
        line-height: 40px
    }
}

.cool_education .list-box i:before {
    right: 0;
    top: 0;
    z-index: 1;
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: url(../img/svg/icon-cover.svg)
}

@media (max-width: 768px) {
    .cool_education .list-box i:before {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.cool_education .list-box i img {
    width: 60%;
    float: right
}

@media (max-width: 768px) {
    .cool_education .list-box i img {
        width: 70%
    }
}

.icon1 {
    background: #892782
}

.icon2 {
    background: #f18a32
}

.icon3 {
    background: #00a4cf
}

.icon4 {
    background: #efad2d
}

.icon5 {
    background: #e56926
}

.icon6 {
    background: #be322a
}

.icon7 {
    background: #00549f
}

.icon8 {
    background: #036
}

.icon9 {
    background: #6ba415
}

.icon10 {
    background: #009439
}

.icon11 {
    background: #00549f
}

.icon12 {
    background: #036
}

.icon13 {
    background: #6ba415
}



.location span {
    padding: 5px;
    border-radius: 3px;
    margin-right: 5px
}

.location .city {
    background: #0077b4;
    color: #fff
}

.location .area {
    background: #00c0c9;
    color: #fff
}

.img-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 768px) {
    .index .cool_education {
        padding-top: 4em
    }

    .index .cool_education#culture-list {
        padding-top: 2em
    }
}

.news {
    width: 256px;
    background: #e26624;
    background: -webkit-gradient(linear, left top, left bottom, from(#e26624), to(#ec3e32));
    background: linear-gradient(to bottom, #e26624 0%, #ec3e32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e26624', endColorstr='#ec3e32', GradientType=0);
    z-index: 99;
    border-radius: 20px 0 0 20px;
    position: fixed;
    right: 0;
    top: 23%;
    padding: 20px 14px;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

@media (max-width: 768px) {
    .news {
        position: relative;
        width: 100%;
        border-radius: 0
    }
}

.news .desktop {
    display: inline-block
}

@media (max-width: 768px) {
    .news .desktop {
        display: none
    }
}

.news .mobile {
    display: none
}

@media (max-width: 768px) {
    .news .mobile {
        display: block;
        text-align: center
    }
}

.news a {
    color: #fff;
    display: block;
    vertical-align: middle;
    font-size: 1.2em
}

@media (max-width: 768px) {
    .news a {
        font-size: 1.4em
    }
}

.news a:hover {
    color: #efff00
}

.news a:hover p img {
    -webkit-filter: brightness(103%);
    -moz-filter: brightness(103%);
    -ms-filter: brightness(103%);
    -o-filter: brightness(103%);
    filter: brightness(103%)
}

.news a:hover p {
    background: url(../img/index-gift-2.png) center center no-repeat;
    background-size: 100%
}

.news a i img {
    margin-right: 5px
}

.news a p {
    background: url(../img/index-gift-1.png) center center no-repeat;
    background-size: 100%
}

.news a p img {
    width: 100%
}

@media (max-width: 768px) {
    .news a p img {
        width: 90%
    }
}

.news a:nth-child(1) i img {
    width: 50px
}

.news a:nth-child(2) {
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-top: 15px
}

.news a:nth-child(2) i img {
    width: 18px
}

.showGoTop .news {
    right: -300px
}

@media (max-width: 768px) {
    .showGoTop .news {
        right: 0px
    }
}

.activity .banner {
    padding: 50px 0 100px 0;
    width: 100%;
    background: url(../img/activity-bg.jpg) center center no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block
}

@media (max-width: 1200px) {
    .activity .banner {
        background-size: cover;
        padding: 50px 0
    }
}

.activity .banner .maintext {
    display: block;
    z-index: 1001
}

.activity .banner .maintext p {
    font-size: 1.4em;
    line-height: 1.8em
}

@media (max-width: 1200px) {
    .activity .banner .maintext p {
        font-size: 1.2em;
        line-height: 1.6em;
        margin-top: 10px
    }
}

.activity .banner .maintext img {
    width: 40%;
    max-width: 700px
}

@media (max-width: 1200px) {
    .activity .banner .maintext img {
        width: 50%
    }
}

.activity .banner .flag {
    max-width: 58%;
    position: relative;
    margin-left: auto;
    display: block;
    margin-top: -60px;
    margin-bottom: -120px
}

@media (max-width: 1400px) {
    .activity .banner .flag {
        margin-bottom: -50px
    }
}

.activity .banner .img-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: calc(100% + 60px);
    margin: 0 -30px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url(../img/activity-img06.png) center bottom 50px no-repeat
}

@media (max-width: 1400px) {
    .activity .banner .img-icon {
        background-size: 55%
    }
}

@media (max-width: 1200px) {
    .activity .banner .img-icon {
        width: calc(100% + 20px);
        margin: 0 -10px
    }
}

@media (max-width: 992px) {
    .activity .banner .img-icon {
        background-size: 63%
    }
}

@media (max-width: 768px) {
    .activity .banner .img-icon {
        width: 100%;
        margin: 0
    }
}

.activity .banner .img01,
.activity .banner .img02,
.activity .banner .img03 {
    position: relative;
    left: 0;
    width: 18%;
    max-width: 500px;
    z-index: 1
}

.activity .banner .img01 {
    top: 70px;
    left: -30px
}

@media (max-width: 1300px) {
    .activity .banner .img01 {
        top: 0
    }
}

.activity .banner .img02 {
    left: -150px;
    top: 150px;
    z-index: 0
}

@media (max-width: 1300px) {
    .activity .banner .img02 {
        left: -120px;
        top: 50px
    }
}

.activity .banner .img03 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    left: auto
}

@media (max-width: 768px) {
    .activity .banner {
        display: none
    }

    .activity .banner-mobile {
        display: block;
        width: 100%
    }
}

.img-flower {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 54%;
    margin-left: -27%;
    height: 100%;
    top: 0;
    left: 50%
}

@media (max-width: 1400px) {
    .img-flower {
        max-width: 90%;
        margin-left: -45%
    }
}

.img-flower img {
    position: absolute
}

.img-flower .flower01 {
    left: 80px;
    bottom: 80px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 40s;
    -webkit-animation-name: rotation;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-duration: 40s;
    -moz-animation-name: rotation;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-delay: 0;
    animation-duration: 40s;
    animation-name: rotation;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.img-flower .flower02 {
    left: 30px;
    bottom: 50px;
    zoom: 0.8;
    opacity: 0.6;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 20s;
    -webkit-animation-name: rotation2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-duration: 20s;
    -moz-animation-name: rotation2;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-delay: 0;
    animation-duration: 20s;
    animation-name: rotation2;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

@media (max-width: 1400px) {
    .img-flower .flower02 {
        width: 30px
    }
}

.img-flower .flower03 {
    left: 120px;
    bottom: 40px;
    opacity: 0.8;
    width: 30px;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: rotation;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-duration: 10s;
    -moz-animation-name: rotation;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-delay: 0;
    animation-duration: 10s;
    animation-name: rotation;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

@media (max-width: 1400px) {
    .img-flower .flower03 {
        width: 20px
    }
}

.img-flower .flower04 {
    right: 60px;
    bottom: 280px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: rotation;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-duration: 10s;
    -moz-animation-name: rotation;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-delay: 0;
    animation-duration: 10s;
    animation-name: rotation;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

@media (max-width: 1680px) {
    .img-flower .flower04 {
        right: 0px;
        bottom: 250px
    }
}

@media (max-width: 1400px) {
    .img-flower .flower04 {
        right: 18%;
        bottom: 250px
    }
}

.img-flower .flower05 {
    right: -50px;
    bottom: 50px;
    width: 30px;
    opacity: 0.7;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 40s;
    -webkit-animation-name: rotation2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-duration: 40s;
    -moz-animation-name: rotation2;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-delay: 0;
    animation-duration: 40s;
    animation-name: rotation2;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

@media (max-width: 1400px) {
    .img-flower .flower05 {
        right: 13%;
        width: 20px;
        bottom: 80px
    }
}

.img-flower .flower06 {
    right: 0px;
    bottom: 330px;
    width: 35px;
    opacity: 0.9;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 30s;
    -webkit-animation-name: rotation2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-duration: 30s;
    -moz-animation-name: rotation2;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    animation-delay: 0;
    animation-duration: 30s;
    animation-name: rotation2;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

@media (max-width: 1400px) {
    .img-flower .flower06 {
        width: 30px;
        right: 22%
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    70% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    80% {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    70% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    80% {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rotation2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    70% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    80% {
        -webkit-transform: rotate(-170deg);
        transform: rotate(-170deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotation2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    70% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    80% {
        -webkit-transform: rotate(-170deg);
        transform: rotate(-170deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.w-wrap {
    background: url("../img/bg-img2.jpg") center center repeat
}

.yel-wrap {
    background: url("../img/bg-img3.jpg") center center repeat
}

.wrap {
    display: block;
    padding: 4em 0
}

@media (max-width: 680px) {
    .wrap {
        padding: 2em 0
    }
}

.wrap textarea:focus,
.wrap input:focus,
.wrap select:focus,
.wrap .form-control:focus,
.wrap .btn.focus,
.wrap .btn:focus,
.wrap .custom-file-label:focus,
.wrap select:focus,
.wrap .custom-file-input:focus~.custom-file-label {
    border: 1px solid #333
}

.wrap h2 {
    text-align: center;
    display: block;
    color: #00549f;
    font-size: 1.6em;
    font-weight: bold
}

.wrap h2 img {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px
}

@media (max-width: 680px) {
    .wrap h2 {
        font-size: 1.3em;
        margin-bottom: 0px
    }

    .wrap h2 img {
        width: 90px
    }
}

@media (max-width: 575px) {
    .wrap h2 {
        margin-bottom: -20px
    }
}

#upload-form {
    width: 100%
}

.wrap-inner {
    width: 680px;
    margin: auto;
    padding: 30px 0
}

@media (max-width: 680px) {
    .wrap-inner {
        width: 100%;
        padding: 20px
    }
}

.wrap-inner .col-form-label {
    font-size: 1.1em;
    color: #333;
    text-align: right
}

@media (max-width: 680px) {
    .wrap-inner .col-form-label {
        font-size: 1em
    }
}

@media (max-width: 575px) {
    .wrap-inner .col-form-label {
        text-align: left
    }
}

.wrap-inner .col-form-label i {
    color: #e26624;
    padding-left: 3px;
    position: absolute
}

@media (max-width: 575px) {
    .wrap-inner .col-form-label i {
        padding: 0 3px;
        position: relative
    }
}

.wrap-inner .col-form-label small {
    display: block;
    min-height: 15px
}

@media (max-width: 575px) {
    .wrap-inner .col-form-label small {
        display: inline-block
    }
}

.wrap-inner input {
    border-radius: 3em;
    border-color: #fff;
    font-size: 1.2em
}

@media (max-width: 680px) {
    .wrap-inner input {
        font-size: 1em
    }
}

.wrap-inner .btn {
    width: 48%;
    display: inline-block;
    background: #666666;
    padding: 10px 30px;
    text-align: right;
    font-size: 1.4em;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.6em;
    border: none;
    margin-top: 3em
}

.wrap-inner .btn:focus {
    border: 0
}

@media (max-width: 680px) {
    .wrap-inner .btn {
        padding: 5px 15px;
        font-size: 1.3em;
        margin-top: 1em
    }
}

.wrap-inner .btn img {
    position: relative;
    width: 28px;
    height: 28px;
    float: left;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.wrap-inner .btn:hover img {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.wrap-inner .btn-send {
    background: #e26624;
    text-align: left;
    position: relative;
    float: right
}

.wrap-inner .btn-send img {
    float: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 768px) {
    .wrap-inner .btn-send:hover {
        background: #ff8624
    }

    .wrap-inner .btn-send:hover img {
        -webkit-transform: rotate(180deg) translateX(-5px);
        transform: rotate(180deg) translateX(-5px)
    }
}

.city-selector-set {
    margin-bottom: 10px
}

.city-selector-set .form-control {
    background: #fff;
    color: #333
}

.form-inner .select select {
    border-radius: 3em;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.4rem 0.75rem;
    font-size: 1.2em;
    line-height: 1.5;
    border: 0;
    display: block;
    color: #333;
    height: 42.8px;
    background: #fff url(../img/arrow-down.png) right 20px center no-repeat !important;
    background-size: 17px 10px !important;
    width: 100%
}

@media (max-width: 680px) {
    .form-inner .select select {
        height: 38px;
        font-size: 1em
    }
}

.form-inner .select select:focus {
    border: 1px solid #333
}

.form-inner .zipcode-box {
    width: 30%
}

@media (max-width: 575px) {
    .form-inner .zipcode-box {
        width: 100%;
        margin-top: 10px
    }
}

.form-inner .select {
    width: calc(35% - 6px);
    position: relative
}

.form-inner .select.select30 {
    width: 30%
}

@media (max-width: 575px) {
    .form-inner .select {
        width: 100%
    }

    .form-inner .select.select30 {
        width: 100%
    }
}

@media (max-width: 575px) {
    .exam .select {
        margin-bottom: 10px
    }
}

.custom-file-label {
    position: absolute;
    top: 0;
    min-height: 42.8px;
    border-radius: 3em;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.4rem 0.75rem;
    font-size: 1.2em;
    border: 0;
    display: block;
    color: #333;
    height: 42.8px;
    width: 100%;
    overflow: hidden
}

.custom-file-label:focus {
    border: 1px solid #333
}

@media (max-width: 680px) {
    .custom-file-label {
        height: 38px;
        font-size: 1em
    }
}

small.tips {
    padding-top: 10px;
    display: block
}

.custom-file-label::after {
    background: #fff url(../img/upload.png) right 20px center no-repeat !important;
    background-size: 24px 26px !important;
    content: "";
    width: 50px;
    height: 42.8px;
    border-color: rgba(0, 0, 0, 0)
}

@media (max-width: 680px) {
    .custom-file-label::after {
        height: 38px
    }
}

.custom-file-input:focus~.custom-file-label {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(28, 38, 48, 0);
    box-shadow: 0 0 0 0 rgba(28, 38, 48, 0)
}

.w-wrap .select select,
.w-wrap input,
.w-wrap textarea,
.w-wrap .custom-file-label {
    border: 1px solid #989898
}

.w-wrap textarea {
    border-radius: 1.4em;
    height: 200px;
    font-size: 1.2em
}

@media (max-width: 680px) {
    .w-wrap textarea {
        height: 150px
    }
}

.collaborate {
    border-bottom: 1px solid #00549f;
    padding: 5px 0px
}

.collaborate legend {
    padding-top: 10px;
    font-size: 1em;
    text-align: center;
    color: #00549f;
    border-top: 1px solid #00549f
}

@media (max-width: 575px) {
    .collaborate {
        padding: 10px 0px;
        margin: 15px 0px
    }

    .collaborate legend {
        padding-top: 10px;
        margin-bottom: -10px;
        font-size: 1em;
        border-top: 1px solid #00549f
    }
}

#people2 legend,
#people3 legend,
#people4 legend,
#people5 legend {
    border-top: 0px
}

.banner-mobile {
    display: none
}

@media (max-width: 575px) {
    .form-group {
        margin-bottom: 0.4rem
    }

    .county,
    .county2 {
        margin-bottom: 10px
    }
}

#upload-form label.error {
    border: 0;
    color: #e26624;
    position: absolute;
    right: 25px;
    bottom: 8px;
    background-color: #fff;
    margin-bottom: 0
}

#upload-form #county-error,
#upload-form #district-error,
#upload-form #exam-name-error,
#upload-form #exam-name2-error,
#upload-form #exam-name3-error {
    right: 42px;
    bottom: 10px
}

@media (max-width: 575px) {
    #upload-form #county-error {
        bottom: 17px
    }
}

#upload-form label.error#lesson-file-main-error,
#upload-form label.error#Study-file1-error,
#upload-form label.error#Study-file2-error,
#upload-form label.error#exam-file1-error,
#upload-form label.error#exam-file2-error {
    right: 10px;
    top: -22px
}

.agreebox {
    padding: 12px 0 0 0;
    min-height: 24px;
    position: relative
}

.agreebox label {
    color: #575757
}

.agreebox label span {
    display: none
}

.agreebox label span.show {
    display: inline-block;
    color: #333;
    font-size: 13px;
    margin-left: 5px
}

.agreebox input[type="checkbox"] {
    display: none
}

.iagree.agreebox input[type="checkbox"] {
    display: inline-block;
    position: absolute
}

.agreebox input[type="checkbox"]+label,
.iagree.agreebox input[type="checkbox"]~label#customer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.agreebox input[type="checkbox"]+label:last-child,
.iagree.agreebox input[type="checkbox"]~label#customer:last-child {
    margin-bottom: 0
}

.agreebox input[type="checkbox"]+label:before,
.agreebox input[type="checkbox"]+label:after,
.iagree.agreebox input[type="checkbox"]~label#customer:before,
.iagree.agreebox input[type="checkbox"]~label#customer:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border: 0px;
    position: absolute;
    border-radius: 3px;
    background: #e2e2e2;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s
}

.agreebox input[type="checkbox"]+label:before,
.iagree.agreebox input[type="checkbox"]~label#customer:before {
    width: 12px;
    height: 20px;
    top: 0px;
    left: 7px;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
    opacity: 0
}

.agreebox input[type="checkbox"]:checked+label:before,
.iagree.agreebox input[type="checkbox"]:checked~label#customer:before {
    border: 3px solid #333;
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 1
}

#agreebox-error:before,
#agreebox-error:after {
    display: none
}

#upload-form #agreebox-error {
    position: absolute;
    left: 160px;
    bottom: 0
}

.iagree {
    border-top: 1px solid #888;
    font-size: 1em;
    margin-top: 2em;
    padding-top: 2em
}

.iagree a {
    display: block;
    color: #00549f;
    margin-bottom: 10px;
    text-decoration: underline
}

.iagree.agreebox label {
    color: #00549f
}

#iagreepopup {
    display: none
}

#iagreepopup .modal-body ol,
#iagreepopup .modal-body ol li {
    list-style: initial;
    list-style-type: cjk-ideographic
}

#iagreepopup .modal-body ol {
    padding-left: 20px
}

@media (max-width: 1300px) {
    #iagreepopup .modal-body ol {
        padding-left: 26px
    }
}

#iagreepopup .modal-container {
    height: auto
}

@media (max-width: 1300px) {
    #iagreepopup .modal-container {
        height: 100%
    }
}

.multiselect {
    background: #eaeaea url("../img/arrow-down.png") right 20px center no-repeat !important;
    background-size: 17px 10px !important;
    background: #eaeaea;
    border-radius: 37px;
    line-height: 37px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    border: 0;
    color: #333;
    height: auto;
    min-height: 37px
}

.multiselect .btn-group {
    width: 100%
}

.multiselect .dropdown-toggle::after {
    display: none
}

@media (max-width: 575px) {
    .multiselect-container {
        min-height: 32px;
        line-height: 32px
    }
}

.multiselect-container>li {
    width: 33.33%;
    display: inline-block;
    position: relative
}

@media (max-width: 1300px) {
    .multiselect-container>li {
        width: 25%
    }
}

@media (max-width: 575px) {
    .multiselect-container>li {
        vertical-align: top;
        width: 50%
    }
}

.multiselect-container>li>a {
    display: block;
    position: relative;
    color: #333
}

@media (max-width: 575px) {
    .multiselect-container>li>a {
        font-size: 18px;
        letter-spacing: 0.02em
    }
}

.multiselect-container>li>a:focus {
    outline: none
}

.multiselect-container>li>a>label {
    padding: 0px 0px 0px 40px;
    display: block;
    margin-bottom: 0rem
}

.multiselect-container>li>a>label:focus {
    outline: none
}

.multiselect-container>li>a>label:before,
.multiselect-container>li>a>label:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border: 0px;
    position: absolute;
    border-radius: 3px;
    background: #fff;
    left: 10px;
    top: 6px;
    opacity: 1;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s
}

.multiselect-container>li>a>label:before {
    width: 12px;
    height: 20px;
    top: 5px;
    left: 16px;
    border-radius: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
    opacity: 0;
    background: rgba(0, 0, 0, 0)
}

.multiselect-container>li.active label:before {
    border: 3px solid #333;
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 1
}

.multiselect-container {
    width: 100%;
    background: #eaeaea;
    border: 0;
    padding: 10px 0
}

.multiselect-container>li>a>label>input[type="checkbox"] {
    margin-bottom: 5px
}

.multiselect-container>li>a>label {
    letter-spacing: 0
}

@media (max-width: 575px) {
    .multiselect-container>li>a>label {
        padding: 0px 0px 0px 36px
    }

    .multiselect-container>li>a>label:after {
        width: 20px;
        height: 20px;
        left: 6px;
        top: 6px
    }

    .multiselect-container>li>a>label:before {
        top: 4px;
        left: 11px;
        width: 10px;
        height: 16px
    }
}

.about-inner {
    display: block
}

.about-inner .wrap {
    padding: 4em 50px
}

@media (max-width: 768px) {
    .about-inner .wrap {
        padding: 2em 20px
    }
}

.about-inner .wrap.about-wrap {
    padding-bottom: 0
}

@media (max-width: 680px) {
    .about-inner .wrap h2 {
        margin-bottom: 0
    }
}

.about-inner .wrap-inner {
    width: 100%;
    padding: 15px 0 30px 0;
    text-align: center
}

.about-inner .wrap-inner p {
    text-align: center;
    font-size: 1.2em
}

@media (max-width: 768px) {
    .about-inner .wrap-inner p {
        font-size: 1em
    }
}

.about-inner .wrap-inner ol {
    display: inline-block;
    padding-left: 20px;
    text-align: left;
    font-size: 1.1em
}

@media (max-width: 768px) {
    .about-inner .wrap-inner ol {
        font-size: 1em
    }
}

.about-inner .wrap-inner ol li {
    list-style-type: decimal;
    margin-bottom: 0.2em;
    text-align: justify
}

.about-inner .gift {
    margin-top: 2em
}

@media (max-width: 992px) {
    .about-inner .gift {
        width: 90%
    }
}

.about-img {
    width: 500px;
    vertical-align: bottom
}

@media (max-width: 1366px) {
    .about-img {
        width: 400px
    }
}

@media (max-width: 992px) {
    .about-img {
        width: 100%;
        text-align: center
    }
}

.about-img img {
    width: 100%
}

@media (max-width: 992px) {
    .about-img img {
        width: 300px
    }
}

@media (max-width: 640px) {
    .about-img img {
        width: 200px
    }
}

.about-l,
.about-r {
    width: calc(100% / 2 - 256px)
}

@media (max-width: 1366px) {

    .about-l,
    .about-r {
        width: calc(100% / 2 - 206px)
    }
}

@media (max-width: 992px) {

    .about-l,
    .about-r {
        width: 100%
    }
}

.about-r {
    float: right
}

@media (max-width: 992px) {
    .about-r {
        float: none
    }
}

.event-btn {
    text-align: center
}

.event-btn .btn-send {
    float: none;
    width: 270px;
    font-size: 1.5em;
    letter-spacing: 0em;
    margin-top: 1em
}

.event-btn .btn-send img {
    margin-top: 7px
}

.event-btn .btn-send:last-child {
    margin-left: 20px
}

#tips {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none
}

#tips .overlay {
    display: block
}

.tips1 {
    position: relative;
    z-index: 999;
    top: 50px
}

@media (max-width: 1300px) {
    .tips1 {
        display: none !important
    }
}

.tips2 {
    position: fixed;
    z-index: 999;
    top: 120px;
    right: 250px;
    width: 10%;
    height: 50px
}

@media (max-width: 1300px) {
    .tips2 {
        width: 150px
    }
}

@media (max-width: 768px) {
    .tips2 {
        top: 70px;
        right: 60px;
        height: 50px
    }
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

ol,
ul,
li {
    list-style: none
}

body {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    letter-spacing: 0.05em;
    font-family: Arial, "Helvetica Neue", "Noto Sans TC", "微軟正黑體", -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
        "Microsoft JhengHei"
}

a:hover {
    text-decoration: none
}

main {
    overflow: hidden
}

.hide {
    display: none !important
}

.unfound {
    text-align: center;
    font-size: 1.6em;
    color: #333;
    padding: 3em 0;
    min-height: 80vh;
    display: none
}

.unfound.show {
    display: block
}

.index {
    background: #7bc4e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#7bc4e9), to(#fff));
    background: linear-gradient(to bottom, #7bc4e9 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc4e9', endColorstr='#ffffff', GradientType=0)
}

.bg-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg-img.png") center center repeat;
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.border_left,
.border_right {
    position: fixed;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 20;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background: #00549f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00549f), to(#00c5e0));
    background: linear-gradient(to bottom, #00549f 0%, #00c5e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00549f', endColorstr='#00c5e0', GradientType=0)
}

@media (max-width: 768px) {

    .border_left,
    .border_right {
        display: none
    }
}

.border_top {
    position: fixed;
    background-color: #00549f;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    z-index: 20;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

@media (max-width: 768px) {
    .border_top {
        display: none
    }
}

.border_right {
    left: auto;
    right: 0
}

.main-map {
    width: 100%;
    margin: 3em 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .main-map {
        width: 170%;
        left: -30%
    }
}

.mapbg {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.ie9 img[src$=".svg"],
svg {
    width: 100%
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    img[src$=".svg"],
    svg {
        width: 100%
    }
}

.main-map svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

#btnbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11
}

@media (max-width: 1200px) {
    #btnbox {
        display: none
    }
}

.cls-1 {
    isolation: isolate
}

.cls-2 {
    fill: #646464
}

.cls-3 {
    fill: #241915;
    opacity: 0.22;
    mix-blend-mode: multiply
}

.cls-4 {
    fill: #ef423a
}

.cls-5 {
    fill: #fff
}

.cls-6 {
    fill: #285d5b
}

.cls-7 {
    fill: #6d4641
}

.cls-8 {
    fill: #ffcc50
}

.cls-9 {
    fill: #004170
}

.cls-10 {
    fill: #0067a6
}

.cls-11 {
    fill: #ffcc2f
}

.cls-12 {
    fill: #402210
}

.cls-13 {
    fill: #be322a
}

.cls-14 {
    fill: #ff390d
}

.cls-15 {
    fill: #ec3e32
}

.cls-16 {
    fill: #c6dcea
}

.cls-17 {
    fill: #005b67
}

.cls-18 {
    fill: #0081be
}

.cls-19 {
    fill: #ffd354
}

.cls-20 {
    fill: #ff8521
}

.cls-21 {
    fill: none
}

.btns {
    cursor: pointer;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.btns:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btns:hover .btn-3 {
    fill: #fff
}

.btns:hover .btn-2 {
    fill: #e26624;
    opacity: 1;
    position: relative
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #e26624;
    border-color: #e26624
}

.btn-2 {
    fill: #fff;
    opacity: 0.65
}

.btn-3 {
    font-family: Arial, "Helvetica Neue", "微軟正黑體", -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
        "Microsoft JhengHei";
    font-size: 14px;
    fill: #7f7f7f;
    font-weight: 700
}

.btn-4 {
    fill: none
}

#anim06,
#anim07 {
    -webkit-animation: updown 1.2s ease-in-out infinite alternate;
    animation: updown 1.2s ease-in-out infinite alternate
}

#anim03 {
    -webkit-animation: rotate1 1.4s ease-in-out infinite alternate;
    animation: rotate1 1.4s ease-in-out infinite alternate
}

#anim02 {
    -webkit-animation: rotate1 1.8s ease-in-out infinite alternate;
    animation: rotate1 1.8s ease-in-out infinite alternate
}

#anim01 {
    -webkit-animation: updown 3s ease-in-out infinite alternate;
    animation: updown 3s ease-in-out infinite alternate
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-webkit-keyframes rotate1 {
    from {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
}

.popup-search {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh
}

.popup-search.active {
    width: auto;
    right: 0
}

@media (max-width: 640px) {
    .popup-search.active {
        width: 100%
    }
}

.popup-search .popup-inner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 60px 60px 0px 30px;
    border-radius: 20px;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    top: 50px;
    height: calc(100% - 100px);
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    display: block
}

@media (max-width: 1300px) {
    .popup-search .popup-inner {
        width: 560px;
        left: auto;
        margin-left: auto;
        right: 0;
        height: calc(100% - 100px);
        border-radius: 20px 0px 0px 20px
    }
}

@media (max-width: 640px) {
    .popup-search .popup-inner {
        position: relative;
        width: 100%;
        border-radius: 0;
        height: 100vh;
        padding: 40px 60px 60px 30px
    }
}

.popup-search.active .popup-inner {
    width: 420px;
    left: auto;
    margin-left: auto;
    border-radius: 20px 0px 0px 20px
}

@media (max-width: 1300px) {
    .popup-search.active .popup-inner {
        width: 560px
    }
}

@media (max-width: 640px) {
    .popup-search.active .popup-inner {
        width: 100%;
        left: auto;
        margin-left: auto;
        border-radius: 0
    }
}

@media (max-width: 1300px) {
    .popup-search .close-x {
        right: 10px;
        margin-right: auto
    }
}

.popup-search.active .close-x {
    margin-right: 0px;
    right: 10px
}

.popup-search.active .overlay {
    display: none
}

.select {
    position: relative
}

#search-county-error {
    border: 0;
    color: #e26624;
    position: absolute;
    right: 46px;
    bottom: 13px;
    margin-bottom: 0
}

.popup-map {
    background: #eaeaea;
    padding: 20px;
    width: calc(100% - 380px);
    display: inline-block;
    position: relative;
    float: left;
    min-height: 820px;
    margin-bottom: 60px
}

@media (max-width: 1300px) {
    .popup-map {
        display: none
    }
}

.popup-tool {
    right: 0px;
    width: 340px;
    display: inline-block;
    position: relative;
    float: right;
    padding-bottom: 60px
}

@media (max-width: 1300px) {
    .popup-tool {
        width: 100%
    }
}

.active .popup-tool {
    width: 100%
}

.close-x {
    position: fixed;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    right: 50%;
    margin-right: -635px;
    top: 60px;
    z-index: 99
}

@media (max-width: 640px) {
    .close-x {
        width: 40px;
        height: 40px;
        margin-right: -205px
    }
}

.close-x:hover::before,
.close-x:hover::after {
    background: #00c5e0
}

.close-x::before,
.close-x::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #333
}

.close-x::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-x::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-x::before,
.close-x::after {
    border-radius: 20px;
    height: 8px;
    margin-top: -4px
}

@media (max-width: 640px) {

    .close-x::before,
    .close-x::after {
        height: 6px
    }
}

.active .close-x {
    margin-right: -205px
}

svg text {
    fill: #c3c3c3;
    font-family: monospace;
    font-weight: bolder
}

.mapa-svg-estados {
    fill: #c3c3c3;
    stroke: #eaeaea;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease
}

.mapa-svg-estados text {
    stroke: none
}

.mapa-svg-estados:hover {
    cursor: pointer;
    fill: #00549f
}

.mapa-svg-estados-active {
    cursor: pointer;
    fill: #00549f
}

.mapa-svg-estados-active text {
    stroke: none
}

.pointer-svg-map {
    fill: #0098ff;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.inactive-map-svg {
    opacity: 0.5;
    stroke: none !important
}

.inactive-map-svg:hover {
    stroke-dashoffset: -120%;
    cursor: inherit;
    fill: #00549f
}

@-webkit-keyframes pointer {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes pointer {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

#sotreq-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.class-select {
    outline: none;
    height: 40px;
    width: 250px;
    padding: 10px 18px;
    border-radius: 32px;
    color: #3c3c3c;
    margin-bottom: 2rem
}

#tw-map-inner {
    width: 150px
}

.maptips {
    position: absolute;
    width: 100%;
    cursor: default;
    text-align: center;
    margin-top: 7%;
    font-size: 1.4em;
    color: #888
}

.s-map {
    fill: #c3c3c3;
    stroke: white
}

.s-map:hover {
    cursor: pointer;
    fill: #00549f
}

.dist {
    fill: #0077b4;
    stroke: #eaeaea
}

.rect-box {
    fill: none
}

.dist-line {
    fill: #333;
    stroke: #333
}

.dist-text {
    font-size: 18px;
    fill: #fff;
    text-shadow: 0px 2px 3px #333333;
    font-family: Arial, "Helvetica Neue", "微軟正黑體", -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
        "Microsoft JhengHei"
}

.dist-text2 {
    fill: #333;
    font-size: 18px;
    font-family: Arial, "Helvetica Neue", "微軟正黑體", -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
        "Microsoft JhengHei"
}

.map-area-transform {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px
}

svg path {
    cursor: pointer
}

.map-area {
    position: relative;
    width: 100%;
    margin-top: 20px
}

.map-area svg {
    width: 800.05px;
    height: 759.38px
}

.map-area .dist-g {
    cursor: pointer
}

.map-area .dist-g:hover .dist {
    fill: #00549f
}

.map-area .dist-g.active .dist {
    fill: #00c0c9
}

.switch-box {
    display: block
}

@media (max-width: 1300px) {
    .switch-box {
        display: none
    }
}

.switch {
    display: none
}

.switch-inner .label:after,
.switch-inner .label:before,
.switch-inner .text:after,
.switch-inner .text:before {
    content: "";
    position: absolute
}

.switch-inner {
    width: 100%
}

.switch-inner .text {
    width: 100px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-left: 80px;
    top: -14px;
    position: relative;
    display: inline-block;
    z-index: -1
}

.switch-inner .text:before,
.switch-inner .text:after {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: inherit;
    content: attr(data-close);
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s
}

.switch-inner .text:before {
    opacity: 1;
    visibility: visible
}

.switch-inner .text:after {
    opacity: 0;
    left: -50px;
    content: attr(data-open)
}

.switch-inner .label {
    width: auto;
    height: 37px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.switch-inner .label:after {
    width: 68px;
    height: 36px;
    border: 5px solid #e2e2e2;
    border-radius: 25px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 0
}

.switch-inner .label:before {
    top: 50%;
    width: 26px;
    height: 26px;
    left: 5px;
    margin-top: -14px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #888;
    z-index: 1
}

.switch:checked+.switch-inner .text {
    color: #333
}

.switch:checked+.switch-inner .text:before {
    opacity: 0;
    visibility: hidden;
    left: 50px
}

.switch:checked+.switch-inner .text:after {
    opacity: 1;
    visibility: visible;
    left: 0
}

.switch:checked+.switch-inner .label:after {
    background: #fff
}

.switch:checked+.switch-inner .label:before {
    left: 37px;
    background: #e26624
}

@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: scale3d(0.25, 0.25, 0.25);
        transform: scale3d(0.25, 0.25, 0.25)
    }

    25% {
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5)
    }

    50% {
        -webkit-transform: scale3d(0.75, 0.75, 0.75);
        transform: scale3d(0.75, 0.75, 0.75)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0% {
        -webkit-transform: scale3d(0.25, 0.25, 0.25);
        transform: scale3d(0.25, 0.25, 0.25)
    }

    25% {
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5)
    }

    50% {
        -webkit-transform: scale3d(0.75, 0.75, 0.75);
        transform: scale3d(0.75, 0.75, 0.75)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.popup-tool .form-group {
    margin: 12px 0
}

.popup-tool .form-control,
.popup-tool .county {
    background: #eaeaea;
    border-radius: 37px;
    line-height: 37px;
    font-size: 18px;
    letter-spacing: 0.05em;
    border: 0px;
    color: #333;
    height: auto;
    min-height: 49px;
    width: 100%;
    padding: 0.375rem 0.75rem
}

.select select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:focus {
    border-color: gray;
    outline: none
}

.select select::-ms-expand {
    display: none
}

.select select {
    background: #eaeaea url("../img/arrow-down.png") right 20px center no-repeat !important;
    background-size: 17px 10px !important
}

.select-list {
    color: #333;
    font-size: 18px
}

.select-list .agreebox img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: inline-block
}

.select-list h3 {
    font-size: 20px;
    padding: 10px 0 5px 0
}

.search-form .search-btn {
    margin-top: 15px;
    background: #e26624;
    font-size: 24px;
    border: 0;
    border-radius: 30px
}

@media (min-width: 1366px) {
    .search-form .search-btn:hover {
        background: #ff8624
    }
}

@media (max-width: 1200px) {
    .search-form .search-btn {
        margin-bottom: 30px
    }
}

.search-form .search-btn img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    vertical-align: middle
}

.search-title {
    position: relative;
    display: block;
    width: 100%;
    background: #7bc4e9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7bc4e9), color-stop(99%, #c9e7f6));
    background: linear-gradient(to bottom, #7bc4e9 10%, #c9e7f6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc4e9', endColorstr='#c9e7f6', GradientType=0)
}

.search-title:after {
    background: url(../img/bg-img.png) center center repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.search-title h2 {
    display: block;
    text-align: center;
    background: url(../img/search-title.png) bottom center no-repeat;
    background-size: 350px 116px;
    color: #00549f;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 116px;
    width: 350px;
    margin-top: -50px;
    margin-left: -175px;
    z-index: 11;
    line-height: 110px;
    font-weight: bold
}

@media (max-width: 1440px) {
    .search-title h2 {
        background-size: 300px 100px;
        height: 100px;
        width: 300px;
        margin-top: -40px;
        margin-left: -150px;
        line-height: 95px
    }
}

@media (max-width: 768px) {
    .search-title h2 {
        background-size: 180px 60px;
        height: 60px;
        width: 180px;
        margin-top: -30px;
        margin-left: -100px;
        line-height: 60px;
        font-size: 1.3em
    }
}

.search-img {
    display: block;
    background: url(../img/search-img3.png) bottom center no-repeat;
    padding-top: 90px;
    position: relative;
    z-index: 10
}

.search-img .search-img2 {
    position: relative;
    float: right
}

@media (max-width: 1366px) {
    .search-img {
        padding-top: 80px
    }

    .search-img .search-img1,
    .search-img .search-img2 {
        width: 40%
    }
}

@media (max-width: 992px) {
    .search-img {
        padding-top: 150px
    }
}

@media (max-width: 768px) {
    .search-img {
        padding-top: 120px;
        background: rgba(0, 0, 0, 0)
    }

    .search-img .search-img1,
    .search-img .search-img2 {
        width: 50%
    }
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

@media (max-width: 768px) {
    .modal-mask {
        height: 100vh
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0
}

@media (max-width: 1200px) {
    .modal-wrapper {
        padding: 0
    }
}

.modal-wrapper .close-x {
    position: fixed;
    top: 35px;
    right: 50%;
    margin-right: -568px
}

@media (max-width: 1200px) {
    .modal-wrapper .close-x {
        right: 12px;
        top: 15px;
        margin-right: 0px
    }
}

.modal-container {
    width: 1200px;
    height: calc(100% - 40px);
    margin: 0px auto;
    padding: 20px 100px;
    background-color: #fff;
    border-radius: 20px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -600px;
    top: 20px;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 1200px) {
    .modal-container {
        width: 100%;
        border-radius: 0px;
        padding: 20px 80px 20px 20px;
        left: 0;
        margin-left: 0;
        top: 0px;
        height: 100%
    }
}

@media (max-width: 768px) {
    .modal-container {
        height: 100vh
    }
}

.modal-header {
    border-bottom: 1px solid #e26624;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0rem 1rem 0rem;
    display: block;
    position: relative
}

@media (max-width: 1200px) {
    .modal-header {
        border-radius: 0
    }
}

.modal-footer {
    border-top: 1px solid #e26624
}

.modal-header h3 {
    margin-top: 0;
    color: #00549f;
    text-align: center;
    display: block;
    font-weight: bold;
    word-break: break-all
}

.teacher-box {
    display: inline-block;
    text-align: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 1em
}

.teacher-box p,
.teacher-box small {
    word-break: break-all
}

@media (max-width: 1100px) {
    .teacher-box {
        margin-bottom: 15px
    }
}

@media (max-width: 640px) {
    .teacher-box {
        width: 100%
    }
}

.img-box {
    text-align: center;
    padding: 20px 0
}

.img-box img {
    width: 60%
}

.teacher-photo {
    display: inline-block;
    background-color: #e2e2e2;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    background-size: cover
}

.teacher-photo p {
    color: #333;
    font-size: 1.2em
}

.teacher-photo small {
    color: #888
}

.modal-body {
    margin: 10px 0 20px 0;
    word-break: break-all;
    text-align: justify;
    display: inline-block
}

@media (max-width: 1200px) {
    .modal-body {
        padding: 0
    }
}

@media (max-width: 768px) {
    .modal-body img {
        width: 100% !important;
        margin: 10px 0 10px 0 !important
    }
}

.modal-body h4 {
    color: #e26624;
    font-size: 1.2em;
    padding: 1em 0 0.2em 0
}

.modal-body p,
.modal-body li {
    color: #333;
    padding: 5px 0
}

.modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1100px) {
    .modal-footer {
        display: block
    }
}

.modal-default-button {
    float: right
}

.modal-enter {
    opacity: 0
}

.modal-leave-active {
    opacity: 0
}

.tool-btn {
    position: fixed;
    right: 50%;
    margin-right: -560px;
    top: 103px;
    width: 45px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 1200px) {
    .tool-btn {
        right: 20px;
        margin-right: 0px;
        top: 84px
    }
}

.tool-btn a:not([href]):not([tabindex]) {
    color: #fff
}

.tool-btn a {
    background-color: #e26624;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    width: 55px;
    height: 55px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    font-size: 0.8em;
    cursor: pointer
}

.tool-btn a:hover {
    background-color: #ff8624
}

.tool-btn a img {
    width: 25px;
    height: 25px
}

#gotop {
    position: fixed;
    right: -50px;
    bottom: 75px;
    padding: 25px;
    cursor: pointer;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-color: #00549f;
    border-radius: 50%;
    z-index: 10;
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 768px) {
    #gotop {
        bottom: 45px
    }
}

.showGoTop #gotop {
    right: 40px
}

@media (max-width: 768px) {
    .showGoTop #gotop {
        right: 20px
    }
}

.search-rule {
    margin: -20px 0 20px 0;
    font-size: 1.1em;
    padding: 3em 10em 0 10em
}

@media (max-width: 1400px) {
    .search-rule {
        padding: 3em 5em 0em 5em
    }
}

@media (max-width: 1440px) {
    .search-rule {
        padding: 2em 2em 0em 2em
    }
}

@media (max-width: 1366px) {
    .search-rule {
        padding: 1.3em 2em 0em 2em
    }
}

@media (max-width: 768px) {
    .search-rule {
        padding: 2em 5px 0px 5px
    }
}

@media (max-width: 768px) {
    .search-rule {
        font-size: 0.8em;
        margin-top: -10px;
        margin-bottom: 0px
    }
}

.search-rule * {
    display: inline-block;
    margin-right: 5px;
    padding: 5px
}

@media (max-width: 768px) {
    .search-rule * {
        padding: 3px
    }
}

.search-rule p {
    display: inline-block
}

.search-rule .rule-county,
.search-rule .rule-area {
    background: #0077b4;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 8px
}

.search-rule .rule-area {
    background: #00c5e0
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #fff url(../img/bg-img2.jpg) center center repeat
}

@media (max-width: 768px) {
    #preloader {
        background: #fff url(../img/bg-img2.jpg) center center repeat;
        background-size: 400px 400px
    }
}

#preloader:before {
    width: 100%;
    height: 100%;
    background: url(../img/loading.gif) center center no-repeat;
    background-size: 360px 70px
}

@media (max-width: 768px) {
    #preloader:before {
        background: url(../img/loading.gif) center center no-repeat;
        background-size: 300px 60px
    }
}

.loading {
    text-align: center;
    position: absolute;
    color: #fff;
    z-index: 9;
    background: #90affd;
    padding: 8px 18px;
    border-radius: 5px;
    left: calc(50% - 45px);
    top: calc(50% - 18px)
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 1
}

.paginate-links {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

.paginate-links a {
    color: #333;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 100%
}

.paginate-links a:hover {
    color: #e26624 !important
}

.paginate-links li {
    display: inline-block;
    margin: 10px 4px
}

.paginate-links li.active a {
    background: #e26624;
    color: #fff
}

.paginate-links li.active a:hover {
    color: #fff !important
}

.paginate-links li.disabled a {
    color: #ccc;
    background: rgba(255, 255, 255, 0.5);
    cursor: no-drop
}

.paginate-links li.disabled a:hover {
    color: #ccc
}

ul.multiselect-container {
    max-height: 300px !important;
    margin-top: 49px !important;
    overflow-y: auto !important;
    will-change: top, left !important;
    top: auto !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important
}

@media (max-width: 768px) {
    ul.multiselect-container {
        padding-left: 10px
    }
}

/*# sourceMappingURL=style.min.css.map */
