html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

main {
    display: block;
}

body {
    font:62.5%/1 Microsoft JhengHei, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.font-size-s {
    font-size: 56.3%;
}

body.font-size-l {
    font-size: 68.8%;
}

a {
    color: #D53500;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #bf2626;

}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 3px dotted #eb0000 !important;
}

a,
button,
textarea,
select,
input,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select,
option {
    color: #000 !important
}

::selection {
    color: #000 !important
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px dashed #FF0004
}


img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.zoomBox .zoom-pic {
    background-image: url(/images/home/no-pic.jpg)
}

.bb-font {
    font-family: "敺株����", "Microsoft YaHei";
    font-weight: bold;
}

.noscript {
    font-size: 1.5em;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    display: block;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    background-color: #f1f1f1
}

.noscript .container {
    max-width: 1200px;
    width: 100%;
    margin: 15px auto;
}

/** Layout **/
#wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.hide-panel {
    display: none;
}

.ellipsis-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fill {
    position: absolute;
    height: 100%;
    width: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2,
.ellipsis-3,
.ellipsis-4,
.ellipsis-5,
.ellipsis-6,
.ellipsis-7 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
}

.ellipsis-2 {
    -webkit-line-clamp: 2 !important;
}

.ellipsis-3 {
    -webkit-line-clamp: 3 !important;
}

.ellipsis-4 {
    -webkit-line-clamp: 4 !important;
}

.ellipsis-5 {
    -webkit-line-clamp: 5 !important;
}

.ellipsis-6 {
    -webkit-line-clamp: 6 !important;
}

.ellipsis-7 {
    -webkit-line-clamp: 7 !important;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

.sr-only-focusable {
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(0, 0, 0);
    font-size: 0px;
    opacity: 0;
    z-index: 9999;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    width: auto;
    height: auto;
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    padding: 5px 10px;
    margin: 0px;
    opacity: 1;
    clip: inherit;
    overflow: visible;
    background: rgba(0, 0, 0, 0.7);
}

.acKey,
.acKey a {
    color: transparent;
    font-size: 0.8rem;
}

.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
    color: #507890;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row2 {
    margin-right: 10px;
    margin-left: 10px;
}

.remark {
    color: #C30;
    padding-top: 5px;
    margin-bottom: -5px;
    padding-left: 10px;
    box-sizing: border-box
}

.bbfont {
    font-family: 敺株蔓���;
    font-weight: bold;
}

.left-part {
    float: left;
}

.right-part {
    float: right;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width:990px) {
    .pc-mode {
        display: none !important;
    }

    .container {
        width: 92%;
    }
}

@media screen and (min-width:991px) {
    .sp-mode {
        display: none !important;
    }

    .container {
        width: 95%;
        max-width: 1280px
    }
}


.fff {
    color: #fff;
}

.font-black {
    color: #000;
}

.font-blue {
    color: #00c0d6;
}

.font-green {
    color: #59b300;
}

.font-yellow {
    color: #f39800;
}

.font-orange {
    color: #eb6100;
}

.font-red {
    color: #D82B12;
}

.font-gray {
    color: #999
}

/** Loading **/
.loadingCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1000;
}

.loadbar-box {
    position: relative;
    top: 45%;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 5px;
    border: 1px solid rgba(83, 166, 83, .8);
    margin-top: 70px;
}

.loadingBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: rgba(83, 166, 83, .6);
    z-index: 10000;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.ball-clip-rotate-multiple {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 45%;
    left: 50%;
    border: 4px solid rgba(83, 166, 83, .3);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 88px;
    width: 88px;
    margin: -44px 0 0 -44px;
    box-sizing: border-box;
    -webkit-animation: rotate 1.6s 0s ease-in-out infinite;
    animation: rotate 1.6s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: 45%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    border-color: rgba(83, 166, 83, .8) transparent rgba(83, 166, 83, .6) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.loadingCover img {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-animation: opty .8s alternate infinite;
    animation: opty .8s infinite alternate;
}

@keyframes opty {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -sand-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -sand-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}

@-webkit-keyframes opty {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -sand-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -sand-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}

/** header **/
#header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 100;
}

#header>h1 {
    position: fixed;
    width: 1px;
    height: 1px;
    color: #000;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#header .hdContainer {
    width: 100%;
    /*max-width:990px;*/
    margin: 0 auto;
    padding: 0;
    position: relative
}

@media screen and (max-width:990px) {
    #header .hdContainer {
        width: 100%;
    }
}

@media screen and (min-width:991px) {
    #header .hdContainer {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        max-width: 1280px;
        padding-top: 10px;
        padding-bottom: 7px
    }

    .smp_links {
        position: absolute;
        left: 50px;
        top: 0;
        box-sizing: border-box;
        padding: 10px 15px;
        padding-right: 15px;
        background: #eeeeee;
        border-radius: 0 0 30px 30px;
    }

    .smp_links a.ico {
        color: #333;
        font-size: 1.4em;
        display: inline-block;
        margin: 0 5px;
        padding-left: 1.3em;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 1.1em;
        line-height: 1.1;
    }

    .smp_links .acKey {
        position: absolute;
        left: -20px;
        top: 8px
    }

    .smp_links a.ico:hover,
    .smp_links a.ico:focus {
        color: #b35300;
        text-shadow: 0 0 2px #fff;
        font-weight: bold;
    }

    .smp_links a.sitemap_ico {
        background-image: url(/images/sitemap_icon-b.svg)
    }

    .smp_links a.contact_ico {
        background-image: url(/images/mail_icon-b.svg)
    }

    .smp_links .t_size {
        margin-left: 4px;
        line-height: 20px;
        font-style: normal !important;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        margin-top: -5px;
        color: #333;
    }

    .smp_links .t_size.ts-on {
        color: #EFFF7F;
        font-weight: bold;
        background: #000;
        font-family: "敺株����", "Microsoft YaHei";
    }

    .smp_links .t_size:hover,
    .smp_links .t_size:focus {
        background: #4e74b7;
        color: #fff;
        font-family: "敺株����", "Microsoft YaHei";
        font-weight: bold;
    }
}


