/* 內容不足時footer自動置底 */
/* 小字級 */
#main-content{
    min-height: calc(100vh - 367px);
}

/* Ipad Pro*/
@media screen and (max-width:1320px){
    #main-content{
        min-height: calc(100vh - 246px);
    }
}

/* Ipad */
@media screen and (max-width:845px){
    #main-content{
        min-height: calc(100vh - 252px);
    }
}

@media screen and (max-width:724px){
    #main-content{
        min-height: calc(100vh - 238px);
    }
}

.text-red{
    color: red !important;
}

.land-container{
    margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .land-container {
    max-width: 576px;
  }
}

@media screen and (min-width: 768px) {
  .land-container {
    max-width: 768px;
  }
}

@media screen and (min-width: 992px) {
  .land-container {
    max-width: 992px;
  }
}

/* @media screen and (min-width: 1200px) {
  .land-container {
    max-width: 1200px;
  }
} */

@media screen and (min-width: 1200px) {
  .land-container {
    max-width: 1200px;
  }
}

.search-row{
    justify-content: space-between;
    font-size: 22px;
    color: #282828;
}

.search-row.search-row-right{
    justify-content: flex-end;
}

.search-row .w140{
    width: 160px !important;
}

.search-row .form-control {
    height: calc(1.5em + 0.75rem + 6px);
}