#navMenu .container {
    max-width: none;
}


/*@media screen and (min-width:1200px) {
	#header .hdContainer{max-width:1200px;}
}*/

/* ----- topHead ----- */
#topHead {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#topHead .logo {
    position: relative;
    float: left;
    margin: 14px 0;
}

#topHead .logo .acKey {
    position: absolute;
    right: 0;
    top: 0;
}


#topHead .logo a.logoimg {
    float: left;
    display: block;
    width: 327px;
    height: 56px;
    font-size: 0;
    background: url(/images/header-logo.svg) no-repeat 0 50%;
    background-size: contain;
    margin-left: 8px;

}

#topHead .logo a.logoimg:hover,
#topHead .logo a.logoimg:focus {
    opacity: 0.7;
}

#topHead .h_nav dt a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-sizing: border-box
}

#topHead #open_addon {
    border: 1px solid #eee;
    background-image: url(/images/header-3dot-ico.svg);
}

#topHead #open_addon:hover,
#topHead #open_addon:focus {
    background-color: #ccc
}


#topHead #close_addon {
    border: 1px solid #000;
    background-image: url(/images/close-Panell-hover.png);
    background-size: 70%;
    background-color: #000
}

#topHead #close_addon:hover,
#topHead #close_addon:focus {
    border: 1px solid #666;
    background-color: #666
}




@media screen and (max-width: 420px) {
    #topHead .logo a.logoimg {
        width: 119px;
        height: 35px;
    }
}

@media screen and (min-width: 991px) {

    #topHead {
        min-height: 100px;
    }

    #topHead .logo {
        margin-top: 23px
    }

    #topHead .logo a.logoimg {
        width: 300px;
        height: 56px;
    }

    #topHead .addon>ul {
        position: absolute;
        top: 50px;
        background: #000;
        border-radius: 15px;
        padding: 10px 0;
        width: 150px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        display: none
    }

    #topHead .addon>ul:before {
        content: "";
        display: block;
        width: 16px;
        height: 14px;
        background: url(/images/pop-top-v.svg) center bottom no-repeat;
        background-size: contain;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -99%)
    }

    #topHead .addon>ul>li {
        display: inline-block;
        margin: 5px 0px;
        width: 150px;
        box-sizing: border-box;
        text-align: center;
    }

    #topHead .addon>ul>li a span {
        width: 80px;
        text-align: center;
        display: inline-block;
    }

    #topHead .h_nav {
        margin-top: 47px;
        margin-left: 10px;
        position: relative;
        z-index: 1000;
        display: none
    }

    #topHead .h_nav dt #close_addon {
        display: none
    }

    #topHead .h_nav dt #open_addon {
        display: block
    }

    #topHead .h_nav dt.on #close_addon {
        display: block
    }

    #topHead .h_nav dt.on #open_addon {
        display: none
    }
}

@media screen and (min-width: 1050px) {

    #topHead .logo a.logoimg {
        width: 330px;
    }

}

@media screen and (max-width: 990px) {



    #topHead {
        min-height: 55px;
    }

    #topHead .logo {
        margin: 0px 0;
    }

    #topHead .logo a.logoimg {
        width: 200px;
        height: 55px;
    }
}

/* ----- addon ----- */
.addon {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.addon>ul {
    float: right;
    list-style: none;
}

.addon>ul>li {
    float: left;
    font-size: 1.5em;
    text-align: left;
    margin-left: 5px;
}

.addon>ul>li a.bb {
    color: #fff;
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #555;
    padding-left: 10px;
    box-sizing: border-box;
}

.addon>ul>li a.bb:hover,
.addon>ul>li a.bb:focus {
    background-color: #507890;
    color: #fff;
}

.addon>ul>li a.bb span {

    line-height: 30px;
}

.addon>ul>li a.bb.nn span {
    padding: 0;
}

.addon>ul>li a.bb.nn:hover span,
.addon>ul>li a.bb.nn:focus span {
    font-size: 100%;
}

.addon>ul>li a.bb.lang {
    text-align: center;
    font-family: Arial;
    line-height: 30px;
    padding-right: 0;
    font-size: 70%;
    width: 30px;
    background-color: #507890;
}

.addon>ul>li a.bb.lang:focus,
.addon>ul>li a.bb.lang:hover {
    background-color: #000;
}



.addon>ul>li a.bb.lang:before {
    display: none;
}

.addon>ul>li a.bb:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}



.addon>ul>li a.ico-sitemap:before {
    background-image: url(/images/sitemap_icon-w.svg);
}


.addon>ul>li a.ico-mail:before {
    background-image: url(/images/mail_icon-w.svg);
}



.addon>ul>li a.acKey {
    color: transparent;
    margin: 0;
}

.addon>ul>li a:hover,
.addon>ul>li a:focus {
    color: #ff8000;
}

.addon .textsize a {
    display: inline-block;
    border: 1px solid #7790ad;
    margin: 0 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
}

.addon .textsize a i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;

}

.addon .textsize a:hover,
.addon .textsize a:focus,
.addon .textsize a:active {
    background: #1A89CB;

}

.addon .textsize a.ts-on i {
    background-color: #8EAB2A;
    color: #fff !important;
}


.addon .textsize a.ts-on {
    background: #869db5;
    color: #fff !important
}


@media screen and (min-width: 991px) {
    .addon {
        width: 24px;

    }
}


/* addon �𧢲���*/

#addon-sp {
    float: left;
    width: 100%;
}

#addon-sp>ul {
    float: left;
    width: 100%;
    list-style: none;
}

#addon-sp>ul>li {
    float: left;
    width: 33.33%;
}

#addon-sp>ul>li span {
    display: none;
}

@media screen and (max-width: 990px) {
    #addon-sp>ul>li span {
        display: inline-block;
    }
}

#addon-sp>ul>li a {
    float: left;
    width: 100%;
    /*height:100%;*/
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    background: #004D19;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#addon-sp>ul>li a:hover,
#addon-sp>ul>li a:focus {
    background: #000;
}

@media screen and (max-width: 420px) {

    #addon-sp>ul>li.ico-fb,
    #addon-sp>ul>li.ico-youtube {
        width: 50%;
        border-top: 1px solid #f7c097;
    }
}

@media screen and (max-width: 320px) {
    #addon-sp>ul>li a {
        font-size: 1.3em;
    }
}

/* ----- target-menu ----- */
#target-menu-sp {
    float: left;
    width: 100%;
    background: #FFF;
}

@media screen and (min-width: 991px) {
    #target-menu {
        display: inherit;
        float: left;
        width: 100%;
        position: relative;
        z-index: 3;
    }
}

/* ----- searchBtn ----- */
.searchBtn .lookBtn {
    position: absolute;
    top: 7px;
    right: 53px;
}

.searchBtn .lookBtn {
    float: left;
    /*overflow: hidden;*/
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.searchBtn .lookBtn {
    background: #bd5800 url(/images/header-search-w.svg) no-repeat 50% 50%;
    background-size: 50%;
}

.searchBtn .lookBtn:hover,
.searchBtn .lookBtn:focus {
    background-color: #844200
}

.searchBtn .lookBtn.open {
    background: #b35909 url(/images/header-search-X-w.svg) no-repeat 50% 50%;
    background-size: 50%
}

.searchBtn .lookBtn.open:hover,
.searchBtn .lookBtn.open:focus {
    background-color: #844200 !important
}


@media screen and (min-width: 991px) {
    .searchBtn .lookBtn {
        top: 8px;
        right: 0;
    }

    .searchBtn .lookBtn a,
    .searchBtn .lookBtn {
        text-indent: -9999em;
    }

    .searchBtn .lookBtn a,
    .searchBtn .lookBtn {
        float: left;
        display: block;
        width: 55px;
        height: 55px;
        text-indent: -9999em;
        text-align: center;
        border-radius: 50%;
        position: relative
    }

    .searchBtn .lookBtn a:after,
    .searchBtn .lookBtn:after {
        content: "";
        display: block;
        width: 12.5px;
        height: 12.5px;
        background: url(/images/header-search-green.svg) center no-repeat;
        background-size: contain;
        position: absolute;
        right: -1px;
        top: -1px;
    }

    .searchBtn .lookBtn a.open,
    .searchBtn:hover .lookBtn a.open,
    .searchBtn .lookBtn a.open:hover,
    .searchBtn .lookBtn a.open:focus {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/images/header-search-w.svg);
        background-color: #DB751C;
        background-size: 50%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .searchBtn .lookBtn a.open:hover,
    .searchBtn .lookBtn a.open:focus,
    .searchBtn .lookBtn:hover,
    .searchBtn .lookBtn:focus {
        background-color: #AA4400
    }

    .searchBtn .lookBtn a.close,
    .searchBtn:hover .lookBtn a.close,
    .searchBtn .lookBtn a.close:hover,
    .searchBtn .lookBtn a.close:focus {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/images/header-search-X-w.svg);
        background-color: #8DC21F;
        background-size: 40%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .searchBtn .lookBtn.open:hover,
    .searchBtn .lookBtn.open:focus,
    .searchBtn .lookBtn a.close:hover,
    .searchBtn .lookBtn a.close:focus {
        background-color: #5D965A
    }


}






/* ----- searchZone ----- */
.searchZone {
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.searchZone .search {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.searchZone .box {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: none;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.searchZone .search-txt {
    width: 100%;
    color: #FFF;
    font-family: "敺株�甇��擃�", Microsoft JhengHei, Helvetica, sans-serif;
    font-size: 2.3em;
    height: 55px;
    padding: 0 55px 0 10px;
    border: none;
    border-bottom: 2px solid #FFF;
    box-sizing: border-box;
    background: none;
}

/*.searchZone .search-txt:focus,
.searchZone .search-txt:hover{
	background-color:rgba(255,255,255,0.15);
}*/
.searchZone .search-txt[placeholder] {
    color: #fff;
}

.searchZone .search-txt::-webkit-input-placeholder {
    color: #fff;
}

.searchZone .search-txt:-moz-placeholder {
    color: #fff;
}

.searchZone .search-txt::-moz-placeholder {
    color: #fff;
}

.searchZone .search-txt:-ms-input-placeholder {
    color: #fff;
}

.searchZone .search-btn {
    position: absolute;
    top: 14px;
    right: 10px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) url(/images/header-search-w.svg) no-repeat 50% 50%;
    background-size: 50%;
    margin: 0;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

.searchZone .search-btn:hover,
.searchZone .search-btn:focus {
    background-color: rgba(0, 0, 0, 0.7);
}

/* ----- keyWd ----- */
.searchZone .keyWd {
    width: 100%;
    color: #fff100;
    font-size: 15px;
    line-height: 125%;
    text-align: left;
    padding: 0 0 20px 5px;
    box-sizing: border-box;
}

.searchZone .keyWd a {
    color: #FFF;
    text-decoration: none;
    margin: 0 10px 0 0;
}

.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
    color: #fff100;
    text-decoration: underline
}

.searchZone .keyWd a.advanced {
    float: right;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 15px;
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 8px;
    border-radius: 10px
}

.searchZone .keyWd a.advanced:hover,
.searchZone .keyWd a.advanced:focus {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 480px) {
    .searchZone .search {
        padding: 10px 15px 20px 15px;
    }

    .searchZone .box {
        width: 100%;
    }

    .searchZone .search-txt {
        font-size: 1.8em;
        height: 45px;
        padding: 0 45px 0 10px;
    }

    .searchZone .search-btn {
        width: 35px;
        height: 35px;
        background-size: 80%;
    }

    .searchZone .keyWd a {
        width: 100%;
        margin-right: 0;
    }

    .searchZone .keyWd a.advanced {
        margin-top: 10px;
        background: #fff;
        color: #000;
    }

    .searchZone .keyWd a.advanced:hover,
    .searchZone .keyWd a.advanced:focus {
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 420px) {
    .searchBtn .lookBtn {
        right: 55px;
    }
}

@media screen and (min-width: 991px) {
    .searchZone {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px)
    }
}

#footer .opt_5 {
    opacity: 0.5;
    display: inline-block;
    padding: 0 10px;
    margin: 0
}

/** main **/
#main {
    width: 100%;
    margin: 0 auto;
}


/** footer **/
#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #47810C;
    padding-top: 80px
}