@media screen and (max-width:1210px){
    .search-row{
        justify-content: normal;
    }

    .search-row .col-auto{
        width: 100%;
    }

    .search-row .form-group{
        width: 100%;
        display: contents;
    }

    .search-row label{
        width: 20%;
        margin-bottom: 0px;
        justify-content: left;
        padding-left: 15px;
    }

    .search-row .w140{
        width: 80% !important;
    }

    .search-row .input-group.date{
        width: 39%;
    }

    .c2{
        width: 2%;
        text-align: center;
    }

    .search-row .pb1rem{
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:843px){
    .search-row label{
        width:30%
    }

    .search-row .w140{
        width: 70% !important;
    }

    .search-row .input-group.date{
        width: 33%;
    }

    .c2{
        width: 4%;
    }
}

@media screen and (max-width:600px){
    .search-row label{
        width: 37%;
        padding-left: 5px;
    }

    .search-row .w140{
        width: 63% !important;
    }

    .search-row .input-group.date{
        width: 30%;
    }

    .c2{
        width: 3%;
    }
}

.p-title{
    border-bottom: 1px solid #707070;
    font-weight: 600;
    margin: 0px 15px;
    padding-bottom: 3px;
}

.p-title span{
    padding: 0px 10px;
    border-bottom: 8px solid #EE7F30;
}

.land-bg{
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
    min-height: calc(100vh - 367px);
}

/* Ipad Pro*/
@media screen and (max-width:1320px){
    .land-bg{
        min-height: calc(100vh - 246px);
    }
}

/* Ipad */
@media screen and (max-width:845px){
    .land-bg{
        min-height: calc(100vh - 252px);
    }
}

@media screen and (max-width:724px){
   .land-bg{
        min-height: calc(100vh - 238px);
    }
}

.main-btn{
    color: white;
    background-color: #EE7F30;
    border-radius: 5px;
    border: 3px solid #EE7F30;
    padding: 0px;
    padding-left: 15px;
    height: 42px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-right: 0px;
}

.main-btn:hover{
    border: 3px solid #EE7F30;
    background-color: white;
}

.mw80{
    min-width: 80px;
}

.mw170{
    min-width: 170px;
}

.plr10{
    padding-left: 10px;
    padding-right: 10px;
}

.pt30{
    padding-top: 30px;
}

.pt35{
    padding-top: 20px;
}

.pb30{
    padding-bottom: 30px;
}

.pb35{
    padding-bottom: 20px;
}

@media screen and (max-width:660px){
    .pb35{
        padding-bottom: 20px;
    }
}

.r-list-table table,
.class-table table{
    width: 100%;
}

.r-list-table thead th,
.class-table thead th{
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dadada;
    background-color: #EE7F30;
    color: white;
    border: 2px solid #DBDBDB;
    border-bottom: none;
}

.cw150{
    width: 150px;
}

.r-list-table thead th.w150{
    min-width: 150px;
}

.r-list-table thead th.w160{
    min-width: 160px;
}

.r-list-table thead th.w170{
    min-width: 200px;
}

.r-list-table tbody tr,
.class-table tbody tr{
    border-left: 2px solid #DBDBDB;
    background-color: white;
}

.r-list-table tbody,
.class-table tbody{
    border-bottom: 2px solid #DBDBDB;
    font-size: 24px;
}

.r-list-table tbody a{
    color: #313335;
}

.r-list-table tbody a:first-child{
    text-decoration: underline;
}

.r-list-table tbody a:hover,
.v-content .dl-content:hover,
.v-content-2 .dl-content:hover{
    color: #E26912;
}

.r-list-table tbody tr td,
.class-table tbody tr td{
    border-right: 2px solid #DBDBDB;
    padding: 3px;
}

.r-list-table tbody tr td .text-left{
    padding: 3px 0px 3px 15px;
}

@media screen and (max-width:1100px){
    .r-list-table tbody tr td .text-left{
        padding: 8px;
}
}

/* 調整頁籤裡表格框粗細 */
.t-table-border thead th{
    border: 1px solid #DBDBDB;
}

.t-table-border tbody tr{
    border-left: 1px solid #DBDBDB;
}

.t-table-border tbody{
    border-bottom: 1px solid #DBDBDB;
}

.t-table-border tbody tr td{
    border-right: 1px solid #DBDBDB;
}

.r-list-table  tbody tr:nth-child(even),
.class-table tbody tr:nth-child(even) {
    background-color: #F2F2F2;
}

.table-hover tbody tr:hover,
.class-table tbody tr:hover{
    background-color: #FCE8DA;
}

.r-list-table span,
.class-table span{
    display: block;
}


.r-list-table tbody td::before{
    flex: 1;
    padding: 6px;
    background-color: #f0f0f0;
    color: #343434;
    display: flex;
    align-items: center;
    background-color: #c75214;
    color: #fff;
    justify-content: center;
    white-space: pre-wrap;
}

.r-list-table td span{
    display: block;
    /* padding: 8px; */
    text-align: center;
}

.r-list-table tbody td::after{
    content: "​";
    display: block;
    height: 0;
    clear: both;
}

.r-list-table .align-middle{
    display: flex;
}

.r-list-table .align-middle a{
    padding-right: 10px;
}

.r-list-table .align-middle img{
    margin-right: 10px;
}

.r-list-table.classList thead th,
.r-list-table.newsList thead th,
.class-table.classList thead th{
    padding-top: 15px;
    padding-bottom: 15px;
}

.r-list-table.classList td span,
.r-list-table.newsList td span,
.class-table.classList td{
    padding-top: 15px;
    padding-bottom: 15px;
}

.class-table.classList td:last-child{
    padding-left: 15px;
}

@media screen and (max-width:1100px){

    .r-list-table .align-middle{
        display: block;
    }

    .r-list-table,
    .class-table{
        padding: 15px;
        padding-top: 0px;
    }

    .r-list-table thead{
        display: none;
    }

    .r-list-table tbody{
        display: block;
        width: 100%;
    }

    .r-list-table tbody tr{
        display: block;
        margin-top: 10px;
        border-top: 1px solid #AFAFB1;
        border-right: 1px solid #AFAFB1;
    }

    .r-list-table tbody tr:first-child{
        margin-top: 0px;
    }

    .r-list-table tbody tr td{
        display: flex;
        width: auto;
        border-bottom: 1px solid #AFAFB1;
        padding: 0px;
        border-right: 0px;
    }

    .r-list-table tbody tr td span{
        text-align: left;
        padding: 8px;
        display: flex;
        align-items: center;
    }

    .r-list-table tbody tr td .no-flex{
        text-align: left;
        padding: 8px;
        display: block;
    }

    .r-list-table tbody td::before{
        content: attr(data-title);
        flex: 1.3;
        padding: 8px;
        background-color: #f0f0f0;
        color: #343434;
        display: flex;
        align-items: center;
        background-color: #EE7F30;
        color: #fff;
    }

    .r-list-table tbody td span{
        flex: 2;
        display: block;
    }

    .r-list-table tbody{
        border-bottom: 0px;
    }

    .r-list-table tbody{
        font-size: 20px;
    }
}

@media screen and (max-width:576px){
    .r-list-table tbody td::before{
        font-size: 20px;
    }

    .r-list-table tbody{
        font-size: 16px;
    }
}




/* Pagination*/
.y-center{
    display: flex;
    justify-content: center;
}

.pagination{
    flex-wrap: wrap;
}

.page-link{
    color: #313335;
    font-weight: bold;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.page-item.active .page-link{
color:white;
background-color: #EE7F30;
border-color: transparent;
}

.page-link:hover{
color: #EE7F30;
}

.breadcrumbs p{
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.breadcrumbs i{
    padding-right: 10px;
}

.breadcrumbs a{
    color: #282828;
}

.breadcrumbs a.active{
    color: #E26912;
}

.breadcrumbs a:hover{
    color: #EE7F30;
    font-weight: 600;
}

.sidebar{
    font-size: 22px;
}

.sidebar .list-group{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.sidebar .list-group-item{
    background: linear-gradient(0deg, rgba(226,105,18,1) 50% ,rgba(238,127,48,1) 50%);
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
}

.sidebar .list-group-item.active{
    border-color: transparent;
    border-left: 5px solid #FFE800;
    border-bottom: 1px solid #DBDBDB;
}

.sidebar .list-group-item:hover{
    background: #FCE8DA;
    color: #E26912;
    font-weight: 600;
}

@media screen and (max-width:1100px){
    .sidebar{
        display: none;
    }

    .d-table.col-lg-9{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width:1100px){
    .m-side-nav{
        display: none;
    }
}

@media screen and (max-width:1100px){
    .m-side-nav{
        display: block;
        margin-bottom: 1rem;
    }

    .m-side-nav select{
        background: linear-gradient(0deg, rgba(226,105,18,1) 50% ,rgba(238,127,48,1) 50%);
        color: white;
        height: calc(1.5em + 0.75rem + 6px);
    }

    .m-side-nav::after{
        content: "\f107";
        font-family: FontAwesome;
        display: inline-block;
        color: white;
        position: absolute;
        right: 25px;
        top: 10px;
        pointer-events: none;
    }

    .m-side-nav select option{
        background-color: white;
        color: #495057;
    }
}

@media screen and (max-width:600px){
    .m-side-nav select{
        font-size: 20px;
    }
}

.f-download{
    justify-content: center;
}


.f-download img{
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width:1100px){
    .f-download{
        justify-content: initial;
    }

    .f-download img{
        padding-left: 0px;
        padding-right: 10px;
    }
}
.f-download img:hover{
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    transition: 300ms;
}

.print-sec,
.print-fb-box{
    position: relative;
}

.print-sec .print-btn,
.print-fb-sec{
    position: absolute;
    display:flex;
    right: 15px;
    bottom: 10px;
}

.print-sec-2{
    margin-right: 10px;
}

.p-btn{
    background-color: #EE7F30;
    color: white;
    border: none;
    padding: 0px 15px;
    border-radius: 5px;
    border: 3px solid #EE7F30;
    height: 42px;
    display: flex;
    align-items: center;
}

.p-btn:hover{
    background-color: white;
    border: 3px solid #EE7F30;
    color: #c75214;
}

.print-btn button::before{
    position: relative;
    top: 3px;
    padding-right: 7px;
    content: url(../images/print.png);
}

.print-sec button:hover::before,
.print-sec-2 button:hover::before{
    top: 3px;
    content: url(../images/print-h.png);
}

.print-btn button:focus{
    outline: 0px ;
}

.fb-sec a{
    background-color:#1877F2;
    color: white;
    border: none;
    padding: 0px 15px;
    border-radius: 5px;
    border: 3px solid #1877F2;
    height: 42px;
    display: flex;
    align-items: center;
}

.fb-sec a:hover{
    background-color: white;
    border: 3px solid #1877F2;
    color: #1877F2;
    text-decoration: none;
}

.fb-sec .fa-facebook{
    padding-right: 7px;
}

@media screen and (max-width:992px){
    .d-none-m{
        display: none;
    }
}

.white-bg{
    background-color: white;
    padding:35px;
    margin: 0px 15px;
    min-height: calc(100vh - 488px);
}

/* Ipad Pro*/
@media screen and (max-width:1320px){
    .white-bg{
        min-height: calc(100vh - 373px);
    }
}

/* Ipad */
@media screen and (max-width:845px){
    .white-bg{
        min-height: calc(100vh - 377px);
    }
}

@media screen and (max-width:724px){
    .white-bg{
        min-height: calc(100vh - 358px);
    }
}

.about-sec .nav-item{
    margin-right: 5px;
}

.about-sec .nav-tabs{
    border-bottom: 0px;
}

.about-sec .nav-tabs .nav-link{
    padding-left: 15px;
    padding-right: 15px;
    color: #E26912;
    border: 1px solid #AFAFB1;
    /* border-bottom: 0px; */
}

.l .about-sec .nav-tabs .nav-link{
    padding-left: 10px;
    padding-right: 10px;
    color: #E26912;
    border: 1px solid #AFAFB1;
    /* border-bottom: 0px; */
}

@media screen and (max-width:992px){

    .white-bg{
        padding: 30px;
    }

}

@media screen and (max-width:1290px){
    .about-sec .nav-item{
        width: 49.5%;
    }

    .about-sec .nav-tabs .nav-link{
        border-bottom: 0px;
    }

    .about-sec .nav-item:nth-of-type(even){
        margin-right: 0px;
    }

    .about-sec .nav-item:nth-child(3),
    .about-sec .nav-item:nth-child(4){
        margin-top: 5px;
    }
}

@media screen and (max-width:810px){
        .about-sec .nav-item{
        width: 100%;
        margin-right: 0px;
        margin-top: 5px;
    }
}

@media screen and (max-width:660px){
    .white-bg{
        padding: 20px 15px;
    }

    .fb-sec a{
    height: 36px;
    }
}

.about-sec .nav-tabs .nav-link.active{
    background-color: #EE7F30;
    color: white;
}

.about-sec .tab-content{
    padding: 20px;
    border: 1px solid #AFAFB1;
}

@media screen and (max-width:992px){
    .about-sec .tab-content{
        padding: 15px;
    }

    .about-sec .tab-content ol{
        padding-left: 20px;
    }
}

.about-table .table th{
    border: 1px solid #DBDBDB;
    background-color: #EE7F30;
    color: white;
}

.about-table .table-striped tbody tr:nth-of-type(odd){
    background-color: white;
}

.about-table .table-striped tbody tr:nth-of-type(even){
    background-color: #F2F2F2;
}

.about-table  .table-bordered td {
    border: 1px solid #DBDBDB ;
}

.about-t1 tr th:first-child{
    min-width: 90px;
}

.about-t1 tr th:nth-child(2),
.about-t1 tr th:nth-child(3){
    width: 50%;
}
.about-tl tr:first-child{
    font-weight: 800;
}

.about-t1 tr td:first-child{
    min-width: 130px;
}

@media screen and (max-width:576px){
    .about-t1 tr td:first-child{
        min-width: 80px;
    }
}

.about-table .table thead th {
    text-align: center;
}

.about-t2 tr td{
    vertical-align: middle !important;
}

.about-t2 .bgc{
    background-color: #F2F2F2;
}

.about-table td:nth-child(2) span,
.about-table td:nth-child(3) span{
    text-align: left;
}

@media screen and (max-width:1100px){
    .r-list-table.about-table tbody td::before{
        font-size: 18px;
    }

    .r-list-table.about-table{
        padding:0px;
    }
}

@media screen and (max-width:660px){
    .r-list-table.about-table tbody td::before,
    .r-list-table.about-table tbody{
        font-size: 16px;
    }
}

.r-link{
    margin: 0px auto;
    /* width: 1000px; */
}

.r-link a{
    text-decoration: none;
}

@media screen and (max-width:1200px){
    .r-link{
        width: auto;
        padding:20px;
    }
}

@media screen and (max-width:660px){
    .r-link{
        padding: 15px;
    }
}

.r-link .rl-row{
    border: 1px solid #AFAFB1;
    background-color: white;
    padding: 15px;
    margin: 0px;
    margin-bottom: 15px;
}

.rl-title{
    color: #E26912;
}

.rl-img{
    margin: auto;
}

.rl-link{
    color: #313335;
}

@media screen and (max-width:768px){
    .r-link .rl-row{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width:576px){
    .rl-img{
        padding: 0px;
        padding-bottom: 15px;
    }
}

.center-all{
    text-align: center;
    vertical-align: middle;
}

.mt15{
    margin-top: 15px;
}

.plr120{
    padding-left: 120px;
    padding-right: 120px;
}

@media screen and (max-width:1199px){
    .plr120{
        padding: 0 15px;
    }

    .t-name{
        text-align: center;
    }

}

.t-name{
    text-align: left;
}

.main-btn-2{
    color: white;
    background-color: #EE7F30;
    border-radius: 5px;
    border: 3px solid #EE7F30;
    padding: 5px 30px;
}

.main-btn-2:last-child{
    margin-left: 15px;
}

.main-btn-2:hover{
    border: 3px solid #EE7F30;
    background-color: white;
}

.contact-word{
    color: #E26912;
    text-decoration: underline;
}

.contact-word:hover{
    color: #E26912;
    cursor: pointer;
}

.f-box{
    border-bottom: 2px solid #DBDBDB;
}

.f-box:last-child{
    border-bottom: 0px;
}

.f-namebox{
    background-color: #EE7F30;
    color: white;
    padding: 10px 15px;
    border-right: 2px solid #DBDBDB;
    display: flex;
    align-items: center;
}

.f-infobox{
    background-color: white;

    padding: 15px;
}

@media screen and (max-width:1100px){
    .v-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*RWD Youtube iframe*/
.v-wrapper{
position:relative;
padding-bottom:56.25%;
/* padding-top:30px; */
height:0;
overflow:hidden;
}

.v-wrapper iframe,
.v-wrapper object,
.v-wrapper embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.v-box{
    background-color: white;
    padding: 15px;
}

.v-box-2{
    background-color: white;
    padding-top: 15px;
}

.v-title,
.v-title a,
.sidehead{
    color: #E26912;
    font-weight: 600;
}

.v-time{
    color:#6B6C6E;
    display: flex;
    justify-content: space-between;
}

.v-time-2{
    color: #6B6C6E;
}

.v-content{
    overflow-wrap: break-word;
}

.v-content-2{
    margin: 0;
    padding-top: 15px;
}

.v-content-2 a,
.wm-link .v-title a,
.wm-link .v-content a{
    text-decoration: underline;
}

.v-box:hover .v-title a,
.v-box:hover .v-content{
    text-decoration: underline;
}

.dl-content,
.dl-content a,
.dl-content:hover{
    color: #313335;
}

.dl-content .fa-download,
.dl-content .fa-link,
.price-content .fa-calculator,
.apply-sidehead .fa-angle-double-right{
    padding-right: 5px;
}

/* 電傳資訊系統-按鈕定位 */
.map-btn{
    position: relative;
}

.map-btn a{
    position: absolute;
    color: #313335;
}

.s .keelung{
    right: 60px;
    top: 106px;
}

.m .keelung{
    right: 54px;
    top: 104px;
}

.l .keelung{
    right: 48px;
    top: 102px;
}

.s .yilan{
    right: 58px;
    top: 268px;
}

.m .yilan{
    right: 52px;
    top: 266px;
}

.l .yilan{
    right: 46px;
    top: 264px;
}

.s .hualien{
    right: 96px;
    top: 466px;
}

.m .hualien{
    right: 90px;
    top: 464px;
}

.l .hualien{
    right: 84px;
    top: 462px;
}

.s .taitung{
    right: 198px;
    top: 704px;
}

.m .taitung{
    right: 192px;
    top: 702px;
}

.l .taitung{
    right: 186px;
    top: 700px;
}

.s .pingtung{
    right: 586px;
    top: 820px;
}

.m .pingtung{
    right: 586px;
    top: 818px;
}

.l .pingtung{
    right: 586px;
    top: 816px;
}

.s .kaohsiung{
    right: 656px;
    top: 726px;
}

.m .kaohsiung{
    right: 656px;
    top: 724px;
}

.l .kaohsiung{
    right: 656px;
    top: 722px;
}

.s .tainan{
    right: 692px;
    top: 624px;
}

.m .tainan{
    right: 692px;
    top: 622px;
}

.l .tainan{
    right: 692px;
    top: 620px;
}

.s .chiayi-city{
    right: 692px;
    top: 512px;
}

.m .chiayi-city{
    right: 692px;
    top: 510px;
}

.l .chiayi-city{
    right: 692px;
    top: 508px;
}

.s .chiayi-county{
    right: 700px;
    top: 556px;
}

.m .chiayi-county{
    right: 700px;
    top: 554px;
}

.l .chiayi-county{
    right: 700px;
    top: 552px;
}

.s .yunlin{
    right: 684px;
    top: 470px;
}

.m .yunlin{
    right: 684px;
    top: 468px;
}

.l .yunlin{
    right: 684px;
    top: 466px;
}

.s .nantou{
    right: 658px;
    top: 426px;
}

.m .nantou{
    right: 658px;
    top: 424px;
}

.l .nantou{
    right: 658px;
    top: 422px;
}

.s .changhua{
    right: 630px;
    top: 373px;
}

.m .changhua{
    right: 630px;
    top: 371px;
}

.l .changhua{
    right: 630px;
    top: 369px;
}

.s .taichung{
    right: 602px;
    top: 310px;
}

.m .taichung{
    right: 602px;
    top: 308px;
}

.l .taichung{
    right: 602px;
    top: 306px;
}

.s .miaoli{
    right: 562px;
    top: 254px;
}

.m .miaoli{
    right: 562px;
    top: 252px;
}

.l .miaoli{
    right: 562px;
    top: 250px;
}

.s .hsinchu-city{
    right: 538px;
    top: 208px;
}

.m .hsinchu-city{
    right: 538px;
    top: 206px;
}

.l .hsinchu-city{
    right: 538px;
    top: 204px;
}

.s .hsinchu-county{
    right: 524px;
    top: 175px;
}

.m .hsinchu-county{
    right: 524px;
    top: 173px;
}

.l .hsinchu-county{
    right: 524px;
    top: 171px;
}

.s .taoyuan{
    right: 492px;
    top: 124px;
}

.m .taoyuan{
    right: 492px;
    top: 122px;
}

.l .taoyuan{
    right: 492px;
    top: 120px;
}

.s .newtaipei{
    right: 452px;
    top: 86px;
}

.m .newtaipei{
    right: 452px;
    top: 84px;
}

.l .newtaipei{
    right: 452px;
    top: 82px;
}

.s .taipei{
    right: 414px;
    top: 54px;
}

.m .taipei{
    right: 414px;
    top: 52px;
}

.l .taipei{
    right: 414px;
    top: 50px;
}

.s .lienchiang{
    right: 908px;
    top: 175px;
}

.m .lienchiang{
    right: 908px;
    top: 173px;
}

.l .lienchiang{
    right: 908px;
    top: 171px;
}

.s .kinmen{
    right: 974px;
    top: 420px;
}

.m .kinmen{
    right: 974px;
    top: 418px;
}

.l .kinmen{
    right: 974px;
    top: 416px;
}

.s .penghu{
    right: 966px;
    top: 567px;
}

.m .penghu{
    right: 966px;
    top: 565px;
}

.l .penghu{
    right: 966px;
    top: 563px;
}

@media screen and (max-width:1199px){
    .m .keelung{
        right: 32px;
        top: 82px;
    }

    .m .yilan{
        right: 30px;
        top: 214px;
    }

    .m .hualien{
        right: 60px;
        top: 374px;
    }

    .m .taitung{
        right: 144px;
        top: 568px;
    }

    .m .pingtung{
        right: 474px;
        top: 661px;
    }

    .m .kaohsiung{
        right: 532px;
        top: 584px;
    }

    .m .tainan{
        right: 560px;
        top: 502px;
    }

    .m .chiayi-city{
        right: 560px;
        top: 410px;
    }

    .m .chiayi-county{
        right: 566px;
        top: 446px;
    }

    .m .yunlin{
        right: 554px;
        top: 378px;
    }

    .m .nantou{
        right: 532px;
        top: 340px;
    }

    .m .changhua{
        right: 510px;
        top: 298px;
    }

    .m .taichung{
        right: 486px;
        top: 248px;
    }

    .m .miaoli{
        right: 454px;
        top: 202px;
    }

    .m .hsinchu-city{
        right: 436px;
        top: 164px;
    }

    .m .hsinchu-county{
        right: 424px;
        top: 138px;
    }

    .m .taoyuan{
        right: 398px;
        top: 96px;
    }

    .m .newtaipei{
        right: 366px;
        top: 66px;
    }

    .m .taipei{
        right: 336px;
        top: 38px;
    }

    .m .lienchiang{
        right: 734px;
        top: 138px;
    }

     .m .kinmen{
        right: 786px;
        top: 336px;
    }

    .m .penghu{
        right: 780px;
        top: 454px;
    }
}

@media screen and (max-width:992px){
    .m .keelung{
        right: 6px;
        top: 58px;
    }

    .m .yilan{
        right: 4px;
        top: 158px;
    }

    .m .hualien{
        right: 28px;
        top: 280px;
    }

    .m .taitung{
        right: 92px;
        top: 426px;
    }

    .m .pingtung{
        right: 362px;
        top: 498px;
    }

    .m .kaohsiung{
        right: 406px;
        top: 440px;
    }

    .m .tainan{
        right: 428px;
        top: 378px;
    }

    .m .chiayi-city{
        right: 428px;
        top: 308px;
    }

    .m .chiayi-county{
        right: 432px;
        top: 336px;
    }

    .m .yunlin{
        right: 422px;
        top: 282px;
    }

    .m .nantou{
        right: 406px;
        top: 254px;
    }

    .m .changhua{
        right: 388px;
        top: 222px;
    }

    .m .taichung{
        right: 372px;
        top: 184px;
    }

    .m .miaoli{
        right: 346px;
        top: 150px;
    }

    .m .hsinchu-city{
        right: 332px;
        top: 124px;
    }

    .m .hsinchu-county{
        right: 324px;
        top: 96px;
    }

    .m .taoyuan{
        right: 304px;
        top: 70px;
    }

    .m .newtaipei{
        right: 280px;
        top: 46px;
    }

    .m .taipei{
        right: 256px;
        top: 24px;
    }

    .m .lienchiang{
        right: 560px;
        top: 100px;
    }

     .m .kinmen{
        right: 600px;
        top: 252px;
    }

    .m .penghu{
        right: 596px;
        top: 342px;
    }
}

.mobile-map{
    display: none;
}

@media screen and (max-width:767px){
    .desktop-map{
        display: none;
    }

    .mobile-map{
        display: block;
    }
}

.mobile-map ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-left: 0px;
    text-align: center;
}

.mobile-map ul li{
    padding: 5px 0px;
}

.mobile-map ul li:nth-child(11),
.mobile-map ul li:last-child{
    padding-bottom: 0px;
}

.mobile-map ul li i,
.mobile-map ul li a{
    color: #313335;
}

/* 如何申請帳號-按鈕定位 */
.apply-btn{
    position: relative;
}

.apply01 a{
    position: absolute;
    right:672px;
    bottom: 256px;
    width: 110px;
    height: 18px;
}

.apply02 a{
    position: absolute;
    right: 412px;
    bottom: 256px;
    width: 116px;
    height: 18px;
}

.apply03 a{
    position: absolute;
    right: 118px;
    bottom: 398px;
    width: 112px;
    height: 18px;
}

.apply04 a{
    position: absolute;
    right: 126px;
    bottom: 352px;
    width: 72px;
    height: 18px;
}

.mobile-apply{
    display: none;
}

@media screen and (max-width:1200px){
    .apply01 a{
    position: absolute;
    right:538px;
    bottom: 206px;
    width: 100px;
    height: 18px;
}

.apply02 a{
    position: absolute;
    right: 334px;
    bottom: 206px;
    width: 96px;
    height: 18px;
}

.apply03 a{
    position: absolute;
    right: 96px;
    bottom: 322px;
    width: 90px;
    height: 18px;
}

.apply04 a{
    position: absolute;
    right: 100px;
    bottom: 282px;
    width: 62px;
    height: 18px;
}
}

@media screen and (max-width:992px){
    .apply01 a{
    position: absolute;
    right:414px;
    bottom: 156px;
    width: 70px;
    height: 16px;
}

.apply02 a{
    position: absolute;
    right: 255px;
    bottom: 156px;
    width: 70px;
    height: 16px;
}

.apply03 a{
    position: absolute;
    right: 72px;
    bottom: 242px;
    width: 70px;
    height: 16px;
}

.apply04 a{
    position: absolute;
    right: 76px;
    bottom: 214px;
    width: 46px;
    height: 16px;
}
}

@media screen and (max-width:768px){
    .desktop-apply{
        display: none;
    }

    .mobile-apply{
        display: block;
    }
}

.apply-info01,
.apply-info02{
    border: 1px solid #DBDBDB;
}

.apply-head{
    background-color:#EE7F30;
    padding: 10px;
    font-weight: 600;
}

.apply-sidehead{
    background-color:#FCE8DA;
    padding: 10px;
}

.apply-content{
    background-color: white;
    padding: 10px;
    border-top: none;
}

.apply-content ul{
    list-style-type: square;
    padding: 0px 20px;
}

.apply-content ul li,
.apply-content ol li{
    padding: 5px 0px;
}

.apply-content ol li ul li ol{
    padding-left: 20px;
}

.e-content,
.dc-content{
    padding-left: 20px;
    margin: 0;
}

.e-content ul{
    list-style-type: disc;
    padding: 5px 0px 0px 20px;
}

.dc-content ul{
    list-style-type: none;
    padding-left: 0px;
}

.wm-link .v-title{
    padding-top: 20px;
}

.wm-link .v-title:first-child{
    padding-top: 0px;
}

.wm-link .v-content{
    padding-left: 0px;
}

.wm-link .v-content li{
    padding-top: 15px;
}