#footer .trigger {
    width: 100%;
}

#footer .trigger .ftop_control {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #47810C;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -40%)
}

#footer .trigger .ftop_control:before {
    content: "";
    display: block;
    width: 70px;
    height: 25px;
    background: url(/images/footer-btn-greem.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -90%)
}

#footer .trigger strong {
    display: block;
    font-size: 4.4em;
    color: #adc0cb;
    line-height: 0.8;
    border-bottom: 1px solid #adc0cb;
}

#footer .trigger .fatnav_btn {
    transform: rotate(0deg);
    transition: all 0.5s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(/images/footer-X.svg) center no-repeat;
    background-size: 30%
}

#footer .trigger .fatnav_btn:hover,
#footer .trigger .fatnav_btn:focus {
    background: #db751c url(/images/header-search-X-w.svg) center no-repeat;
    background-size: 35%;
}

#footer .trigger .fatnav_btn.open {
    transform: rotate(45deg)
}

#footer .trigger .fatnav_btn .open {
    display: none
}

#footer .trigger .fatnav_btn .close {
    display: block
}

#footer .trigger .fatnav_btn.open .open {
    display: block
}

#footer .trigger .fatnav_btn.open .close {
    display: none
}

/* ----- fatfooter ----- */
.fatfooter {
    width: 100%;
    margin: 0 auto;
}

.fatfooter .fat-nav {
    width: 100%;
    padding: 0;
    margin: 0px auto 40px 0;
    overflow: hidden;
    line-height: 1.5
}

.fatfooter .fat-nav>ul {
    float: left;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between
}

.fatfooter .fat-nav>ul>li {
    float: left;
    width: calc(100% / 7);
    padding: 0 10px;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3)
}

.fatfooter .fat-nav>ul>li:last-child {
    border-right: 1px dashed rgba(255, 255, 255, 0.3)
}




.fatfooter .fat-nav>ul>li>a {
    color: #fffcc2;
    font-size: 2.2em;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

.fatfooter .fat-nav>ul>li>a:hover,
.fatfooter .fat-nav>ul>li>a:focus {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}




.fatfooter .fat-nav>ul>li>ul>a:hover,
.fatfooter .fat-nav>ul>li>ul>a:focus {
    color: #fff;
    font-weight: bold;
}

.fatfooter .fat-nav>ul>li>ul {
    list-style: none;
}

/*.fatfooter .fat-nav > ul > li > ul > li {	
	margin-top:10px;
}*/
.fatfooter .fat-nav>ul>li>ul>li>a {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    box-sizing: border-box;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.fatfooter .fat-nav>ul>li a:hover,
.fatfooter .fat-nav>ul>li a:focus {
    font-family: 敺株����, "Microsoft YaHei";
}

.fatfooter .fat-nav>ul>li>ul>li>a:hover,
.fatfooter .fat-nav>ul>li>ul>li>a:focus {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


@media screen and (max-width:1350px) {
    .fatfooter .fat-nav>ul>li>ul>li>a {
        font-size: 1.5em;
    }
}

@media screen and (max-width:1100px) {
    .fatfooter .fat-nav>ul>li {
        padding-left: 10px;
    }
}


/* ----- copyright ----- */
.copyright {
    width: 100%;
    color: #fff;
    padding: 45px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.copyright.set2 {
    padding: 25px 15px;
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
}

.copyright.set2 a {
    display: inline-block;
}

.copyright .box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright .box .f_logo {
    width: 33.8%;
}

.copyright .box .f_logo a {
    display: block;
    transition: all 0.2s
}

.copyright .box .f_logo a:hover,
.copyright .box .f_logo a:focus {
    opacity: 0.8;
    margin-top: -2px
}

.copyright .box .f_logo img {
    width: 100%;
    height: auto
}

.copyright .box .aa_gov {
    width: 188px;
    display: flex;
    justify-content: space-between
}

.copyright .box .address_txt {
    width: calc(100% - 33.8% - 188px - 20px);
    line-height: 1.5;
    margin-left: 20px;
    padding-left: 14px;
    box-sizing: border-box;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

.copyright .box .address_txt .tit {
    display: block;
    margin-bottom: 6px;
    font-size: 1.6em;
}

.copyright .box .address_txt .tit em {
    font-style: normal;
}

.copyright .box .address_txt .location_li {
    display: block;
    list-style: none;
    font-size: 1.4em;
}

.copyright .box .address_txt .location_li li {
    display: block;
    margin-bottom: 5px;
}

.copyright .box .address_txt .location_li li * {
    display: inline-block;
}

.copyright .box .address_txt .location_li li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.14em;
    height: 1.14em;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5.4px;
}

.copyright .box .address_txt .location_li li a {
    color: #fff;
    margin-right: 8px;
}

.copyright .box .address_txt .location_li li a:hover,
.copyright .box .address_txt .location_li li a:focus {
    color: #FFED00;
    text-decoration: underline
}

.copyright .box .address_txt .location_li li a.map_link:before {
    background-image: url(/images/ico-map.svg)
}

.copyright .box .address_txt .location_li li a.phone_link:before {
    background-image: url(/images/ico-TELL.svg)
}

.copyright .box .address_txt .location_li strong {
    padding-right: 5px;
    position: relative;
}

.copyright .box .address_txt .location_li strong:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1em;
    height: 1em;
    background: url(/images/next.png) right center no-repeat;
    background-size: contain;
    opacity: 0.3;
    margin-left: 5px
}

#footer .last>div.container {
    margin: 0 auto;
    padding: 0 10px
}

.copyright .box .aa_gov a {
    transition: all 0.2s;
    display: inline-block
}

.copyright .box .aa_gov a:hover,
.copyright .box .aa_gov a:focus {
    opacity: 0.8;
    margin-top: -2px;
}

@media screen and (max-width:1050px) {
    .copyright .box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .copyright .box .aa_gov {
        width: 125px;
        text-align: right;
        display: block;
        text-align: center;
    }

    .copyright .box .aa_gov a {
        display: inline-block
    }

    .copyright .box .aa_gov .ac_link {
        margin-bottom: 15px;
        text-align: center
    }

    .copyright .box .address_txt {
        width: calc(100% - 33.8% - 20px -125px);
    }
}

@media screen and (max-width:990px) {
    .copyright .box .aa_gov {
        width: 100%;
        margin-top: 15px
    }

    .copyright .box .aa_gov .ac_link {
        margin-bottom: 0px;
        margin-right: 15px
    }

    .copyright .box .address_txt {
        width: calc(100% - 33.8% - 20px);
    }

    .copyright .box .address_txt {
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .copyright .box .f_logo {
        width: 100%;
    }

    .copyright .box .f_logo img {
        width: 330px;
        height: auto !important;
        max-width: 80%;
    }
}


#footer .last {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 27px 0;
    line-height: 1.7;
    box-sizing: border-box
}

#footer .last a {
    color: #fff;
}

#footer .last a:hover,
#footer .last a:focus {
    text-decoration: underline;
    color: #fffcc2
}



#footer .last .right_info {
    float: right;
}

#footer .last .rwd_icon {
    float: left;
}

#footer .last .rwd_icon .item:last-child {
    display: none
}

#footer .last .rwd_icon:hover .item:last-child {
    display: block
}

#footer .last .rwd_icon:hover .item:first-child {
    display: none
}

#footer .last>div {
    margin: 5px
}

@media screen and (max-width:1280px) {
    #footer .last {
        text-align: center
    }

    #footer .last>div {
        float: none;
        width: 100%
    }

}

/*share+gotop*/
#qMenu {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    margin-top: -105px;
    z-index: 1111;
    cursor: pointer;
}

#qMenu ul {
    display: block;
    width: 50px;
}

#qMenu ul li,
#qMenu ul li a {
    list-style: none;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 6px;
    padding: 0;
}

@media screen and (max-width: 1400px) {
    #qMenu ul {
        display: block;
        width: 335px;
        height: 50px;
    }

    #qMenu ul li,
    #qMenu ul li a {
        display: block;
        margin-bottom: 0
    }

    #qMenu ul li {
        width: 50px;
        margin-left: 5px;
        float: left;
        display: block;
    }

    #footer {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 990px) {
    #footer {
        padding-top: 0;
    }

    #footer .last {
        font-size: 1.3em
    }



}



#qMenu ul li a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden
}

#qMenu ul li a.icon-print {
    background-image: url(/images/social/ico-print.svg);
    background-color: #128279;
}

#qMenu ul li a.icon-mail {
    background-image: url(/images/social/ico-mail.svg);
    background-color: #984200;
}

#qMenu ul li a.icon-fb {
    background-image: url(/images/social/ico-fb.svg);
    background-color: #3b5998;
}

#qMenu ul li a.icon-line {
    background-image: url(/images/social/ico-line.svg);
    background-color: #00b900;
}




/*#qMenu ul li a.icon-gg{
	background-image: url(/images/social/share-GG.png);
	background-color:#f93f2d;
}*/
#qMenu ul li a.icon-tt {
    background-image: url(/images/social/ico-X-tt.svg);
    background-color: #00aced;
}

#qMenu ul li a#goTop {
    background-image: url(/images/social/ico-top.svg);
    background-color: #C30D23;
}

#qMenu ul li a:hover,
#qMenu ul li a:focus {
    background-color: #000 !important;
}

#qMenu ul li a.icon-IG {
    background-image: url(/images/social/ico-IG.svg);
}

#qMenu ul li a.icon-IG:hover,
#qMenu ul li a.icon-IG:focus {
    background-image: url(/images/social/ico-IG-on.svg);
}


@media screen and (max-width: 600px) {
    #qMenu {
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: auto;
        width: 100%;
        height: 50px;
    }

    #qMenu ul {
        width: 100%;
    }

    #qMenu ul li {
        width: calc(100% / 6);
        margin-left: 0;
    }

    #qMenu ul li a {
        border-radius: 0;
        width: 100%;
        background-position: center;
    }

    #qMenu ul li a.icon-IG {
        background-image: url(/images/social/ico-IG-sp.svg);
        background-size: cover;
    }

    #qMenu ul li a.icon-IG:hover,
    #qMenu ul li a.icon-IG:focus {
        background-image: url(/images/social/ico-IG-sp-on.svg);
        background-size: cover;
    }

}


/*------------------------------ .pop_kms ------------------------------------*/

.pop_kms {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 40000;
}

/*銝剝��賢�*/
.pop_kms .pop_box {
    width: calc(100% - 40px);
    max-width: 700px;
    display: block;
    position: absolute;
    left: 50%;
    top: calc(50% - 22px);
    transform: translate(-50%, -50%);
    z-index: 40001;
    box-sizing: border-box;
    padding: 58px 38px 38px 38px;
    background: #fff;
    border-radius: 20px;
}

.pop_kms .ps_box {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.45em;
    line-height: 1.5
}

.pop_kms .center {
    text-align: center;
}

/*�㯄�敶抵𠧧璅䠷�*/
.pop_kms .pop_box dt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop_kms .pop_box dt h2 {
    display: flex;
    justify-content: center;
}

.pop_kms .pop_box dt h2 em {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    margin: 0 6px;
    color: #fff;
    font-size: 2.33em;
    line-height: 46px;
    text-align: center;
    font-style: normal;
}

.pop_kms .pop_box dt h2 em:nth-child(1) {
    background: #d0281f;
}

.pop_kms .pop_box dt h2 em:nth-child(2) {
    background: #bd5800;
}

.pop_kms .pop_box dt h2 em:nth-child(3) {
    background: #0078bd;
}

.pop_kms .pop_box dt h2 em:nth-child(4) {
    background: #588401;
}

.pop_kms .pop_box dt h2 em:nth-child(5) {
    background: #7e308d;
}


/*銝𧢲䲮X�𣈯�*/
.pop_kms #close_km_pop {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    z-index: 40002;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 150%);
    background: rgba(0, 0, 0, 0.4) url(/images/footer-X.svg) center no-repeat;
    background-size: 45%;
    border-radius: 50%;
    cursor: pointer;
}

.pop_kms #close_km_pop:hover,
.pop_kms #close_km_pop:focus {
    background-color: rgba(0, 0, 0, 0.8)
}


.pop_kms .stop_km_pop {
    line-height: 28px;
    font-size: 1.43em;
    color: #666;
    font-weight: bold;
    padding: 0 30px 0 17px;
    background: url(/images/XX_g.svg) right center no-repeat;
    border: 1px solid #666;
    background-size: contain;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
}

.stop_km_pop:hover,
.pop_kms .stop_km_pop:focus {
    background: #000 url(/images/XX_w.svg) right center no-repeat;
    color: #fff !important;

}

.pop_kms .km_tit {
    font-size: 2.3em;
    line-height: 1.5;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}


.pop_kms .km_txt {
    font-size: 1.75em;
    line-height: 1.6;
    overflow-y: auto;
    max-height: calc(100vh - 380px);
    margin-bottom: 10px
}

.pop_kms .km_txt p {
    margin-bottom: 1.5em
}

.pop_kms .km_txt p:last-child {
    margin-bottom: 0
}





/* ��䔿 */

#chanels {
    position: fixed;
    left: -3px;
    top: 120px;
    z-index: 7;
    background-color: #EEEA92;
    display: block;
    border-bottom-right-radius: 40px;
}

.chanels_bg {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100VW;
    height: 100VH;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 6;
    display: none;
}

@media screen and (max-width: 990px) {
    #chanels {
        top: 55px;
    }
}


/*�厰�*/
#chanels #ch_btn {
    width: 50px;
    height: 220px;
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
    display: block;
    border: 0;
    background-color: #647f06;
    padding: 0;
    font-family: "敺株�甇��擃�", arial;
    font-weight: bold;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;

}

#chanels #ch_btn .open {
    display: block
}

#chanels #ch_btn .close {
    display: none
}

#chanels.open #ch_btn .open {
    display: none
}

#chanels.open #ch_btn .close {
    display: block
}



#chanels #ch_btn:focus,
#chanels #ch_btn:hover {
    background-color: #6A7F0E;
    opacity: 1;
}

#chanels #ch_btn:focus {
    outline: 3px dotted #FFF45F !important
}

#chanels .open {
    display: block
}

#chanels .close {
    display: none
}

#chanels.open .open {
    display: none
}

#chanels.open .close {
    display: block
}

@media screen and (max-width: 1250px) {
    /*#chanels #ch_btn{
	opacity:0.5;}*/
}


/*�厰����*/
#chanels #ch_btn span {
    display: block;
    width: 50px;
    height: 96px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6em;
    line-height: 1;
    text-align: center;
    padding: 5px 12px;
    font-family: 敺株����, "Microsoft YaHei";
    font-weight: bold;
    padding-top: 10px;

}

/*�厰�銝𦠜䲮�𡝗�*/
#chanels #ch_btn:before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    background-image: url(/images/channel-ico.svg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: 40%;
}

/*�厰�銝𧢲䲮蝞剝�*/
#chanels #ch_btn:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/images/header-3dot-ico-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
}





#chanels .ch_box {
    width: 0;
    overflow: hidden;
    transition: all 0.4s;
    opacity: 0;
    position: relative;
    padding: 0;
    display: block;
    max-height: 540px;
}

/*�见�璅∪�*/
.chanels_bg.open {
    display: block
}

#chanels.open {
    width: auto;
    left: 0;
}

#chanels.open .ch_box {
    opacity: 1;
    padding: 30px;
    padding-bottom: 45px;
    box-sizing: border-box;
    width: 560px;
    max-width: calc(100vw - 65px);
    min-height: 340px
}

#chanels.open #ch_btn:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#chanels.open #ch_btn {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    #chanels.open .ch_box {
        max-height: none;
        min-height: 0;
    }

    #chanels {
        position: relative;
        left: 0;
        top: 0;
        border-radius: 0
    }

    .chanels_bg {
        position: absolute;
        height: 100%;
        /*display:none !important;*/
    }

    #chanels #ch_btn {
        width: 100%;
        height: 50px;
        position: relative;
        right: auto;
        left: 0;
        top: 0;
        opacity: 1;
        border-radius: 0
    }

    /*�厰�銝𦠜䲮�𡝗�*/
    #chanels #ch_btn:before {
        float: left;
        background-position: center
    }

    /*�厰�銝𧢲䲮蝞剝�*/
    #chanels #ch_btn:after {
        right: 10px;
        top: 50%;
        width: 34px;
        height: 34px;
        margin-top: -17px;
        border-radius: 50%;
        position: absolute;
        transition: all 0.5s
    }

    #chanels.open #ch_btn:after {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -sand-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    /*�厰����*/
    #chanels #ch_btn span {
        width: calc(100% - 100px);
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 1.6em;
        float: left
    }

    #chanels .ch_box {
        width: 100%;
        height: 0;
        max-width: 100%;
        border-radius: 0
    }

    #chanels.open .ch_box {
        height: auto;
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

}

details summary:hover,
details summary:focus {
    color: #00857a !important;
    cursor: pointer !important
}

@media screen and (max-width: 640px) {
    .pop_kms .pop_box {
        padding: 40px 20px 20px 20px;
    }

    .pop_kms .km_tit {
        font-size: 2em;
        margin-bottom: 13px;
    }

    .pop_kms .pop_box dt h2 em {
        margin: 0 2px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pop_kms .km_txt {
        margin-bottom: 0;
    }

    .pop_kms .km_txt {
        max-height: calc(100vh - 380px);
    }

    .pop_kms .stop_km_pop {
        font-size: 1.3em;
        padding: 0 9px 0 9px;
        border-radius: 15px;
        background: none;
        margin: 1px;
    }

    .pop_kms #close_km_pop {
        transform: translate(-50%, 122%);
    }
}


/* ---------------------------------- #map_list ----------------------------------------------*/
#map_list {
    display: block;
    margin: 0 auto;
    height: 0;
    width: 600px;
    padding-bottom: calc(1.23 * 600px);
    position: relative;
    z-index: 2;
    background: url(/images/tw_map.svg) center no-repeat;
    list-style: none;
}

.map #map_list {
    margin-top: 100px
}

/*�啣�摰帋�璅�*/
#map_list .locs {
    display: block;
    position: absolute;
}

/*�啣��詨�雿滨蔭*/
#map_list .locs#m_Lianjiang {
    left: 7%;
    top: 3%;
}

/*憭硋雀~���蝮�*/
#map_list .locs#m_Taipei {
    left: 74.5%;
    top: 5.5%;
}

/*�啣�撣�*/
#map_list .locs#m_Keelung_s {
    left: 86%;
    top: 5.8%;
}

/*�粹�撣�*/
#map_list .locs#m_NewTaipei {
    left: 75%;
    top: 12%;
}

/*�啣�撣�*/
#map_list .locs#m_Taoyuan {
    left: 61%;
    top: 8.5%;
}

/*獢��撣�*/
#map_list .locs#m_Hsinchu_s {
    left: 53%;
    top: 14%;
}

/*�啁姘撣�*/
#map_list .locs#m_Hsinchu {
    left: 62%;
    top: 17.5%;
}

/*�啁姘蝮�*/
#map_list .locs#m_kinmen {
    left: 0%;
    top: 20.5%;
}

/*憭硋雀~�煾�*/
#map_list .locs#m_Yilan {
    left: 79%;
    top: 20.5%;
}

/*摰𡏭嵰蝮�*/
#map_list .locs#m_Miaoli {
    left: 52%;
    top: 23%;
}

/*�埈�*/
#map_list .locs#m_Hualien {
    left: 72%;
    top: 41%;
}

/*�梯𤧣*/
#map_list .locs#m_Taichung {
    left: 46%;
    top: 31%;
}

/*�唬葉*/
#map_list .locs#m_Changhua {
    left: 35%;
    top: 38.5%;
}

/*敶啣�*/
#map_list .locs#m_Nantou {
    left: 52%;
    top: 41%;
}

/*�埈�*/
#map_list .locs#m_Yunlin {
    left: 32%;
    top: 45.5%;
}

/*�脫�*/
#map_list .locs#m_Chiayi_s {
    left: 32%;
    top: 52%;
}

/*�厩儔撣�*/
#map_list .locs#m_Chiayi {
    left: 44%;
    top: 53%;
}

/*�厩儔蝮�*/
#map_list .locs#m_Penghu {
    left: 12%;
    top: 54%;
}

/*憭硋雀~瞉擧�*/
#map_list .locs#m_Tainan {
    left: 29%;
    top: 62%;
}

/*�啣�*/
#map_list .locs#m_Kaohsiung {
    left: 42%;
    top: 65%;
}

/*擃㗛�*/
#map_list .locs#m_Taitung {
    left: 59%;
    top: 67%;
}

/*�箸𨭬*/
#map_list .locs#m_green_island {
    left: 73%;
    top: 75%;
}

/*蝬惩雀*/
#map_list .locs#m_Pingtung {
    left: 39%;
    top: 81%;
}

/*撅𤩺𨭬*/
#map_list .locs#m_orchid_island {
    left: 76%;
    top: 90.5%;
}

/*�剖飲*/




#map_list .locs a {
    display: inline-block;
    opacity: 0
}

#map_list .locs a,
#map_list .locs em {
    /*opacity: 0;*/
    transition: all 0.2s;
}


#map_list .locs a:hover,
#map_list .locs a:focus {
    opacity: 1
}




/*�啣�摰帋�璅�--�詨�*/
#map_list .locs em {
    width: 96px;
    height: 96px;
    background: url(/images/tw_map_location.svg) center no-repeat;
    font-family: impact, "impact";
    font-size: 2.8em;
    padding: 24px 32.4px 48px 9px;
    box-sizing: border-box;
    line-height: 1;
    color: #000;
    font-style: normal;
    margin-bottom: 4.5px;
    text-align: center;
    display: block;
    position: absolute;
    transform: translateY(-150%);
    top: -5px;
    opacity: 0;
    visibility: hidden;

}

/* 閮剖�HOVER 敺峕䲮 �詨�em��� */
#map_list .locs a:hover+em,
#map_list .locs a:focus+em {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible
}


/*�啣�摰帋�璅�--�啣���*/
#map_list .locs span {
    display: inline-block;
    border-radius: 15px;
    background: #000 url(/images/tw_map_search-ico.svg) calc(100% - 4.5px) center no-repeat;
    background-size: 16px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    padding: 0 24px 0 9px;
    box-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.2);
    font-size: 1.45em;
    white-space: nowrap;
}

@media screen and (max-width: 620px) {
    #map_list {
        width: 100%;
        padding-bottom: 123%;
    }

}



/*--------------------------------page-num----------------------------------------------*/




.page-num {
    box-sizing: border-box;
    margin-top: 50px;
}



.page-num ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
}



.page-num li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 4px;
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.page-num li a,
.page-num li.cur {
    color: #000;
    font-size: 2em;
    height: 50px;
    width: 50px;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    background-color: #f0f0f0;
    display: block;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 50%
}

.page-num li.cur {
    position: relative;
}

.page-num li.cur:after {
    content: "";
    display: block;
    width: 12.6px;
    height: 12.6px;
    background: url(/images/header-search-green.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -3px;
    top: -3px
}


.page-num .clo a:focus,
.page-num .clo a:hover {
    background-color: #000;
    color: #fff;
}

.page-num .page-txt {
    display: block;
    text-align: center;
    color: #898989;
    font-size: 2em;
    margin-bottom: 25px;
    width: 100%
}

.page-num li.cur {
    background: #db751c;
    color: #fff;
    font-weight: bold;
}

.page-num .btn a {
    overflow: hidden;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #898989;
    background-size: contain;
    border: none !important;
    font-size: 0
}

.page-num .btn-first a,
.page-num .btn-last a {
    background-color: #898989
}

.page-num .btn-first a {
    background-image: url(/images/page-num-first.svg);
}

.page-num .btn-prev a {
    background-image: url(/images/page-num-prev.svg)
}

.page-num .btn-next a {
    background-image: url(/images/page-num-next.svg)
}

.page-num .btn-last a {
    background-image: url(/images/page-num-last.svg)
}

.page-num .btn a:hover,
.page-num .btn a:focus {
    background-color: #000 !important;
}

.page-txt {
    display: block;
    float: right;
    color: #666;
    font-size: 1.5em;
}

@media screen and (max-width: 990px) {

    .page-num .btn a,
    .page-num li a,
    .page-num li.cur {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .page-num li,
    .page-num li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .page-num .page-txt {
        font-size: 1.6em;
    }

    .page-num .cur {
        line-height: 40px;
    }

}

@media screen and (max-width: 768px) {

    .page-num .clo {
        display: none
    }

}

@media screen and (max-width: 420px) {

    .page-num {
        padding-bottom: 30px !important;
        background: #fff;
        text-align: center;
    }

    .page-num ul,
    .page-num .page-txt {
        float: none;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .page-num li {
        list-style: none;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .page-num .page-txt {
        border: none;
        font-size: 1.5em;
    }


}


/*PRINT*/
* {
    -webkit-print-color-adjust: exact;
}

@page {
    size: landscape;
    margin: 1cm;
}


@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    /*憿舐內�峕艶��*/


    body,
    html {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 62.5%;
        width: 100%;

    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    h1+p,
    h2+p,
    h3+p {
        page-break-before: avoid;
    }

    a {
        page-break-inside: avoid
    }

    blockquote,
    table,
    pre {
        page-break-inside: avoid;
    }

    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    img {
        max-width: 100% !important;
    }

    img,
    #gallery li,
    .LR .all_list a {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    #gallery li {
        width: calc(25% - 12px) !important;
        margin: 10px 5px !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important
    }

    .fatfooter,
    .botLink,
    #goTop,
    #header,
    #footer,
    div.LR aside.nm,
    .intop_tit,
    .RF_link,
    .ico_files,
    .file_list,
    #units,
    .ico_back,
    div.LR.first_list aside.sm {
        display: none !important;
    }

    .RP .details {
        width: 100% !important;
        padding: 2% !important;
        padding-top: 0 !important;
        box-sizing: border-box !important
    }

    .data_box {
        margin-top: 0;
    }

    #main.in_bg {
        background: none !important;
        padding: 0 !important;
    }

    div.LR article.RP {
        width: 100% !important;
        max-width: 100% !important;
    }

}